summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes to Pod errors found by podchecker.Steve Peters2005-10-042-2/+2
* Upgrade to ExtUtils-ParseXS-2.13Steve Peters2005-10-041-1/+1
* Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to Steve Peters2005-10-045-6/+70
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-047-24/+20
* Clone PL_statusvalue_posix [PATCH]Gisle Aas2005-10-031-0/+2
* Pod::Usage documentation fix, suggested by :Steven Schubiger2005-10-031-2/+2
* Yitzchak points out that this function argument is NULLOKRafael Garcia-Suarez2005-10-032-4/+2
* Spaces to tabsRafael Garcia-Suarez2005-10-031-1/+1
* We lied about strtoq way back in #8120Craig A. Berry2005-10-031-1/+1
* Upgrade to Digest-1.12Steve Peters2005-10-032-1/+9
* fix bug introduced by #25507 that kept ccflags fromCraig A. Berry2005-10-031-0/+2
* assorted blead build help for VMS (mostly ithreads-related)Craig A. Berry2005-10-024-11/+16
* [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading...Yves Orton2005-10-021-4/+3
* Clarify the documentation regarding the return value from C<push>.Steve Peters2005-10-021-1/+2
* If a 'use' or 'require' fails due to too many open files (EMFILE),Steve Peters2005-10-021-17/+24
* Missed test changes and a bit of debugging code that should Steve Peters2005-10-023-1/+4
* Fix some of the XHTML issues in Pod::Html. The call for some timeSteve Peters2005-10-021-0/+3
* Improve -DT output and fix wild buffer pointer errorDave Mitchell2005-10-011-47/+51
* Make building perl on Win32 with the free VC++ toolkit easierSteve Hay2005-09-303-38/+55
* Upgrade to XSLoader 0.05, plus a few doc nits,Rafael Garcia-Suarez2005-09-302-48/+145
* PL_defoutgv could be used after being freedDave Mitchell2005-09-291-0/+2
* the return value of start_subparse() can legally be ignoredDave Mitchell2005-09-293-5/+3
* Added new flag (--use-xsloader) to use XSLoader when in backwardSteve Peters2005-09-291-2/+6
* With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PLSteve Peters2005-09-291-4/+5
* 2 more e-mail addresses that map to rgsNicholas Clark2005-09-291-1/+3
* checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addressesNicholas Clark2005-09-291-0/+2
* Correct/tweak Changes so that checkAUTHORS.pl parses it.Nicholas Clark2005-09-291-4/+3
* Teach the alias mapping about new committers.Nicholas Clark2005-09-291-1/+4
* Cope with completely empty lines within the Changes file.Nicholas Clark2005-09-291-1/+3
* Clean up CBuilder and ParseXS test filesSteve Hay2005-09-295-4/+11
* Attempting to do too many things simultaneously with the C pre-Nicholas Clark2005-09-291-1/+1
* Upgrade to ExtUtils::CBuilder 0.14Steve Peters2005-09-295-12/+53
* Upgrade to Test::Harness 2.56Steve Peters2005-09-289-25/+87
* savepv and savepvn are actually NULLOKNicholas Clark2005-09-282-6/+4
* Forgot to run embed.pl after change 25637Nicholas Clark2005-09-281-35/+120
* embed.fnc now requires NN/NULLOKAndy Lester2005-09-282-71/+76
* We can use the C pre-processor to build a single, longer stringNicholas Clark2005-09-281-27/+28
* Improve File::Spec::Win32->path() and fix MM_Win32.tSteve Hay2005-09-282-10/+6
* Upgrade to CGI-3.11, with some modifications for Pod differences inSteve Peters2005-09-283-28/+70
* Comment nit by Vadim KonovalovRafael Garcia-Suarez2005-09-271-58/+58
* POD nit by YitzchakRafael Garcia-Suarez2005-09-271-4/+4
* Clarify what -MFoo=number does on the command-lineRafael Garcia-Suarez2005-09-271-0/+4
* AW: [perl #36291] incorrect $! from open ">&nr" with too many open filesPeter Dintelmann2005-09-271-1/+1
* Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns offRafael Garcia-Suarez2005-09-273-5/+16
* Re: [BUG 5.8.7] Another major bug in PerlIO layerIlya Zakharevich2005-09-274-5/+179
* OPpRUNTIME can be set on OP_QR tooRafael Garcia-Suarez2005-09-271-1/+1
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-277-12/+22
* Micro-optimisation: use PL_globalstash instead of looking upRafael Garcia-Suarez2005-09-271-2/+4
* Addition to change 25612Rafael Garcia-Suarez2005-09-271-0/+1
* mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()Jan Dubois2005-09-271-1/+1