summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* The op_free() hook doesn't need to return an OP*, so introduce a new typedef ...Vincent Pit2009-07-151-0/+1
* Added missing 2009 to perl.h copyright headerOffer Kaye2009-07-061-1/+1
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-0/+1
* Remove binary compatibility scaffolding for the change to PL_bitcount.Nicholas Clark2009-05-201-15/+0
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-0/+19
* Fix -p function and Fcntl::S_IFIFO constant under Microsoft VC compilerJan Dubois2009-04-281-0/+7
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-10/+3
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-021-0/+19
* Move PERL_VERSION_STRING from patchlevel.h to perl.hNicholas Clark2009-02-161-0/+4
* PERL_FS_VER_FMT is only used with the current perl version, which is known atNicholas Clark2009-02-161-2/+10
* suidperl goes.Nicholas Clark2009-01-231-76/+0
* Ensure that C++ modules can be built against a perl configured with -DPERL_GL...Marcus Holland-Moritz2009-01-231-14/+14
* VMS posix exit fixesJohn Malmberg2009-01-041-27/+28
* 'overloading' pragmaYuval Kogman2009-01-021-0/+2
* WCOREDUMP is in <sys/wait.h>Niko Tyni2008-12-211-0/+5
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-0/+10
* The gcc attribute "deprecated" seems to have been available since gcc 3.1Rafael Garcia-Suarez2008-12-031-0/+3
* Configure detection of __attribute__((deprecated))Rafael Garcia-Suarez2008-12-031-0/+6
* Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-021-4/+0
* Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-021-0/+4
* Remove last reference to PERLDB_ASSERTIONNicholas Clark2008-12-021-2/+1
* Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,Nicholas Clark2008-12-021-0/+4
* [patch@34779] Get posix exit mode working/tested on VMSJohn E. Malmberg2008-11-101-6/+10
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-081-2/+6
* Add a flag PERLDBf_SAVESRC, which enables the saved lines part ofNicholas Clark2008-11-011-1/+4
* Haiku PortIngo Weinhold2008-10-291-7/+11
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* 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