| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0} | Malcolm Beattie | 1998-04-02 | 1 | -1/+1 |
* | Next wave of _63 VMS patches | Charles Bailey | 1998-04-02 | 9 | -18/+28 |
* | [PATCH 5.004_60] Fix to MM_VMS.PM | Hans Mulder | 1998-02-27 | 3 | -15/+43 |
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -2/+2 |
* | [win32] Fix autovivification problems with XSUB OUTPUT args | Gurusamy Sarathy | 1998-01-19 | 1 | -2/+2 |
* | [win32] Various changes to make it build cleanly and pass all tests: | Gurusamy Sarathy | 1997-11-26 | 1 | -1/+1 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -1/+2 |
* | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 5 | -88/+40 |
* | PATCH: make DBM*_File modules sub-classable | Paul Marquess | 1997-08-07 | 1 | -0/+2 |
* | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -2/+2 |
* | sdbm can fail if a config.h exists in system directories | Tim Bunce | 1997-06-11 | 1 | -0/+1 |