summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix DLL generationAraq2012-07-181-6/+7
* equality and hashing for closuresAraq2012-07-171-0/+7
* make tests green againAraq2012-07-174-10/+12
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-166-28/+29
* fixes #162Araq2012-07-101-1/+1
* some more bugfixes for the integer promotion rulesAraq2012-07-101-2/+2
* sockets compile again with SSL supportAraq2012-07-101-2/+2
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...Araq2012-07-093-12/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-084-48/+47
* JS codegen enhancements; still unusableAraq2012-07-011-2/+21
* changed integer promotion rules; added math.fmodAraq2012-06-281-3/+8
* another bugfixAraq2012-06-211-2/+0
* more uint related fixesZahary Karadjov2012-06-142-114/+114
* Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-092-93/+117
* 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 a...Dominik Picheta2012-05-301-2/+2
* 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
* 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
* | 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 t...dom962012-05-062-13/+69
* Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
* 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-012-1/+11
* Added a format function to the times module and a setCookie function to the c...dom962012-04-262-1/+149
* 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