summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* test-runner for caas multi-step testsZahary Karadjov2013-05-042-2/+11
|
* Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
|
* fixes #393; now works with backticksAraq2013-04-231-1/+5
|
* Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
|
* Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
|
* times.nim compiles on windows againAraq2013-04-141-16/+21
|
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-145-81/+71
|
* Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
|
* Merge pull request #384 from Tass/masterAraq2013-04-131-66/+100
|\ | | | | Fixes #334.
| * added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
| |
* | fixes #310Araq2013-04-131-20/+18
|/
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
|
* A file stream now makes sure to only close its file descriptor once.Dominik Picheta2013-04-071-1/+4
|
* bugfix evals.nimAraq2013-04-071-2/+4
|
* rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+12
|
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
|
* Fixed some recvLine deprecation warnings in httpserver module.Dominik Picheta2013-03-271-32/+32
|
* Fixed issue with rst parser failing to parse a specific character.Dominik Picheta2013-03-271-1/+2
|
* added immediate versions of macros.dumpLisp and dumpTreeAraq2013-03-251-0/+6
|
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-232-4/+126
| | | | sockets module.
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-231-0/+3
| | | | yet.
* added system.localsAraq2013-03-211-0/+7
|
* Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
|\ | | | | Mentions nextPowerOfTwo proc for table initialization.
| * Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
| |
* | Fixes the dirtyness of the filterIt template. Refs #351.Grzegorz Adam Hankiewicz2013-03-171-2/+7
|/
* Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtilsAraq2013-03-161-57/+154
|\ | | | | Adds fold templates to sequtils
| * Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
| |
| * Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
| |
* | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16187-0/+0
| |
* | Adds example to instantiationInfo docstring.Grzegorz Adam Hankiewicz2013-03-161-3/+28
|/
* Merge pull request #354 from gradha/pr_adds_stringyfication_of_runesAraq2013-03-161-0/+12
|\ | | | | Implements `$` proc for a sequence of TRunes.
| * Implements `$` proc for a sequence of TRunes.Grzegorz Adam Hankiewicz2013-03-111-0/+12
| |
* | Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutilsAraq2013-03-161-2/+11
|\ \ | | | | | | Adds left alignment example to strutils.
| * | Adds left alignment example to strutils.Grzegorz Adam Hankiewicz2013-03-121-2/+11
| |/
* | Merge pull request #357 from gradha/pr_adds_newseq_documentation_exampleAraq2013-03-161-0/+25
|\ \ | | | | | | Adds newSeq documentation example.
| * | Adds newSeq documentation example.Grzegorz Adam Hankiewicz2013-03-131-0/+25
| |/
* | Merge pull request #359 from Tass/masterAraq2013-03-161-0/+1
|\ \ | | | | | | JS unwinding
| * | hack to include hti correctlySimon Hafner2013-03-161-0/+1
| |/
* | fixes #358Araq2013-03-161-0/+538
| |
* | debugger improvementsAraq2013-03-163-586/+122
|/
* use a bloom filter to speed up the debuggerAraq2013-03-091-11/+8
|
* documented object constrs; endb works againAraq2013-03-092-8/+9
|
* first steps to implement object construction expressionsAraq2013-03-071-1/+2
|
* made some tests greenAraq2013-03-041-0/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-284-0/+3159
|\
| * Moved packages to lib directory.Dominik Picheta2013-02-254-0/+3159
| |
* | better overloading resolution for genericsAraq2013-02-281-2/+2
|/
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-242-8/+9
|
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-233-151/+236
| | | | a bug with redirection in httpclient.
* applies #322 without FReadDir effectAraq2013-02-221-1/+8
|