summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * fixes for Pod::Html issues (from Wolfgang LaunGurusamy Sarathy2000-02-191-10/+14
| * various xsubpp enhancements that make it easier to use withGurusamy Sarathy2000-02-191-30/+144
| * s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-10/+10
| * s/byte/bytes/g remnantsGurusamy Sarathy2000-02-192-10/+10
| * rename byte:: to bytes::Gurusamy Sarathy2000-02-194-3/+3
| * English names for $^R and $^SGurusamy Sarathy2000-02-191-0/+4
| * avoid $@-clearing sideeffect of require in CarpGurusamy Sarathy2000-02-181-2/+2
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-155-158/+399
| |\
| | * add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-128/+0
| | * more complete File::Spec support for Mac and VMS, tests (fromGurusamy Sarathy2000-02-154-30/+399
| | * documentation patches (from Michael Schwern and YitzchakGurusamy Sarathy2000-02-081-5/+9
| | * alias to $^V to $PERL_VERSION_TUPLEGurusamy Sarathy2000-02-081-0/+2
| | * ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-3/+3
| | * avoid MakeMaker setting $^W=1Gurusamy Sarathy2000-02-071-1/+0
| | * add compatible versions from $Config{inc_ver_list} to searchGurusamy Sarathy2000-02-071-4/+8
| | * remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-072-18/+1
| | * partly revert change#4851, apparently POSIX::uname() may not be correctGurusamy Sarathy2000-02-071-9/+11
| | * use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-1/+0
| | * revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-061-5/+41
| * | Remove tagged core files.Jarkko Hietaniemi2000-02-141-1/+2
| * | Prefer full_ar.Jarkko Hietaniemi2000-02-142-4/+14
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-02-0810-46/+75
| |/
| * CPAN.pm updated to v1.52 (from Andreas Koenig)Gurusamy Sarathy2000-02-043-202/+362
| * pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)Gurusamy Sarathy2000-02-041-2/+2
| * Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-041-277/+0
| * patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-043-14/+72
| * another HINT_BYTE victimGurusamy Sarathy2000-02-041-1/+1
| * byte.pm and HINT_BYTE don't match (0x8, not 0x10!)Gurusamy Sarathy2000-02-041-2/+2
| * integrate selected changes from cfgperl (#4899,4900,4904,4918)Gurusamy Sarathy2000-02-021-1/+1
| |\
| | * The #4880 was too eager, the $n test is useful too.Jarkko Hietaniemi2000-01-281-1/+1
| * | PodParser-1.092 update via CPAN (from Brad Appleton)Gurusamy Sarathy2000-02-023-455/+1445
| * | replace misleading docs with a BUGS sectionGurusamy Sarathy2000-02-021-8/+6
| * | Benchmark displays bogus CPU stats (suggested by Cedric AuzanneGurusamy Sarathy2000-02-021-2/+2
| * | fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-3/+15
| * | use warnings rather than fiddling with $^W (from Paul Marquess)Gurusamy Sarathy2000-02-0210-10/+8
| * | fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)Gurusamy Sarathy2000-02-021-4/+8
| * | future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-7/+8
| * | doc tweak (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-02-021-4/+4
| * | HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-013-138/+64
| * | introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-312-9/+9
| * | remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-311-58/+0
| * | implement -follow option in find2perl (from Helmut JarauschGurusamy Sarathy2000-01-281-1/+2
| * | avoid leaking lexicals into program being debugged (from IlyaGurusamy Sarathy2000-01-281-4/+4
| * | alias realpath() to abs_path() (from Tom Christiansen)Gurusamy Sarathy2000-01-281-5/+16
| |/
| * various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-275-5/+9
| * revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-263-12/+13
| * pod typos and warnings (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-261-2/+2
| * s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
| * allow '--' to terminate argument processing (suggested byGurusamy Sarathy2000-01-261-39/+50
| * integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-261-1/+1
| |\