summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-2/+1
* made tests green againAraq2012-08-241-1/+1
* objects with no ancestor are not implicitely finalAraq2012-08-242-2/+2
* implemented 'bind' for macrosAraq2012-08-241-11/+12
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-225-32/+44
* Merge branch 'master' of git://github.com/fowlmouth/Nimrod into fowlmouth-masterDominik Picheta2012-08-201-4/+5
|\
| * changed port to TPortMy Name2012-08-201-3/+3
| * added port output for sockets.recvFromMy Name2012-08-201-4/+5
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-203-2/+16
|\|
| * Added strutils.rfind.Dominik Picheta2012-08-191-0/+14
| * os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-191-1/+1
| * Fixes bug in streams.ssSetPosition.Dominik Picheta2012-08-181-1/+1
* | first steps to make templates hygienicAraq2012-08-201-1/+4
|/
* made tests green againAraq2012-08-163-16/+16
* stdlib uses more of varargsAraq2012-08-162-2/+11
* openarray/varargs split; breaks bootstrappingAraq2012-08-165-18/+25
* bugfix: typo in actors.nimAraq2012-08-151-1/+2
* Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-122-38/+26
* UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-123-23/+104
* little cleanup for parsecfg moduleAraq2012-08-061-5/+1
* UDP sockets should now work with asyncio.Dominik Picheta2012-08-031-3/+8
* attempt to getAppFilename to work on NetBSDAraq2012-07-281-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-251-1/+2
|\
| * Fixed compilation of smtp module.Dominik Picheta2012-07-251-1/+2
* | bugfix: collection/sets only worked by chance ...Araq2012-07-251-4/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-251-10/+14
|\
| * Some improvements to the sockets module.Dominik Picheta2012-07-251-10/+14
* | next steps for closure consistency; fixes #176Araq2012-07-251-0/+1
|/
* More deprecation warnings fixed.Dominik Picheta2012-07-231-3/+7
* Fixes deprecation warning, fixes documentation error.Dominik Picheta2012-07-232-3/+4
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-224-125/+391
* Both the re and pegs module's `=~` templates can now be used simultaneously f...Dominik Picheta2012-07-211-1/+1
* 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