Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 0.8.10 | Araq | 2010-10-21 | 1 | -2/+5 |
| | |||||
* | proper parameter order for os.copyFile/os.moveFile | Araq | 2010-09-21 | 1 | -0/+1 |
| | |||||
* | bugfix: overflow checking for small ints; bugfix: tiny C works again | Araq | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | fixes for exception handling; added system.compileOption | Araq | 2010-09-13 | 1 | -1/+3 |
| | |||||
* | c2nim: new features & bugfixes | Andreas Rumpf | 2010-08-11 | 1 | -0/+1 |
| | |||||
* | DLL generation of the stdlib for unix | Andreas Rumpf | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | before stack init change | Andreas Rumpf | 2010-08-01 | 1 | -0/+4 |
| | |||||
* | handling of compiler procs improved for DLL generation | Andreas Rumpf | 2010-07-29 | 1 | -0/+11 |
| | |||||
* | implemented user-defined pragmas | Andreas Rumpf | 2010-07-23 | 1 | -0/+1 |
| | |||||
* | bugfix: c2nim: typedef a b; | Andreas Rumpf | 2010-07-21 | 1 | -0/+1 |
| | |||||
* | c2nim tool added | Andreas Rumpf | 2010-07-21 | 1 | -0/+4 |
| | |||||
* | bugfix: exception handling (still not correct) | Andreas Rumpf | 2010-06-04 | 1 | -2/+4 |
| | |||||
* | revert to old behavior of getStartMilsecs; getStartMilsecs deprecated | Andreas Rumpf | 2010-05-30 | 1 | -1/+1 |
| | |||||
* | explicit types for generic routines | Andreas Rumpf | 2010-05-28 | 1 | -0/+11 |
| | |||||
* | crc check for external files to compile; bugfix: os.parseCmdLine | Andreas Rumpf | 2010-04-05 | 1 | -0/+12 |
| | |||||
* | bugfix: duplicate gtk2.set_tab_pos | Andreas Rumpf | 2010-03-29 | 1 | -0/+12 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -5/+6 |
| | |||||
* | improvements graphics module | Andreas Rumpf | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | bugfix: len openarray | Andreas Rumpf | 2010-03-10 | 1 | -0/+1 |
| | |||||
* | Bugfix: macros can be exported again | Andreas Rumpf | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | added colors.intensity | Andreas Rumpf | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | bugfix: macro evaluation; added colors.extractRGB | Andreas Rumpf | 2010-03-04 | 1 | -2/+4 |
| | |||||
* | examples/lib use the new wrappers | Andreas Rumpf | 2010-02-28 | 1 | -0/+2 |
| | |||||
* | bugfixes: re; pegs module | Andreas Rumpf | 2010-02-28 | 1 | -0/+3 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+1 |
| | |||||
* | start of tests refactoring; sqlite3 new wrapper fixes | rumpf_a@web.de | 2010-02-21 | 1 | -0/+1 |
| | |||||
* | bugfixes for unicode; xmlparser; htmlparser; scanner | rumpf_a@web.de | 2010-02-20 | 1 | -1/+8 |
| | |||||
* | development of graphics module | Andreas Rumpf | 2010-02-19 | 1 | -0/+1 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+1 |
| | |||||
* | new XML modules | Andreas Rumpf | 2010-02-10 | 1 | -1/+5 |
| | |||||
* | added xmldom modules | Andreas Rumpf | 2010-02-08 | 1 | -0/+2 |
| | |||||
* | more enhancements for the lib | Andreas Rumpf | 2010-02-08 | 1 | -0/+2 |
| | |||||
* | httpclient uses strtabs | Andreas Rumpf | 2010-02-07 | 1 | -5/+0 |
| | |||||
* | httpclient uses strtabs | Andreas Rumpf | 2010-02-07 | 1 | -0/+5 |
| | |||||
* | support for .. raw:: html for the docgen | Andreas Rumpf | 2010-02-07 | 1 | -0/+2 |
| | |||||
* | bugfix: rendering of case statements has been broken recently; remaining ↵ | Andreas Rumpf | 2010-02-02 | 1 | -1/+2 |
| | | | | idents with wrong underscores in the wrappers | ||||
* | HTTP chunking should work now | Andreas Rumpf | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | parseutils added | rumpf_a@web.de | 2010-01-31 | 1 | -1/+5 |
| | |||||
* | bugfixes for the high-level postgreSQL wrapper | Andreas Rumpf | 2010-01-29 | 1 | -1/+3 |
| | |||||
* | parseurl added | Andreas Rumpf | 2010-01-22 | 1 | -0/+2 |
| | |||||
* | strutils.parseHexInt added | Andreas Rumpf | 2010-01-18 | 1 | -5/+10 |
| | |||||
* | fixed bug #502670 | Andreas Rumpf | 2010-01-17 | 1 | -0/+3 |
| | |||||
* | sockets module complete | Andreas Rumpf | 2010-01-13 | 1 | -0/+3 |
| | |||||
* | better subscript overloading | rumpf_a@web.de | 2010-01-03 | 1 | -0/+28 |
| | |||||
* | version 0.8.6 | Andreas Rumpf | 2009-12-22 | 1 | -5/+4 |
| | |||||
* | improved expandimportc tool | rumpf_a@web.de | 2009-12-20 | 1 | -2/+40 |
| | |||||
* | got rid of platdef.c; compiler now always does linking step | rumpf_a@web.de | 2009-12-20 | 1 | -0/+17 |
| | |||||
* | version 0.8.5: bugfixes; compiler now maintained in Nimrod | Andreas Rumpf | 2009-12-07 | 1 | -10/+10 |
| | |||||
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -2/+63 |
| | |||||
* | implemented multi methods | Andreas Rumpf | 2009-09-23 | 1 | -1/+1 |
| |