dbsql/src/clib
Gregory Burd f1037cdd9a fixed portability to mac os/x 10.4.9
There was no need to maintain random number generation state within the DBSQL
structure, that is removed and now static within the two functions requiring
random number generation.  The placement of the function hash table in the
memory allocated for DBSQL was wrong, that is now fixed.
2007-03-24 22:59:14 +01:00
..
getopt.c Initial import. 2007-03-10 20:04:07 +01:00
memcmp.c Initial import. 2007-03-10 20:04:07 +01:00
random.c fixed portability to mac os/x 10.4.9 2007-03-24 22:59:14 +01:00
snprintf.c Initial import. 2007-03-10 20:04:07 +01:00
strcasecmp.c Initial import. 2007-03-10 20:04:07 +01:00
strdup.c Initial import. 2007-03-10 20:04:07 +01:00
xvprintf.c Initial import. 2007-03-10 20:04:07 +01:00