Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: - Typofix + removed unnecessary unsets caused by it | foobar | 2005-01-22 | 1 | -1/+0 |
| | |||||
* | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -10/+10 |
| | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
* | MFH lib substituation | Marcus Boerger | 2004-09-25 | 1 | -3/+6 |
| | |||||
* | MFH: Change to use md5_file() | Marcus Boerger | 2004-08-12 | 1 | -4/+4 |
| | |||||
* | MFH Fix problems with c mode | Marcus Boerger | 2004-05-10 | 3 | -4/+16 |
| | |||||
* | MFH: recognize db-4.2.x | Marcus Boerger | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | MFH | Marcus Boerger | 2004-01-26 | 1 | -6/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2004-01-26 | 1 | -0/+54 |
| | |||||
* | Add missing fd creation | Marcus Boerger | 2004-01-15 | 1 | -1/+7 |
| | |||||
* | Add inifile handler in windows build too. | Marcus Boerger | 2003-12-23 | 1 | -2/+18 |
| | |||||
* | MFH: Fix warnings | Marcus Boerger | 2003-12-17 | 2 | -2/+5 |
| | |||||
* | MFH: Fix winbuild | Marcus Boerger | 2003-12-16 | 1 | -0/+5 |
| | |||||
* | MFH: Synch (as far as possible) and fix #26304 | Marcus Boerger | 2003-12-14 | 3 | -28/+54 |
| | |||||
* | MFH: Proto fixes (Friedhelm Betz <holliwell|gmx.net>) | Marcus Boerger | 2003-11-13 | 1 | -9/+9 |
| | |||||
* | MFH Bugfix #25794: Cannot open existing hash db3 file with write | Marcus Boerger | 2003-11-13 | 4 | -4/+4 |
| | |||||
* | MFH: Aligned configure help texts. | foobar | 2003-10-03 | 1 | -2/+2 |
| | |||||
* | MFH(r-1.55): Alignment fix | Moriyoshi Koizumi | 2003-10-02 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed format error. | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | ws fix | foobar | 2003-08-15 | 1 | -1/+1 |
| | |||||
* | MFH: persistent streams patch | Ilia Alshanetsky | 2003-07-29 | 1 | -2/+10 |
| | |||||
* | MFH: Fix handling of empty settings | Marcus Boerger | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | MFH: Fix open mode (noticed by FutureQuest, Inc.) | Marcus Boerger | 2003-07-03 | 3 | -3/+3 |
| | |||||
* | MFH: Fix possible SEGV | Marcus Boerger | 2003-06-22 | 1 | -2/+10 |
| | |||||
* | MFH: Allow the extension to reside elsewhere | Marcus Boerger | 2003-06-19 | 1 | -3/+3 |
| | |||||
* | Remove that old thing | Marcus Boerger | 2003-06-14 | 1 | -2/+0 |
| | |||||
* | Fixed win32 build | Edin Kadribasic | 2003-06-14 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2003-06-14 | 1 | -42/+38 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-13 | 1 | -2/+2 |
| | |||||
* | MFH: Bugfix #2397: dba_open locking error with db3 | Marcus Boerger | 2003-06-12 | 1 | -5/+10 |
| | |||||
* | MFH: ini file support | Marcus Boerger | 2003-05-29 | 3 | -32/+239 |
| | |||||
* | MFH | Marcus Boerger | 2003-05-21 | 1 | -2/+0 |
| | |||||
* | MFH: Fix test (ssen by Dan Torop) | Marcus Boerger | 2003-05-20 | 1 | -2/+2 |
| | |||||
* | MFH: Fix protos | Marcus Boerger | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | MFH: Enable bundled submodules when enabling module | Marcus Boerger | 2003-05-18 | 1 | -3/+3 |
| | |||||
* | MFH: Enable db<n> builds configured with --with-uniquename | Marcus Boerger | 2003-05-14 | 1 | -5/+9 |
| | |||||
* | MFH: Fix this test | Marcus Boerger | 2003-05-13 | 1 | -0/+5 |
| | |||||
* | MFH | Marcus Boerger | 2003-05-06 | 1 | -2/+2 |
| | |||||
* | MFH new test layout | Marcus Boerger | 2003-05-06 | 12 | -43/+37 |
| | |||||
* | safe_emalloc() | Marcus Boerger | 2003-04-16 | 3 | -8/+6 |
| | |||||
* | MFH: prepare for safe_emalloc | Marcus Boerger | 2003-04-16 | 1 | -111/+120 |
| | |||||
* | MFH: Fixed Bug #23188 CDB databases created with 'c' mode do not work. | Marcus Boerger | 2003-04-14 | 1 | -1/+1 |
| | |||||
* | MFH: reenable dba_popen | Marcus Boerger | 2003-04-13 | 2 | -12/+44 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-04-13 | 1 | -0/+33 |
| | |||||
* | fix VPATH builds | Sascha Schumann | 2003-04-01 | 1 | -0/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-03-05 | 1 | -0/+29 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-03-04 | 1 | -0/+598 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-02-23 | 3 | -0/+265 |
| | |||||
* | MFH: avoiding problems.. | foobar | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | MFH | foobar | 2003-02-09 | 1 | -1/+1 |
| | |||||
* | MFH: Change DBM detection order | Marcus Boerger | 2003-02-01 | 1 | -1/+1 |
| |