summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: strutils.formatFloatAraq2012-05-091-3/+3
|
* Removed echos from uri module.Dominik Picheta2012-05-071-2/+0
|
* Added uri module.dom962012-05-061-0/+35
|
* The httpserver module now supports POST requests. Fix for captureBetween in ↵dom962012-05-062-13/+69
| | | | the parseutils module.
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-062-0/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-051-0/+7
|\
| * Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
| |
* | improvements for the iup wrapperAraq2012-05-051-17/+21
|/
* The httpserver now gathers the headers for the user. Fixed ambiguity in ↵dom962012-05-032-10/+54
| | | | recvLine in the sockets module.
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-015-4/+14
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-262-1/+149
|\
| * Added a format function to the times module and a setCookie function to the ↵dom962012-04-262-1/+149
| | | | | | | | cookies module.
* | some code formatingAraq2012-04-261-3/+2
| |
* | added db_*.getRowAraq2012-04-243-0/+34
|/
* documentation improvements; GC_step improvedAraq2012-04-212-10/+6
|
* resolved conflict for news.txtAraq2012-04-213-52/+90
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-211-43/+64
| |\
| | * Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of ↵dom962012-04-201-43/+64
| | | | | | | | | | | | PollEvent now.
| * | Finally rebuilt the sources to take advantage of the new type system ↵Zahary Karadjov2012-04-211-2/+17
| | | | | | | | | | | | capabilities
| * | implicit generics types as return types. removed the error message for ↵Zahary Karadjov2012-04-211-2/+4
| | | | | | | | | | | | capturing incorrect uses of ``proc``
| * | produce errors on proc types with implicit empty param lists.Zahary Karadjov2012-04-202-5/+5
| |/
* / GC with realtime supportAraq2012-04-212-24/+173
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-153-19/+13
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-151-4/+6
| |\
| * | minor changes to make the test suite green againZahary Karadjov2012-04-152-13/+7
| | |
| * | Proper C scopes for if, try and case statementsZahary Karadjov2012-04-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | even thought the setjmp implementation for try statement won't be used in C++, using properly scoped variables for them is beneficial, because we'll be able to establish a 1:1 relation between nimrod scopes and C scopes. Once we have that, we'll be able to keep the original names of local variables to greatly improve the debugging experience (i.e. watch expressions and hover tooltips will work).
* | | @ is a sigil-like operatorAraq2012-04-152-9/+7
| |/ |/|
* | unicode: invalid utf-8 bytes are preservedAraq2012-04-131-4/+6
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-1014-17/+11376
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-095-301/+563
| |
| * yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
| |
| * bugfix: expandFilename for BSDAraq2012-04-061-2/+2
| |
| * small fixes for BSDAraq2012-04-061-1/+1
| |
| * added terminal.isatty; nimgrep version 0.9Araq2012-04-061-2/+13
| |
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-062-4/+1188
| |
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-043-2527/+2558
| |
| * added libsvm wrapperAraq2012-04-044-0/+245
| |
| * added new OpenGL wrapperAraq2012-04-042-0/+9608
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-011-3/+25
| |\
| * | added strutils.parseEnum; fixes #95Araq2012-04-012-3/+21
| | |
* | | typetraits module and testsZahary Karadjov2012-04-101-0/+15
| |/ |/|
* | Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-318-33/+298
|\|
| * forgot to add lib/system/embedded.nimAraq2012-03-311-0/+106
| |
| * bugfix: DLLs should compile againAraq2012-03-311-1/+2
| |
| * implemented support for the AVR CPU and standalone OSAraq2012-03-314-26/+104
| |
| * bugfix #100 againAraq2012-03-281-1/+0
| |
| * Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
| |
| * Fixed a problem with message parsing in the IRC module. Introduced timeout ↵dom962012-03-222-6/+87
| | | | | | | | to procs in the sockets module.
* | generic types can be used like type classes. distinct can be applied to type ↵Zahary Karadjov2012-03-251-3/+25
|/ | | | classes.
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-213-6/+6
|\