Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate PODs | Rafael Garcia-Suarez | 2006-01-27 | 2 | -282/+210 |
| | | | p4raw-id: //depot/perl@26961 | ||||
* | Some spelling fixes by David Landgren. | Rafael Garcia-Suarez | 2006-01-27 | 1 | -7/+5 |
| | | | | | Mention perltodo. p4raw-id: //depot/perl@26960 | ||||
* | A description of the new constants. | Nicholas Clark | 2006-01-27 | 1 | -1/+12 |
| | | | p4raw-id: //depot/perl@26955 | ||||
* | Fix a few nits in perl593delta | Steve Peters | 2006-01-26 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@26951 | ||||
* | miniperl isn't enough anymore to run pod2man. | Rafael Garcia-Suarez | 2006-01-26 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26950 | ||||
* | 2 spelling corrections, and rephrase the entry on perlivp (better | Nicholas Clark | 2006-01-26 | 1 | -4/+4 |
| | | | | | grammer, more succinct) p4raw-id: //depot/perl@26949 | ||||
* | More work on perldelta | Rafael Garcia-Suarez | 2006-01-26 | 1 | -24/+147 |
| | | | p4raw-id: //depot/perl@26948 | ||||
* | Make dump and -u croak on Win32 and Cygwin to avoid confusion | Yves Orton | 2006-01-26 | 2 | -1/+5 |
| | | | | | | | | such as was seen here: Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> p4raw-id: //depot/perl@26947 | ||||
* | More work on perldelta | Rafael Garcia-Suarez | 2006-01-23 | 1 | -2/+54 |
| | | | p4raw-id: //depot/perl@26933 | ||||
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 1 | -1/+1 |
| | | | | | things done by Swig, as noticed by Audrey. p4raw-id: //depot/perl@26924 | ||||
* | Note 5.8.8-RC1 | Nicholas Clark | 2006-01-20 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26915 | ||||
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 2 | -19/+12 |
| | | | | | | | | Keep NEWSV() itself for backwards-compatibility outside of the core, but don't advertise it any more. (cf. change #25101). p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada p4raw-id: //depot/perl@26901 | ||||
* | Make the description of $^M in perlvar a bit more clear | Rafael Garcia-Suarez | 2006-01-17 | 1 | -3/+4 |
| | | | | | | w.r.t. cross-references to the INSTALL document. (spotted by Stas Bekman) p4raw-id: //depot/perl@26878 | ||||
* | Perldelta nits by Jim Cromie | Rafael Garcia-Suarez | 2006-01-14 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@26849 | ||||
* | More perldelta work | Rafael Garcia-Suarez | 2006-01-13 | 1 | -2/+121 |
| | | | p4raw-id: //depot/perl@26826 | ||||
* | [perl #38205] misleading typo in perlfaq8 | erik@cs.uni-jena.de | 2006-01-12 | 1 | -3/+3 |
| | | | | | | From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org> p4raw-id: //depot/perl@26802 | ||||
* | FAQ sync. | Rafael Garcia-Suarez | 2006-01-12 | 2 | -68/+58 |
| | | | p4raw-id: //depot/perl@26801 | ||||
* | Re: cloning and foo_dup functions | Yitzchak Scott-Thoennes | 2006-01-12 | 1 | -0/+2 |
| | | | | | Message-ID: <20060112094118.GA1432@efn.org> p4raw-id: //depot/perl@26799 | ||||
* | Typo fix. | Rafael Garcia-Suarez | 2006-01-12 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26797 | ||||
* | Make description of new warning introduced in change 26780 more precise | Rafael Garcia-Suarez | 2006-01-11 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@26784 | ||||
* | Fix the new warning created with version-0.53 | Steve Peters | 2006-01-11 | 1 | -0/+5 |
| | | | p4raw-id: //depot/perl@26780 | ||||
* | Make setting 'PL_origalen = 1' before perl_parse() disable | Gisle Aas | 2006-01-11 | 1 | -0/+16 |
| | | | | | argv[0] munging when $0 is assigned to. p4raw-id: //depot/perl@26779 | ||||
* | s/superceded/superseded/g | Nicholas Clark | 2006-01-10 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26774 | ||||
* | Remove stale date. | Gisle Aas | 2006-01-10 | 1 | -2/+0 |
| | | | p4raw-id: //depot/perl@26762 | ||||
* | [patch] more about embed.fnc in perlguts | Jim Cromie | 2006-01-09 | 1 | -12/+19 |
| | | | | | | | Message-ID: <43C15B82.9090309@gmail.com> (with a few nits) p4raw-id: //depot/perl@26756 | ||||
* | Revert change 26749 | Rafael Garcia-Suarez | 2006-01-09 | 1 | -5/+5 |
| | | | p4raw-id: //depot/perl@26750 | ||||
* | identifiers always in main (was: defining a _ function breaks File::Find) | Xavier Noria | 2006-01-09 | 1 | -5/+5 |
| | | | | | | | Message-Id: <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com> clarify which variables are always forced into main:: p4raw-id: //depot/perl@26749 | ||||
* | Re: [perl #38181] Default IO Layer is ignored in 3-argument open call | SADAHIRO Tomoyuki | 2006-01-08 | 1 | -3/+3 |
| | | | | | Message-Id: <20060109012103.F20A.BQW10602@nifty.com> p4raw-id: //depot/perl@26739 | ||||
* | document svt_copy, svt_dup and svt_local vtable slots | Dave Mitchell | 2006-01-08 | 1 | -1/+18 |
| | | | p4raw-id: //depot/perl@26735 | ||||
* | run pod/buildtoc --build-all | Nicholas Clark | 2006-01-08 | 1 | -0/+143 |
| | | | p4raw-id: //depot/perl@26726 | ||||
* | With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs | Nicholas Clark | 2006-01-08 | 1 | -9/+9 |
| | | | | | tweaking p4raw-id: //depot/perl@26725 | ||||
* | Improve description of the -s switch. | Gisle Aas | 2006-01-06 | 1 | -3/+2 |
| | | | | | | | | | I found the "This means you can have switches with two leading dashes." sentence introduced by change 7144 really confusing. The note after the example should make it clear enough that double dash switches can be used for those that insist. p4raw-id: //depot/perl@26669 | ||||
* | Regenerate PODs | Rafael Garcia-Suarez | 2006-01-05 | 2 | -725/+4220 |
| | | | p4raw-id: //depot/perl@26665 | ||||
* | Really commit change 26662 (duh) | Rafael Garcia-Suarez | 2006-01-05 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26663 | ||||
* | Add warnings for the various other *dir() functions when attempted | Steve Peters | 2006-01-04 | 1 | -0/+20 |
| | | | | | on invalid dirhandles. p4raw-id: //depot/perl@26631 | ||||
* | Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug | Mike Guy | 2006-01-03 | 1 | -0/+5 |
| | | | | | Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@26625 | ||||
* | Attemting to readdir() something that isn't a dirhandle should cause | Steve Peters | 2006-01-03 | 1 | -0/+5 |
| | | | | | a warning. p4raw-id: //depot/perl@26617 | ||||
* | perldiag.pod additions to go with change #26602. | Steve Peters | 2006-01-03 | 1 | -0/+6 |
| | | | | | p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9 p4raw-id: //depot/perl@26607 | ||||
* | Update perldelta, up to change 25344 more or less. | Rafael Garcia-Suarez | 2006-01-03 | 1 | -1/+26 |
| | | | p4raw-id: //depot/perl@26605 | ||||
* | Sync perlfaq. | Rafael Garcia-Suarez | 2006-01-03 | 10 | -65/+84 |
| | | | p4raw-id: //depot/perl@26601 | ||||
* | Note that the "unlink"ing directories is attempted when running as a | Steve Peters | 2006-01-02 | 2 | -8/+9 |
| | | | | | superuser, and that some operating systems may not support it. p4raw-id: //depot/perl@26571 | ||||
* | Re-attempt to clear the hash in S_hfreeentries if anything adds to it. | Nicholas Clark | 2005-12-31 | 1 | -0/+7 |
| | | | | | Panic if we seem to be looping forever. p4raw-id: //depot/perl@26547 | ||||
* | Update perltodo. First shot at perl593delta. | Rafael Garcia-Suarez | 2005-12-30 | 2 | -15/+139 |
| | | | p4raw-id: //depot/perl@26539 | ||||
* | Differences from Perl 6 | Robin Houston | 2005-12-30 | 1 | -0/+35 |
| | | | | | Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26537 | ||||
* | $a = \$a oddity | Tels | 2005-12-29 | 1 | -12/+13 |
| | | | | | | | Message-Id: <200512291802.00742@bloodgate.com> plus trim some whitespace p4raw-id: //depot/perl@26528 | ||||
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -1/+11 |
| | | | | | interpeter arg variant p4raw-id: //depot/perl@26523 | ||||
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 1 | -1/+37 |
| | | | p4raw-id: //depot/perl@26522 | ||||
* | [DOC PATCH] rindex clarification | Yitzchak Scott-Thoennes | 2005-12-29 | 1 | -2/+2 |
| | | | | | | | Message-ID: <20051227024240.GA2940@efn.org> plus another formatting nit p4raw-id: //depot/perl@26520 | ||||
* | assert(av); Cleanup the way that the av_*() functions check | Gisle Aas | 2005-12-28 | 1 | -4/+0 |
| | | | | | | that they are really passed an av argument. Should improve the test coverage a bit. p4raw-id: //depot/perl@26513 | ||||
* | inlining autoloaded constants is TODOne. | Nicholas Clark | 2005-12-23 | 1 | -10/+0 |
| | | | p4raw-id: //depot/perl@26471 |