summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove DECCRTL_SOCKETS from PL_bincompat_options.Craig A. Berry2011-03-091-3/+0
* fix many s/// tainting bugsDavid Mitchell2011-02-161-0/+9
* Remove vestigial ORANGE referencesDavid Mitchell2011-01-301-1/+0
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-0/+8
* Remove obsolete macrosLeon Timmermans2011-01-171-30/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-6/+6
* Change regexes to debug dump non-ASCII as hex.Karl Williamson2010-12-191-1/+1
* pv_escape: Add option to dump all non-ascii as hexKarl Williamson2010-12-191-0/+1
* Add a verbose option to -DP, and replace C<#if 0> blocks in sv_gets() with it.Nicholas Clark2010-11-291-0/+5
* Fix C++ build problems introduced in 9a5a5549Tony Cook2010-11-291-0/+1
* Make PerlIO marginally reentrantDavid Mitchell2010-11-261-1/+0
* add 'head' field to PerlIOl structDavid Mitchell2010-11-261-0/+1
* perl.h: Add latin1 fold tableKarl Williamson2010-11-221-0/+44
* PL_fold wrong for EBCDIC platforms.Karl Williamson2010-11-221-36/+5
* perl.h: Expand commentKarl Williamson2010-11-221-1/+3
* 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
|\