summary refs log tree commit diff stats
path: root/lib/pure/events.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-3/+0
|
* makes tests greenAndreas Rumpf2016-01-151-1/+1
|
* Fixed my name.Alexander Mitchell-Robinson2015-09-071-2/+2
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-6/+6
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* minor improvements to the docsAraq2014-12-141-10/+10
|
* more modules updatedAraq2014-08-281-11/+11
|
* big renameAraq2014-08-271-12/+15
|
* events.TEventEmitter.emit no longer throws an exception if the named event ↵Ron Leisti2014-03-291-3/+1
| | | | does not exist
* 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