summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-1161-108/+183
* potential [PATCH] Tru64 crank up strictnessJarkko Hietaniemi2005-05-104-6/+31
* "make regen" should run reentr.plRafael Garcia-Suarez2005-05-101-2/+3
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-102-8/+19
* Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-103-2/+51
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-1035-18/+200
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-1011-28/+28
* As we have the length of the string easily to hand, no reason not toNicholas Clark2005-05-101-3/+4
* perlop.pod nitSteve Peters2005-05-101-1/+1
* Experiment with using the ptr_table code to hold the seen hashNicholas Clark2005-05-101-6/+80
* Simplify the debug and assert logic.Nicholas Clark2005-05-101-7/+0
* Change 24165 missed one s/class/classname/ in the debugging code.Nicholas Clark2005-05-101-1/+1
* reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-101-2/+2
* Avoid USE_SITECUSTOMIZE redefined warningsJan Dubois2005-05-101-0/+2
* attributes-two.patch, the next batchAndy Lester2005-05-0915-507/+1078
* Fix typo (bug #35368)Rafael Garcia-Suarez2005-05-091-2/+1
* Update the comment describing arenas.Nicholas Clark2005-05-091-8/+8
* Hoist the static "AUTOLOAD" into a static const variable. Makes theNicholas Clark2005-05-091-10/+9
* Upgrade to Unicode::Collate 0.50Rafael Garcia-Suarez2005-05-0921-455/+739
* Change 24413 should have updated makedef.pl with the knowledge that 2Nicholas Clark2005-05-091-0/+2
* Change 24420 should have hand updated globvar.sym to reflect theNicholas Clark2005-05-091-1/+1
* Simplify S_hv_notallowed slightly by passing a prebuilt messageNicholas Clark2005-05-091-9/+8
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-096-6/+104
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-095-830/+142
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-084-8/+5
* There's no need to set a reference count for the new SV heads, as it'sNicholas Clark2005-05-081-0/+7
* The idea is that when you find something, you stop looking.Nicholas Clark2005-05-081-1/+3
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
* Tweak the insertion of __attribute__((nonnull())) declarationsRafael Garcia-Suarez2005-05-082-137/+827
* GCC attributes!Andy Lester2005-05-0715-423/+611
* The ptr_table arena variables and code is only needed for ithreads.Nicholas Clark2005-05-072-1/+8
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-0710-859/+902
* add 1.875c to the list of supported bisonsDave Mitchell2005-05-071-1/+1
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-062-2/+20
* Ooops. Wise man tests with ithreads before commiting. D'oh!Nicholas Clark2005-05-061-3/+3
* Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.Nicholas Clark2005-05-063-17/+21
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-0611-18/+59
* Don't pretend SIGZERO exists [#35291].Abhijit Menon-Sen2005-05-061-1/+1
* Make the arena size changeable at compile time, and up the default byNicholas Clark2005-05-063-31/+37
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-064-2/+61
* avoid accessing a just-freed SV (keep ponie happy)Dave Mitchell2005-05-051-1/+4
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-053-0/+378
* Bump versions of non dual-life modulesNicholas Clark2005-05-056-6/+6
* Bump version numbersNicholas Clark2005-05-054-4/+4
* Upgrade to Test::Simple 0.60Rafael Garcia-Suarez2005-05-0514-489/+336
* Bump B version numbersNicholas Clark2005-05-056-6/+7
* stop Math/BigInt/t/bare_mbf.t producing spurious test outputDave Mitchell2005-05-051-1/+1
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
* strictify t/TESTDave Mitchell2005-05-041-76/+88