summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-073-6/+19
| | | | | in utf8.t, and fix 3 bugs it exposed in utfhash.t p4raw-id: //depot/perl@22463
* undef and the range operatorMarcus Holland-Moritz2004-03-072-19/+26
| | | | | Message-Id: <20040307211120.10e46933@r2d2> p4raw-id: //depot/perl@22462
* Re: [PATCH Cwd 2.15] test tweak for VMSKen Williams2004-03-071-7/+22
| | | | | | From: "Ken Williams" <ken@mathforum.org> Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@22459
* line-end tweak for VMSCraig A. Berry2004-03-071-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <404AAA11.8050001@mac.com> p4raw-id: //depot/perl@22456
* test tweak for VMSCraig A. Berry2004-03-061-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <404A2BDB.8030401@mac.com> p4raw-id: //depot/perl@22452
* Allow syslog() to use numeric constants in addition to strings forJim Schneider2004-03-061-1/+2
| | | | | | | | facility names and priorities. Subject: Patch for Sys::Syslog Message-Id: <200403051403.10674.jschneid@netilla.com> p4raw-id: //depot/perl@22451
* Make threads tests pass make minitest (by skipping)Nicholas Clark2004-03-062-8/+8
| | | p4raw-id: //depot/perl@22446
* fix coredump in /(?{sub{}})/Dave Mitchell2004-03-061-2/+5
| | | p4raw-id: //depot/perl@22445
* A small perluniintro clarification by Jarkko.Rafael Garcia-Suarez2004-03-051-1/+1
| | | p4raw-id: //depot/perl@22444
* Re: Strange segfaultMarcus Holland-Moritz2004-03-052-2/+22
| | | | | Message-ID: <20040305151353.5f3e913c@r2d2> p4raw-id: //depot/perl@22443
* Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32Steve Hay2004-03-051-4/+4
| | | | | Message-ID: <40484B88.7070608@uk.radan.com> p4raw-id: //depot/perl@22442
* Change 22436 broke the Windows build.Rafael Garcia-Suarez2004-03-051-1/+10
| | | | | Fix by Steve Hay. p4raw-id: //depot/perl@22441
* silence some compiler warningsDave Mitchell2004-03-052-3/+3
| | | p4raw-id: //depot/perl@22440
* ensure utf8::encode() normalises its argDave Mitchell2004-03-041-3/+3
| | | p4raw-id: //depot/perl@22439
* [perl #27206] Memory leak in continue loopDave Mitchell2004-03-042-1/+25
| | | | | make sure redo always frees temps p4raw-id: //depot/perl@22438
* Add perldiag entry for change #22435 (deprecate my $x if 0)Dave Mitchell2004-03-041-0/+16
| | | | | p4raw-link: @22435 on //depot/perl: 7921d0f22732c0609e6c9d21be9aaf6e52f99e6b p4raw-id: //depot/perl@22437
* Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris Andy Dougherty2004-03-041-1/+3
| | | | | Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22436
* add deprecation warning for my $x if 0Dave Mitchell2004-03-042-0/+42
| | | p4raw-id: //depot/perl@22435
* remove an 'if $a if 0' from AutoSplit.tDave Mitchell2004-03-041-1/+1
| | | p4raw-id: //depot/perl@22434
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-048-122/+5
| | | p4raw-id: //depot/perl@22433
* Maintainers.pl update by MJD.Rafael Garcia-Suarez2004-03-041-4/+3
| | | p4raw-id: //depot/perl@22432
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-043-0/+20
| | | | | (by Steve Hay) p4raw-id: //depot/perl@22431
* Clarify the difference between utf8::downgrade/upgradeRafael Garcia-Suarez2004-03-042-10/+17
| | | | | and utf8::encode/decode (patch by Jarkko). p4raw-id: //depot/perl@22430
* A couple of notes in perl591deltaRafael Garcia-Suarez2004-03-031-0/+9
| | | | | (about Benchmark and the debugger.) p4raw-id: //depot/perl@22429
* simplify sv.hArtur Bergman2004-03-031-6/+6
| | | | | Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com> p4raw-id: //depot/perl@22428
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-037-337/+345
| | | | | | Subject: [PATCH] [perl #24826] Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi> p4raw-id: //depot/perl@22427
* debugger (5.8.x and 5.9.x)Richard Foley2004-03-031-7/+61
| | | | | Message-Id: <200403031610.25080.richard.foley@rfi.net> p4raw-id: //depot/perl@22426
* stop t/op/write.t failures under stdio by always closing filesDave Mitchell2004-03-031-20/+26
| | | | | | before reading them back; also replace `cat file` with a function to read in the file p4raw-id: //depot/perl@22425
* Change the skip logic on the unicode tests so that they don't rely onNicholas Clark2004-03-025-15/+11
| | | | | miniperl's "dynamic loading unavailable" message p4raw-id: //depot/perl@22424
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-029-26/+45
| | | | | | | | make minitest passes a -minitest flag to t/TEST t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} Tests can choose to skip based on this. (Other tactic is to make loading of Errno by %! happen at run time.) p4raw-id: //depot/perl@22423
* Remove machine-dependent rounding dependency from write overflowDave Mitchell2004-03-021-7/+7
| | | | | tests p4raw-id: //depot/perl@22422
* nmake distclean cleans too much from lib/Digest on Win32Steve Hay2004-03-022-4/+0
| | | | | Message-ID: <403F8182.5090607@uk.radan.com> p4raw-id: //depot/perl@22421
* add tests for change 22414 (lvalue substr jollity)Dave Mitchell2004-03-011-1/+21
| | | | | courtesy of Graham Barr. p4raw-id: //depot/perl@22419
* integrate Time::HiRes 1.56 from CPANDave Mitchell2004-03-013-3/+9
| | | | | (which is itself mostly derived from the bleedperl version) p4raw-id: //depot/perl@22418
* Make panics a bit more verbose to ease debugging.Marcus Holland-Moritz2004-02-291-32/+64
| | | p4raw-id: //depot/perl@22417
* [perl #24521] make test breaks permissions on /dev/ttyDave Mitchell2004-02-291-1/+3
| | | | | perl -i could fchmod(stdin) by mistake p4raw-id: //depot/perl@22415
* Re: [perl #24346] pulling in stuff from outside the substr lvalueGraham Barr2004-02-291-2/+7
| | | | | | | Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com> make a variable aliased to an lvalue substr value work as expected p4raw-id: //depot/perl@22414
* Bump Socket's version to a real floating point valueNicholas Clark2004-02-291-1/+1
| | | p4raw-id: //depot/perl@22411
* Back out _01 version suffix.Abhijit Menon-Sen2004-02-291-1/+1
| | | p4raw-id: //depot/perl@22410
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-2810-10/+10
| | | | | | (removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-2810-86/+27
| | | | | recursion by eradicating Perl_yylex_r() p4raw-id: //depot/perl@22408
* Use File::Temp for tempfiles if it is available.Nicholas Clark2004-02-281-5/+17
| | | | | | | (Based on a patch from Solar Designer <solar@openwall.com> in Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which was applied as change 22258) p4raw-id: //depot/perl@22407
* Fix segfaults when running under -Dx.Marcus Holland-Moritz2004-02-281-5/+5
| | | p4raw-id: //depot/perl@22406
* Assimilate Cwd 2.15 from CPANNicholas Clark2004-02-272-1/+13
| | | p4raw-id: //depot/perl@22403
* Create a new local $_ without triggering tie by using local *_ = \my $aNicholas Clark2004-02-272-4/+38
| | | | | (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>) p4raw-id: //depot/perl@22401
* When threads are active we need -lpthread, but previous `fix' ofH.Merijn Brand2004-02-271-3/+2
| | | | | | now linked libraries invalidated the regex for sed (AIX 5 has no seperate libc.a and libc_r.a the latter links to the first) p4raw-id: //depot/perl@22400
* Correct thinko in comment.Nicholas Clark2004-02-271-1/+1
| | | p4raw-id: //depot/perl@22397
* In hsplit, if a normal hash has placeholders then clear them beforeNicholas Clark2004-02-272-6/+31
| | | | | | | splitting. We can do this safely because Storable ensures hsplit is not called while it builds restricted hashes (actually any hashes) This change may not make things faster, but now we have the choice. p4raw-id: //depot/perl@22393
* My re-implementation of hv_clear_placeholders was buggy - not sure whyNicholas Clark2004-02-271-1/+4
| | | | | the tests still passed. Fixed. p4raw-id: //depot/perl@22391
* Moving all the e-mail addresses over by 1 column makes them start onNicholas Clark2004-02-261-718/+718
| | | | | | an 8 column tabstop, which makes editing this file easier. So then I replaced spaces with tabs and made it smaller too. p4raw-id: //depot/perl@22383