summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-123-41/+29
|
* 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
|
* fixes 182Araq2012-08-021-1/+1
|
* keep initStackBottom calls pleaseAraq2012-08-022-0/+2
|
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-312-2/+0
|
* g_timeout_add_full and g_idle_add_full added.Dominik Picheta2012-07-301-0/+16
|
* Addition of setTabReorderable to gtk2.nimDominik Picheta2012-07-291-0/+4
|
* attempt to getAppFilename to work on NetBSDAraq2012-07-281-1/+1
|
* more reliable NI/NU definitionsAraq2012-07-281-0/+18
|
* 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-253-16/+23
|\
| * Some improvements to the sockets module.Dominik Picheta2012-07-253-16/+23
| |
* | next steps for closure consistency; fixes #176Araq2012-07-251-0/+1
|/
* fixes #172Araq2012-07-251-6/+6
|
* Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-249-142/+413
|\
| * 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-227-135/+401
| | | | | | | | | | | | 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-212-2/+2
| | | | | | | | from the same module.
* | DLLs should work again; fixes #169Araq2012-07-245-11/+17
|/
* added system.compilesAraq2012-07-201-0/+10
|
* got rid of some mAddU64 etc. magicsAraq2012-07-201-6/+6
|
* fixes #168Araq2012-07-191-1/+2
|
* attempt to fix DLL generationAraq2012-07-181-6/+7
|
* equality and hashing for closuresAraq2012-07-172-0/+8
|
* make tests green againAraq2012-07-178-136/+140
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-161-0/+1541
|\
| * Merge pull request #165 from Schala/masterAraq2012-07-151-0/+1541
| |\ | | | | | | PDCurses wrapper is (almost) done, but will compile
| | * PDCurses wrapper (incomplete, see desc)Schala Zeal2012-07-151-0/+1541
| | | | | | | | | | | | | | | | | | PDCurses wrapper will compile. However there are a couple dozen consts commented out that were problematic. Also, I got confused about a few procs with function ptrs as arguments. Feel free to fix
* | | preparations for making 'closure' the default calling convention for proc typesAraq2012-07-1619-47/+57
| | |
* | | x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-13/+17
|/ / | | | | | | variables in DLLs
* | x11 wrapper uses system's typesAraq2012-07-152-7/+3
| |
* | c2nim and system.nim now agree on a C type mappingAraq2012-07-151-0/+11
|/
* added system.@ for openarraysAraq2012-07-141-1/+8
|
* improved unsigned supportAraq2012-07-143-56/+73
|
* proper enum constraints for system.nimAraq2012-07-131-3/+3
|
* pcre wrapper compiles againAraq2012-07-111-6/+8
|
* fixes #164Araq2012-07-111-4/+4
|
* Merge pull request #160 from Schala/masterAraq2012-07-111-42/+114
|\ | | | | added JIT support for PCRE
| * Oops..Schala Zeal2012-07-091-1/+1
| |
| * PCRE wrapper update to 8.31Schala Zeal2012-07-091-43/+115
| | | | | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
* | fixes #162Araq2012-07-101-1/+1
|/
* dialogs.nim and osinfo_win.nim compile againAraq2012-07-102-12/+18
|
* some more bugfixes for the integer promotion rulesAraq2012-07-101-2/+2
|
* sockets compile again with SSL supportAraq2012-07-101-2/+2
|