summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Revert 'make regen' special case advice of 94e892a68016a417b1b324213d39309b8b744d0e, leave the minor whitespace cleanup.
* Fix a pod link I brokeFlorian Ragwitz2010-09-161-2/+3
| | | | Oooops!
* 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
| | | | | AUTOLOAD documentation didn't mention that if AUTOLOAD is implemented as an XSUB, $AUTOLOAD is not populated.
* perlunicode.pod: Clarify user-defined casing.Karl Williamson2010-09-151-30/+45
| | | | | | I ran some experiments and found out that the user-defined casing worked in ways that were surprises to me. And thus, this brutally lays out its shortcomings.
* PATCH: regex longjmp flawsKarl Williamson2010-09-152-2/+6
| | | | | | | | The netbsd - 5.0.2 compiler pointed out that the recent changes to add longjmps to speed up some regex compilations can result in clobbering a few values. These depend on the compiled code, and so didn't show up in other compiler's warnings. This patch reinitializes them after a longjmp.
* 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
| | | | Not very elegant, but it avoids using $^W or warnings.pm.
* Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into ↵brian d foy2010-09-150-0/+0
|\ | | | | | | briandfoy/perlfaq
| * Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into ↵brian d foy2010-09-140-0/+0
| |\ | | | | | | | | | briandfoy/perlfaq
| | * * Add multilevel hash exists() to perlfaq4brian d foy2010-09-142-15/+90
| | | | | | | | | | | | | | | | | | | | | How can I check if a keys exists in a multilevel hash? How is it we got this far without ever answering this FAQ? :)
| | * * Added a smart match example to perlfaq6brian d foy2010-09-141-30/+36
| | | | | | | | | | | | | | | | | | | | | How do I efficiently match many regular expressions at once? It's almost trivial with smart matching. Barely worth asking anymore.
| | * 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
| | | | | | | | | | | | + Incorporate a few suggestions from Uri
| | * * How can I read in an entire file all at once?brian d foy2010-08-211-2/+2
| | | | | | | | | | | | * Modulate my assertions about File::Map
| | * * How come when I open a file read-write it wipes it out?brian d foy2010-08-211-21/+21
| | | | | | | | | | | | | | | + adjust some code lines to come in under 80 columns + other minor formatting issues.
| | * * How do I handle linked lists?brian d foy2010-08-211-46/+16
| | | | | | | | | | | | | | | + Steve Lembark makes interesting cases for perly linked lists, depending on the task.
| | * * How can I write() into a string?brian d foy2010-08-211-1/+48
| | | | | | | | | | | | | | | | | | + Actually answer the question, now that we have filehandles to strings. + The swrite in perlform is no good anyway.
| | * How do I make sure users can't enter values into a form that cause my CGI ↵brian d foy2010-08-211-2/+13
| | | | | | | | | | | | | | | | | | | | | script to do bad things? + The CGI Meta FAQ is gone, so this needs a new answer
| | * * My CGI script runs from the command line but not the browser.brian d foy2010-08-211-18/+6
| | | | | | | | | | | | | | | | | | + Tom's troubleshooting guide has disappeared in the perl.com move (I think). + The CGI Meta FAQ is not such a fresh resource
| | * * How do I fetch/put an FTP file?brian d foy2010-08-211-3/+14
| | | | | | | | | | | | | | | + Net::FTP has been in core a long time l Please enter the commit message for your changes. Lines starting
* | | Move book info to perlbook from perlfaq2brian d foy2010-09-152-224/+327
| | | | | | | | | | | | | | | | | | | | | * Updated all the book info * Added some missing books * Don't call the Camel 'definitive' anymore, until we update it :) * There's more to do, but this is enough to now
* | | Upgrade Math::BigRat from version 0.25 to 0.26Florian Ragwitz2010-09-1515-403/+212
| | | | | | | | | | | | | | | Lots of unnecessary test boilerplate has been removed, allowing us to remove the dist from both %abs and %temp_no_core in t/TEST.
* | | We now include Safe version 2.28Florian Ragwitz2010-09-151-1/+1
| | |
* | | Synchronize Module-CoreList's META.ymlFlorian Ragwitz2010-09-151-10/+18
| | | | | | | | | | | | I wish it would just be deleted. Apparently no one ever uses the one in blead.
* | | 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
| | | | | | | | | | | | | | How can I check if a keys exists in a multilevel hash? How is it we got this far without ever answering this FAQ? :)
* | * Added a smart match example to perlfaq6brian d foy2010-09-141-30/+36
| | | | | | | | | | | | | | How do I efficiently match many regular expressions at once? It's almost trivial with smart matching. Barely worth asking anymore.
* | More whitespace cleanupsbrian d foy2010-09-141-30/+30
| |
* | Whitespace cleanupsbrian d foy2010-09-141-27/+27
| |
* | perlfaq4: fix a minor grammar problem in the Y2K answerbrian d foy2010-09-141-1/+1
| |
* | * Correct Higher Order Perl to Higher-Order Perlbrian d foy2010-09-142-13/+6
| |
* | Fix trailing whitespacebrian d foy2010-09-144-19/+19
| |
* | * Update Effective Perl Programming referencebrian d foy2010-09-141-3/+3
| |