summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-2314-103/+103
* Fix cygwin.c againJerry D. Hedden2007-12-221-2/+2
* Remove warning about casting integer to different sized pointer.Nicholas Clark2007-12-221-1/+1
* The ext/Cwd/Cwd.xs part of...Robin Barker2007-12-221-4/+6
* Upgrade to IPC::SysV 1.99_07Marcus Holland-Moritz2007-12-2225-792/+3372
* Replace our assert-which-can-be-caught-by-eval with the real deal fromNicholas Clark2007-12-221-2/+10
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-225-10/+17
* Hateful software that sends my cursor keys as packets that can getNicholas Clark2007-12-221-1/+1
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-2225-1/+85
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-2212-44/+58
* ext/ constingRobin Barker2007-12-2223-28/+29
* By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade()Nicholas Clark2007-12-221-8/+6
* Correct the minor mistake of changes 32675 and 32676 - the check shouldNicholas Clark2007-12-221-2/+2
* Integrate:Nicholas Clark2007-12-229-71/+138
* Integrate:Nicholas Clark2007-12-221-3/+28
* Add const to a few prototypes. (Patch from Robin Barker.)Abhijit Menon-Sen2007-12-221-4/+4
* Document each/keys/values @arrayNicholas Clark2007-12-211-19/+35
* Clean up a warning with -Wwrite-strings that gets passed into everySteve Peters2007-12-211-1/+1
* C<make translators> -Wwrite-strings cleanRobin Barker2007-12-219-57/+65
* const'ing in cygwin.cJerry D. Hedden2007-12-211-2/+3
* Update the hash documentation to reflect the changes between 5.8.1 andNicholas Clark2007-12-212-8/+11
* Deparse each @array and friends.Nicholas Clark2007-12-212-2/+15
* mg_free frees data but leaves it accessibleYuval Kogman2007-12-211-0/+1
* Fix remaining skips for Test::HarnessAndy Armstrong2007-12-2110-115/+136
* For 5.12 we can simply exterminate! the private functionNicholas Clark2007-12-214-33/+0
* [perl #37607] CGI file upload file name parsing errorsMarko Asplund2007-12-211-2/+6
* Regen some files...Steve Peters2007-12-203-2/+7
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-205-10/+10
* Implement each @array.Nicholas Clark2007-12-2014-243/+535
* Correct the embed.fnc descriptions of newAV() and newHV() - they do notNicholas Clark2007-12-202-4/+2
* With change 32676 moving the HvSHAREKEYS_on() into Perl_sv_upgrade()Nicholas Clark2007-12-201-7/+0
* Change 32676 missed embed.h. Oops. Avert any more black smoke.Nicholas Clark2007-12-201-2/+0
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2007-12-206-27/+37
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-207-25/+31
* The test needs to be on defined $ENV{PERL_UNICODE} because duringNicholas Clark2007-12-201-1/+1
* bring Test::Harness up to 3.06Andy Armstrong2007-12-2038-167/+204
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-205-24/+29
* char can be unsigned, so i8 needs to be signed char.Nicholas Clark2007-12-201-1/+1
* Oops. Change 32669 didn't mean to add ssp to the libswanted list.Nicholas Clark2007-12-201-1/+1
* A new try at getting -fstack-protector working, by adding it to theNicholas Clark2007-12-202-5/+19
* The APC doesn't like empty filesRafael Garcia-Suarez2007-12-201-0/+1
* Merge the duplicated code for the tests for -fno-strict-aliasing andNicholas Clark2007-12-201-28/+23
* Correct the test count in lib/File/Temp/t/lock.tNicholas Clark2007-12-201-1/+1
* Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutineSteffen Müller2007-12-202-15/+23
* Fix embarrassing typoRafael Garcia-Suarez2007-12-201-1/+1
* Test::Harness 3.05, tests pass in coreAndy Armstrong2007-12-207-59/+93
* Extraneous test files that change 32659 failed to delete. Oops.Nicholas Clark2007-12-1916-1903/+0
* Upgrade to CGI.pm-3.31. Includes version bump to CGI::Carp due to a Pod fix.Steve Peters2007-12-193-31/+60
* Missing files from Test::Harness 3.05Nicholas Clark2007-12-192-0/+1020
* Upgrade to Test::Harness 3.05Nicholas Clark2007-12-19122-3695/+20697