Commit Graph
213 Commits
Author SHA1 Message Date
Cyber Emissary 0a68ee9a02 Returned some files that required by automake
Updated version in configure.ac
Added the new README.md and CHANGELOG.md to makefile.am
Added info about where RPM package can be downloaded
2018-02-13 13:54:34 -05:00
Cyber Emissary b68d097dc2 Updated readme and changelog 2018-02-12 17:05:28 -05:00
Nirgal Vourgère 492df3e927 Spelling fixes
Thanks lintian
2016-10-24 22:54:13 +02:00
Brian Bruns 9d56b0c3d8 bug fix for 'bad' data with odd number of UCS-2 bytes 2016-08-30 08:52:32 -04:00
whydoubt bf4d46e80b Update call from Gtk+ 1.2 to 2.0 2006-05-24 01:39:48 +00:00
whydoubt f5f0f8b073 Clean up use of autoconf macros 2006-05-24 01:37:18 +00:00
whydoubt bc80bddf2b Fix typo in help text 2006-05-24 00:41:52 +00:00
whydoubt bc71178167 Fix and tidy up read_pg_in* functions 2005-12-17 15:59:18 +00:00
whydoubt 2b2e300513 Add fflush after each newline (Pedro Gutierrez) 2005-12-17 09:55:38 +00:00
whydoubt 278b6e284c Fix several leaks and errors 2005-11-09 13:24:26 +00:00
whydoubt de1ce907a4 Fixes in reading data into bound fields 2005-11-04 12:12:11 +00:00
whydoubt 5aafee6641 Utilize mdb_bind_column_by_name 2005-10-17 12:15:50 +00:00
whydoubt 54bc9c81c6 Use correct parameter in mdb_col_to_string 2005-10-17 12:11:57 +00:00
whydoubt a5094f778d Make varaddr parameter a void * 2005-10-17 12:10:07 +00:00
whydoubt 8b9438dff5 Make backend_name parameter a const char * 2005-10-17 12:04:34 +00:00
whydoubt e7d6f60061 Correct info about MDBICONV 2005-10-17 11:47:21 +00:00
brianb a443e83ae7 Clean up for 0.6 release and some bug fixes 2005-09-07 23:27:43 +00:00
brianb 19d11f13c6 add --disable-gmdb2 option 2005-08-31 01:26:25 +00:00
whydoubt c8a0c79e31 Use correct index for command line options 2005-08-10 04:39:50 +00:00
whydoubt c6300ecf16 Use size_t instead of unsigned int for calling iconv 2005-08-05 15:52:16 +00:00
whydoubt eb9bba1d10 Alter buffer_dump's third parameter from 'end' to 'length' 2005-07-02 07:16:04 +00:00
whydoubt 22c3b15218 Use more appropriate types (void *, size_t) 2005-06-28 04:53:37 +00:00
whydoubt d0474b4692 Remove remaining int24 uses 2005-06-23 07:04:17 +00:00
whydoubt 3e65f9718c Use col->is_fixed member directly 2005-06-23 05:42:02 +00:00
whydoubt ba2ccb4574 Fix several lockups, leaks, and warnings 2005-06-18 06:50:15 +00:00
whydoubt 707a7ac399 Fix some potential segmentation faults 2005-06-17 02:42:18 +00:00
whydoubt e6c4050c74 Handle 'file not found' case 2005-06-17 02:39:45 +00:00
whydoubt 6bec184d98 Fix bug in handling certain 'jump tables' 2005-06-17 02:37:18 +00:00
whydoubt 22beb78295 Fix segmentation fault 2005-06-17 02:20:40 +00:00
whydoubt 160418635d Clean up some gcc4 warnings 2005-05-02 12:46:33 +00:00
whydoubt e0cb6caa73 Clean up some gcc4 warnings and errors 2005-04-29 03:08:12 +00:00
whydoubt 2983da266c Remove an unused variable and a noop 2005-04-29 02:35:57 +00:00
whydoubt 5c7e72105d Gladefile fixes (Edward Catmur) 2005-04-09 21:27:41 +00:00
whydoubt 90078d0e0f Improve C++ compatibility (Horst Knorr) 2005-04-09 01:46:51 +00:00
whydoubt e2ba88c386 Clean up minor gmdb makefile issues 2005-04-09 01:37:44 +00:00
whydoubt c81c636cc9 Ignore files generated by autotools toolchain 2005-03-31 05:31:10 +00:00
whydoubt d784520e9a Remove files generated by autotools toolchain 2005-03-31 05:27:02 +00:00
whydoubt 2ba6143d9b Improve order of autotools calls 2005-03-31 05:22:13 +00:00
whydoubt f1856c82f5 Update some autotools macros 2005-03-29 03:40:48 +00:00
whydoubt d1a6f47bfb Only mdb-sql depends on readline 2005-03-29 03:33:23 +00:00
whydoubt 6587feb47e Fix segfault on file-not-found 2005-03-28 03:33:11 +00:00
whydoubt 56e81caf58 Fix a bug in mdb_find_row 2005-03-23 03:51:58 +00:00
whydoubt 30b165938b Replace a few mdb_pg_get_int's with mdb_get_int's 2005-03-22 13:06:57 +00:00
whydoubt a2c849ca8c Clean up some warnings 2005-03-22 13:04:12 +00:00
whydoubt f8668dc119 Fix build error 2005-03-16 14:44:01 +00:00
whydoubt 2606b8eb51 Uncomment use of OLE functions 2005-03-16 12:50:21 +00:00
whydoubt e3df6e8fb7 Improve OLE-related functions 2005-03-16 12:43:01 +00:00
whydoubt b4d9eb5225 Remove some unused variables 2005-03-13 22:14:06 +00:00
whydoubt 76c5cfe8c2 Fix a couple of leaks 2005-03-13 21:29:17 +00:00
whydoubt f33a9564d1 Changes for compiling in MSVC (Martin Ellis) 2005-03-13 05:26:38 +00:00