summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DB_File v1.73 update (from Paul Marquess)Gurusamy Sarathy2000-04-274-6/+16
| | | p4raw-id: //depot/perl@5976
* allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-272-8/+29
| | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5975
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-275-5/+6
| | | | | | | | | sytax error queueing wasn't working outside eval"" at all; also fixed eval"" to localize PL_error_count, so that compile-time eval's don't clobber the error state of the outer context p4raw-link: @4197 on //depot/perl: 5a844595b9262407e093364ec4d29a22962723f0 p4raw-id: //depot/perl@5974
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-273-2/+38
| | | p4raw-id: //depot/perl@5973
* Data::Dumper fumbles negative numbers on 32-bit platforms whereGurusamy Sarathy2000-04-272-9/+8
| | | | | IV is >32bits p4raw-id: //depot/perl@5970
* fix Sys::Syslog breakage on domain sockets (from Tom Hughes)Gurusamy Sarathy2000-04-273-1/+25
| | | p4raw-id: //depot/perl@5969
* tolerate spaces in group names in test on solaris (from David BoyceGurusamy Sarathy2000-04-271-1/+2
| | | | | <dsb@boyski.com>) p4raw-id: //depot/perl@5968
* improved docs on the warn_uninit diagnostic (from David GlasserGurusamy Sarathy2000-04-271-0/+8
| | | | | and Simon Cozens) p4raw-id: //depot/perl@5967
* add testsuite for B backends, fix bug in B::Deparse (fromGurusamy Sarathy2000-04-274-2/+95
| | | | | Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5966
* avoid "will not stay shared" warnings for our variables (fromGurusamy Sarathy2000-04-272-1/+15
| | | | | Robin Barker) p4raw-id: //depot/perl@5965
* reformat to 72 columns (again)Gurusamy Sarathy2000-04-271-1019/+1080
| | | p4raw-id: //depot/perl@5964
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-272-4/+25
| | | | | the same p4raw-id: //depot/perl@5963
* updated README.hpux (from Jeff Okamoto)Gurusamy Sarathy2000-04-271-23/+39
| | | p4raw-id: //depot/perl@5962
* recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)Gurusamy Sarathy2000-04-271-10/+11
| | | p4raw-id: //depot/perl@5961
* better INSTALL notes on Solaris issues (from Dominic Dunlop)Gurusamy Sarathy2000-04-271-3/+69
| | | p4raw-id: //depot/perl@5960
* doubled words in pods (from Simon CozensGurusamy Sarathy2000-04-2713-17/+17
| | | | | <simon.p.cozens@jp.pwcglobal.com>) p4raw-id: //depot/perl@5959
* change#3569 deleted some essential code, revert; avoid use ofGurusamy Sarathy2000-04-271-15/+74
| | | | | | | | atexit() to make DynaLoader work properly on AIX under mod_perl (from Jens-Uwe Mager <jum@helios.de>) p4raw-link: @3569 on //depot/perl: 054b02d6604bb3beeebed2d8a040d025b131c9a6 p4raw-id: //depot/perl@5958
* pod nits (from A. C. Yardley <yardley@tanet.net>)Gurusamy Sarathy2000-04-271-14/+14
| | | p4raw-id: //depot/perl@5957
* better diagnostics on failed tests (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-3/+5
| | | p4raw-id: //depot/perl@5956
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-272-7/+50
| | | | | | | | | compiled with the right wantarray context (ensuing runtime lookup via block_gimme() was getting the incidental context of the sort() itself) p4raw-link: @3307 on //depot/perl: 82092f1dcd6e496644fe74540fa706cb390be431 p4raw-id: //depot/perl@5955
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-04-2629-351/+732
|\ | | | | p4raw-id: //depot/perl@5954
| * Integrate with Sarathy.Jarkko Hietaniemi2000-04-2616-1083/+1097
| |\ | |/ |/| p4raw-id: //depot/cfgperl@5953
* | reformat perldiag to avoid long linesGurusamy Sarathy2000-04-251-298/+291
| | | | | | p4raw-id: //depot/perl@5950
* | make perldoc use the pod2man from the same version (fromGurusamy Sarathy2000-04-251-10/+11
| | | | | | | | | | M.J.T. Guy) p4raw-id: //depot/perl@5949
* | typo in vars.pm that leads to cryptic message (from Piotr PiatkowskiGurusamy Sarathy2000-04-251-1/+2
| | | | | | | | | | <kompas@kompas.usr.onet.pl>) p4raw-id: //depot/perl@5948
* | use &dl_error rather than &dl_load_file as the guard for callingGurusamy Sarathy2000-04-252-4/+6
| | | | | | | | | | | | boot_DynaLoader() (meant to fix dl_error() redefined warnings in statically built perl) p4raw-id: //depot/perl@5947
* | make module name mandatory after -M switch; reorder perldiagGurusamy Sarathy2000-04-252-789/+805
| | | | | | | | | | alphabetically (from Mark-Jason Dominus) p4raw-id: //depot/perl@5945
* | more pod nits (from Larry Virden)Gurusamy Sarathy2000-04-249-16/+16
| | | | | | p4raw-id: //depot/perl@5939
* | Consolidated B::Deparse fixes (from Stephen McCamant)Gurusamy Sarathy2000-04-241-48/+49
| | | | | | p4raw-id: //depot/perl@5938
* | additional tests for change#5934 (from Paul Marquess, who alsoGurusamy Sarathy2000-04-245-82/+479
| | | | | | | | | | | | | | sent in the same fix) p4raw-link: @5934 on //depot/perl: f0a6fc868045c83877fa78e3e0f6f0be236d2a27 p4raw-id: //depot/perl@5936
* | propagate lexical warnings from surrounding scope correctlyGurusamy Sarathy2000-04-242-4/+19
| | | | | | | | | | within string eval() p4raw-id: //depot/perl@5934
* | add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-245-7/+43
| | | | | | | | | | (mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932
* | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-243-4/+24
| | | | | | p4raw-id: //depot/perl@5931
* | small os390 tweaks (from Peter Prymmer)Gurusamy Sarathy2000-04-242-16/+31
| | | | | | p4raw-id: //depot/perl@5930
* | pod nitsGurusamy Sarathy2000-04-241-6/+3
| | | | | | p4raw-id: //depot/perl@5929
* | revert change#5923 ("breaks" t/lib/io_poll.t)Gurusamy Sarathy2000-04-241-31/+39
| | | | | | | | | | p4raw-link: @5923 on //depot/perl: 8bcaa1dfb69612366728f7905b96ca3f11eafd21 p4raw-id: //depot/perl@5928
* | arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-243-10/+16
| | | | | | | | | | | | loop conditional, so that scope cleanup happens correctly (from Stephen McCamant) p4raw-id: //depot/perl@5927
* | on windows, reserve 16M of stack rather than 128M (allows moreGurusamy Sarathy2000-04-242-2/+2
| | | | | | | | | | threads to run concurrently) p4raw-id: //depot/perl@5926
* | POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)Gurusamy Sarathy2000-04-241-1/+2
| | | | | | p4raw-id: //depot/perl@5925
* | avoid using uninitialized memory in require version checkGurusamy Sarathy2000-04-242-11/+6
| | | | | | p4raw-id: //depot/perl@5924
* | various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-241-39/+31
| | | | | | p4raw-id: //depot/perl@5923
* | commentary about IoTYPE() (from Nathan Torkington)Gurusamy Sarathy2000-04-241-0/+13
| | | | | | p4raw-id: //depot/perl@5922
* | make eq unicode-aware (from Gisle Aas); fix bogus tests revealedGurusamy Sarathy2000-04-243-74/+104
| | | | | | | | | | by fix p4raw-id: //depot/perl@5921
* | Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-242-7/+9
| | | | | | p4raw-id: //depot/perl@5920
* | Configure might miss old directories when prefix must beGurusamy Sarathy2000-04-241-2/+1
| | | | | | | | | | expanded (from Robin Barker) p4raw-id: //depot/perl@5919
* | VMS nits in glob() test (from Charles Lane)Gurusamy Sarathy2000-04-241-2/+2
| | | | | | p4raw-id: //depot/perl@5918
* | various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-2431-99/+93
| | | | | | p4raw-id: //depot/perl@5917
* | ignore dotfiles (.cvsignore etc) in test (from Warren JonesGurusamy Sarathy2000-04-241-1/+1
| | | | | | | | | | <wjones@tc.fluke.com>) p4raw-id: //depot/perl@5916
* | supported platforms mixed upGurusamy Sarathy2000-04-242-8/+1
| | | | | | p4raw-id: //depot/perl@5915
* | caller() wasn't returning the right number of elements forGurusamy Sarathy2000-04-242-2/+8
| | | | | | | | | | eval {...} p4raw-id: //depot/perl@5914