Commit Graph

50 Commits

Author SHA1 Message Date
Evan Miller
12a888988d Update README and deprecate mdb-hexdump 2021-08-04 15:33:43 -04:00
pedromorgan
da730d3696 apidocs with doxygen 2021-01-16 16:05:28 +00:00
Evan Miller
2bb31f05ee Improve bounds checking
No particular crashes, but replace strcpy / strncpy with snprintf
and GLib functions wherever possible.
2020-12-28 20:12:39 -05:00
Evan Miller
d8ed91bb05 Include missing header files in make dist 2020-10-18 07:59:45 -04:00
Paul Fitzpatrick
3f52803c19 remove unneeded headers 2014-10-16 18:40:13 -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
088493d499 Update autoconf/automake standards
Generated files config.guess config.sub depcomp install-sh ltmain.sh missing
and ylwrap have been moved to build-aux/

Ran autoupdate

Replaced AC_TRY_LINK/AC_TRY_COMPILE by AC_LINK_IFELSE/AC_COMPILE_IFELSE

Droped -I$(top_srcdir)/include from CFLAGS since AC_CONFIG_HEADERS already
adds the -I

Fixed bison detection

Added AM_PROG_AR as required by autoreconf -i -Wall

Updated NEWS and .gitignore
2013-07-09 18:39:03 +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
ed2c282bdc One more fix for Access 2007/2010 support 2012-07-07 23:42:23 +02:00
Nirgal Vourgère
b7200c9b57 Added tests to quiet -Wall compilation 2012-02-02 20:22:30 +01:00
Brian Bruns
037b9bc8fc remove cvsignore and add gitignore per Jeff Smith 2010-11-01 09:30:24 -04:00
Brian Bruns
df4966c847 Debian patch 090-mdb-hexdump-argc 2010-06-16 23:44:08 -04:00
whydoubt
a2c849ca8c Clean up some warnings 2005-03-22 13:04:12 +00:00
whydoubt
e121a82946 Lots more gcc warnings fixes 2004-07-09 12:47:04 +00:00
brianb
49cf3e0cbc delete orphan files 2004-04-12 14:27:07 +00:00
brianb
3a9aa2ceb7 add -M option to mdb-ver
make gmdb2 version match mainline code
new dissector for jet4 tdef pages in gmdb2
gmdb2 right mouse click behaviour bugfix
pre-compute index page bitmap in mdb_index_unpack_page() in preparation for index writes.
2004-02-13 18:49:51 +00:00
brianb
e352e80eb1 patch #856724/857342 and odds and ends. 2004-02-09 20:37:27 +00:00
brianb
fd616622f5 patch #849200 2004-02-09 03:09:52 +00:00
brianb
8c68edba1f Basic checks on file to ensure it's an mdb database. bug # 587739 2004-01-10 21:46:14 +00:00
brianb
dd534f39dc left worktable.c out of Makefile.am
use proper glib version in extras/
2004-01-10 13:25:31 +00:00
brianb
d1e586cdf0 missed a couple files and updated for new progs 2002-12-27 20:40:21 +00:00
brianb
16735470a7 port of gmdb to gnome2. lots o other stuff 2002-12-27 15:09:02 +00:00
trewitt
5346c79e8c Add exit(0) to the end of all programs. 2002-08-12 17:37:04 +00:00
trewitt
813ed0918a Remove files that are automatically generated by automake, configure. 2002-08-12 14:52:46 +00:00
trewitt
e936a17a10 Remove automatically-generated 'Makefile's. 2002-08-12 00:41:59 +00:00
brianb
e7927f94bc Fixed unixODBC 2.1.0+ bug.
fixed GTK/Gnome handling.
more debugger stuff.
2002-04-14 23:35:39 +00:00
brianb
0d0e0efbb7 fix gtk/gnome compilation of gmdb, export table fixes, more dissection in debug tab. 2002-04-12 01:27:41 +00:00
brianb
53bfc9027b commiting gmdb
doc updates
odbc fixes
2002-04-09 01:19:26 +00:00
brianb
e2c3a9d818 odbc fixes, updates for v0.4 2002-04-03 23:02:53 +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
16ecc4fe4d remove bad file from Makefile.am 2002-03-21 04:29:40 +00:00
brianb
d13908dcf3 unicode compression for Access 2000 2002-03-17 02:40:16 +00:00
brianb
1a96e241d0 Initial changes for Access 2000 files 2002-02-03 02:49:08 +00:00
brianb
ea8fd2a6ba massive sync up of my code to CVS. not sure what changed. 2002-01-24 12:34:10 +00:00
brianb
e0f83b2446 made SQL support optional 2001-07-24 02:56:20 +00:00
brianb
3d4bc34b70 Enhancements for getting Access 2000 to work (almost)
Fixes for working with bison
2001-05-16 00:21:17 +00:00
brianb
606887dfbd added like operator and handling of string sargs
Added index stuff to HACKING file
Misc. mdb-sql updates
2001-04-20 21:06:46 +00:00
brianb
ee6df7d015 clean up 2001-04-16 00:54:57 +00:00
brianb
ac4ea2adc5 clean up 2001-04-15 23:55:44 +00:00
brianb
138f2696cb stuff missed from reorg 2001-04-11 23:53:50 +00:00
brianb
12d830dc62 restructing...automake now used sql stuff working 2001-04-11 23:33:19 +00:00
xone47
9a00f0eb2a Removed generated files from repository. 2000-09-28 15:15:35 +00:00
brianb
62dc667342 Patches from Brent Johnson for double, off page memo, and big endian support 2000-08-09 03:04:57 +00:00
brianb
e05970d711 Patch from Michael Wood to do the right thing on data export when there are
deleted rows present.

Put checks in mdb-dump for presence of a valid file.
2000-08-02 03:48:49 +00:00
brianb
ad4d17cfe9 Fixups for version 0.1 2000-03-19 13:57:08 +00:00
brianb
f009565993 autoconf stuff from Carl 2000-03-19 13:26:41 +00:00
brianb
401e3f45e3 Added (premilinary) support for null columns.
Added support routines for C files generated by parsecsv utilities.
2000-03-19 02:50:05 +00:00
brianb
5a4f0eefcd declaration fix for dump.c (Karl)
fixed the is_fixed stuff in table.c/data.c (Brian)
autoconf (Carl)
2000-03-17 23:46:05 +00:00
brianb
5710389374 changed mdb_read_catalog() to scan the file for catalog pages. 2000-03-03 01:50:08 +00:00
brianb
30ab45dc35 Initial revision 2000-02-12 23:51:37 +00:00