| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Allow PERL5OPT=-W | Michael G Schwern | 2009-04-25 | 1 | -1/+1 |
* | Clean up pod/buildtoc so it will run on VMS. | Craig A. Berry | 2009-04-24 | 1 | -7/+12 |
* | Add an idea to perltodo | Steve Peters | 2009-04-23 | 1 | -0/+14 |
* | Build perltoc.pod, rather than shipping it. This way it can't get out of date. | Nicholas Clark | 2009-04-21 | 2 | -38416/+4 |
* | Clarify PERL_SYS_INIT3() usage. | Niko Tyni | 2009-04-20 | 1 | -0/+4 |
* | Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators. | Nicholas Clark | 2009-04-20 | 2 | -8/+1232 |
* | In the Makefile, no need to change into pod/ to create symlinks to READMEs etc. | Nicholas Clark | 2009-04-19 | 1 | -2/+2 |
* | Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule. | Nicholas Clark | 2009-04-19 | 1 | -4/+15 |
* | In buildtoc, refactor all the duplicated checking logic into a subroutine. | Nicholas Clark | 2009-04-19 | 1 | -20/+13 |
* | For Win32, add the generated files to the delete list generated by buildtoc. | Nicholas Clark | 2009-04-19 | 1 | -1/+1 |
* | For VMS, generate the delete rules for generated and copied files in buildtoc. | Nicholas Clark | 2009-04-19 | 1 | -0/+15 |
* | grep then sort, as it's more efficient to sort a shorter list. | Nicholas Clark | 2009-04-18 | 1 | -1/+1 |
* | Add a --quiet option, to suppress all the routine warnings when scanning for pod | Nicholas Clark | 2009-04-18 | 1 | -2/+4 |
* | Generate perlapi.pod and perlintern.pod at build time, instead of shipping them. | Nicholas Clark | 2009-04-18 | 4 | -8535/+11 |
* | Documentation Patch: perlxs.pod | Tom Hukins | 2009-04-14 | 1 | -2/+2 |
* | Deprecate using "unique" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 1 | -0/+7 |
* | Deprecate using "locked" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 1 | -0/+7 |
* | Eliminate "Old Perl threads tutorial", which describes 5005 threads. | Nicholas Clark | 2009-04-12 | 3 | -1184/+0 |
* | Rebuild pod/perltoc.pod. | Nicholas Clark | 2009-04-12 | 1 | -1506/+3127 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 2 | -19/+0 |
* | Docs: Fixed a couple of [my] typos | Michael Witten | 2009-04-08 | 1 | -4/+4 |
* | Docs: Update summary and add copyright | Michael Witten | 2009-04-07 | 1 | -12/+15 |
* | Docs: Expanded treatment of adding instance variables | Michael Witten | 2009-04-07 | 1 | -12/+49 |
* | Docs: Clarify that a class is not an instance | Michael Witten | 2009-04-07 | 1 | -12/+6 |
* | Docs: Minor modifications to discussion of constructor | Michael Witten | 2009-04-07 | 1 | -5/+6 |
* | Docs: Make use of $self and $class clear | Michael Witten | 2009-04-07 | 1 | -2/+2 |
* | Docs: Better orgnization of instance discussion | Michael Witten | 2009-04-07 | 1 | -50/+56 |
* | Docs: Cleanup lead-in to instance variables | Michael Witten | 2009-04-07 | 1 | -8/+9 |
* | Docs: Better[?] development of SUPER | Michael Witten | 2009-04-07 | 1 | -36/+54 |
* | Docs: Get rid of those awful tabs! | Michael Witten | 2009-04-07 | 1 | -11/+11 |
* | Docs: Quick explanation of duck typing and a warning | Michael Witten | 2009-04-07 | 1 | -9/+18 |
* | Docs: Make the "use base" purpose more obvious | Michael Witten | 2009-04-07 | 1 | -10/+4 |
* | Docs: Minor reorganization. | Michael Witten | 2009-04-07 | 1 | -5/+5 |
* | Docs: Typo: 'no strict subs' -> 'no strict refs' | Michael Witten | 2009-04-07 | 1 | -1/+1 |
* | Docs: Typo: \{-1} -> \g{-1} | Michael Witten | 2009-04-07 | 1 | -1/+1 |
* | Deprecate assignment to $[ | Rafael Garcia-Suarez | 2009-04-07 | 2 | -2/+8 |
* | document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used once | David Mitchell | 2009-04-02 | 2 | -5/+54 |
* | Document when as a syntax modifier | Vincent Pit | 2009-03-30 | 1 | -2/+21 |
* | Document that DESTROY is subject to AUTOLOAD, and the related optimisations. | Nicholas Clark | 2009-03-29 | 1 | -0/+9 |
* | Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return. | Nicholas Clark | 2009-03-29 | 1 | -0/+5 |
* | Fix for regular expressions for RFC2822. | Dan Kogai | 2009-03-24 | 1 | -1/+2 |
* | Add a SEE ALSO section based on suggestions from Dan Jacobson. | Steve Peters | 2009-03-24 | 1 | -0/+3 |
* | fix typo - s/was/what/ is to be ignored | Mike Giroux | 2009-03-21 | 1 | -1/+1 |
* | pod/perlreftut.pod: keep example in tune with the times | Mark Jason Dominus | 2009-03-19 | 1 | -2/+2 |
* | Doc fix: the /k regexp modifier should really be written /p | Paul Gaborit | 2009-03-18 | 1 | -3/+3 |
* | Fix typo in English name of $& | Rafael Garcia-Suarez | 2009-03-18 | 1 | -1/+1 |
* | Disambiguate mention of -E in perl.pod and in perlrun.pod | Rafael Garcia-Suarez | 2009-03-15 | 2 | -2/+2 |
* | Add -E in the command-line usage in perl.pod | Rafael Garcia-Suarez | 2009-03-13 | 1 | -1/+1 |
* | fix typo in pod/perlperf.pod | David Mitchell | 2009-02-25 | 1 | -1/+1 |
* | Check for thread failure in prime number example | Jerry D. Hedden | 2009-02-20 | 1 | -50/+47 |