summary refs log tree commit diff stats
path: root/lib/pure/events.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAraq2012-07-171-1/+1
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-7/+6
|
* Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
|
* Added containsHandler to events.nimAmrykid2011-12-291-0/+5
|
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
|
* Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
|
* Renamed new* to init*.Amrykid2011-07-271-9/+24
| | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
* Small edit to documentation.Amrykid2011-07-271-4/+2
|
* Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-18/+18
|
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+83