summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-3/+70
* bugfix: osproc compiles under windows againAraq2011-01-071-1/+1
* additions to complex moduleAraq2011-01-071-6/+205
* better tester; yet another iterator bugfixAraq2011-01-061-31/+46
* fixed whitespace conflictAraq2011-01-061-1/+1
|\
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
* | transf: big refactoring; other small fixesAraq2011-01-051-0/+2
* | bugfix: multiple yield statements and loop body varsAraq2010-12-132-5/+75
* | added strutils.alignAraq2010-12-071-3/+23
* | docgen understands and ignores *when false*Araq2010-11-185-62/+281
|/
* pegs: captured search loopAraq2010-11-071-4/+49
* added os.findExeAraq2010-10-311-0/+13
* pegs: bugfixes and extensionsAraq2010-10-311-10/+39
* bugfixes: htmlparser moduleAraq2010-10-302-4/+15
* bugfix: httpclientAraq2010-10-302-2/+9
* Added a close function to the ssl module.dom962010-10-271-0/+5
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-1/+0
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-252-29/+185
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-4/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-2/+2
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+176
* base64: decoding worksAraq2010-10-231-20/+6
* added base64 module; decoding still brokenAraq2010-10-233-3/+132
* version 0.8.10Araq2010-10-212-341/+1
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-211-6/+2
* bugfix: init of tempsAraq2010-08-242-1/+3
* accurate file/line informationAndreas Rumpf2010-08-141-0/+482
* inlining of the write barrier for dllsAndreas Rumpf2010-08-0812-642/+667
* before stack init changeAndreas Rumpf2010-08-011-2/+0
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-41/+0
* c2nim tool addedAndreas Rumpf2010-07-212-3/+6
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-12/+51
* revert to old behavior of getStartMilsecs; getStartMilsecs deprecatedAndreas Rumpf2010-05-301-7/+7
* unicode.nim compiles againAndreas Rumpf2010-05-291-2/+2
* resolved system.nim conflictsAndreas Rumpf2010-05-294-966/+970
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...PhiLho2010-05-214-966/+970
* | explicit types for generic routinesAndreas Rumpf2010-05-283-6/+30
* | crc check for external files to compile; bugfix: os.parseCmdLineAndreas Rumpf2010-04-051-15/+77
* | bugfix: complex.nim compilesAndreas Rumpf2010-04-041-2/+2
|/
* bugfix: / not part of the path in parseurlDominik Picheta2010-03-221-5/+5
* Bugfix: strutils.deleteAndreas Rumpf2010-03-201-6/+6
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-2/+2
* version 0.8.8Andreas Rumpf2010-03-149-33/+43
* bugfix: len openarrayAndreas Rumpf2010-03-101-0/+18
* bugfix: bug499771Andreas Rumpf2010-03-082-432/+0
* addes osinfo_* modulesrumpf_a@web.de2010-03-073-2/+433