Make expand-macro.pl scan config.h, if it exists.
[p5sagit/p5-mst-13.2.git] / pod /
2009-06-17 Rafael Garcia-Suarez Add perldelta entry for \N
2009-06-17 Rafael Garcia-Suarez Basic docs for \N
2009-06-15 Rafael Garcia-Suarez Fix readline example in perlfunc
2009-06-13 Nicholas Clark Bring the joy of strict (and warnings) to perlmodlib...
2009-06-13 Nicholas Clark Improve perlmodlib.PL. Reduce the amount of special...
2009-06-13 Rafael Garcia-Suarez Add \N idea from Perl 6 to perltodo
2009-06-13 Rafael Garcia-Suarez Add perlmodlib.pod in .gitignore, since it's now generated
2009-06-13 Rafael Garcia-Suarez Nit for the "Missing right brace" error message description
2009-06-13 Nicholas Clark Eliminate the regen_pods target from pod/Makefile,...
2009-06-13 Nicholas Clark Generate perlmodlib.pod at build time, instead of shipp...
2009-06-13 Nicholas Clark Make perlmodlib.PL chdir into pod. Add a -q flag to...
2009-06-13 Nicholas Clark In perlmodlib.PL, just open files in their original...
2009-06-12 Nicholas Clark Regenerated perlmodlib.pod
2009-06-12 Nicholas Clark Update perlmodlib.PL to accomodate the re-arranging...
2009-06-12 David Mitchell fix trivial typo in perldelta
2009-06-10 H.Merijn Brand Small typo in example.
2009-06-09 Ian Goodacre Revised description of => operator
2009-06-02 Nicholas Clark Disentangling -g and -DDEBUGGING is a TODO.
2009-06-01 Rafael Garcia-Suarez Smart-match perldelta adjustments
2009-06-01 Rafael Garcia-Suarez Minor doc fix for the smart table legend (clarify the...
2009-05-31 Steffen Mueller Mention Devel::NYTProf in perldebug
2009-05-31 Steffen Mueller Auto-complete lexicals in the debugger shell
2009-05-31 Bram Clarify perldebug documentation
2009-05-26 Rafael Garcia-Suarez A couple of nits in the ~~ perldelta entry
2009-05-26 Rafael Garcia-Suarez File tests were already treated as boolean in when()
2009-05-25 Rafael Garcia-Suarez Describe smart match and switch changes in perldelta
2009-05-25 Rafael Garcia-Suarez Remove now-obsolete note on ~~ overloading working...
2009-05-24 Rafael Garcia-Suarez Allow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-Suarez Change the specs of %h~~%h to avoid mentioning ~~ recur...
2009-05-24 Rafael Garcia-Suarez Remove vim swap file
2009-05-24 Ricardo SIGNES perlpodspec corrections
2009-05-20 H.Merijn Brand Update bisect notes
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
next