Commit Graph

19 Commits

Author SHA1 Message Date
Nirgal Vourgère
cc15473d71 Deprecate mdb-array mdb-header mdb-parsecsv 2020-11-25 12:14:45 +01:00
Evan Miller
90ee7bfcb5 Remove references to dmalloc
There are more modern tools for memory debugging, get rid of DMALLOC
crap in the source code.

I've left one reference in backend.c to prevent a merge conflict but
this can be removed later.
2020-08-20 08:59:08 -04:00
Evan Miller
679c90141f Improve error message 2020-08-04 15:10:23 -04:00
Nirgal Vourgère
7841d30d43 Revert use of config.h
Revert
7162e8db74
088493d499

And drop AC_CONFIG_HEADERS so that config goes though the command line.
No longer generating config.h, update .gitignore
2013-07-15 02:42:12 +02:00
Nirgal Vourgère
7162e8db74 Include config.h in all .c files
Need to be the first file since it may define large files support
and other options.
2013-07-04 10:53:13 +02:00
Nirgal Vourgère
f6cd70494c Automatically init/exit libmdb code
mdb_init() and mdb_exit() are now deprecated.
2012-07-22 02:29:04 +02:00
Nirgal Vourgère
69366e198f Warn about unsupported types in mdb-header
Print error message on stderr and returns 1 on failure.
2012-01-30 21:50:26 +01:00
Nirgal Vourgre
dd0f4c3819 Patch docs.diff from Nirgal 2011-08-28 19:53:29 -04:00
whydoubt
278b6e284c Fix several leaks and errors 2005-11-09 13:24:26 +00:00
whydoubt
dd99bd0a68 Use 'Flags' field in MSysObjects to recognize system tables 2004-09-16 04:00:39 +00:00
whydoubt
e121a82946 Lots more gcc warnings fixes 2004-07-09 12:47:04 +00:00
whydoubt
d6db6c3ed4 Fix some memory leaks 2004-06-24 04:22:40 +00:00
whydoubt
0baed7b268 Use mdb_close to match mdb_open instead of mdb_free_handle 2004-04-14 05:58:52 +00:00
brianb
4953cee0af signature change to mdb_open() 2004-04-13 20:06:04 +00:00
brianb
75216d7a90 index work
dmalloc headers
mem leak fixes
start on i18n
2003-01-28 23:51:06 +00:00
brianb
092e2b79af query planner stuff
some gcc -Wall fixes
added suport for _ in identifier names in SQL
gmdb2 manual additions
2003-01-20 16:04:24 +00:00
trewitt
5346c79e8c Add exit(0) to the end of all programs. 2002-08-12 17:37:04 +00:00
brianb
9b8285d937 change catalogentry to GPtrArray, documentation fixes, add ifdef wrapper to mdbsql.h 2002-03-27 13:00:00 +00:00
brianb
12d830dc62 restructing...automake now used sql stuff working 2001-04-11 23:33:19 +00:00