summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-1/+1
* Random cleanups #47Andy Lester2005-06-071-2/+2
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-3/+5
* SvPVX_const - patch #2Steve Peters2005-05-211-16/+16
* Goodbye AvFLAGSNicholas Clark2005-05-201-3/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* avoid accessing a just-freed SV (keep ponie happy)Dave Mitchell2005-05-051-1/+4
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-2/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+2
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-191-0/+11
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()Nicholas Clark2005-04-081-5/+5
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-5/+5
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Don't #ifdef out a return statementRafael Garcia-Suarez2005-03-291-1/+1
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+4
* Third consting batchAndy Lester2005-03-241-34/+33
* More const parmsAndy Lester2005-03-181-2/+2
* pad_push numero three-oAndy Lester2005-03-111-23/+23
* [perl #31851] Threading crash with closuresDave Mitchell2004-10-291-0/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Make change #22889 work for threaded builds.Marcus Holland-Moritz2004-06-021-1/+1
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+13
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-301-0/+3
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-1/+1
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* fix coredump in /(?{sub{}})/Dave Mitchell2004-03-061-2/+5
* Document the SVf_PADSTALE flagDave Mitchell2004-02-201-0/+6
* A new try from Dave Mitchell for [perl #23265].Jarkko Hietaniemi2003-08-121-4/+12
* Retract #20597, too many resulting core dumps.Jarkko Hietaniemi2003-08-101-8/+2
* Re: [perl #23265] Nested anonymous subsDave Mitchell2003-08-101-2/+8
* Reintroduce the U_32-ification to pad.c,Jarkko Hietaniemi2003-08-091-7/+7
* Retract #20524 since it was due to broken INT32_MIN inJarkko Hietaniemi2003-08-091-7/+7
* Re: perl with cygwin 1.5, need helpGerrit P. Haase2003-08-061-7/+7
* Small nit to pad.cAdrian M. Enache2003-08-021-2/+2
* Re: Fatal 5.8.1 error in our $FOO = x if $FOODave Mitchell2003-07-241-1/+24
* jumbo closure patch broke formatsDave Mitchell2003-05-311-17/+41
* jumbo closure fixDave Mitchell2003-05-291-288/+312
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* typos and other minor thingsTodd C. Miller2003-03-111-4/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* More of the #18600.Jarkko Hietaniemi2003-01-291-4/+4
* Re: difference between my and our before introductionDave Mitchell2003-01-221-7/+2
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-5/+5
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+2
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-171-4/+6
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-1/+1
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-28/+41