summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-043-3/+5
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-043-6/+13
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-035-120/+473
* codegen for C++ exceptionsZahary Karadjov2012-06-031-0/+7
* attempt to fix nimbuildZahary Karadjov2012-06-021-1/+2
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-026-32/+230
|\
| * Fixed times.format handling of month numbers.Dominik Picheta2012-05-301-2/+2
| * Marshal now works with nil strings. Timezone and tzname vars are not public a...Dominik Picheta2012-05-302-3/+4
| * '+=' etc for all floating point typesAraq2012-05-291-4/+4
| * made tsequtils green againAraq2012-05-281-6/+15
| * Fixed times.formatDominik Picheta2012-05-271-2/+2
| * Fixed times on non-posix operating systems.Dominik Picheta2012-05-261-5/+5
| * Added timezone handling and functions for adding and subtracting time to the ...Dominik Picheta2012-05-262-12/+165
| * added system.||; lacks runtime supportAraq2012-05-232-1/+10
| * TInteger vs TOrdinalAraq2012-05-221-1/+5
| * fixes a long standing bug concerning assignment of case objectsAraq2012-05-221-2/+10
| * added another system.getStackTraceAraq2012-05-202-0/+14
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-2/+13
|/
* Fixes for embeddable devices (--os:standalone)dom962012-05-201-8/+8
* fixes #113Araq2012-05-202-16/+20
* fixes #114Araq2012-05-201-2/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-204-7/+539
|\
| * The httpserver now grabs the IP address of the client. RST gen fix for smileys.dom962012-05-161-1/+4
| * Fixed a bug in times and finished its docs. Added mimetypes module and added ...dom962012-05-133-6/+535
* | fixes #109Araq2012-05-201-1/+3
|/
* made tests green againAraq2012-05-111-2/+2
* 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 t...dom962012-05-062-13/+69
* 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 recvL...dom962012-05-032-10/+54
* 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 c...dom962012-04-262-1/+149
* | 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 P...dom962012-04-201-43/+64
| * | Finally rebuilt the sources to take advantage of the new type system capabili...Zahary Karadjov2012-04-211-2/+17
| * | implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-2/+4
| * | 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
| |\