| Commit message (Expand) | Author | Age | Files | Lines |
* | implemented --nimcache config option; big clean up of magic words | Araq | 2011-08-19 | 1 | -0/+15 |
* | lib/pure/cgi.nim: fix typo 'passwort' instead of 'password' | Keita Haga | 2011-08-17 | 1 | -46/+46 |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-08-15 | 1 | -37/+37 |
|\ |
|
| * | lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on Unix-... | Keita Haga | 2011-08-16 | 1 | -37/+37 |
* | | added xmltree.innerText; fixes #49 | Araq | 2011-08-15 | 1 | -1/+10 |
|/ |
|
* | added system.slurp for easy embedding of resources | Araq | 2011-08-10 | 1 | -1/+17 |
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 3 | -18/+63 |
* | Fixed osproc.terminate for posix and improved some other osproc posix functions. | dom96 | 2011-08-03 | 1 | -10/+19 |
* | fixed typo in events.nim; last commit fixed #39 | Araq | 2011-07-28 | 1 | -2/+2 |
* | Merge pull request #41 from Amrykid/master | Araq | 2011-07-27 | 1 | -23/+36 |
|\ |
|
| * | Removed 'unnecessary' whitespace. | Amrykid | 2011-07-27 | 1 | -4/+4 |
| * | Renamed new* to init*. | Amrykid | 2011-07-27 | 1 | -9/+24 |
| * | 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; step one for 'var T' as return type support | Araq | 2011-07-28 | 3 | -7/+17 |
|/ |
|
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 2 | -0/+142 |
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 1 | -3/+3 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 8 | -346/+116 |
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 1 | -5/+5 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 8 | -13/+16 |
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 3 | -2/+142 |
* | tests are green again | Araq | 2011-06-28 | 3 | -507/+8 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 5 | -48/+339 |
* | bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for... | Araq | 2011-06-21 | 1 | -2/+13 |
* | implemented write access to s[i] for macros | Araq | 2011-06-21 | 2 | -5/+5 |
* | got rid of unsound co/contravariance in procvars | Araq | 2011-06-17 | 3 | -19/+86 |
* | pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say | Araq | 2011-06-16 | 1 | -24/+52 |
* | readFile raises EIO instead of returning nil; added system.writeFile | Araq | 2011-06-16 | 1 | -10/+2 |
* | added encodings stdlib | Araq | 2011-06-16 | 1 | -0/+445 |
* | intsets are now a proper module and part of the stdlib | Araq | 2011-06-14 | 1 | -0/+177 |
* | implemented tables.add | Araq | 2011-06-11 | 2 | -2/+24 |
* | got rid of nstrtabs and nhashes modules | Araq | 2011-06-10 | 1 | -12/+16 |
* | Bugfix: no #line dir with 0 generated | Araq | 2011-06-10 | 1 | -1/+1 |
* | basic generic collections implemented and tested | Araq | 2011-06-07 | 3 | -80/+287 |
* | bugfix: generic instantiation across module boundaries | Araq | 2011-06-06 | 2 | -199/+356 |
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 1 | -0/+6 |
* | bugfix second attempt: osproc | Araq | 2011-05-22 | 1 | -0/+1 |
* | bugfix stderr osproc | Araq | 2011-05-22 | 1 | -7/+4 |
* | Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F... | dom96 | 2011-05-22 | 2 | -2/+16 |
* | copy replaced by substr | Araq | 2011-05-14 | 3 | -6/+6 |
* | Merge branch 'master' of github.com:Araq/Nimrod | dom96 | 2011-05-14 | 14 | -75/+89 |
|\ |
|
| * | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 12 | -61/+61 |
| * | newStringOfCap implemented and used to optimize some procs | Araq | 2011-05-08 | 3 | -14/+28 |
* | | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad... | dom96 | 2011-05-14 | 4 | -16/+53 |
|/ |
|
* | bugfix: don't change OSError()'s behaviour | Araq | 2011-05-08 | 2 | -14/+11 |
* | select() for processes; copyDir() for os. | dom96 | 2011-05-07 | 2 | -17/+111 |
* | gc tweaking to gain a few percent of performance | Araq | 2011-05-07 | 1 | -1/+8 |
* | little repo cleanup | Araq | 2011-05-02 | 4 | -10/+11 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-05-01 | 3 | -33/+199 |
|\ |
|
| * | The sockets module supports non-blocking sockets now. Many other fixes in soc... | dom96 | 2011-04-30 | 3 | -33/+199 |