summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-264-1/+735
|
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-257-36/+217
|
* ssl.connect now returns the result of the certificate validation.dom962010-10-232-9/+6
|
* Added {.final.} to objects which are not meant to be inherited, and added an ↵dom962010-10-232-3/+3
| | | | OSError() when recvLine fails.
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-233-27/+50
|
* Added a .gitignore filedom962010-10-231-0/+2
|
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-233-0/+643
|
* base64: decoding worksAraq2010-10-231-20/+6
|
* added base64 module; decoding still brokenAraq2010-10-235-13/+142
|
* version 0.8.10Araq2010-10-215-2/+968
|
* version 0.8.10Araq2010-10-2158-30798/+732
|
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-212-6/+3
|
* bugfix: finally sections are executed before return/breakAraq2010-09-206-2/+64
|
* bugfix: finally sections are executed before return/breakAraq2010-09-207-49/+71
|
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-205-41/+19
|
* threading code deactivated; tiny C bugfix: don't report warnings to error ↵Araq2010-09-1915-135/+208
| | | | callback
* standard filter supports multiple line expressions; better amd64 detection ↵Araq2010-09-173-16/+56
| | | | for mac os X
* mac os x amd64 detection; missing C files addedAraq2010-09-163-2/+22
|
* C sources for bootstrappingAraq2010-09-130-0/+0
|
* fixes for exception handling; added system.compileOptionAraq2010-09-1318-165/+329
|
* attempt to get tiny C for i386 to workAraq2010-08-282-1/+7
|
* added missing wrappersAraq2010-08-288-0/+2576
|
* tiny C support; cosmetic improvements for the docsAraq2010-08-28151-43/+63611
|
* added some missing wrappersAraq2010-08-243-0/+2295
|
* bugfix: init of tempsAraq2010-08-2415-76/+107
|
* added detect.nim; bugfix: build.sh templateAraq2010-08-173-1/+834
|
* modified build.shAraq2010-08-170-0/+0
|
* included generated C code for bootstrappingAraq2010-08-170-0/+0
|
* got rid of old ide codeAraq2010-08-175-716/+0
|
* readme.txt restoredAraq2010-08-171-0/+21
|
* ughAraq2010-08-171-21/+0
|\
| * first commit (only readme.txt)Andreas Rumpf2010-08-161-0/+21
|
* accurate file/line informationAndreas Rumpf2010-08-1410-81/+508
|
* documentation changesAndreas Rumpf2010-08-122-267/+262
|
* windows.nim compiles again; thanks for fucking it upAndreas Rumpf2010-08-121-191/+87
|
* c2nim: new features & bugfixesAndreas Rumpf2010-08-1112-166/+1257
|
* added missing filesAndreas Rumpf2010-08-084-0/+190
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-17/+17
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-0825-854/+860
|
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-049-111/+101
|
* before stack init changeAndreas Rumpf2010-08-0113-58/+94
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-2933-671/+701
|
* implemented user-defined pragmasAndreas Rumpf2010-07-2311-151/+237
|
* standalone structs; function pointersAndreas Rumpf2010-07-235-86/+270
|
* standalone structs still not implementedAndreas Rumpf2010-07-231-0/+2
|
* c2nim: cast-bug fixes (sort of)Andreas Rumpf2010-07-232-112/+149
|
* c2nim: rewritten symbol exporting codeAndreas Rumpf2010-07-224-90/+44
|
* c2nim: code cleanupAndreas Rumpf2010-07-221-45/+0
|
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-228-98/+404
|
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-224-7/+5
|