| Commit message (Expand) | Author | Age | Files | Lines |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 3 | -5/+11 |
* | test suite and fix input_line_number() | Paul Johnson | 1999-05-10 | 1 | -0/+15 |
* | more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com> | Gurusamy Sarathy | 1999-05-10 | 6 | -13/+56 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 2 | -2/+9 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 7 | -4/+133 |
* | additions to Thread.pm docs from Tuomas J. Lukka | Gurusamy Sarathy | 1999-05-09 | 1 | -4/+28 |
* | Re: pdt: Perl Development Tools? | Stephen McCamant | 1999-05-09 | 1 | -1/+1 |
* | fix typo in dbm filters that caused odbm.t to fail | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+2 |
* | 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 | 16 | -104/+695 |
* | compiler fixes from Vishal Bhatia <vishalb@hotmail.com> | Gurusamy Sarathy | 1999-05-06 | 3 | -13/+91 |
* | applied non-conflicting parts of suggested patch | Charles Bailey | 1999-05-05 | 1 | -2/+2 |
* | Re: Misspelled macro in ext/POSIX/POSIX.xs? | Andy Dougherty | 1999-04-10 | 1 | -1/+1 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 9 | -39/+39 |
* | integrate change#3179 from maint-5.005 | Gurusamy Sarathy | 1999-03-28 | 1 | -0/+6 |
* | applied needful parts of suggested patch | Vishal Bhatia | 1999-03-25 | 2 | -4/+9 |
* | fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia | Gurusamy Sarathy | 1999-03-25 | 1 | -0/+1 |
* | Compiler needs to know about utf8 SVOP tr///s | Stephen McCamant | 1999-03-25 | 1 | -2/+10 |
* | B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu> | Gurusamy Sarathy | 1999-03-25 | 1 | -160/+240 |
* | [5.005_56] Add EXISTS to SDBM_File and libsdbm | Russ Allbery | 1999-03-25 | 7 | -1/+43 |
* | add statement-modifier loops to :base_loop class | Gurusamy Sarathy | 1999-03-25 | 1 | -2/+2 |
* | applied suggested patch, modulo superseded parts | Charles Bailey | 1999-03-24 | 2 | -0/+6 |
* | integrate change#3115 from maint-5.005 | Gurusamy Sarathy | 1999-03-24 | 4 | -25/+25 |
* | applied suggested patch, modulo bogus hunk | Vishal Bhatia | 1999-03-24 | 2 | -14/+23 |
* | First pass of integrating the Rhapsody port, | Wilfredo Sánchez | 1999-03-15 | 1 | -0/+216 |
* | integrate change#3081 from maint-5.005 | Gurusamy Sarathy | 1999-03-05 | 1 | -1/+1 |
* | updates to compiler modules | Vishal Bhatia | 1999-03-04 | 3 | -14/+60 |
* | To: perl5-porters@perl.org, vmsperl@perl.org | Hans Mulder | 1999-03-02 | 1 | -1/+2 |
* | integrate cfgperl contents | Gurusamy Sarathy | 1999-02-24 | 4 | -22/+36 |
|\ |
|
| * | DB_File 1.64 patch | Paul Marquess | 1999-02-22 | 4 | -22/+36 |
* | | ansify perlio.c, fix PerlIO-ish typos | Gurusamy Sarathy | 1999-02-24 | 2 | -7/+7 |
* | | do poll() emulation unless HAS_POLL && I_POLL | Gurusamy Sarathy | 1999-02-20 | 1 | -4/+1 |
* | | missing PERL_POLLUTE_MALLOC | Gurusamy Sarathy | 1999-02-18 | 1 | -3/+1 |
* | | s/#defined/#define/ | Gurusamy Sarathy | 1999-02-18 | 1 | -1/+1 |
* | | ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d) | Gurusamy Sarathy | 1999-02-18 | 3 | -12/+20 |
|/ |
|
* | integrate change#2852 from maint-5.005; integrate cfgperl contents; | Gurusamy Sarathy | 1999-02-16 | 1 | -4/+8 |
|\ |
|
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-15 | 1 | -1/+7 |
| |\ |
|
| * | | Import Ultrix update, change #2864, | Spider Boardman | 1999-02-15 | 1 | -3/+7 |
| * | | OpenBSD sparc SHMLBA. | Jarkko Hietaniemi | 1999-02-15 | 1 | -1/+1 |
* | | | propagate PERL_VERSION everywhere, add to pod | Gurusamy Sarathy | 1999-02-16 | 5 | -26/+11 |
| |/
|/| |
|
* | | enable dynaloading in C.pm-compiled programs (non-conflicting part | Vishal Bhatia | 1999-02-15 | 1 | -1/+7 |
|/ |
|
* | use New() et al., rather than safemalloc() et al. | Jan Dubois | 1999-02-15 | 1 | -9/+11 |
* | add missing hunk in change#2657 | Gurusamy Sarathy | 1999-02-12 | 1 | -2/+9 |
* | IO is maintained by p5p (per Graham Barr's wishes) | Gurusamy Sarathy | 1999-02-12 | 9 | -11/+21 |
* | remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>) | Gurusamy Sarathy | 1999-02-11 | 1 | -3/+3 |
* | Re: [Fwd: IO::Socket::connect and blocking] | Benjamin Low | 1999-02-11 | 1 | -14/+9 |
* | make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let | Gurusamy Sarathy | 1999-02-08 | 1 | -18/+10 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-07 | 2 | -3/+3 |
|\ |
|
| * | avoid garbage in db->dirbuf | Masahiro KAJIURA | 1999-02-07 | 1 | -0/+1 |
| * | minor bug in dumping blessed subrefs | Gurusamy Sarathy | 1999-02-06 | 1 | -3/+2 |