summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* start of tests refactoring; sqlite3 new wrapper fixesrumpf_a@web.de2010-02-212-33/+37
|
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-207-60/+175
|
* development of graphics moduleAndreas Rumpf2010-02-195-267/+500
|
* BUGFIX: strutils.cmpIgnoreCaseAndreas Rumpf2010-02-142-11/+299
|
* added urls modulerumpf_a@web.de2010-02-141-0/+181
|
* further development of graphics modulerumpf_a@web.de2010-02-142-10/+68
|
* further improvements for the HTML parserrumpf_a@web.de2010-02-142-2/+73
|
* further improvements for the HTML parserrumpf_a@web.de2010-02-141-9/+28
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-14227-182/+268
|
* further progress on the new XML processing modulesAndreas Rumpf2010-02-1210-14/+112
|
* new XML modulesAndreas Rumpf2010-02-109-91/+716
|
* added xmldom modulesAndreas Rumpf2010-02-082-0/+1119
|
* more enhancements for the libAndreas Rumpf2010-02-0813-11/+65542
|
* httpclient uses strtabsAndreas Rumpf2010-02-073-142/+218
|
* support for .. raw:: html for the docgenAndreas Rumpf2010-02-071-1/+1
|
* new re module implementedAndreas Rumpf2010-02-072-200/+40
|
* httpserver supports a fixed port numberAndreas Rumpf2010-02-064-82/+192
|
* cleanup of library docsAndreas Rumpf2010-02-049-110/+156
|
* bugfix: rendering of case statements has been broken recently; remaining ↵Andreas Rumpf2010-02-026-34/+34
| | | | idents with wrong underscores in the wrappers
* HTTP chunking should work nowAndreas Rumpf2010-02-021-13/+7
|
* BUGFIX: system.insertAndreas Rumpf2010-02-021-1/+1
|
* added system.del; delete; insertAndreas Rumpf2010-02-024-33/+91
|
* parseutils addedrumpf_a@web.de2010-01-316-220/+287
|
* progress for httpclientrumpf_a@web.de2010-01-311-19/+0
|
* progress for httpclientrumpf_a@web.de2010-01-311-11/+39
|
* progress for httpclientrumpf_a@web.de2010-01-303-169/+289
|
* db_mysql.nim addedAndreas Rumpf2010-01-291-0/+145
|
* bugfixes for the high-level postgreSQL wrapperAndreas Rumpf2010-01-295-24/+15
|
* devel libs addedrumpf_a@web.de2010-01-242-0/+240
|
* parseurl addedAndreas Rumpf2010-01-222-0/+20
|
* bugfix for parsexml moduleAndreas Rumpf2010-01-211-2/+5
|
* atomic is now a keywordAndreas Rumpf2010-01-212-2/+18
|
* strutils.parseHexInt addedAndreas Rumpf2010-01-181-0/+23
|
* wrappers do not contain invalid identifiersAndreas Rumpf2010-01-1722-884/+879
|
* implemented extended quoting rulesAndreas Rumpf2010-01-161-1/+1
|
* name lookup for sockets moduleAndreas Rumpf2010-01-142-35/+91
|
* bugfix: fd_set mustn't be prefixed with structAndreas Rumpf2010-01-142-2/+2
|
* sockets module completeAndreas Rumpf2010-01-139-244/+719
|
* devel of web frontendrumpf_a@web.de2010-01-104-5/+12
|
* further development of new wrappersAndreas Rumpf2010-01-0819-1959/+1378
|
* further development of httpserverAndreas Rumpf2010-01-0540-18/+76
|
* better subscript overloadingrumpf_a@web.de2010-01-0350-294/+48650
|
* version 0.8.6Andreas Rumpf2009-12-221-1/+1
|
* got rid of platdef.c; compiler now always does linking steprumpf_a@web.de2009-12-202-5/+5
|
* variable dynamic lib namesAndreas Rumpf2009-12-152-6/+6
|
* floating point checksAndreas Rumpf2009-12-144-39/+64
|
* added configuration file for TeXAndreas Rumpf2009-12-101-0/+20
|
* BUGFIX: better error message when loading of dynamic lib proc failsAndreas Rumpf2009-12-091-1/+4
|
* bugfix: inconsequent tuple usageAndreas Rumpf2009-12-093-9/+9
|
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-075-3/+987
|