summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-052-2/+5
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-2/+2
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+4
* JS codegen enhancements; still unusableAraq2012-07-012-24/+100
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-302-30/+78
* changed integer promotion rules; added math.fmodAraq2012-06-285-10/+15
* thread var emulation should work againAraq2012-06-251-0/+2
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-242-5/+6
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-2/+0
* tests/gc/gcleak4.nimAraq2012-06-242-1/+8
* system.nim: documentation fixesAraq2012-06-231-5/+5
* docgen2 improvementsAraq2012-06-234-7/+7
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+7
* another bugfixAraq2012-06-211-2/+0
* bugfixes for closuresAraq2012-06-211-0/+3
* fixes #142Araq2012-06-201-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-201-9595/+9595
|\
| * Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
| |\
| | * Fixed other procedures that used PPGLChar.Rafael Vasco2012-06-131-4/+4
| | * Fixed string param on glShaderSourceRafael Vasco2012-06-131-9595/+9595
* | | made some tests green againAraq2012-06-201-11/+12
|/ /
* / more uint related fixesZahary Karadjov2012-06-146-129/+129
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-122-93/+117
|\
| * Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-092-93/+117
* | better support for unsigned integers.Zahary Karadjov2012-06-112-40/+79
|/
* generate default destructorsZahary Karadjov2012-06-061-0/+4
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-043-3/+5
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-043-6/+13
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-035-120/+473
* codegen for C++ exceptionsZahary Karadjov2012-06-031-0/+7
* attempt to fix nimbuildZahary Karadjov2012-06-021-1/+2
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-026-32/+230
|\
| * 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-302-3/+4
| * '+=' etc for all floating point typesAraq2012-05-291-4/+4
| * made tsequtils green againAraq2012-05-281-6/+15
| * 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-262-12/+165
| * added system.||; lacks runtime supportAraq2012-05-232-1/+10
| * TInteger vs TOrdinalAraq2012-05-221-1/+5
| * fixes a long standing bug concerning assignment of case objectsAraq2012-05-221-2/+10
| * added another system.getStackTraceAraq2012-05-202-0/+14
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-2/+13
|/
* Fixes for embeddable devices (--os:standalone)dom962012-05-201-8/+8
* fixes #113Araq2012-05-202-16/+20
* 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