| Commit message (Expand) | Author | Age | Files | Lines |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+0 |
* | revised notes about Pod::Parser & Co. | Gurusamy Sarathy | 2000-02-06 | 1 | -5/+41 |
* | CPAN.pm updated to v1.52 (from Andreas Koenig) | Gurusamy Sarathy | 2000-02-04 | 3 | -202/+362 |
* | pod typos (from Gregor N. Purdy <gregor@focusresearch.com>) | Gurusamy Sarathy | 2000-02-04 | 1 | -2/+2 |
* | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>) | Gurusamy Sarathy | 2000-02-04 | 1 | -277/+0 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 3 | -14/+72 |
* | another HINT_BYTE victim | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+1 |
* | byte.pm and HINT_BYTE don't match (0x8, not 0x10!) | Gurusamy Sarathy | 2000-02-04 | 1 | -2/+2 |
* | integrate selected changes from cfgperl (#4899,4900,4904,4918) | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
|\ |
|
| * | The #4880 was too eager, the $n test is useful too. | Jarkko Hietaniemi | 2000-01-28 | 1 | -1/+1 |
* | | PodParser-1.092 update via CPAN (from Brad Appleton) | Gurusamy Sarathy | 2000-02-02 | 3 | -455/+1445 |
* | | replace misleading docs with a BUGS section | Gurusamy Sarathy | 2000-02-02 | 1 | -8/+6 |
* | | Benchmark displays bogus CPU stats (suggested by Cedric Auzanne | Gurusamy Sarathy | 2000-02-02 | 1 | -2/+2 |
* | | fixes for switching files in the debugger (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-02 | 1 | -3/+15 |
* | | use warnings rather than fiddling with $^W (from Paul Marquess) | Gurusamy Sarathy | 2000-02-02 | 10 | -10/+8 |
* | | fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>) | Gurusamy Sarathy | 2000-02-02 | 1 | -4/+8 |
* | | future-proof unknown warning categories (from Greg Bacon | Gurusamy Sarathy | 2000-02-02 | 1 | -7/+8 |
* | | doc tweak (from Michael G Schwern <schwern@pobox.com>) | Gurusamy Sarathy | 2000-02-02 | 1 | -4/+4 |
* | | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 3 | -138/+64 |
* | | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 2 | -9/+9 |
* | | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 1 | -58/+0 |
* | | implement -follow option in find2perl (from Helmut Jarausch | Gurusamy Sarathy | 2000-01-28 | 1 | -1/+2 |
* | | avoid leaking lexicals into program being debugged (from Ilya | Gurusamy Sarathy | 2000-01-28 | 1 | -4/+4 |
* | | alias realpath() to abs_path() (from Tom Christiansen) | Gurusamy Sarathy | 2000-01-28 | 1 | -5/+16 |
|/ |
|
* | various pod nits identified by installhtml (all fixed except | Gurusamy Sarathy | 2000-01-27 | 5 | -5/+9 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 3 | -12/+13 |
* | pod typos and warnings (from Abigail <abigail@delanet.com>) | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | allow '--' to terminate argument processing (suggested by | Gurusamy Sarathy | 2000-01-26 | 1 | -39/+50 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-25 | 1 | -6/+8 |
| |\ |
|
| * | | <patch> avoid division by 0 in Benchmark.pm | Stephane Payrard | 2000-01-24 | 1 | -1/+1 |
* | | | avoid failure if directories already read by rmtree() are | Gurusamy Sarathy | 2000-01-26 | 1 | -9/+11 |
| |/
|/| |
|
* | | more fixes for warnings from change#4840 | Gurusamy Sarathy | 2000-01-25 | 1 | -6/+8 |
|/ |
|
* | fix typos; avoid use constant for lowercase constants (produces | Gurusamy Sarathy | 2000-01-24 | 3 | -9/+9 |
* | avoid warnings when there's no subs to autosplit | Gurusamy Sarathy | 2000-01-24 | 1 | -2/+4 |
* | faulty edit | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+1 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 43 | -77/+105 |
* | prefer POSIX::uname() rather than syscalls, which require attempting | Gurusamy Sarathy | 2000-01-23 | 1 | -16/+16 |
* | avoid warnings in change#4839 | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+2 |
* | fix line continuations in argument lists (from Helmut Jarausch) | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+3 |
* | CGI.pm upgraded to v2.56 from CPAN | Gurusamy Sarathy | 2000-01-22 | 5 | -214/+154 |
* | avoid warnings due to lack of forward declarations | Gurusamy Sarathy | 2000-01-22 | 1 | -0/+5 |
* | heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 1 | -558/+755 |
* | better Carp reporting within subclassed modules (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 1 | -25/+57 |
* | [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields' | John Tobey | 2000-01-22 | 2 | -33/+60 |
* | add $VERSION | Gurusamy Sarathy | 2000-01-21 | 2 | -0/+4 |
* | add note about "our" | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+5 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 2 | -4/+35 |
* | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>) | Gurusamy Sarathy | 2000-01-10 | 1 | -0/+4 |