summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-1/+1
* Handle $@ being assigned a read-only value (without error or busting the stack).Nicholas Clark2009-11-291-2/+18
* Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().Nicholas Clark2009-11-291-1/+1
* Make unicode semantics the defaultKarl Williamson2009-11-231-1/+1
* Inline PL_no_symref_sv into its users. Deprecate the visible global variable.Nicholas Clark2009-11-151-2/+4
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-151-2/+2
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-141-21/+97
* Merge branch 'legacy-pragma' into bleadRafael Garcia-Suarez2009-11-061-0/+1
|\
| * Deliver skeleton legacy.pmKarl2009-01-231-0/+1
* | Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+5
* | Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-011-0/+8
* | add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-2/+2
* | New debugging flag -DB now dumps subroutine definitions,Chip Salzenberg2009-08-261-2/+8
* | Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once.Nicholas Clark2009-08-221-1/+0
* | Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-2/+14
* | add -DM flag to track smartmatch resolutionDavid Mitchell2009-08-201-1/+7
* | 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