summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-042-2/+4
|
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-042-5/+10
|
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-033-104/+425
|
* 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 ↵Dominik Picheta2012-05-301-2/+2
| | | | any more in the times module.
* 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-261-12/+152
| | | | | | times module. Added insert for strings to the system module.
* fixes #113Araq2012-05-201-4/+4
|
* 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
| | | | | | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* | fixes #109Araq2012-05-201-1/+3
|/
* 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.
* Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
|
* 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-012-1/+11
|
* Added a format function to the times module and a setCookie function to the ↵dom962012-04-262-1/+149
| | | | cookies module.
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-152-13/+7
|\
| * 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
| | |
* | | @ is a sigil-like operatorAraq2012-04-151-7/+7
| |/ |/|
* | unicode: invalid utf-8 bytes are preservedAraq2012-04-131-4/+6
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-107-12/+216
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-093-6/+47
| |
| * 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
| |
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-042-5/+11
| |
| * added libsvm wrapperAraq2012-04-042-0/+127
| |
| * added strutils.parseEnum; fixes #95Araq2012-04-011-2/+21
| |
* | typetraits module and testsZahary Karadjov2012-04-101-0/+15
|/
* 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.
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-211-2/+2
|\
| * making tests green againZahary Karadjov2012-03-201-2/+2
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-193-6/+6
|\|
| * merged branch overloading-for-macrosZahary Karadjov2012-03-193-6/+6
| |\
| | * the test suite is mostly green againZahary Karadjov2012-03-163-6/+6
| | |
* | | preparations for marker procs generationAraq2012-03-191-2/+0
|/ /
* / unittest module compiles againAraq2012-03-171-5/+5
|/
* browsers module should compile on windows againAraq2012-03-101-1/+8
|
* unit test for #100Zahary Karadjov2012-03-101-4/+7
| | | | | unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-043-86/+249
| | | | wide char versions of the WinAPI
* exported strutils.abbrevAraq2012-02-243-15/+14
|