summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Improve regex stringification codeYves Orton2007-01-311-24/+1
* one more iteration on PerlIO_teardown prototypeJarkko Hietaniemi2007-01-301-1/+1
* As we're not using UVf in the core, don't even define in when PERL_CORENicholas Clark2007-01-271-3/+7
* Assignments to function pointers can't be NULL, as that's a pointer toNicholas Clark2007-01-211-211/+216
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-151-0/+27
* Proper symbian fix (replacing change #29813) by JarkkoRafael Garcia-Suarez2007-01-151-1/+1
* Revert perl.h part of change 29811, which breaks compilation with gccRafael Garcia-Suarez2007-01-151-1/+1
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-151-1/+1
* patch: shorten perl.h by six linesDavid Nicol2007-01-061-6/+0
* 4th patch from: Marcus Holland-Moritz2007-01-041-0/+2
* Re: [PATCH] Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-041-6/+0
* Remove no longer used magic vtableRafael Garcia-Suarez2007-01-041-12/+0
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-3/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-1/+2
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+41
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-0/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-4/+13
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-281-4/+5
* Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 cannedSteve Hay2006-11-271-0/+3
* Tweaks needed to get Perl compiling with g++ on OpenBSD.Steve Peters2006-11-181-0/+4
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-131-0/+7
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+3
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-0/+4
* Change MY_CXT ref in perl.hJerry D. Hedden2006-10-271-2/+3
* Semicolon consistency between PERL_FPU_INIT and the other INITs.Nicholas Clark2006-10-211-2/+2
* Add PERLIO_INIT to PERL_SYS_INIT.Nicholas Clark2006-10-211-1/+1
* Always defining PERLIO_TERM, even if it's empty, makes for a simplerNicholas Clark2006-10-211-0/+3
* Fix in perl.h for compiling with g++.Steve Peters2006-10-211-1/+1
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-0/+15
* Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()Nicholas Clark2006-10-141-2/+2
* Missing % in format stringRafael Garcia-Suarez2006-10-111-1/+1
* Revert change 28962 (at least until a better solution is found)Rafael Garcia-Suarez2006-10-081-0/+12
* No need to create a new magic vtable if it's all 0 pointers.Nicholas Clark2006-10-071-12/+0
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+14
* Generate the overload enum and names array programatically, whichNicholas Clark2006-10-061-90/+1
* Reoder struct am_table and am_table_short to save 8 bytes on LP64Nicholas Clark2006-10-061-2/+2
* [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.Jim Cromie2006-10-031-1/+7
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-5/+7
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-6/+22
* Silence two warnings from gcc when being -pedanticNicholas Clark2006-09-281-2/+2
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+2
* (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CCJarkko Hietaniemi2006-09-141-2/+3
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-0/+4
* Use %^H instead of $^H for the assertions pragmaRafael Garcia-Suarez2006-09-081-3/+3
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-0/+1
* g++/Tru64: got perl linking once got the linkage rightJarkko Hietaniemi2006-08-211-0/+7
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-3/+15
* syscall() declaration in perl.h needs to have an EXTERN_C prefixingSteve Peters2006-08-171-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-27/+35