Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | portability fix for IO::File and FileHandle | Peter Prymmer | 1999-07-06 | 1 | -1/+4 |
* | applied slightly tweaked version of suggested patch for | Ilya Zakharevich | 1999-07-06 | 2 | -3/+15 |
* | DB_File 1.67 | Paul Marquess | 1999-07-06 | 4 | -38/+198 |
* | DBM Filters | Paul Marquess | 1999-07-06 | 8 | -43/+12 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 2 | -4/+4 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-06 | 5 | -1/+11 |
|\ | |||||
| * | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-05 | 5 | -51/+69 |
| |\ | |/ |/| | |||||
* | | applied parts not duplicated by previous patches | Vishal Bhatia | 1999-07-05 | 4 | -50/+69 |
* | | no such thing as gdbm_clearerr() (from Andy Dougherty) | Gurusamy Sarathy | 1999-07-05 | 1 | -1/+0 |
| * | Hack SOCKS support some more plus a patch from Andy Dougherty | Jarkko Hietaniemi | 1999-07-05 | 1 | -1/+1 |
| * | AIX threaded build, plus few more on the side. | Jarkko Hietaniemi | 1999-07-05 | 4 | -0/+5 |
| * | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-05 | 5 | -11/+57 |
| |\ | |/ |/| | |||||
* | | Re: [PATCH 5.005_57] pp_sort sorted out | Vishal Bhatia | 1999-07-05 | 3 | -10/+55 |
* | | cygwin32 update | Fifer, Eric | 1999-07-05 | 2 | -1/+2 |
* | | make overload, Data::Dumper, and dumpvar understand qr// stringify | Gurusamy Sarathy | 1999-07-04 | 2 | -17/+43 |
* | | make AIX dynaloading work when libperl is shared (and thus under | Jens-Uwe Mager | 1999-07-04 | 1 | -57/+13 |
* | | avoid warnings | Gurusamy Sarathy | 1999-07-02 | 1 | -1/+1 |
* | | remove bogus PL_optype_size | Gurusamy Sarathy | 1999-06-28 | 1 | -19/+0 |
| * | Miscellaneus AIX fixes + SOCKS support. | Jarkko Hietaniemi | 1999-07-04 | 1 | -1/+6 |
| * | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-04 | 5 | -94/+57 |
|/ | |||||
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 6 | -15/+24 |
* | dump C<0> as such, not C<'0'> | Gurusamy Sarathy | 1999-06-16 | 1 | -1/+1 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -1/+0 |
* | GDBM tweak | Gurusamy Sarathy | 1999-06-11 | 2 | -3/+3 |
* | DB_File tweaks for IMPLICIT CONTEXT | Gurusamy Sarathy | 1999-06-10 | 2 | -49/+20 |
* | fix small nits | Gurusamy Sarathy | 1999-06-10 | 1 | -4/+4 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 5 | -22/+12 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 24 | -178/+249 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -3/+3 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 14 | -38/+38 |
* | missed a few files | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 15 | -165/+1292 |
|\ | |||||
| * | Patch applying of #3499 had gone awry. | Jarkko Hietaniemi | 1999-06-01 | 2 | -311/+0 |
| * | OS/2 socket fixes. | Ilya Zakharevich | 1999-05-30 | 1 | -0/+25 |
| * | QNX needs <sys/select.h> to define fd_set. | Norton T. Allen | 1999-05-29 | 1 | -0/+6 |
| * | ByteLoader mark 2 | Tom Hughes | 1999-05-28 | 10 | -128/+1549 |
| * | Cosmetic OS/2-related patches | Ilya Zakharevich | 1999-05-28 | 1 | -2/+6 |
| * | Fixes related to working local $. | Paul Johnson | 1999-05-28 | 1 | -18/+0 |
| * | RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File | Paul Marquess | 1999-05-28 | 1 | -17/+17 |
* | | 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 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-05-17 | 2 | -24/+24 |
|\ | |||||
| * | Devel::Peek::mstat not working | Ilya Zakharevich | 1999-05-16 | 1 | -1/+2 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-12 | 1 | -7/+16 |
| |\ | |||||
| * | | Add I_NETINET_TCP to help change #3391. | Jarkko Hietaniemi | 1999-05-11 | 1 | -21/+22 |
* | | | additional cleanups for cygwin32 port | Fifer, Eric | 1999-05-17 | 2 | -15/+11 |
* | | | Mingw32 + w32api-0.1.5 tweaks | Nick Ing-Simmons | 1999-05-15 | 1 | -0/+2 |
| |/ |/| | |||||
* | | typo in change#3400 | Gurusamy Sarathy | 1999-05-12 | 1 | -1/+1 |
* | | deparse \&func() as \(&func()) for clarity | Albert Dvornik | 1999-05-12 | 1 | -7/+16 |
|/ |