summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use more efficient sv_reftype_len() interfacemauveYves Orton2010-09-161-2/+3
* create the "mauve" temporary namespace for things like reftypeYves Orton2010-09-166-2/+653
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-09-165-24/+153
* Back out the mauve module and related changesFlorian Ragwitz2010-09-1611-812/+28
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-165-8/+42
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-162-2/+9
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-162-4/+26
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* Add info regarding AIX 7.1Rainer Tammer2010-09-161-32/+34
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-1612-14/+114
* 'make regen' really shouldn't be specialJim Cromie2010-09-161-11/+0
* Fix a pod link I brokeFlorian Ragwitz2010-09-161-2/+3
* if.pm is upstream bleadFlorian Ragwitz2010-09-164-4/+4
* CPAN is UPSTREAM for Digest and Digest-MD5Gisle Aas2010-09-151-2/+2
* Add Rob to AUTHORSFlorian Ragwitz2010-09-151-0/+1
* Update AUTOLOAD section in perlsubRob Hoelz2010-09-151-1/+5
* perlunicode.pod: Clarify user-defined casing.Karl Williamson2010-09-151-30/+45
* PATCH: regex longjmp flawsKarl Williamson2010-09-152-2/+6
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
* Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into briand...brian d foy2010-09-150-0/+0
|\
| * Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into briand...brian d foy2010-09-140-0/+0
| |\
| | * * Add multilevel hash exists() to perlfaq4brian d foy2010-09-142-15/+90
| | * * Added a smart match example to perlfaq6brian d foy2010-09-141-30/+36
| | * More whitespace cleanupsbrian d foy2010-09-121-30/+30
| | * Whitespace cleanupsbrian d foy2010-09-121-27/+27
| | * perlfaq4: fix a minor grammar problem in the Y2K answerbrian d foy2010-09-011-1/+1
| | * * Correct Higher Order Perl to Higher-Order Perlbrian d foy2010-08-222-13/+6
| | * Fix trailing whitespacebrian d foy2010-08-214-19/+19
| | * * Update Effective Perl Programming referencebrian d foy2010-08-211-3/+3
| | * * How can I read in an entire file all at once?brian d foy2010-08-211-8/+14
| | * * How can I read in an entire file all at once?brian d foy2010-08-211-2/+2
| | * * How come when I open a file read-write it wipes it out?brian d foy2010-08-211-21/+21
| | * * How do I handle linked lists?brian d foy2010-08-211-46/+16
| | * * How can I write() into a string?brian d foy2010-08-211-1/+48
| | * How do I make sure users can't enter values into a form that cause my CGI scr...brian d foy2010-08-211-2/+13
| | * * My CGI script runs from the command line but not the browser.brian d foy2010-08-211-18/+6
| | * * How do I fetch/put an FTP file?brian d foy2010-08-211-3/+14
* | | Move book info to perlbook from perlfaq2brian d foy2010-09-152-224/+327
* | | Upgrade Math::BigRat from version 0.25 to 0.26Florian Ragwitz2010-09-1515-403/+212
* | | We now include Safe version 2.28Florian Ragwitz2010-09-151-1/+1
* | | Synchronize Module-CoreList's META.ymlFlorian Ragwitz2010-09-151-10/+18
* | | Upgrade bignum from version 0.24 to 0.25Florian Ragwitz2010-09-155-5/+5
* | | Bump $open::VERSIONFlorian Ragwitz2010-09-152-1/+5
* | | Upgrade Math::BigRat from version 0.24 to 0.25Florian Ragwitz2010-09-143-2/+6
* | | Pod fix for perldeltaFlorian Ragwitz2010-09-141-4/+0
* | | perldelta up to a1bbdffFlorian Ragwitz2010-09-141-1/+42
|/ /
* | * Add multilevel hash exists() to perlfaq4brian d foy2010-09-142-15/+90