summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-0216-40/+125
| | | p4raw-id: //depot/perl@6194
* vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-012-3/+12
| | | | | by Robin Barker) p4raw-id: //depot/perl@6191
* submit missing embed.pl changeGurusamy Sarathy2000-06-011-1/+1
| | | p4raw-id: //depot/perl@6190
* counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-012-2/+27
| | | p4raw-id: //depot/perl@6189
* h2xs tweaksGurusamy Sarathy2000-06-011-2/+2
| | | p4raw-id: //depot/perl@6188
* replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-016-647/+1857
| | | | | (from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6187
* further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-017-11/+16
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@6186
* remove incorrect documentation about implicit split to @_ inGurusamy Sarathy2000-06-012-5/+9
| | | | | | list context, which never really worked in perl 5 (from M.J.T. Guy) p4raw-id: //depot/perl@6185
* tweak for change#6127Gurusamy Sarathy2000-06-011-2/+1
| | | | | p4raw-link: @6127 on //depot/perl: 968b39461011b9bd1e503c77c95c2eeec281b946 p4raw-id: //depot/perl@6184
* SelfLoader can lose $@ in AUTOLOAD() (from Nicholas ClarkGurusamy Sarathy2000-06-013-1/+203
| | | | | <nick@ccl4.org>) p4raw-id: //depot/perl@6183
* buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-312-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 Sarathy2000-05-312-1/+2
| | | | | (from Ilya Zakharevich) p4raw-id: //depot/perl@6172
* scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-312-2/+7
| | | | | (from Simon Cozens) p4raw-id: //depot/perl@6171
* change#6142 needs tweaks to tests to work where there's no symlink()Gurusamy Sarathy2000-05-311-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 mainlineGurusamy Sarathy2000-05-3141-793/+2286
|\ | | | | p4raw-id: //depot/perl@6169
| * Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-3016-61/+101
| | | | | | p4raw-id: //depot/cfgperl@6168
| * tweak todoJarkko Hietaniemi2000-05-301-1/+6
| | | | | | p4raw-id: //depot/cfgperl@6167
| * Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-3017-64/+299
| | | | | | | | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-301-16/+17
| |\ | |/ |/| p4raw-id: //depot/cfgperl@6165
* | fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)Gurusamy Sarathy2000-05-301-16/+16
| | | | | | | | | | p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5 p4raw-id: //depot/perl@6163
* | fix memory leak in method call optimization (change#3768);Gurusamy Sarathy2000-05-301-0/+1
| | | | | | | | | | | | | | made C<eval "$x->foo()"> leak p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b p4raw-id: //depot/perl@6162
| * detypoJarkko Hietaniemi2000-05-301-2/+2
| | | | | | p4raw-id: //depot/cfgperl@6164
| * Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,Jarkko Hietaniemi2000-05-299-239/+1292
| | | | | | | | | | both from Simon Cozens. p4raw-id: //depot/cfgperl@6161
| * Changes for the File::Temp 0.08 (change #6159) test suiteJarkko Hietaniemi2000-05-294-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 Hietaniemi2000-05-295-124/+191
| | | | | | p4raw-id: //depot/cfgperl@6159
| * Regen Configure to jive with #6149.Jarkko Hietaniemi2000-05-291-1/+1
| | | | | | p4raw-id: //depot/cfgperl@6157
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-2938-284/+703
| |\ | |/ |/| p4raw-id: //depot/cfgperl@6156
* | small bug in change#6144; remove random \xA0 character that snuckGurusamy Sarathy2000-05-282-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 warningGurusamy Sarathy2000-05-281-1/+1
| | | | | | p4raw-id: //depot/perl@6154
* | prettier Test::Harness output on failed tests (from Nicholas ClarkGurusamy Sarathy2000-05-281-1/+1
| | | | | | | | | | <nick@Bagpuss.uk.boo.com>) p4raw-id: //depot/perl@6153
* | cosmetic fixups of RE debug output (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-8/+14
| | | | | | p4raw-id: //depot/perl@6152
* | fix accidental pessimization in RE optimizer (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-3/+9
| | | | | | p4raw-id: //depot/perl@6151
* | perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)Gurusamy Sarathy2000-05-281-67/+78
| | | | | | p4raw-id: //depot/perl@6150
* | OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-2813-136/+153
| | | | | | | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149
* | close open file before chmod() (from Rocco Caputo <troc@netrus.net>)Gurusamy Sarathy2000-05-281-6/+10
| | | | | | p4raw-id: //depot/perl@6148
* | add a make entry to Config.pm so "perl -V:make" works on VMSGurusamy Sarathy2000-05-281-0/+1
| | | | | | | | | | (from Peter Prymmer) p4raw-id: //depot/perl@6147
* | doc typoGurusamy Sarathy2000-05-282-2/+2
| | | | | | p4raw-id: //depot/perl@6146
* | make xsubpp skip embedded pod (from Matthias NeeracherGurusamy Sarathy2000-05-281-0/+17
| | | | | | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6145
* | MacOS support, part 2: make AutoSplit use File::Spec insteadGurusamy Sarathy2000-05-281-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 NeeracherGurusamy Sarathy2000-05-2815-42/+331
| | | | | | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143
* | File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-282-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 Hietaniemi2000-05-281-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 Hietaniemi2000-05-2894-252/+2723
| |\ | |/ |/| p4raw-id: //depot/cfgperl@6140
* | revise mktables.PL for bugs and newness in Unicode 3.0Gurusamy Sarathy2000-05-2850-73/+1922
| | | | | | | | | | (from James Bence <jbence@amgen.com>) p4raw-id: //depot/perl@6139
* | add note about the handling of negative indices to tied arraysGurusamy Sarathy2000-05-281-0/+6
| | | | | | | | | | (from Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@6138
* | fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-282-2/+5
| | | | | | | | | | scopes p4raw-id: //depot/perl@6137
* | random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-282-3/+3
| | | | | | p4raw-id: //depot/perl@6136
* | enable Test::Harness to dynamically determine column width etc.Gurusamy Sarathy2000-05-281-22/+57
| | | | | | | | | | (from Rob Napier <rnapier@employees.org>) p4raw-id: //depot/perl@6135
* | make Test::Harness use wait.h/WCOREDUMP if availableGurusamy Sarathy2000-05-281-8/+1
| | | | | | | | | | (from Ben Tilly <ben_tilly@hotmail.com>) p4raw-id: //depot/perl@6134
* | elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0
| | | | | | | | | | p4raw-link: @6132 on //depot/perl: 114bafba71b4fe6a08258e1f6dfc504b5d9fd70c p4raw-id: //depot/perl@6133