Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 16 | -40/+125 |
| | | | p4raw-id: //depot/perl@6194 | ||||
* | vec() loses numericalness (modified version of patch suggested | Gurusamy Sarathy | 2000-06-01 | 2 | -3/+12 |
| | | | | | by Robin Barker) p4raw-id: //depot/perl@6191 | ||||
* | submit missing embed.pl change | Gurusamy Sarathy | 2000-06-01 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@6190 | ||||
* | counting tr/// corrupts later operation (from M.J.T Guy) | Gurusamy Sarathy | 2000-06-01 | 2 | -2/+27 |
| | | | p4raw-id: //depot/perl@6189 | ||||
* | h2xs tweaks | Gurusamy Sarathy | 2000-06-01 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@6188 | ||||
* | replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN | Gurusamy Sarathy | 2000-06-01 | 6 | -647/+1857 |
| | | | | | (from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6187 | ||||
* | further qualify references to "alphanumeric" (from Wolfgang Laun | Gurusamy Sarathy | 2000-06-01 | 7 | -11/+16 |
| | | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@6186 | ||||
* | remove incorrect documentation about implicit split to @_ in | Gurusamy Sarathy | 2000-06-01 | 2 | -5/+9 |
| | | | | | | list context, which never really worked in perl 5 (from M.J.T. Guy) p4raw-id: //depot/perl@6185 | ||||
* | tweak for change#6127 | Gurusamy Sarathy | 2000-06-01 | 1 | -2/+1 |
| | | | | | p4raw-link: @6127 on //depot/perl: 968b39461011b9bd1e503c77c95c2eeec281b946 p4raw-id: //depot/perl@6184 | ||||
* | SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark | Gurusamy Sarathy | 2000-06-01 | 3 | -1/+203 |
| | | | | | <nick@ccl4.org>) p4raw-id: //depot/perl@6183 | ||||
* | buggy modulus on UVs introduced by change#3378 (resulted in | Gurusamy Sarathy | 2000-05-31 | 2 | -3/+10 |
| | | | | | | | 4063328477 % 65535 amounting to 27406, instead of 27407) p4raw-link: @3378 on //depot/perl: 25da4f389200e19df8aa50bcef9af9506f48ed2e p4raw-id: //depot/perl@6179 | ||||
* | fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> | Gurusamy Sarathy | 2000-05-31 | 2 | -1/+2 |
| | | | | | (from Ilya Zakharevich) p4raw-id: //depot/perl@6172 | ||||
* | scalar() doesn't force scalar context when used in void context | Gurusamy Sarathy | 2000-05-31 | 2 | -2/+7 |
| | | | | | (from Simon Cozens) p4raw-id: //depot/perl@6171 | ||||
* | change#6142 needs tweaks to tests to work where there's no symlink() | Gurusamy Sarathy | 2000-05-31 | 1 | -2/+9 |
| | | | | | | | (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) p4raw-link: @6142 on //depot/perl: 704ea872433dd6d5a1c650f509289fdea5c037ab p4raw-id: //depot/perl@6170 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-05-31 | 41 | -793/+2286 |
|\ | | | | | p4raw-id: //depot/perl@6169 | ||||
| * | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 16 | -61/+101 |
| | | | | | | p4raw-id: //depot/cfgperl@6168 | ||||
| * | tweak todo | Jarkko Hietaniemi | 2000-05-30 | 1 | -1/+6 |
| | | | | | | p4raw-id: //depot/cfgperl@6167 | ||||
| * | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 17 | -64/+299 |
| | | | | | | | | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-30 | 1 | -16/+17 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@6165 | ||||
* | | fix memory leak in C<eval "BEGIN {}"> (bug in change#4579) | Gurusamy Sarathy | 2000-05-30 | 1 | -16/+16 |
| | | | | | | | | | | p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5 p4raw-id: //depot/perl@6163 | ||||
* | | fix memory leak in method call optimization (change#3768); | Gurusamy Sarathy | 2000-05-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | made C<eval "$x->foo()"> leak p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b p4raw-id: //depot/perl@6162 | ||||
| * | detypo | Jarkko Hietaniemi | 2000-05-30 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@6164 | ||||
| * | Add autogeneration of perlmodlib.pod and the new perlnewmod.pod, | Jarkko Hietaniemi | 2000-05-29 | 9 | -239/+1292 |
| | | | | | | | | | | both from Simon Cozens. p4raw-id: //depot/cfgperl@6161 | ||||
| * | Changes for the File::Temp 0.08 (change #6159) test suite | Jarkko Hietaniemi | 2000-05-29 | 4 | -13/+32 |
| | | | | | | | | | | | | | | to fit better into the Perl distribution test framework. p4raw-link: @6159 on //depot/cfgperl: 1c19c86813086fb9efca2171c6506afe1bfe8cc4 p4raw-id: //depot/cfgperl@6160 | ||||
| * | Upgrade to File::Temp 0.08 from Tim Jenness via CPAN. | Jarkko Hietaniemi | 2000-05-29 | 5 | -124/+191 |
| | | | | | | p4raw-id: //depot/cfgperl@6159 | ||||
| * | Regen Configure to jive with #6149. | Jarkko Hietaniemi | 2000-05-29 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@6157 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-29 | 38 | -284/+703 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@6156 | ||||
* | | small bug in change#6144; remove random \xA0 character that snuck | Gurusamy Sarathy | 2000-05-28 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | in via change#6145 p4raw-link: @6145 on //depot/perl: e03d20b37534005291cfa8844300128459541e0e p4raw-link: @6144 on //depot/perl: 0eb0485562acdea1555bc121d0e989d63a918d26 p4raw-id: //depot/perl@6155 | ||||
* | | avoid type mismatch warning | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@6154 | ||||
* | | prettier Test::Harness output on failed tests (from Nicholas Clark | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
| | | | | | | | | | | <nick@Bagpuss.uk.boo.com>) p4raw-id: //depot/perl@6153 | ||||
* | | cosmetic fixups of RE debug output (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -8/+14 |
| | | | | | | p4raw-id: //depot/perl@6152 | ||||
* | | fix accidental pessimization in RE optimizer (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+9 |
| | | | | | | p4raw-id: //depot/perl@6151 | ||||
* | | perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>) | Gurusamy Sarathy | 2000-05-28 | 1 | -67/+78 |
| | | | | | | p4raw-id: //depot/perl@6150 | ||||
* | | OS/2 tweaks for usethreads build (from Rocco Caputo | Gurusamy Sarathy | 2000-05-28 | 13 | -136/+153 |
| | | | | | | | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149 | ||||
* | | close open file before chmod() (from Rocco Caputo <troc@netrus.net>) | Gurusamy Sarathy | 2000-05-28 | 1 | -6/+10 |
| | | | | | | p4raw-id: //depot/perl@6148 | ||||
* | | add a make entry to Config.pm so "perl -V:make" works on VMS | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
| | | | | | | | | | | (from Peter Prymmer) p4raw-id: //depot/perl@6147 | ||||
* | | doc typo | Gurusamy Sarathy | 2000-05-28 | 2 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@6146 | ||||
* | | make xsubpp skip embedded pod (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+17 |
| | | | | | | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6145 | ||||
* | | MacOS support, part 2: make AutoSplit use File::Spec instead | Gurusamy Sarathy | 2000-05-28 | 1 | -12/+20 |
| | | | | | | | | | | | | of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6144 | ||||
* | | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 15 | -42/+331 |
| | | | | | | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143 | ||||
* | | File::Find fails to chdir when chasing symlinks (from | Gurusamy Sarathy | 2000-05-28 | 2 | -1/+36 |
| | | | | | | | | | | Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) p4raw-id: //depot/perl@6142 | ||||
* | | BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller, | Jarkko Hietaniemi | 2000-05-28 | 1 | -6/+30 |
| | | | | | | | | | | | | forwarded by Peter Seebach from the bsdi-users mailing list. p5p Message-Id: <200005280543.AAA24519@guild.plethora.net> p4raw-id: //depot/perl@6141 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-28 | 94 | -252/+2723 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@6140 | ||||
* | | revise mktables.PL for bugs and newness in Unicode 3.0 | Gurusamy Sarathy | 2000-05-28 | 50 | -73/+1922 |
| | | | | | | | | | | (from James Bence <jbence@amgen.com>) p4raw-id: //depot/perl@6139 | ||||
* | | add note about the handling of negative indices to tied arrays | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+6 |
| | | | | | | | | | | (from Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@6138 | ||||
* | | fix bogus redeclaration warning for "our" variables in different | Gurusamy Sarathy | 2000-05-28 | 2 | -2/+5 |
| | | | | | | | | | | scopes p4raw-id: //depot/perl@6137 | ||||
* | | random pod typos (from Peter Scott <Peter@PSDT.com>) | Gurusamy Sarathy | 2000-05-28 | 2 | -3/+3 |
| | | | | | | p4raw-id: //depot/perl@6136 | ||||
* | | enable Test::Harness to dynamically determine column width etc. | Gurusamy Sarathy | 2000-05-28 | 1 | -22/+57 |
| | | | | | | | | | | (from Rob Napier <rnapier@employees.org>) p4raw-id: //depot/perl@6135 | ||||
* | | make Test::Harness use wait.h/WCOREDUMP if available | Gurusamy Sarathy | 2000-05-28 | 1 | -8/+1 |
| | | | | | | | | | | (from Ben Tilly <ben_tilly@hotmail.com>) p4raw-id: //depot/perl@6134 | ||||
* | | elide bogus test in change#6132 | Gurusamy Sarathy | 2000-05-28 | 1 | -20/+0 |
| | | | | | | | | | | p4raw-link: @6132 on //depot/perl: 114bafba71b4fe6a08258e1f6dfc504b5d9fd70c p4raw-id: //depot/perl@6133 |