summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* replace http://www.perl.com/CPAN/ with http://www.cpan.org/Mark-Jason Dominus2001-11-0814-41/+41
| | | | | Message-Id: <20011108133318.1786.qmail@plover.com> p4raw-id: //depot/perl@12897
* open(FH, $file) should strip leading and trailing whitespace.Abhijit Menon-Sen2001-11-081-5/+7
| | | p4raw-id: //depot/perl@12896
* resurrect t/op/glob.t on VMSCraig A. Berry2001-11-081-0/+4
| | | | | Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01> p4raw-id: //depot/perl@12895
* [ID 20011108.092] makedepend bug with new gccAlexander Klimov2001-11-081-0/+2
| | | | | Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il> p4raw-id: //depot/perl@12894
* bleadperl perldebug.pod: mention perldebtut.podMark-Jason Dominus2001-11-082-5/+12
| | | | | | | | | | | | | | | | Date: 8 Nov 2001 08:08:07 -0000 Message-Id: <20011108080807.30147.qmail@plover.com> Subject: bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:10:47 -0000 Message-Id: <20011108081047.30178.qmail@plover.com> Subject: more bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:16:28 -0000 Message-Id: <20011108081628.30229.qmail@plover.com> p4raw-id: //depot/perl@12893
* Tweak for Cray-friendliness from Nicholas Clark.Jarkko Hietaniemi2001-11-071-1/+1
| | | p4raw-id: //depot/perl@12892
* VMS patch redo from Charles Lane.Jarkko Hietaniemi2001-11-071-1/+1
| | | p4raw-id: //depot/perl@12891
* [ID 20011107.088] two perl pod nitsLarry W. Virden2001-11-072-2/+2
| | | | | Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org> p4raw-id: //depot/perl@12890
* Update Changes.Jarkko Hietaniemi2001-11-072-1/+229
| | | p4raw-id: //depot/perl@12889
* The (emulated) "no utf8" must be in a BEGIN blockJarkko Hietaniemi2001-11-071-4/+5
| | | | | to be effective. p4raw-id: //depot/perl@12888
* "v-strings" is the right term.Jarkko Hietaniemi2001-11-071-4/+4
| | | p4raw-id: //depot/perl@12887
* Add vstrings-as-objects need to perltodo.Jarkko Hietaniemi2001-11-071-0/+9
| | | p4raw-id: //depot/perl@12886
* Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and sunccNicholas Clark2001-11-071-1/+2
| | | | | Message-ID: <20011107143631.I24980@plum.flirble.org> p4raw-id: //depot/perl@12885
* The Embed test requires a major rewrite for VMSJarkko Hietaniemi2001-11-071-0/+4
| | | | | | | (plus it reveals a couple of annoying glitches in buffering), so skip the test for now; from Charles Lane. p4raw-id: //depot/perl@12884
* vms/gen_shrfls.pl more general config.sh parsingCharles Lane2001-11-072-6/+10
| | | | | | | | Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> (Also i seems that an unrelated experimental patch to lib/ExtUtils/MM_Unix.pm was accidentally included.) p4raw-id: //depot/perl@12883
* Re: [ID 20011106.083] $dbline[$i] == 0 generates warningsMark-Jason Dominus2001-11-073-3/+14
| | | | | Message-Id: <20011107054346.14428.qmail@plover.com> p4raw-id: //depot/perl@12882
* Mentioning perldebguts Michael G. Schwern2001-11-071-8/+22
| | | | | Message-ID: <20011106220439.D2858@blackrider> p4raw-id: //depot/perl@12881
* Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing ↵Jonathan Stowe2001-11-071-4/+8
| | | | | | | | | | where Term::Cap won't run (was Re: Win95 under stress)) Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com> (except for one hunk where indentation differs) p4raw-id: //depot/perl@12880
* a bunch of untested patchesRafael Garcia-Suarez2001-11-073-3/+33
| | | | | Message-ID: <20011106214501.A704@rafael> p4raw-id: //depot/perl@12879
* Adding isnt() and next_test() Michael G. Schwern2001-11-071-0/+15
| | | | | Message-ID: <20011106205845.G29411@blackrider> p4raw-id: //depot/perl@12878
* making do_sprintf public Doug MacEachern2001-11-072-1/+2
| | | | | Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost> p4raw-id: //depot/perl@12877
* Update to CGI.pm 2.78.Jarkko Hietaniemi2001-11-0619-185/+223
| | | | | | | | TODO: the test suite needs to be merged so that when in core, the core version is tested, and when using the CPAN version, testing the CPAN version. (the changes need to be sent to Lincoln, too...) p4raw-id: //depot/perl@12876
* Integrate with perlio; (strictly) readonly hashes via XS.Jarkko Hietaniemi2001-11-066-6/+146
|\ | | | | p4raw-id: //depot/perl@12875
| * Keep It Simple and Stupid version of readonly hash support.Nick Ing-Simmons2001-11-066-6/+146
| | | | | | | | | | | | | | | | | | - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing p4raw-id: //depot/perlio@12874
| * Integrate mainlineNick Ing-Simmons2001-11-068-28/+92
| |\ | | | | | | p4raw-id: //depot/perlio@12869
| * \ Integrate mainlineNick Ing-Simmons2001-11-0536-2031/+2904
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@12859
| * \ \ Integrate mainlineNick Ing-Simmons2001-11-0313-40/+80
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@12831
| * | | | Fix clone_leak problem.Nick Ing-Simmons2001-11-031-17/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PerlIOStdio_dup was leaking FILE * as it was still doing fdopen() as vestige of calling PerlLIO_dup(). p4raw-id: //depot/perlio@12830
| * | | | Tweaks attempting to locate Doug's clone_leak leak.Nick Ing-Simmons2001-11-031-16/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add some PerlIO_debug() - handle PerlIO_clone() with empty lists (clone before Perl_parse()) - Even if it closing stdout etc. do a fflush() p4raw-id: //depot/perlio@12829
| * | | | Integrate mainlineNick Ing-Simmons2001-11-0354-157/+779
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@12828
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-3152-355/+1556
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12788
* | | | | | | Fix incorrect warnings about broken globbing;Jarkko Hietaniemi2001-11-061-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from Andy Dougherty. p4raw-id: //depot/perl@12873
* | | | | | | More UTF-8 EXACT tweaking, plus a forgotten UTF-8 Jarkko Hietaniemi2001-11-062-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | toggle-on from the encoding pragma. p4raw-id: //depot/perl@12872
* | | | | | | Retract #12824, doesn't help and is ignoredJarkko Hietaniemi2001-11-061-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Configure anyway. p4raw-id: //depot/perl@12871
* | | | | | | Cosmetic changeH.Merijn Brand2001-11-061-19/+20
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12870
* | | | | | The parentheses are protected enough.Jarkko Hietaniemi2001-11-061-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12868
* | | | | | ccflags, not ldflags.Jarkko Hietaniemi2001-11-061-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12867
* | | | | | ... and the proto to go with #12865.Jarkko Hietaniemi2001-11-061-0/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12866
* | | | | | Oops. Luckily nothing was using this symbol yet.Jarkko Hietaniemi2001-11-061-0/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12865
* | | | | | Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-064-23/+75
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12864
* | | | | | More UTF8 EXACT fixing.Jarkko Hietaniemi2001-11-061-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12863
* | | | | | More re debugging.Jarkko Hietaniemi2001-11-061-3/+13
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12862
* | | | | | EXACT correction attempt. Continued in #12863.Jarkko Hietaniemi2001-11-051-2/+2
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12861
* | | | | | Unterminated L<.Jarkko Hietaniemi2001-11-051-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@12860
* | | | | | Regex debugging fixes from Hugo.Jarkko Hietaniemi2001-11-052-11/+11
| |_|_|_|/ |/| | | | | | | | | p4raw-id: //depot/perl@12858
* | | | | IRIX: at some point the cc -version has startedJarkko Hietaniemi2001-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | to output to stderr, not stdout any more. p4raw-id: //depot/perl@12857
* | | | | Update Changes.Jarkko Hietaniemi2001-11-052-1/+310
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@12856
* | | | | The ${"\cTAINT"} raises the ire of 'use strict'.Jarkko Hietaniemi2001-11-051-3/+6
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@12855
* | | | | Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()Rafael Garcia-Suarez2001-11-051-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr> p4raw-id: //depot/perl@12854
* | | | | Use config.arch in OS/390 where the combination ofJarkko Hietaniemi2001-11-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | IEEE floats and ldflags is tricky. p4raw-id: //depot/perl@12853