summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Improve custom OP support.Ben Morrow2010-11-141-0/+2
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-0/+7
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+26
* Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed.Nicholas Clark2010-10-271-3/+0
* Fix calling conventions in malloc_ctl.hJan Dubois2010-10-211-4/+4
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-211-0/+2
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+1
* Add VMS symbol shortening to PL_bincompat_options.Craig A. Berry2010-10-091-0/+3
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-58/+55
* fix indentation of MY_CXT #definesDavid Mitchell2010-09-011-35/+35
* merge two similar MY_CXT code branchesDavid Mitchell2010-09-011-37/+7
* MY_CXT macros: make the two sets of defs similarDavid Mitchell2010-09-011-8/+12
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-40/+47
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-7/+1
* make string-append on win32 100 times fasterWolfram Humann2010-08-131-0/+8
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+4
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-1/+7
* Add a Configure probe for static inline.Andy Dougherty2010-07-221-0/+12
* Macroify the block_hooks structure.Ben Morrow2010-07-121-0/+2
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-0/+4
* Stop using WITH_THR and WITH_THX, as they were never necessary here.Nicholas Clark2010-06-161-2/+2
* add handy note on vtable fieldsDavid Mitchell2010-06-051-0/+13
* add PL_signalhook to hook into signal dispatchDavid Mitchell2010-06-041-1/+2
* On the save stack, store the save type as the bottom 6 bits of a UV.Nicholas Clark2010-05-011-0/+1
* remove Perl_pmflagRobin Barker2010-04-261-8/+0
* Don't allocate pointer table entries from arenas.Nicholas Clark2010-04-251-3/+3
* improve -Dl debugging outputDavid Mitchell2010-03-301-2/+4
* 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