Add some documentation to the heads of the various *.pl build scripts
[p5sagit/p5-mst-13.2.git] / pod /
2009-05-14 Claes Jakobsson Amelioration of the error message "Unrecognized charact...
2009-05-14 Vincent Pit Remove remaining POD tags in verbatim paragraphs
2009-05-13 Rafael Garcia-Suarez Merge branch 'smartmatch' into blead
2009-05-12 Nicholas Clark Add perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-05-12 David Mitchell add perl589delta.pod to blead
2009-05-12 Rafael Garcia-Suarez Smart matching is to-done.
2009-05-12 Rafael Garcia-Suarez Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-10 Nicholas Clark Replacing dump.c's use of SVs as temporaries is TODO.
2009-05-10 Nicholas Clark Making ExtUtils::ParseXS use strict; is TODO.
2009-05-10 Steffen Mueller Update info on number of magic types\n\nRemove mention...
2009-05-08 Rafael Garcia-Suarez Document what to do with object on the left and add...
2009-05-06 David Cantrell perltie.pod docpatch
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-05-05 Rafael Garcia-Suarez Clarify that @a ~~ @b recursively smart matches
2009-05-04 Dan Jacobson Clarify that =encoding is global in POD
2009-05-02 Niko Tyni Document that XS_VERSION_BOOTCHECK may break if $VERSIO...
2009-05-02 Frank Wiegand fix POD typo
2009-05-01 Rafael Garcia-Suarez Add generated perltoc to git ignore list
2009-04-28 Jan Dubois Fix -p function and Fcntl::S_IFIFO constant under Micro...
2009-04-27 Jay Hannah Minor fixups for the documentation for crypt.
2009-04-26 Michael G Schwern [PATCH] Allow PERL5OPT=-W
2009-04-24 Craig A. Berry Clean up pod/buildtoc so it will run on VMS.
2009-04-23 Steve Peters Add an idea to perltodo
2009-04-21 Nicholas Clark Build perltoc.pod, rather than shipping it. This way...
2009-04-20 Niko Tyni Clarify PERL_SYS_INIT3() usage.
2009-04-20 Nicholas Clark Move vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-20 Rafael Garcia-Suarez Remove some empty lines in a code example
2009-04-20 Rafael Garcia-Suarez Document that ~~ overload will only work on the RHS
2009-04-19 Nicholas Clark In the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas Clark Move the symlink fo perl51110delta.pod to perldelta...
2009-04-19 Nicholas Clark In buildtoc, refactor all the duplicated checking logic...
2009-04-19 Nicholas Clark For Win32, add the generated files to the delete list...
2009-04-19 Nicholas Clark For VMS, generate the delete rules for generated and...
2009-04-18 Nicholas Clark grep then sort, as it's more efficient to sort a shorte...
2009-04-18 Nicholas Clark Add a --quiet option, to suppress all the routine warni...
2009-04-18 Nicholas Clark Generate perlapi.pod and perlintern.pod at build time...
2009-04-14 Tom Hukins Documentation Patch: perlxs.pod
2009-04-12 Nicholas Clark Deprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas Clark Eliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas Clark Rebuild pod/perltoc.pod.
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-04-07 Michael Witten Docs: Fixed a couple of [my] typos
2009-04-07 Michael Witten Docs: Update summary and add copyright
2009-04-07 Michael Witten Docs: Expanded treatment of adding instance variables
2009-04-07 Michael Witten Docs: Clarify that a class is not an instance
2009-04-07 Michael Witten Docs: Minor modifications to discussion of constructor
2009-04-07 Michael Witten Docs: Make use of $self and $class clear
2009-04-07 Michael Witten Docs: Better orgnization of instance discussion
2009-04-07 Michael Witten Docs: Cleanup lead-in to instance variables
2009-04-07 Michael Witten Docs: Better[?] development of SUPER
2009-04-07 Michael Witten Docs: Get rid of those awful tabs!
2009-04-07 Michael Witten Docs: Quick explanation of duck typing and a warning
2009-04-07 Michael Witten Docs: Make the "use base" purpose more obvious
2009-04-07 Michael Witten Docs: Minor reorganization.
2009-04-07 Michael Witten Docs: Typo: 'no strict subs' -> 'no strict refs'
2009-04-07 Michael Witten Docs: Typo: \{-1} -> \g{-1}
2009-04-07 Rafael Garcia-Suarez Deprecate assignment to $[
2009-04-02 David Mitchell document PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-03-29 Vincent Pit Document when as a syntax modifier
2009-03-29 Nicholas Clark Document that DESTROY is subject to AUTOLOAD, and the...
2009-03-29 Nicholas Clark Change Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-25 Rafael Garcia-Suarez Adjustments to the ~~ dispatch table
2009-03-24 Dan Kogai Fix for regular expressions for RFC2822.
2009-03-24 Steve Peters Add a SEE ALSO section based on suggestions from Dan...
2009-03-24 Rafael Garcia-Suarez Fix equivalent code in perlsyn for Array~~Hash
2009-03-24 Rafael Garcia-Suarez Specify that the behaviour of $foo ~~ Range should...
2009-03-24 Rafael Garcia-Suarez Make []~~\&f and {}~~\&f match
2009-03-23 Rafael Garcia-Suarez Implement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-Suarez Revert order of ~~ in definition of smart matching...
2009-03-23 Rafael Garcia-Suarez Add more tests with an empty hash on the right of ~~
2009-03-21 Mike Giroux fix typo - s/was/what/ is to be ignored
2009-03-19 Mark Jason Dominus pod/perlreftut.pod: keep example in tune with the times
2009-03-18 Paul Gaborit Doc fix: the /k regexp modifier should really be written /p
2009-03-18 Rafael Garcia-Suarez Fix typo in English name of $&
2009-03-17 Rafael Garcia-Suarez Document that empty sets don't smart-match
2009-03-14 Rafael Garcia-Suarez Disambiguate mention of -E in perl.pod and in perlrun.pod
2009-03-13 Rafael Garcia-Suarez Add -E in the command-line usage in perl.pod
2009-03-04 Rafael Garcia-Suarez The new smart match dispatch table for 5.10.1 onwards
2009-03-04 Rafael Garcia-Suarez Document that when() treats specially most of the filet...
2009-03-04 Rafael Garcia-Suarez Make // behave like || in when clauses
2009-02-25 David Mitchell fix typo in pod/perlperf.pod
2009-02-20 Jerry D. Hedden Check for thread failure in prime number example
2009-02-20 Alex Davies Wonky example in perlthrtut
2009-02-20 Leon Brocard Remove the -x from the cherry pick and show how to...
2009-02-20 Leon Brocard Remove an extra space
2009-02-20 Leon Brocard Add a section on merging from a branch via GitHub
2009-02-13 Rafael Garcia-Suarez Document error "Smart matching a non-overloaded object...
2009-02-10 Rafael Garcia-Suarez Fix previous patch. Actually it's written PAREN, not...
2009-02-10 Moritz Lenz mention English name of %+ in perlvar.pod
2009-02-07 Ricardo SIGNES pare down docs of UNIVERSAL in perlobj
2009-02-06 Matt Kraai Use an ordinary paragraph to reference sv.h.
2009-02-05 Slaven Rezic "wide character" warnings are severe
2009-02-04 Yitzchak Scott-Tho... long-ago h2xs changes
2009-01-30 Steve Hay Upgrade to Pod-Parser-1.36.
2009-01-29 Gisle Aas Tweaks to pod/perlrepository.pod
2009-01-26 Leon Brocard Add a section on how to submit a patch using GitHub
2009-01-26 Leon Brocard Run podtidy on pod/perlrepository.pod and document...
2009-01-25 Rafael Garcia-Suarez Merge branch 'Eefix' into blead
2009-01-25 Rafael Garcia-Suarez Document that $0 is set to "-e" when perl is run with...
next