summary refs log tree commit diff stats
path: root/lib/system/sysstr.nim
Commit message (Expand)AuthorAgeFilesLines
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* fixes #1391Araq2014-07-221-1/+1
* parseBiggestFloat is now builtinAraq2014-07-161-6/+105
* More human readable `$`(float)katlogic2014-06-151-4/+10
* Revert 4b09baa0a and 33fcd1123.Dominik Picheta2014-04-201-4/+2
* add a trailing zero to $floatSimon Hafner2014-02-111-0/+2
* use `.f` instead of `.16e` for floatsSimon Hafner2014-02-111-2/+2
* improvements for 'pretty'Araq2013-12-281-5/+5
* case consistency part 4Araq2013-12-271-8/+8
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-6/+7
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-1/+2
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-311-10/+16
* few notes about the remaining problems with retired buffersZahary Karadjov2013-01-271-1/+6
* cleaned up some debugging codeZahary Karadjov2013-01-201-1/+0
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-1/+8
* DLLs should work again; fixes #169Araq2012-07-241-7/+7
* @ is a sigil-like operatorAraq2012-04-151-2/+0
* added 'system.shallow'Araq2012-02-091-56/+30
* better inferfacing to boehm GCAraq2012-01-151-9/+13
* bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...Araq2012-01-021-4/+4
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* C code gen: generate even better code for the GCAraq2011-12-121-0/+14
* c2nim compiles againAraq2011-12-121-1/+1
* improvements to get code size down for programs that don't use GCAraq2011-06-261-16/+15
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-20/+18
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-1/+1
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-5/+6
* Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...PhiLho2010-05-211-5/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* implemented multi methodsAndreas Rumpf2009-09-231-18/+8
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+299
'>404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438