summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-1/+4
* g++ dNOOP (luckily one can mix code and decls in C++)Jarkko Hietaniemi2006-08-011-0/+4
* make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATEJarkko Hietaniemi2006-07-181-4/+13
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-5/+25
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-131-0/+4
* Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))Andy Dougherty2006-07-111-1/+3
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+12
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-0/+7
* Fix casting warnings related to snprintf/vsnprintfRafael Garcia-Suarez2006-06-301-2/+2
* HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3Andy Dougherty2006-06-301-1/+5
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-0/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-0/+1
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-3/+4
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-1/+1
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-191-4/+14
* Parenthesize uses of macro argumentsRafael Garcia-Suarez2006-05-171-2/+2
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-10/+36
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+3
* wince crosscompile patch for 28132Vadim Konovalov2006-05-091-1/+5
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+1
* dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) updateJarkko Hietaniemi2006-04-281-1/+1
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+6
* use NOOP macroAndy Lester2006-04-251-2/+2