| Commit message (Expand) | Author | Age | Files | Lines |
* | add CGI.pm v2.66 (from Lincoln Stein) | Gurusamy Sarathy | 2000-05-01 | 4 | -56/+114 |
* | test tweak | Gurusamy Sarathy | 2000-04-29 | 1 | -1/+1 |
* | windows portability tweaks | Gurusamy Sarathy | 2000-04-29 | 1 | -3/+4 |
* | make lib/syslog.t portable to systems that don't have _PATH_LOG, | Gurusamy Sarathy | 2000-04-29 | 1 | -3/+8 |
* | tweak test for portability | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+6 |
* | fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]> | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
* | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess) | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+36 |
* | fix for missed accounting for null byte in pack("Z",...) (from | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
* | qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+2 |
* | rename File::Glob::glob() to File::Glob::bsd_glob() to avoid | Gurusamy Sarathy | 2000-04-28 | 3 | -10/+10 |
* | under useithreads, constant pad entries could inadvertently be | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+7 |
* | autoquote barewords followed by newline and arrow properly | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+3 |
* | allow sort() reentrancy (variant of patch suggested by | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+19 |
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 2 | -4/+4 |
* | fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+1 |
* | Data::Dumper fumbles negative numbers on 32-bit platforms where | Gurusamy Sarathy | 2000-04-27 | 1 | -7/+7 |
* | fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+23 |
* | tolerate spaces in group names in test on solaris (from David Boyce | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+2 |
* | add testsuite for B backends, fix bug in B::Deparse (from | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+92 |
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+11 |
* | patch from Larry to make (\&) prototype work; added tests for | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+20 |
* | better diagnostics on failed tests (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+5 |
* | longstanding bug exposed by change#3307: sort arguments weren't | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+34 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-04-26 | 4 | -10/+21 |
|\ |
|
| * | Undo "use integer" addition from 64bitint as it seems | Jarkko Hietaniemi | 2000-04-26 | 1 | -2/+0 |
| * | Be more robust on "extreme" (large absolute value) | Jarkko Hietaniemi | 2000-04-26 | 1 | -4/+2 |
| * | Various Unicos 10.0.0.6 fixes. | Mark P Lutz | 2000-04-24 | 1 | -0/+2 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 15 | -162/+657 |
| * | Do not assume sign propagation. | M. J. T. Guy | 2000-04-24 | 2 | -4/+4 |
| * | Typo in #5905. | Jarkko Hietaniemi | 2000-03-31 | 1 | -1/+1 |
| * | Fix for "[ID 20000329.080] quad printing does not work as documented", | Jarkko Hietaniemi | 2000-03-31 | 1 | -2/+15 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-22 | 1 | -1/+2 |
| |\ |
|
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-22 | 3 | -0/+0 |
| |\ \ |
|
| * \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-21 | 7 | -32/+27 |
| |\ \ \ |
|
| * | | | | detypo | Jarkko Hietaniemi | 2000-03-20 | 1 | -1/+1 |
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-20 | 2 | -2/+6 |
| |\ \ \ \ |
|
| * | | | | | Fix the socklen default type (from Laszlo Molnar; | Jarkko Hietaniemi | 2000-03-19 | 1 | -3/+2 |
| * | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-19 | 4 | -6/+71 |
| |\ \ \ \ \ |
|
* | | | | | | | additional tests for change#5934 (from Paul Marquess, who also | Gurusamy Sarathy | 2000-04-24 | 5 | -82/+479 |
* | | | | | | | propagate lexical warnings from surrounding scope correctly | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+14 |
* | | | | | | | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+18 |
* | | | | | | | arrange for next() to resume at the unstack op rather than the | Gurusamy Sarathy | 2000-04-24 | 1 | -0/+6 |
* | | | | | | | make eq unicode-aware (from Gisle Aas); fix bogus tests revealed | Gurusamy Sarathy | 2000-04-24 | 2 | -70/+91 |
* | | | | | | | Larry's fix for buggy propagation of utf8-ness in join(); add test | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+6 |
* | | | | | | | VMS nits in glob() test (from Charles Lane) | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+2 |
* | | | | | | | ignore dotfiles (.cvsignore etc) in test (from Warren Jones | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | | | | | | | caller() wasn't returning the right number of elements for | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | | | | | | | fix totally broken caching in UNIVERSAL::isa() (from | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+38 |
* | | | | | | | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) | Gurusamy Sarathy | 2000-04-16 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|