| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate the overload enum and names array programatically, which | Nicholas Clark | 2006-10-06 | 1 | -90/+1 |
* | Reoder struct am_table and am_table_short to save 8 bytes on LP64 | Nicholas Clark | 2006-10-06 | 1 | -2/+2 |
* | [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. | Jim Cromie | 2006-10-03 | 1 | -1/+7 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -5/+7 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -6/+22 |
* | Silence two warnings from gcc when being -pedantic | Nicholas Clark | 2006-09-28 | 1 | -2/+2 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+2 |
* | (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC | Jarkko Hietaniemi | 2006-09-14 | 1 | -2/+3 |
* | C++: Solaris CC now compiles "perl" | Jarkko Hietaniemi | 2006-09-11 | 1 | -0/+4 |
* | Use %^H instead of $^H for the assertions pragma | Rafael Garcia-Suarez | 2006-09-08 | 1 | -3/+3 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -0/+1 |
* | g++/Tru64: got perl linking once got the linkage right | Jarkko Hietaniemi | 2006-08-21 | 1 | -0/+7 |
* | Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) | Jarkko Hietaniemi | 2006-08-17 | 1 | -3/+15 |
* | syscall() declaration in perl.h needs to have an EXTERN_C prefixing | Steve Peters | 2006-08-17 | 1 | -2/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -27/+35 |
* | g++ heavy shoveling | Jarkko Hietaniemi | 2006-08-02 | 1 | -1/+4 |
* | g++ dNOOP (luckily one can mix code and decls in C++) | Jarkko Hietaniemi | 2006-08-01 | 1 | -0/+4 |
* | make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE | Jarkko Hietaniemi | 2006-07-18 | 1 | -4/+13 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -5/+25 |
* | z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'... | Jarkko Hietaniemi | 2006-07-13 | 1 | -0/+4 |
* | Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused)) | Andy Dougherty | 2006-07-11 | 1 | -1/+3 |
* | Add Russ Allbery's public domain implementations of strlcat and | Steve Peters | 2006-07-10 | 1 | -0/+12 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+7 |
* | Fix casting warnings related to snprintf/vsnprintf | Rafael Garcia-Suarez | 2006-06-30 | 1 | -2/+2 |
* | HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3 | Andy Dougherty | 2006-06-30 | 1 | -1/+5 |
* | Regen headers following change 28325. Also, make it compile | Rafael Garcia-Suarez | 2006-05-29 | 1 | -0/+1 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -0/+1 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -3/+4 |
* | Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Re: [PATCH] Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-19 | 1 | -4/+14 |
* | Parenthesize uses of macro arguments | Rafael Garcia-Suarez | 2006-05-17 | 1 | -2/+2 |
* | Re: Change 28183 has broken 64-bit builds? | Jarkko Hietaniemi | 2006-05-17 | 1 | -10/+36 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -0/+3 |
* | wince crosscompile patch for 28132 | Vadim Konovalov | 2006-05-09 | 1 | -1/+5 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+6 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -2/+2 |
* | Cleanup some gcc warnings | Marcus Holland-Moritz | 2006-04-24 | 1 | -4/+4 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -1/+3 |
* | Patch from Jarkko to fix breakage caused by change #27649 | Steve Hay | 2006-04-07 | 1 | -11/+17 |
* | Take splint into account for PERL_UNUSED_ARG (patch by Jarkko) | Rafael Garcia-Suarez | 2006-04-03 | 1 | -2/+1 |
* | Change 27677 missed two direct accesses to op_private in COPs. | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -15/+0 |
* | Updated version of the grumpy comment deleted by change #27649, | Rafael Garcia-Suarez | 2006-03-31 | 1 | -0/+7 |
* | Redo PERL_UNUSED_DECL | Andy Lester | 2006-03-31 | 1 | -12/+7 |
* | Document new magic types in perlguts. Fix a comment about sort hints. | Rafael Garcia-Suarez | 2006-03-31 | 1 | -1/+1 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -2/+18 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |