summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()Rafael Garcia-Suarez2008-06-171-1/+1
* [perl #51370] length($@)>0 for empty $@ if utf8 is in use Bram2008-06-171-0/+2
* Cast the result of fpsetmask(0) to (void), as some implementationsNicholas Clark2008-04-281-1/+5
* Fix bug in change 33379 - if we're using malloc_size() as well as beingNicholas Clark2008-04-021-5/+13
* Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)Dominic Dunlop2008-03-291-0/+5
* Silence some warnings on Win32 with VC6Steve Hay2008-03-061-1/+1
* Use malloc_good_size() to round up the size of requested arenas to theNicholas Clark2008-02-271-0/+9
* Fix preprocessor syntaxRafael Garcia-Suarez2008-02-271-3/+5
* If the C library provides malloc_size(), we can use that in the sameNicholas Clark2008-02-261-0/+6
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-8/+2
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-1/+1
* Fix Win32/VC6 compiler warnings caused by #33231Steve Hay2008-02-201-1/+1
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2008-02-121-0/+11
* Micro-optimise the order of the context types. [Because I can :-)]Nicholas Clark2008-02-041-4/+4
* don't forbid brace groups with g++ 4.2.2Robin Barker2008-01-311-2/+6
* FW: [PATCH] RE: [PATCH] volatile, avoid clobberedRobin Barker2008-01-281-4/+0
* Re: struct context now 12.5% smaller than 5.10Benjamin Smith2008-01-261-2/+5
* Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing itsNicholas Clark2008-01-181-0/+18
* Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce'sRafael Garcia-Suarez2008-01-111-2/+2
* Introduce macro PERL_MAX_SUB_DEPTHRafael Garcia-Suarez2008-01-111-0/+5
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-1/+1
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-101-4/+0
* Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).Nicholas Clark2008-01-051-1/+1
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-3/+4
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-19/+19
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-2/+2
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-301-0/+5
* Correct the correction. This one is both a correcly spelled word, andNicholas Clark2007-12-231-1/+1
* Fix my typo in a comment.Nicholas Clark2007-12-231-1/+1
* 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-221-0/+5
* Integrate:Nicholas Clark2007-12-221-0/+1
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-201-1/+1
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-0/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-6/+4
* make PERLSYS_TERM not require a contextDave Mitchell2007-11-031-3/+3
* Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)Jarkko Hietaniemi2007-11-031-1/+1
* VDf no longer in PERL_CORERobin Barker2007-10-201-13/+7
* RE: [PATCH] RE: PERL_CORE UVf logicRobin Barker2007-10-191-2/+2
* Nothing* outside the core uses the old misspellingNicholas Clark2007-10-061-2/+0
* Add a new flag PERL_PV_PRETTY_NOCLEAR (actually justNicholas Clark2007-10-061-0/+2
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-0/+6
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-3/+4
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-2/+6
* And some more VMS-specific additions to PL_bincompat_options.Craig A. Berry2007-09-231-0/+9
* Add USE_IEEE to PL_bincompat_options, as use_ieee in the configurationNicholas Clark2007-09-231-0/+3
* Change 31873 was not robust against the possibility that theNicholas Clark2007-09-161-1/+1
* Move all the compile time options that affect binary compatibility intoNicholas Clark2007-09-151-0/+93