summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-14/+33
|\
| * no uniqueCounter it isSimon Hafner2012-09-061-4/+3
| |
| * + random number generator for floats and slices - with testsSimon Hafner2012-09-061-14/+34
| | | | | | | | I also took the liberty to unify the API between ECMAScript and C.
* | term rewriting improvementsAraq2012-09-082-3/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-034-95/+434
|\
| * Added fsmonitor module.Dominik Picheta2012-09-023-70/+302
| |
| * Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
| |
* | term rewriting macros fully implemented; still buggyAraq2012-09-033-14/+11
|/
* made tests green againAraq2012-08-312-1/+2
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-302-2/+4
|
* first steps towards term rewriting macrosAraq2012-08-301-1/+1
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-284-121/+184
| | | | magic to access the invokation AST
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-4/+24
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-252-3/+2
|
* made tests green againAraq2012-08-242-2/+2
|
* objects with no ancestor are not implicitely finalAraq2012-08-246-9/+12
|
* implemented 'bind' for macrosAraq2012-08-242-12/+25
|
* fixes #185Araq2012-08-221-2/+7
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-226-36/+48
|
* 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-205-8/+40
|\|
| * Added strutils.rfind.Dominik Picheta2012-08-191-0/+14
| |
| * os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-193-7/+25
| |
| * Fixes bug in streams.ssSetPosition.Dominik Picheta2012-08-181-1/+1
| |
* | next steps to hygienic templatesAraq2012-08-201-1/+4
| |
* | first steps to make templates hygienicAraq2012-08-202-2/+8
|/
* made tests green againAraq2012-08-163-16/+16
|
* stdlib uses more of varargsAraq2012-08-162-2/+11
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-1612-71/+80
|
* bugfix: typo in actors.nimAraq2012-08-151-1/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-134-62/+131
|\
| * 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.
* | top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-131-1/+1
|/ | | | first class iterator support
* 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
| |