Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds note about grouping to split iterators. | Grzegorz Adam Hankiewicz | 2013-05-11 | 1 | -42/+49 |
| | |||||
* | Adds note to quit() about being called for termination. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -6/+11 |
| | |||||
* | Adds link to manual thread memory section from threads module. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | Merge pull request #418 from fowlmouth/patch-5 | Araq | 2013-05-08 | 1 | -0/+3 |
|\ | | | | | add hashing for seqs | ||||
| * | Change varargs[T] to openarray[T] | Billingsly Wetherfordshire | 2013-05-04 | 1 | -1/+1 |
| | | |||||
| * | Change hash[T](seq[A]) to take varargs[A] | Billingsly Wetherfordshire | 2013-05-04 | 1 | -1/+1 |
| | | |||||
| * | add hashing for seqs | Billingsly Wetherfordshire | 2013-05-04 | 1 | -0/+3 |
| | | |||||
* | | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 2 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into newparser | Araq | 2013-05-04 | 4 | -9/+24 |
|\| | |||||
| * | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 2 | -2/+11 |
| | | |||||
| * | Update macros.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -6/+8 |
| | | |||||
| * | fixes #393; now works with backticks | Araq | 2013-04-23 | 1 | -1/+5 |
| | | |||||
* | | bugfixes | Araq | 2013-05-04 | 1 | -1/+1 |
| | | |||||
* | | pegs compiles again | Araq | 2013-05-02 | 1 | -1/+2 |
| | | |||||
* | | bugfixes mostly JS related | Araq | 2013-05-01 | 3 | -4/+13 |
| | | |||||
* | | re.nim compiles again | Araq | 2013-05-01 | 1 | -1/+2 |
|/ | |||||
* | Adds to docstrings link between removeFile and removeDir. | Grzegorz Adam Hankiewicz | 2013-04-18 | 1 | -4/+11 |
| | |||||
* | Fixed some problems with the times module, added interval tests. | Dominik Picheta | 2013-04-14 | 1 | -16/+15 |
| | |||||
* | times.nim compiles on windows again | Araq | 2013-04-14 | 1 | -16/+21 |
| | |||||
* | Fixed recvLine deprecation warnings. | Dominik Picheta | 2013-04-14 | 5 | -81/+71 |
| | |||||
* | Fixed incorrect drawing of rectangles by graphics.drawRect. | Dominik Picheta | 2013-04-14 | 1 | -3/+8 |
| | |||||
* | Merge pull request #384 from Tass/master | Araq | 2013-04-13 | 1 | -66/+100 |
|\ | | | | | Fixes #334. | ||||
| * | added toSeconds and fromSeconds to times. fixes #334 | Simon Hafner | 2013-04-13 | 1 | -66/+100 |
| | | |||||
* | | fixes #310 | Araq | 2013-04-13 | 1 | -20/+18 |
|/ | |||||
* | bugfix: varargs min/max procs; fixes #373 | Araq | 2013-04-08 | 1 | -6/+8 |
| | |||||
* | A file stream now makes sure to only close its file descriptor once. | Dominik Picheta | 2013-04-07 | 1 | -1/+4 |
| | |||||
* | bugfix evals.nim | Araq | 2013-04-07 | 1 | -2/+4 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -0/+12 |
| | |||||
* | bugfix: mark&sweep GC | Araq | 2013-03-29 | 1 | -14/+16 |
| | |||||
* | Fixed some recvLine deprecation warnings in httpserver module. | Dominik Picheta | 2013-03-27 | 1 | -32/+32 |
| | |||||
* | Fixed issue with rst parser failing to parse a specific character. | Dominik Picheta | 2013-03-27 | 1 | -1/+2 |
| | |||||
* | added immediate versions of macros.dumpLisp and dumpTree | Araq | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | Deprecated recvLine and added an improved version named readLine to the | Dominik Picheta | 2013-03-23 | 2 | -4/+126 |
| | | | | sockets module. | ||||
* | Fixed bug with xmltree.attrs when attributes have not been initialised | Dominik Picheta | 2013-03-23 | 1 | -0/+3 |
| | | | | yet. | ||||
* | added system.locals | Araq | 2013-03-21 | 1 | -0/+7 |
| | |||||
* | Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc | Araq | 2013-03-17 | 1 | -6/+15 |
|\ | | | | | Mentions nextPowerOfTwo proc for table initialization. | ||||
| * | Mentions nextPowerOfTwo proc for table initialization. | Grzegorz Adam Hankiewicz | 2013-03-17 | 1 | -6/+15 |
| | | |||||
* | | Fixes the dirtyness of the filterIt template. Refs #351. | Grzegorz Adam Hankiewicz | 2013-03-17 | 1 | -2/+7 |
|/ | |||||
* | Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils | Araq | 2013-03-16 | 1 | -57/+154 |
|\ | | | | | Adds fold templates to sequtils | ||||
| * | Adds foldl and foldr templates to sequtils. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+98 |
| | | |||||
| * | Indents documentation tests with blocks for hygiene. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -57/+56 |
| | | |||||
* | | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 187 | -0/+0 |
| | | |||||
* | | Adds example to instantiationInfo docstring. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -3/+28 |
|/ | |||||
* | Merge pull request #354 from gradha/pr_adds_stringyfication_of_runes | Araq | 2013-03-16 | 1 | -0/+12 |
|\ | | | | | Implements `$` proc for a sequence of TRunes. | ||||
| * | Implements `$` proc for a sequence of TRunes. | Grzegorz Adam Hankiewicz | 2013-03-11 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutils | Araq | 2013-03-16 | 1 | -2/+11 |
|\ \ | | | | | | | Adds left alignment example to strutils. | ||||
| * | | Adds left alignment example to strutils. | Grzegorz Adam Hankiewicz | 2013-03-12 | 1 | -2/+11 |
| |/ | |||||
* | | Merge pull request #357 from gradha/pr_adds_newseq_documentation_example | Araq | 2013-03-16 | 1 | -0/+25 |
|\ \ | | | | | | | Adds newSeq documentation example. | ||||
| * | | Adds newSeq documentation example. | Grzegorz Adam Hankiewicz | 2013-03-13 | 1 | -0/+25 |
| |/ | |||||
* | | Merge pull request #359 from Tass/master | Araq | 2013-03-16 | 1 | -0/+1 |
|\ \ | | | | | | | JS unwinding |