Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DB_File v1.73 update (from Paul Marquess) | Gurusamy Sarathy | 2000-04-27 | 4 | -6/+16 |
| | | | p4raw-id: //depot/perl@5976 | ||||
* | allow sort() reentrancy (variant of patch suggested by | Gurusamy Sarathy | 2000-04-27 | 2 | -8/+29 |
| | | | | | Hugo van der Sanden) p4raw-id: //depot/perl@5975 | ||||
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 5 | -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 Sarathy | 2000-04-27 | 3 | -2/+38 |
| | | | p4raw-id: //depot/perl@5973 | ||||
* | Data::Dumper fumbles negative numbers on 32-bit platforms where | Gurusamy Sarathy | 2000-04-27 | 2 | -9/+8 |
| | | | | | IV is >32bits p4raw-id: //depot/perl@5970 | ||||
* | fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | Gurusamy Sarathy | 2000-04-27 | 3 | -1/+25 |
| | | | p4raw-id: //depot/perl@5969 | ||||
* | tolerate spaces in group names in test on solaris (from David Boyce | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+2 |
| | | | | | <dsb@boyski.com>) p4raw-id: //depot/perl@5968 | ||||
* | improved docs on the warn_uninit diagnostic (from David Glasser | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+8 |
| | | | | | and Simon Cozens) p4raw-id: //depot/perl@5967 | ||||
* | add testsuite for B backends, fix bug in B::Deparse (from | Gurusamy Sarathy | 2000-04-27 | 4 | -2/+95 |
| | | | | | Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5966 | ||||
* | avoid "will not stay shared" warnings for our variables (from | Gurusamy Sarathy | 2000-04-27 | 2 | -1/+15 |
| | | | | | Robin Barker) p4raw-id: //depot/perl@5965 | ||||
* | reformat to 72 columns (again) | Gurusamy Sarathy | 2000-04-27 | 1 | -1019/+1080 |
| | | | p4raw-id: //depot/perl@5964 | ||||
* | patch from Larry to make (\&) prototype work; added tests for | Gurusamy Sarathy | 2000-04-27 | 2 | -4/+25 |
| | | | | | the same p4raw-id: //depot/perl@5963 | ||||
* | updated README.hpux (from Jeff Okamoto) | Gurusamy Sarathy | 2000-04-27 | 1 | -23/+39 |
| | | | p4raw-id: //depot/perl@5962 | ||||
* | recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern) | Gurusamy Sarathy | 2000-04-27 | 1 | -10/+11 |
| | | | p4raw-id: //depot/perl@5961 | ||||
* | better INSTALL notes on Solaris issues (from Dominic Dunlop) | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+69 |
| | | | p4raw-id: //depot/perl@5960 | ||||
* | doubled words in pods (from Simon Cozens | Gurusamy Sarathy | 2000-04-27 | 13 | -17/+17 |
| | | | | | <simon.p.cozens@jp.pwcglobal.com>) p4raw-id: //depot/perl@5959 | ||||
* | change#3569 deleted some essential code, revert; avoid use of | Gurusamy Sarathy | 2000-04-27 | 1 | -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 Sarathy | 2000-04-27 | 1 | -14/+14 |
| | | | p4raw-id: //depot/perl@5957 | ||||
* | better diagnostics on failed tests (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+5 |
| | | | p4raw-id: //depot/perl@5956 | ||||
* | longstanding bug exposed by change#3307: sort arguments weren't | Gurusamy Sarathy | 2000-04-27 | 2 | -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 mainline | Gurusamy Sarathy | 2000-04-26 | 29 | -351/+732 |
|\ | | | | | p4raw-id: //depot/perl@5954 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-26 | 16 | -1083/+1097 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@5953 | ||||
* | | reformat perldiag to avoid long lines | Gurusamy Sarathy | 2000-04-25 | 1 | -298/+291 |
| | | | | | | p4raw-id: //depot/perl@5950 | ||||
* | | make perldoc use the pod2man from the same version (from | Gurusamy Sarathy | 2000-04-25 | 1 | -10/+11 |
| | | | | | | | | | | M.J.T. Guy) p4raw-id: //depot/perl@5949 | ||||
* | | typo in vars.pm that leads to cryptic message (from Piotr Piatkowski | Gurusamy Sarathy | 2000-04-25 | 1 | -1/+2 |
| | | | | | | | | | | <kompas@kompas.usr.onet.pl>) p4raw-id: //depot/perl@5948 | ||||
* | | use &dl_error rather than &dl_load_file as the guard for calling | Gurusamy Sarathy | 2000-04-25 | 2 | -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 perldiag | Gurusamy Sarathy | 2000-04-25 | 2 | -789/+805 |
| | | | | | | | | | | alphabetically (from Mark-Jason Dominus) p4raw-id: //depot/perl@5945 | ||||
* | | more pod nits (from Larry Virden) | Gurusamy Sarathy | 2000-04-24 | 9 | -16/+16 |
| | | | | | | p4raw-id: //depot/perl@5939 | ||||
* | | Consolidated B::Deparse fixes (from Stephen McCamant) | Gurusamy Sarathy | 2000-04-24 | 1 | -48/+49 |
| | | | | | | p4raw-id: //depot/perl@5938 | ||||
* | | additional tests for change#5934 (from Paul Marquess, who also | Gurusamy Sarathy | 2000-04-24 | 5 | -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 correctly | Gurusamy Sarathy | 2000-04-24 | 2 | -4/+19 |
| | | | | | | | | | | within string eval() p4raw-id: //depot/perl@5934 | ||||
* | | add rsignal(), whichsig() and do_join() to public API list | Gurusamy Sarathy | 2000-04-24 | 5 | -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 Sarathy | 2000-04-24 | 3 | -4/+24 |
| | | | | | | p4raw-id: //depot/perl@5931 | ||||
* | | small os390 tweaks (from Peter Prymmer) | Gurusamy Sarathy | 2000-04-24 | 2 | -16/+31 |
| | | | | | | p4raw-id: //depot/perl@5930 | ||||
* | | pod nits | Gurusamy Sarathy | 2000-04-24 | 1 | -6/+3 |
| | | | | | | p4raw-id: //depot/perl@5929 | ||||
* | | revert change#5923 ("breaks" t/lib/io_poll.t) | Gurusamy Sarathy | 2000-04-24 | 1 | -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 the | Gurusamy Sarathy | 2000-04-24 | 3 | -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 more | Gurusamy Sarathy | 2000-04-24 | 2 | -2/+2 |
| | | | | | | | | | | threads to run concurrently) p4raw-id: //depot/perl@5926 | ||||
* | | POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+2 |
| | | | | | | p4raw-id: //depot/perl@5925 | ||||
* | | avoid using uninitialized memory in require version check | Gurusamy Sarathy | 2000-04-24 | 2 | -11/+6 |
| | | | | | | p4raw-id: //depot/perl@5924 | ||||
* | | various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-24 | 1 | -39/+31 |
| | | | | | | p4raw-id: //depot/perl@5923 | ||||
* | | commentary about IoTYPE() (from Nathan Torkington) | Gurusamy Sarathy | 2000-04-24 | 1 | -0/+13 |
| | | | | | | p4raw-id: //depot/perl@5922 | ||||
* | | make eq unicode-aware (from Gisle Aas); fix bogus tests revealed | Gurusamy Sarathy | 2000-04-24 | 3 | -74/+104 |
| | | | | | | | | | | by fix p4raw-id: //depot/perl@5921 | ||||
* | | Larry's fix for buggy propagation of utf8-ness in join(); add test | Gurusamy Sarathy | 2000-04-24 | 2 | -7/+9 |
| | | | | | | p4raw-id: //depot/perl@5920 | ||||
* | | Configure might miss old directories when prefix must be | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+1 |
| | | | | | | | | | | expanded (from Robin Barker) p4raw-id: //depot/perl@5919 | ||||
* | | VMS nits in glob() test (from Charles Lane) | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@5918 | ||||
* | | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 31 | -99/+93 |
| | | | | | | p4raw-id: //depot/perl@5917 | ||||
* | | ignore dotfiles (.cvsignore etc) in test (from Warren Jones | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
| | | | | | | | | | | <wjones@tc.fluke.com>) p4raw-id: //depot/perl@5916 | ||||
* | | supported platforms mixed up | Gurusamy Sarathy | 2000-04-24 | 2 | -8/+1 |
| | | | | | | p4raw-id: //depot/perl@5915 | ||||
* | | caller() wasn't returning the right number of elements for | Gurusamy Sarathy | 2000-04-24 | 2 | -2/+8 |
| | | | | | | | | | | eval {...} p4raw-id: //depot/perl@5914 |