Yo! The json code is now available via fossil:
http://fossil.wanderinghorse.net/repos/fossil-sgb/index.cgi/timeline?r=sgb-cson i would welcome contributors (just send me your preferred user name and i'll get you set up). The new code compiles cleanly in gcc's -std=c89 mode with the -Wall/-ansi/-pedantic flags, and is believed to be portable. (i even ran the more questionable parts through the gurus at comp.lang.c.moderated, to ensure portability.) ACHTUNG: the build is untested on anything non-Linux (32- and 64-bit). It is possible that my changes to makemake.tcl did not properly account properly for the other generated builds: win/Makefile.dmc win/Makefile.mingw win/Makefile.msv i hope i got them all, though. And now, only somewhat related, an anecdote on the pervasiveness of sqlite3... Some of the UTF8-handling code used in the json lib originated from a C++ JSON lib i wrote last year. That lib inherited it from a glob-matching lib which i wrote 3 or 4 years ago. And that lib inherited it from... sqlite3's CVS repo. -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

