summary refs log tree commit diff stats
path: root/lib/pure/events.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
the previous revision' href='/ahoang/Nim/blame/.gitignore?h=devel&id=e80930247f68fd13dd299f5191a5df0c48507af7'>^
2f48dbd16 ^
0879f0b0a ^
180ab350d ^
d20a8ac68 ^
b2e486b23 ^
1b1bb284d ^

1dd9ec85b ^
f2f16f645 ^









f04b502cf ^

fc68a7d88 ^
f04b502cf ^



1b1bb284d ^
b77ae66e8 ^
9a68e1ad0 ^
5263d9d6f ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59