summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Expand)AuthorAgeFilesLines
* Stas' croak patch and then someAndy Lester2005-10-131-11/+11
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-4/+4
* undup Jarkko Hietaniemi2005-08-071-1/+1
* More typo fixes (damn generated pod files)Rafael Garcia-Suarez2005-08-011-2/+2
* Silence Win32 compiler warning (signed/unsigned mismatch)Steve Hay2005-07-201-1/+1
* Extend the the "our variable redeclared" warning to the case:Rafael Garcia-Suarez2005-07-191-3/+5
* Overhaul the semantics of the warningRafael Garcia-Suarez2005-07-191-2/+1
* The continuing plod through embed.fncAndy Lester2005-07-181-1/+1
* More embed.fnc plowingAndy Lester2005-07-131-1/+1
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-1/+1
* S_pad_findlex has side effects, so its return value may be ignoredDave Mitchell2005-07-121-1/+2
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-5/+3
* change 24967 got the #endif in the wrong placeDave Mitchell2005-06-231-1/+1
* don't repopulate PADTMP slots with null SVs when freeing opsDave Mitchell2005-06-231-0/+7
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-1/+2
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-36/+35
* 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