summary refs log tree commit diff stats
path: root/lib/pure/json.nim
Commit message (Collapse)AuthorAgeFilesLines
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-4/+7
|
* Merge branch 'master' of github.com:Araq/Nimroddom962011-05-141-1/+2
|\
| * newStringOfCap implemented and used to optimize some procsAraq2011-05-081-1/+2
| |
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵dom962011-05-141-0/+29
|/ | | | addresses. copy and delete for json module.
* The sockets module supports non-blocking sockets now. Many other fixes in ↵dom962011-04-301-1/+1
| | | | sockets. Timeout support in scgi.
* ugh, maybe broke gitAraq2011-04-011-1/+13
|
* Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
|
* JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
|
* Corrected pretty() in json module, and added another file with json test data.dom962011-01-281-16/+25
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* json module changesAraq2011-01-151-169/+670
|
* Added a higher level json module.dom962011-01-111-454/+254
|
* bugfix: init of tempsAraq2010-08-241-0/+2
|
* accurate file/line informationAndreas Rumpf2010-08-141-0/+482