| Commit message (Expand) | Author | Age | Files | Lines |
* | Misplaced test file; plus Cygwin filesystem semantics. | Jarkko Hietaniemi | 2001-06-23 | 1 | -0/+429 |
* | Remove unused files; noted by Sarathy. | Jarkko Hietaniemi | 2001-05-03 | 2 | -186/+0 |
* | strict-w-proof the ?DBM_File, from Paul Marquess. | Jarkko Hietaniemi | 2001-02-20 | 1 | -0/+1 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -1/+1 |
* | RE: [ID 20001013.009] DB_File issues warning when setting element to undef | Paul Marquess | 2000-12-10 | 2 | -3/+9 |
* | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 1 | -15/+15 |
* | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 1 | -6/+15 |
* | Fake support of holey files in win/dosish platforms. | kipp@shonanblue.ne.jp | 2000-11-07 | 1 | -0/+21 |
* | Re: Two advertising clauses need to be removed | Russ Allbery | 2000-09-14 | 2 | -20/+54 |
* | Document the NDBM_File and ODBM_File as SDBM_File | Jarkko Hietaniemi | 2000-08-18 | 1 | -2/+0 |
* | SDBM_File documentation | Mark-Jason Dominus | 2000-07-17 | 1 | -2/+86 |
* | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 1 | -1/+1 |
* | fix leaks in *DBM_File; safemalloc()ed things need to be freed with | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+1 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 2 | -2/+2 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -4/+2 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+0 |
* | applied somewhat modified version of suggested patch | Benjamin Stuhl | 1999-12-05 | 1 | -3/+16 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | fix data loss when more than one block is read from SDBM | Gurusamy Sarathy | 1999-09-05 | 1 | -3/+13 |
* | [ID 19990821.001] [PATCH] perl5.005_60 cygwin port | Fifer, Eric | 1999-09-01 | 1 | -1/+1 |
* | Change #3790 redemption: with a little additional | Jarkko Hietaniemi | 1999-08-03 | 1 | -0/+1 |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 1 | -1/+1 |
* | Undo #3790 and the patches that attempted to fix it | Jarkko Hietaniemi | 1999-08-01 | 3 | -3/+0 |
* | Solaris doesn't like PERL_MALLOC_OK in SDBM_File. | Jarkko Hietaniemi | 1999-08-01 | 1 | -0/+1 |
* | Digital UNIX 4.0D doesn't like perl malloc on sdbm | Jarkko Hietaniemi | 1999-07-31 | 1 | -0/+1 |
* | provide MakeMaker attribute PERL_MALLOC_OK that allows extensions | Gurusamy Sarathy | 1999-07-27 | 1 | -0/+1 |
* | Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3 | Andy Dougherty | 1999-07-27 | 1 | -1/+5 |
* | noecho noops (from Nicholas Clark <nick@flirble.org>) | Gurusamy Sarathy | 1999-07-17 | 1 | -3/+5 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+1 |
* | DBM Filters | Paul Marquess | 1999-07-06 | 2 | -13/+3 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -0/+3 |
* | remove stray K&R-isms | Gurusamy Sarathy | 1999-06-02 | 5 | -54/+33 |
* | s/isspace/isSPACE/g and make sure the CRT version is always | Gurusamy Sarathy | 1999-05-21 | 1 | -2/+5 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 3 | -1/+12 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 1 | -1/+6 |
* | Bring SDBM_File.xs into line with new typemap | Nick Ing-Simmons | 1999-05-08 | 1 | -1/+1 |
* | DBM Filters (via private mail) | Paul Marquess | 1999-05-07 | 3 | -22/+155 |
* | [5.005_56] Add EXISTS to SDBM_File and libsdbm | Russ Allbery | 1999-03-25 | 7 | -1/+43 |
* | missing PERL_POLLUTE_MALLOC | Gurusamy Sarathy | 1999-02-18 | 1 | -3/+1 |
* | make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let | Gurusamy Sarathy | 1999-02-08 | 1 | -18/+10 |
* | avoid garbage in db->dirbuf | Masahiro KAJIURA | 1999-02-07 | 1 | -0/+1 |
* | correct bugs exposed in MM_Unix.pm by commenting out Selfloader | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
* | remove useless 'rcsid' (extension of a suggestion by | Gurusamy Sarathy | 1998-08-04 | 2 | -8/+0 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -2/+2 |
* | generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS | Jarkko Hietaniemi | 1998-07-12 | 1 | -4/+6 |
* | fixup patches for VMS | Hans Mulder | 1998-06-21 | 1 | -0/+14 |
* | A tweaked version of: | Dan Sugalski | 1998-06-10 | 1 | -3/+7 |
* | [win32] merge changes#752,753 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -0/+6 |
* | [win32] remove __declspec kludge in sdbm.h in favor of setting a | Gurusamy Sarathy | 1998-04-04 | 2 | -6/+1 |
* | [win32] the EXTCONST in sdbm.h breaks SDBM on Borland, since | Gurusamy Sarathy | 1998-04-04 | 1 | -0/+5 |