| Commit message (Expand) | Author | Age | Files | Lines |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -81/+73 |
* | make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested | Gurusamy Sarathy | 1999-07-07 | 1 | -0/+1 |
* | applied patch after demunging headers with appropriate paths | Vishal Bhatia | 1999-07-06 | 1 | -0/+1 |
* | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-05 | 1 | -0/+175 |
|\ |
|
* \ | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-05 | 4 | -4/+15 |
|\ \
| |/ |
|
| * | suppress fancy display when in verbose mode (suggested by | Gurusamy Sarathy | 1999-07-05 | 1 | -2/+3 |
| * | cygwin32 update | Fifer, Eric | 1999-07-05 | 2 | -2/+11 |
| * | compatibility tweak for Class::Struct | Gurusamy Sarathy | 1999-07-05 | 1 | -0/+1 |
| * | make overload, Data::Dumper, and dumpvar understand qr// stringify | Gurusamy Sarathy | 1999-07-04 | 3 | -1/+15 |
| * | avoid warnings | Gurusamy Sarathy | 1999-07-02 | 1 | -2/+2 |
| * | inc version (for CPAN.pm sanity) | Gurusamy Sarathy | 1999-06-28 | 1 | -1/+1 |
| * | [19990526.002] Misc. improvements to Class:Struct | Damian Conway | 1999-06-28 | 1 | -18/+111 |
| * | upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted) | Gurusamy Sarathy | 1999-06-28 | 5 | -144/+576 |
* | | Integrate with mainperl. | Jarkko Hietaniemi | 1999-07-04 | 10 | -166/+530 |
* | | EPOC port to Psion5. | Olaf Flebbe | 1999-06-27 | 2 | -1/+5 |
|/ |
|
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 2 | -4/+3 |
* | avoid race condition in the CAPI extension bootstrap handler | Gurusamy Sarathy | 1999-06-24 | 1 | -2/+1 |
* | tweak RefHash to make intent clearer (suggested by John Dlugosz) | Gurusamy Sarathy | 1999-06-22 | 1 | -3/+4 |
* | oops, backout bogus change#3545 | Gurusamy Sarathy | 1999-06-22 | 1 | -1/+2 |
* | remove dead code | Gurusamy Sarathy | 1999-06-22 | 1 | -2/+1 |
* | caller.pm typos | Gurusamy Sarathy | 1999-06-12 | 1 | -4/+2 |
* | implement C<use caller 'encoding'> | Gurusamy Sarathy | 1999-06-11 | 1 | -0/+61 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -4/+4 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+2 |
* | (was Re: Unitialized Value Complaints in Math::BigFloat) | Jan Dubois | 1999-05-29 | 1 | -0/+1 |
* | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 1 | -3/+3 |
* | avoid temporary files that have a constant name (from a suggestion | Gurusamy Sarathy | 1999-05-25 | 1 | -3/+3 |
* | EBCDIC %HTML_Escapes for Pod::Text, plus sync patch. | Peter Prymmer | 1999-05-25 | 1 | -0/+80 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -7/+8 |
* | updated to v1.50 from CPAN | Gurusamy Sarathy | 1999-05-24 | 3 | -73/+258 |
* | Problem with MM_Unix in 5.005_03 | Tim Jenness | 1999-05-24 | 1 | -1/+1 |
* | avoid removing duplicates in user-generated warnings | Byron Brummer | 1999-05-24 | 1 | -4/+11 |
* | minor logic tweak for reserved word warning | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+1 |
* | additional cleanups for cygwin32 port | Fifer, Eric | 1999-05-17 | 1 | -0/+117 |
* | canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker | Gurusamy Sarathy | 1999-05-14 | 1 | -1/+1 |
* | Re: Test::Harness runs tainted tests with wrong library path | Stephen Zander | 1999-05-12 | 1 | -1/+2 |
* | more testsuite smarts (many of them courtesy Ilya) | Gurusamy Sarathy | 1999-05-12 | 1 | -10/+20 |
* | display more frequent progress messages when STDOUT is a tty | Gurusamy Sarathy | 1999-05-11 | 1 | -5/+16 |
* | Explanations by Test::Harness | Ilya Zakharevich | 1999-05-11 | 1 | -3/+14 |
* | Test.pm update [PATCH _56] | Joshua Pritikin | 1999-05-10 | 1 | -5/+10 |
* | pod->html VMS fixes | lane@duphy4.physics.drexel.edu | 1999-05-10 | 1 | -0/+1 |
* | Add POLLUTE=1 option to MakeMaker | Jan Dubois | 1999-05-10 | 2 | -6/+25 |
* | provide File::Copy::syscopy() via Win32::CopyFile() on win32 | Gurusamy Sarathy | 1999-05-10 | 1 | -2/+8 |
* | escape ampersands in <pre> sections | Gurusamy Sarathy | 1999-05-10 | 1 | -2/+1 |
* | cygwin32 update (untested adaptation of patch against 5.005_03) | Alexander Smishlajev | 1999-05-10 | 3 | -1/+10 |
* | document 'test' attribute (from Andreas Koenig) | Gurusamy Sarathy | 1999-05-10 | 1 | -1/+5 |
* | import list propagation busted (pointed out by Ton Hospel | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+2 |
* | applied suggested patch, added tests | William Mann | 1999-05-08 | 1 | -0/+77 |
* | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods. | Nick Ing-Simmons | 1999-05-08 | 1 | -5/+63 |
* | Bug in MM_VMS.PM | Dan Sugalski | 1999-05-07 | 1 | -1/+1 |