summary refs log tree commit diff stats
path: root/lib/pure/events.nim
Commit message (Expand)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
* 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 do...Ron Leisti2014-03-291-3/+1
* 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
* 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
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263