Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -3/+0 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Fixed my name. | Alexander Mitchell-Robinson | 2015-09-07 | 1 | -2/+2 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -6/+6 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | minor improvements to the docs | Araq | 2014-12-14 | 1 | -10/+10 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -11/+11 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -12/+15 |
| | |||||
* | events.TEventEmitter.emit no longer throws an exception if the named event ↵ | Ron Leisti | 2014-03-29 | 1 | -3/+1 |
| | | | | does not exist | ||||
* | make tests green again | Araq | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -7/+6 |
| | |||||
* | Fixed the documentation for events.nim. | Amrykid | 2011-12-29 | 1 | -16/+18 |
| | |||||
* | Added containsHandler to events.nim | Amrykid | 2011-12-29 | 1 | -0/+5 |
| | |||||
* | fixed typo in events.nim; last commit fixed #39 | Araq | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | Removed 'unnecessary' whitespace. | Amrykid | 2011-07-27 | 1 | -4/+4 |
| | |||||
* | Renamed new* to init*. | Amrykid | 2011-07-27 | 1 | -9/+24 |
| | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test. | ||||
* | Small edit to documentation. | Amrykid | 2011-07-27 | 1 | -4/+2 |
| | |||||
* | Updated events.nim to use TEventEmitter instead of PEventEmitter. | Amrykid | 2011-07-27 | 1 | -18/+18 |
| | |||||
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 1 | -0/+83 |