summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-1423-6443/+2995
| | | | | process p4raw-id: //depot/perl@22302
* Fix an fcntl example in perlopentut, spotted by MJD.Rafael Garcia-Suarez2004-02-131-1/+3
| | | p4raw-id: //depot/perl@22301
* The new -Dq option didn't actually work!Dave Mitchell2004-02-121-2/+3
| | | p4raw-id: //depot/perl@22300
* [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())Stas Bekman2004-02-121-1/+1
| | | | | Message-ID: <402ACEA2.4020907@stason.org> p4raw-id: //depot/perl@22299
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsGreg Matheson2004-02-101-1/+5
| | | | | Message-ID: <20040210043633.GA33671687@momotaro> p4raw-id: //depot/perl@22298
* Add 5.005_04-RC1 and Leon in perlhist.Rafael Garcia-Suarez2004-02-101-1/+3
| | | p4raw-id: //depot/perl@22297
* Add a note in Unicode::UCD about the _getcode() functionRafael Garcia-Suarez2004-02-091-0/+1
| | | | | being copy-n-pasted in charnames.pm. (spotted by Merijn) p4raw-id: //depot/perl@22295
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-099-64/+166
| | | p4raw-id: //depot/perl@22294
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-092-2/+12
| | | | | Message-Id: <200402090321.i193LL907950@zen.crypt.org> p4raw-id: //depot/perl@22292
* reduce overhead of charnames.pm, make op/pat.t work under miniperlYitzchak Scott-Thoennes2004-02-091-3/+15
| | | | | | Message-ID: <20040209085145.GA3204@efn.org> (plus an etymological notice) p4raw-id: //depot/perl@22291
* Add the new private flag OPpGREP_LEX in B::Concise.Rafael Garcia-Suarez2004-02-081-1/+3
| | | p4raw-id: //depot/perl@22290
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-083-5/+31
| | | | | | scalar context, because pp_mapwhile and pp_grepwhile were using their target as a temporary slot to store the return value. p4raw-id: //depot/perl@22289
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsGreg Matheson2004-02-081-4/+4
| | | | | Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw> p4raw-id: //depot/perl@22287
* Correct some prototypes in perlapi.podSteve Hay2004-02-082-6/+6
| | | | | Message-ID: <40238C15.2090200@uk.radan.com> p4raw-id: //depot/perl@22286
* Fix absolute path handling in installhtmlSteve Hay2004-02-081-11/+3
| | | | | Message-ID: <4023BD56.6090903@uk.radan.com> p4raw-id: //depot/perl@22285
* chomp() cares about UnicodeSADAHIRO Tomoyuki2004-02-081-2/+2
| | | | | Message-Id: <20040206235116.0E36.BQW10602@nifty.com> p4raw-id: //depot/perl@22284
* Comment to record why we can't clear placeholders in hsplitNicholas Clark2004-02-071-0/+5
| | | p4raw-id: //depot/perl@22282
* deleting keys in restricted hashes was leaking the entry. Yow!Nicholas Clark2004-02-072-1/+35
| | | p4raw-id: //depot/perl@22281
* Now hv_delete is able to ingore placeholders.Nicholas Clark2004-02-071-15/+0
| | | | | | (This is an XS visible change in the hash API. But not of documented behaviour) p4raw-id: //depot/perl@22280
* All whitespace is equal, but some whitespace is more equal than othersNicholas Clark2004-02-071-1/+1
| | | | | (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better) p4raw-id: //depot/perl@22279
* hv_clear_placeholders now manipulates the linked lists directly, ratherNicholas Clark2004-02-071-36/+39
| | | | | | | than using the iterator interface and calling hv_delete This will allow hv_delete to be simplified to remove most of the special casing related to placeholders. p4raw-id: //depot/perl@22278
* Added hints_4.sh for specific AIX 4 supportH.Merijn Brand2004-02-062-0/+590
| | | | | | this is the next stage in the general cleanup process for the AIX hints. More to come p4raw-id: //depot/perl@22273
* Fix a non-standard NAME pod sectionRafael Garcia-Suarez2004-02-061-1/+1
| | | | | (by Smylers and Casey West) p4raw-id: //depot/perl@22272
* The "my $_" wasn't nice with foreach loops.Rafael Garcia-Suarez2004-02-042-2/+26
| | | p4raw-id: //depot/perl@22268
* AIX 3 support removed from default hints after its separationH.Merijn Brand2004-02-041-26/+12
| | | p4raw-id: //depot/perl@22267
* AIX 3 hints split off from default hints in preparationH.Merijn Brand2004-02-042-0/+354
| | | | | of a hint file cleanup. aix_4.sh will follow soon p4raw-id: //depot/perl@22266
* More docs and tests for "my $_".Rafael Garcia-Suarez2004-02-033-2/+34
| | | p4raw-id: //depot/perl@22265
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-0310-326/+529
| | | | | Message-ID: <401DB17F.5060808@rowman.com> p4raw-id: //depot/perl@22264
* Implement "my $_".Rafael Garcia-Suarez2004-02-0315-46/+266
| | | p4raw-id: //depot/perl@22263
* Regenerate perlapi.pod.Rafael Garcia-Suarez2004-02-031-23/+23
| | | p4raw-id: //depot/perl@22262
* If someone chooses xlc as default C compiler, threaded buildsH.Merijn Brand2004-02-031-1/+1
| | | | | will fail, unless converted to cc_r p4raw-id: //depot/perl@22261
* patch for IRIX/gcc link issuesMartin Pool2004-02-011-0/+5
| | | | | Message-ID: <20040127235624.GA32612@hp.com> p4raw-id: //depot/perl@22260
* update fix to Shell.pm in change #22254: make /dev/null portableDave Mitchell2004-02-011-2/+5
| | | | | p4raw-link: @22254 on //depot/perl: c4a2e7a54bf494cff88f7c7c033f6b017d36f653 p4raw-id: //depot/perl@22259
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-0136-139/+103
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* threads documentation: fork on UNIX might not copy all threads.Dave Mitchell2004-02-011-3/+4
| | | p4raw-id: //depot/perl@22257
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
| | | | | [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks p4raw-id: //depot/perl@22256
* Patch for Shell.pmManuel Valente2004-02-011-3/+10
| | | | | | | Message-Id: <4016AB72.1080503@idealx.com> New option for Shell.pm to discard stderr instead of capturing it p4raw-id: //depot/perl@22254
* Make Time/HiRes/t/HiRes.t die more gracefully if its watchdogDave Mitchell2004-02-011-1/+1
| | | | | timeout triggers p4raw-id: //depot/perl@22253
* Don't show code closing STD{IN,OUT} before reopening, becauseChip Salzenberg2004-01-312-5/+0
| | | | | doing so is unnecessary and occasionally harmful. p4raw-id: //depot/perl@22252
* Another undocumented use of $_ : with reverse().Rafael Garcia-Suarez2004-01-301-0/+2
| | | p4raw-id: //depot/perl@22248
* Drop optimization for -O3 *and higher*H.Merijn Brand2004-01-301-1/+1
| | | p4raw-id: //depot/perl@22247
* Regenerate perlapi.pod.Rafael Garcia-Suarez2004-01-291-23/+23
| | | p4raw-id: //depot/perl@22246
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-292-3/+9
| | | | | Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org> p4raw-id: //depot/perl@22245
* I'm the new maintainer of Switch.Rafael Garcia-Suarez2004-01-283-2/+5
| | | | | Sync with the CPAN version of Switch 2.10. p4raw-id: //depot/perl@22244
* Message-ID: <40113F7B.6050701@davidfavor.com>David Favor2004-01-281-1/+1
| | | | | | Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1 so no compilation stack limits are imposed. p4raw-id: //depot/perl@22243
* Update perl591delta.pod with what we've done so far.Rafael Garcia-Suarez2004-01-271-1/+96
| | | p4raw-id: //depot/perl@22242
* Regenerate Changes.Rafael Garcia-Suarez2004-01-271-19886/+3043
| | | | | Only include changes from the perl branch. p4raw-id: //depot/perl@22239
* Storable's hints file shouldn't blanket set optimize to -O2 on LinuxNicholas Clark2004-01-271-1/+6
| | | | | Only *drop* optimize to -O2 if it's -O3 on gcc on Linux p4raw-id: //depot/perl@22238
* More punctuation, good.Rafael Garcia-Suarez2004-01-271-3/+3
| | | p4raw-id: //depot/perl@22235
* 5.8.3 -- fix signal comments in L<perlfunc/system>Brendan O'Dea2004-01-271-4/+4
| | | | | Message-ID: <20040125002348.GA31407@londo.c47.org> p4raw-id: //depot/perl@22228