summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-241-4/+4
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-1/+3
* Patch from Jarkko to fix breakage caused by change #27649Steve Hay2006-04-071-11/+17
* Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)Rafael Garcia-Suarez2006-04-031-2/+1
* Change 27677 missed two direct accesses to op_private in COPs.Nicholas Clark2006-04-021-1/+1
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-15/+0
* Updated version of the grumpy comment deleted by change #27649,Rafael Garcia-Suarez2006-03-311-0/+7
* Redo PERL_UNUSED_DECLAndy Lester2006-03-311-12/+7
* Document new magic types in perlguts. Fix a comment about sort hints.Rafael Garcia-Suarez2006-03-311-1/+1
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-2/+18
* Random accumulated patchesAndy Lester2006-03-311-1/+1