summaryrefslogtreecommitdiff
path: root/pad.c
Commit message (Collapse)AuthorAgeFilesLines
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-1/+1
| | | p4raw-id: //depot/perl@24755
* Random cleanups #47Andy Lester2005-06-071-2/+2
| | | | | Message-ID: <20050606151107.GC7022@petdance.com> p4raw-id: //depot/perl@24735
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-3/+5
| | | | | Message-ID: <20050521140640.GB875@petdance.com> p4raw-id: //depot/perl@24561
* SvPVX_const - patch #2Steve Peters2005-05-211-16/+16
| | | | | Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24523
* Goodbye AvFLAGSNicholas Clark2005-05-201-3/+3
| | | p4raw-id: //depot/perl@24518
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
| | | | | (except the generated ones) p4raw-id: //depot/perl@24440
* avoid accessing a just-freed SV (keep ponie happy)Dave Mitchell2005-05-051-1/+4
| | | p4raw-id: //depot/perl@24402
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-2/+1
| | | | | Message-ID: <20050501200755.GA30259@petdance.com> p4raw-id: //depot/perl@24365
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+2
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-191-0/+11
| | | | | Message-Id: <20050419163844.GA19747@petdance.com> p4raw-id: //depot/perl@24256
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
| | | | | | Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248
* Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()Nicholas Clark2005-04-081-5/+5
| | | p4raw-id: //depot/perl@24206
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-5/+5
| | | | | | Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org> Date: Wed, 6 Apr 2005 18:21:10 -0500 p4raw-id: //depot/perl@24199
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
| | | p4raw-id: //depot/perl@24106
* Don't #ifdef out a return statementRafael Garcia-Suarez2005-03-291-1/+1
| | | p4raw-id: //depot/perl@24089
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+4
| | | p4raw-id: //depot/perl@24088
* Third consting batchAndy Lester2005-03-241-34/+33
| | | | | Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> p4raw-id: //depot/perl@24074
* More const parmsAndy Lester2005-03-181-2/+2
| | | | | Message-ID: <20050314195954.GB7141@petdance.com> p4raw-id: //depot/perl@24042
* pad_push numero three-oAndy Lester2005-03-111-23/+23
| | | | | Message-ID: <20050310211728.GC32386@petdance.com> p4raw-id: //depot/perl@24023
* [perl #31851] Threading crash with closuresDave Mitchell2004-10-291-0/+2
| | | | | various OpREFCNT_inc() operations weren't doing locking p4raw-id: //depot/perl@23433
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
| | | p4raw-id: //depot/perl@23180
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
| | | p4raw-id: //depot/perl@23176
* Make change #22889 work for threaded builds.Marcus Holland-Moritz2004-06-021-1/+1
| | | | | p4raw-link: @22889 on //depot/perl: e1f795dc699c88c2d9eb4a46fe629483760393c2 p4raw-id: //depot/perl@22896
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+13
| | | | | | While we're at it, use the same trick to make reverse() work correctly with lexical $_. p4raw-id: //depot/perl@22889
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-301-0/+3
| | | | | @_ sometimes wasn't getting created right p4raw-id: //depot/perl@22870
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> p4raw-id: //depot/perl@22521
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
| | | p4raw-id: //depot/perl@22509
* fix coredump in /(?{sub{}})/Dave Mitchell2004-03-061-2/+5
| | | p4raw-id: //depot/perl@22445
* Document the SVf_PADSTALE flagDave Mitchell2004-02-201-0/+6
| | | p4raw-id: //depot/perl@22348
* A new try from Dave Mitchell for [perl #23265].Jarkko Hietaniemi2003-08-121-4/+12
| | | p4raw-id: //depot/perl@20631
* Retract #20597, too many resulting core dumps.Jarkko Hietaniemi2003-08-101-8/+2
| | | p4raw-id: //depot/perl@20602
* Re: [perl #23265] Nested anonymous subsDave Mitchell2003-08-101-2/+8
| | | | | Message-ID: <20030810003530.GB6547@fdgroup.com> p4raw-id: //depot/perl@20597
* Reintroduce the U_32-ification to pad.c,Jarkko Hietaniemi2003-08-091-7/+7
| | | | | suggested by Dave Mitchell. p4raw-id: //depot/perl@20584
* Retract #20524 since it was due to broken INT32_MIN inJarkko Hietaniemi2003-08-091-7/+7
| | | | | Cygwin 1.5's stdint.h. p4raw-id: //depot/perl@20575
* Re: perl with cygwin 1.5, need helpGerrit P. Haase2003-08-061-7/+7
| | | | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <71561410910.20030805143655@familiehaase.de> (needed manual fitting) p4raw-id: //depot/perl@20524
* Small nit to pad.cAdrian M. Enache2003-08-021-2/+2
| | | | | Message-ID: <20030801225040.GB1281@ratsnest.hole> p4raw-id: //depot/perl@20441
* Re: Fatal 5.8.1 error in our $FOO = x if $FOODave Mitchell2003-07-241-1/+24
| | | | | Message-ID: <20030717193329.GA2699@fdgroup.com> p4raw-id: //depot/perl@20191
* jumbo closure patch broke formatsDave Mitchell2003-05-311-17/+41
| | | | | | Message-ID: <20030531185448.GA6055@fdgroup.com> Plus restore the original test script for bug #22372 p4raw-id: //depot/perl@19649
* jumbo closure fixDave Mitchell2003-05-291-288/+312
| | | | | Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* typos and other minor thingsTodd C. Miller2003-03-111-4/+4
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* More of the #18600.Jarkko Hietaniemi2003-01-291-4/+4
| | | p4raw-id: //depot/perl@18601
* Re: difference between my and our before introductionDave Mitchell2003-01-221-7/+2
| | | | | | Message-ID: <20030116171237.C420@fdgroup.com> (with a small test tweak) p4raw-id: //depot/perl@18571
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-5/+5
| | | | | Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18456
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+2
| | | | | Message-ID: <20021219185543.C9530@fdgroup.com> p4raw-id: //depot/perl@18409
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-171-4/+6
| | | p4raw-id: //depot/perl@18319
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-1/+1
| | | | | Message-ID: <20021214191649.B3992@fdgroup.com> p4raw-id: //depot/perl@18311
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-28/+41
| | | | | Message-ID: <20021210012644.A7843@fdgroup.com> p4raw-id: //depot/perl@18302