summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extra tests for t/op/sprintf2.t (was Re: [perl #45383] RE:Bram2008-04-301-1/+6
* Change of maintainer.Rafael Garcia-Suarez2008-04-301-2/+3
* Win32 process ids can have more than 16 bitsJan Dubois2008-04-291-4/+2
* Cast the result of fpsetmask(0) to (void), as some implementationsNicholas Clark2008-04-281-1/+5
* clarification about @ISA declaration in perlboot.podRafael Garcia-Suarez2008-04-281-0/+5
* doc patch for perlrun -xBram2008-04-271-0/+8
* doc patch for perlfunc/split (was: RE: [perl #46073] splitBram2008-04-271-4/+4
* Warnings within the conditional of until() and for() are not reportedNicholas Clark2008-04-271-0/+43
* Use File::Find rather than shell globbing to get the list of *.pm filesNicholas Clark2008-04-271-4/+4
* Warnings within the condition of while are not reported with theNicholas Clark2008-04-271-0/+16
* Revert change #33751, at least for now: this breaks perl5db.tRafael Garcia-Suarez2008-04-271-3/+4
* another go; was RE: [perl #49302] [[:print:]] v \p{Print} Robin Barker2008-04-262-4/+70
* [patch]perl5db.pl - What I needed to get the forked debugger to workJohn E. Malmberg2008-04-261-4/+3
* New tests (and TODO tests) for ~~ and overloading,Ricardo SIGNES2008-04-262-0/+49
* [perl #53238] Patch to stop t/op/fork.t relying on rand David Dick2008-04-261-5/+3
* Note about moving modules to ext/Rafael Garcia-Suarez2008-04-261-0/+9
* update Pod-Perldoc to version 3.14_04Adriano Ferreira2008-04-261-20/+25
* Inline the trivial S_raise_signal function in the perl signal handler.Gisle Aas2008-04-241-32/+14
* Stop File::Copy truncating destination files if passed 3 namedNicholas Clark2008-04-242-25/+62
* Drop #ifdefs that became empty in change #32012.Gisle Aas2008-04-241-4/+0
* Looks like we can do System V IPC 64 bit on Leopard. Lets see whetherNicholas Clark2008-04-241-4/+10
* On Darwin, -Uuse64bitall shouldn't mean -Duse64bitall :-/Nicholas Clark2008-04-241-4/+5
* Add "safely supporting POSIX SA_SIGINFO" to perltodo, as described inNicholas Clark2008-04-231-0/+75
* Note that Rafael did the key elsif() line number TODO, and we're notNicholas Clark2008-04-221-7/+11
* Upgrade to ExtUtils-CBuilder-0.23Steve Hay2008-04-2212-51/+70
* Upgrade to Win32-0.36Steve Hay2008-04-223-15/+22
* Update Compression modules to version 2.009Paul Marquess2008-04-2143-1595/+1587
* Upgrade to Math::BigInt v1.89Rafael Garcia-Suarez2008-04-2115-61/+178
* Re: wrong line numbers in elsif()Paul Johnson2008-04-192-1/+14
* [perl #52860] [PATCH] Incorrect variable name in perlintro Matt Kraai2008-04-181-1/+1
* [perl #52866] [PATCH] Missing period in perlintro Matt Kraai2008-04-181-1/+1
* [perl #53000] Patch for featured TODO: make a reproducible perlmodlib.PL James Bence2008-04-183-64/+199
* Fix the line-number-in-elsif longstanding bug.Rafael Garcia-Suarez2008-04-184-3/+4
* Add "eliminate incorrect line numbers in warnings" to perltodo, andNicholas Clark2008-04-172-0/+78
* Expand "repack the optree" and add "store the current PAD", which wasNicholas Clark2008-04-171-5/+30
* Remove a dead case from the error reporting inNicholas Clark2008-04-171-5/+5
* Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called withNicholas Clark2008-04-174-8/+12
* Test dbmopen more thoroughly, including closing the coverage hole forNicholas Clark2008-04-173-30/+56
* %.*s mandates an "int", says the C standardRafael Garcia-Suarez2008-04-171-1/+1
* Fix warning with int size in printf formatRafael Garcia-Suarez2008-04-171-1/+1
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-178-103/+56
* Avoid forwards and then backwards on the :: splitting logic inNicholas Clark2008-04-161-7/+8
* Use like() rather than is() to get better failure diagnostics.Nicholas Clark2008-04-161-15/+15
* Upgrade to Digest::SHA 5.46Rafael Garcia-Suarez2008-04-168-20/+30
* Upgrade to Math::Complex 1.54Rafael Garcia-Suarez2008-04-164-28/+45
* Add the verbatim perl code mentioned in the comments ofNicholas Clark2008-04-161-1/+7
* Using memEQ() rather than strnEQ() when the length is known feelsNicholas Clark2008-04-161-3/+3
* Call cop_free on nullified cops tooRafael Garcia-Suarez2008-04-151-1/+4
* De-encode missed RFC 2047 encoded headers.Nicholas Clark2008-04-152-7/+7
* Move the NoExporter test module under Test::SimpleRafael Garcia-Suarez2008-04-153-3/+3