summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | existsFile for consistency. Added tasyncudp test.
* 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 ↵Dominik Picheta2012-07-224-125/+391
| | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* Both the re and pegs module's `=~` templates can now be used simultaneously ↵Dominik Picheta2012-07-211-1/+1
| | | | from the same module.
* 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 ↵Araq2012-07-093-12/+12
| | | | #156; fixes #155
* 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 ↵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
| |