summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change#3569 deleted some essential code, revert; avoid use ofGurusamy Sarathy2000-04-271-15/+74
* pod nits (from A. C. Yardley <yardley@tanet.net>)Gurusamy Sarathy2000-04-271-14/+14
* better diagnostics on failed tests (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-3/+5
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-272-7/+50
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-04-2629-351/+732
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-04-2616-1083/+1097
| |\ | |/ |/|
* | reformat perldiag to avoid long linesGurusamy Sarathy2000-04-251-298/+291
* | make perldoc use the pod2man from the same version (fromGurusamy Sarathy2000-04-251-10/+11
* | typo in vars.pm that leads to cryptic message (from Piotr PiatkowskiGurusamy Sarathy2000-04-251-1/+2
* | use &dl_error rather than &dl_load_file as the guard for callingGurusamy Sarathy2000-04-252-4/+6
* | make module name mandatory after -M switch; reorder perldiagGurusamy Sarathy2000-04-252-789/+805
* | more pod nits (from Larry Virden)Gurusamy Sarathy2000-04-249-16/+16
* | Consolidated B::Deparse fixes (from Stephen McCamant)Gurusamy Sarathy2000-04-241-48/+49
* | additional tests for change#5934 (from Paul Marquess, who alsoGurusamy Sarathy2000-04-245-82/+479
* | propagate lexical warnings from surrounding scope correctlyGurusamy Sarathy2000-04-242-4/+19
* | add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-245-7/+43
* | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-243-4/+24
* | small os390 tweaks (from Peter Prymmer)Gurusamy Sarathy2000-04-242-16/+31
* | pod nitsGurusamy Sarathy2000-04-241-6/+3
* | revert change#5923 ("breaks" t/lib/io_poll.t)Gurusamy Sarathy2000-04-241-31/+39
* | arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-243-10/+16
* | on windows, reserve 16M of stack rather than 128M (allows moreGurusamy Sarathy2000-04-242-2/+2
* | POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)Gurusamy Sarathy2000-04-241-1/+2
* | avoid using uninitialized memory in require version checkGurusamy Sarathy2000-04-242-11/+6
* | various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-241-39/+31
* | commentary about IoTYPE() (from Nathan Torkington)Gurusamy Sarathy2000-04-241-0/+13
* | make eq unicode-aware (from Gisle Aas); fix bogus tests revealedGurusamy Sarathy2000-04-243-74/+104
* | Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-242-7/+9
* | Configure might miss old directories when prefix must beGurusamy Sarathy2000-04-241-2/+1
* | VMS nits in glob() test (from Charles Lane)Gurusamy Sarathy2000-04-241-2/+2
* | various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-2431-99/+93
* | ignore dotfiles (.cvsignore etc) in test (from Warren JonesGurusamy Sarathy2000-04-241-1/+1
* | supported platforms mixed upGurusamy Sarathy2000-04-242-8/+1
* | caller() wasn't returning the right number of elements forGurusamy Sarathy2000-04-242-2/+8
* | pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (fromGurusamy Sarathy2000-04-241-2/+2
* | fix totally broken caching in UNIVERSAL::isa() (fromGurusamy Sarathy2000-04-242-20/+76
* | add linebreak properties from unicode/LineBrk.txt (fromGurusamy Sarathy2000-04-2430-0/+1129
* | typo in podGurusamy Sarathy2000-04-241-1/+1
* | mode argument to do_binmode() should be file mode, not booleanGurusamy Sarathy2000-04-241-1/+1
* | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-166-4/+13
* | add Changes, perldelta.podGurusamy Sarathy2000-03-282-0/+158
* | rename Changes and perldelta.podGurusamy Sarathy2000-03-283-0/+2
| * Undo "use integer" addition from 64bitint as it seemsJarkko Hietaniemi2000-04-261-2/+0
| * Be more robust on "extreme" (large absolute value)Jarkko Hietaniemi2000-04-262-151/+181
| * Document that tr() is not tr(1).Jarkko Hietaniemi2000-04-251-0/+6
| * On second thoughts frexp() does have two arguments.Jarkko Hietaniemi2000-04-251-3/+3
| * Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-2420-106/+405
| * Regen Configure to match #5937.Jarkko Hietaniemi2000-04-244-32/+40
| * Further Unicos fixes for Mark Lutz.Jarkko Hietaniemi2000-04-242-14/+2
| * Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-244-5/+26