Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 23 | -6443/+2995 |
| | | | | | process p4raw-id: //depot/perl@22302 | ||||
* | Fix an fcntl example in perlopentut, spotted by MJD. | Rafael Garcia-Suarez | 2004-02-13 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@22301 | ||||
* | The new -Dq option didn't actually work! | Dave Mitchell | 2004-02-12 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@22300 | ||||
* | [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set()) | Stas Bekman | 2004-02-12 | 1 | -1/+1 |
| | | | | | Message-ID: <402ACEA2.4020907@stason.org> p4raw-id: //depot/perl@22299 | ||||
* | Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows | Greg Matheson | 2004-02-10 | 1 | -1/+5 |
| | | | | | Message-ID: <20040210043633.GA33671687@momotaro> p4raw-id: //depot/perl@22298 | ||||
* | Add 5.005_04-RC1 and Leon in perlhist. | Rafael Garcia-Suarez | 2004-02-10 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@22297 | ||||
* | Add a note in Unicode::UCD about the _getcode() function | Rafael Garcia-Suarez | 2004-02-09 | 1 | -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-Suarez | 2004-02-09 | 9 | -64/+166 |
| | | | p4raw-id: //depot/perl@22294 | ||||
* | Re: [perl #26073] sprintf miscounts padding when format is utf8 | Hugo van der Sanden | 2004-02-09 | 2 | -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 miniperl | Yitzchak Scott-Thoennes | 2004-02-09 | 1 | -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-Suarez | 2004-02-08 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@22290 | ||||
* | map and grep weren't working correctly with lexical $_ in | Rafael Garcia-Suarez | 2004-02-08 | 3 | -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 Windows | Greg Matheson | 2004-02-08 | 1 | -4/+4 |
| | | | | | Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw> p4raw-id: //depot/perl@22287 | ||||
* | Correct some prototypes in perlapi.pod | Steve Hay | 2004-02-08 | 2 | -6/+6 |
| | | | | | Message-ID: <40238C15.2090200@uk.radan.com> p4raw-id: //depot/perl@22286 | ||||
* | Fix absolute path handling in installhtml | Steve Hay | 2004-02-08 | 1 | -11/+3 |
| | | | | | Message-ID: <4023BD56.6090903@uk.radan.com> p4raw-id: //depot/perl@22285 | ||||
* | chomp() cares about Unicode | SADAHIRO Tomoyuki | 2004-02-08 | 1 | -2/+2 |
| | | | | | Message-Id: <20040206235116.0E36.BQW10602@nifty.com> p4raw-id: //depot/perl@22284 | ||||
* | Comment to record why we can't clear placeholders in hsplit | Nicholas Clark | 2004-02-07 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@22282 | ||||
* | deleting keys in restricted hashes was leaking the entry. Yow! | Nicholas Clark | 2004-02-07 | 2 | -1/+35 |
| | | | p4raw-id: //depot/perl@22281 | ||||
* | Now hv_delete is able to ingore placeholders. | Nicholas Clark | 2004-02-07 | 1 | -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 others | Nicholas Clark | 2004-02-07 | 1 | -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, rather | Nicholas Clark | 2004-02-07 | 1 | -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 support | H.Merijn Brand | 2004-02-06 | 2 | -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 section | Rafael Garcia-Suarez | 2004-02-06 | 1 | -1/+1 |
| | | | | | (by Smylers and Casey West) p4raw-id: //depot/perl@22272 | ||||
* | The "my $_" wasn't nice with foreach loops. | Rafael Garcia-Suarez | 2004-02-04 | 2 | -2/+26 |
| | | | p4raw-id: //depot/perl@22268 | ||||
* | AIX 3 support removed from default hints after its separation | H.Merijn Brand | 2004-02-04 | 1 | -26/+12 |
| | | | p4raw-id: //depot/perl@22267 | ||||
* | AIX 3 hints split off from default hints in preparation | H.Merijn Brand | 2004-02-04 | 2 | -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-Suarez | 2004-02-03 | 3 | -2/+34 |
| | | | p4raw-id: //depot/perl@22265 | ||||
* | was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz] | John Peacock | 2004-02-03 | 10 | -326/+529 |
| | | | | | Message-ID: <401DB17F.5060808@rowman.com> p4raw-id: //depot/perl@22264 | ||||
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 15 | -46/+266 |
| | | | p4raw-id: //depot/perl@22263 | ||||
* | Regenerate perlapi.pod. | Rafael Garcia-Suarez | 2004-02-03 | 1 | -23/+23 |
| | | | p4raw-id: //depot/perl@22262 | ||||
* | If someone chooses xlc as default C compiler, threaded builds | H.Merijn Brand | 2004-02-03 | 1 | -1/+1 |
| | | | | | will fail, unless converted to cc_r p4raw-id: //depot/perl@22261 | ||||
* | patch for IRIX/gcc link issues | Martin Pool | 2004-02-01 | 1 | -0/+5 |
| | | | | | Message-ID: <20040127235624.GA32612@hp.com> p4raw-id: //depot/perl@22260 | ||||
* | update fix to Shell.pm in change #22254: make /dev/null portable | Dave Mitchell | 2004-02-01 | 1 | -2/+5 |
| | | | | | p4raw-link: @22254 on //depot/perl: c4a2e7a54bf494cff88f7c7c033f6b017d36f653 p4raw-id: //depot/perl@22259 | ||||
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 36 | -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 Mitchell | 2004-02-01 | 1 | -3/+4 |
| | | | p4raw-id: //depot/perl@22257 | ||||
* | add test for Change 22194: | Dave Mitchell | 2004-02-01 | 1 | -0/+7 |
| | | | | | [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks p4raw-id: //depot/perl@22256 | ||||
* | Patch for Shell.pm | Manuel Valente | 2004-02-01 | 1 | -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 watchdog | Dave Mitchell | 2004-02-01 | 1 | -1/+1 |
| | | | | | timeout triggers p4raw-id: //depot/perl@22253 | ||||
* | Don't show code closing STD{IN,OUT} before reopening, because | Chip Salzenberg | 2004-01-31 | 2 | -5/+0 |
| | | | | | doing so is unnecessary and occasionally harmful. p4raw-id: //depot/perl@22252 | ||||
* | Another undocumented use of $_ : with reverse(). | Rafael Garcia-Suarez | 2004-01-30 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@22248 | ||||
* | Drop optimization for -O3 *and higher* | H.Merijn Brand | 2004-01-30 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@22247 | ||||
* | Regenerate perlapi.pod. | Rafael Garcia-Suarez | 2004-01-29 | 1 | -23/+23 |
| | | | p4raw-id: //depot/perl@22246 | ||||
* | Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ | Hugo van der Sanden | 2004-01-29 | 2 | -3/+9 |
| | | | | | Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org> p4raw-id: //depot/perl@22245 | ||||
* | I'm the new maintainer of Switch. | Rafael Garcia-Suarez | 2004-01-28 | 3 | -2/+5 |
| | | | | | Sync with the CPAN version of Switch 2.10. p4raw-id: //depot/perl@22244 | ||||
* | Message-ID: <40113F7B.6050701@davidfavor.com> | David Favor | 2004-01-28 | 1 | -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-Suarez | 2004-01-27 | 1 | -1/+96 |
| | | | p4raw-id: //depot/perl@22242 | ||||
* | Regenerate Changes. | Rafael Garcia-Suarez | 2004-01-27 | 1 | -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 Linux | Nicholas Clark | 2004-01-27 | 1 | -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-Suarez | 2004-01-27 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@22235 | ||||
* | 5.8.3 -- fix signal comments in L<perlfunc/system> | Brendan O'Dea | 2004-01-27 | 1 | -4/+4 |
| | | | | | Message-ID: <20040125002348.GA31407@londo.c47.org> p4raw-id: //depot/perl@22228 |