| Commit message (Expand) | Author | Age | Files | Lines |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+41 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -0/+1 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -4/+13 |
* | Re: [PATCH] perlhack: some portability updates | Dominic Dunlop | 2006-11-28 | 1 | -4/+5 |
* | Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned | Steve Hay | 2006-11-27 | 1 | -0/+3 |
* | Tweaks needed to get Perl compiling with g++ on OpenBSD. | Steve Peters | 2006-11-18 | 1 | -0/+4 |
* | was RE: Perl_die() / Perl_croak() | Robin Barker | 2006-11-13 | 1 | -0/+7 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -0/+3 |
* | Changes to get perl to compile with g++ on Cygwin. Some additional | Steve Peters | 2006-10-30 | 1 | -0/+4 |
* | Change MY_CXT ref in perl.h | Jerry D. Hedden | 2006-10-27 | 1 | -2/+3 |
* | Semicolon consistency between PERL_FPU_INIT and the other INITs. | Nicholas Clark | 2006-10-21 | 1 | -2/+2 |
* | Add PERLIO_INIT to PERL_SYS_INIT. | Nicholas Clark | 2006-10-21 | 1 | -1/+1 |
* | Always defining PERLIO_TERM, even if it's empty, makes for a simpler | Nicholas Clark | 2006-10-21 | 1 | -0/+3 |
* | Fix in perl.h for compiling with g++. | Steve Peters | 2006-10-21 | 1 | -1/+1 |
* | More leak fixes, by Jarkko | Rafael Garcia-Suarez | 2006-10-20 | 1 | -0/+15 |
* | Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf() | Nicholas Clark | 2006-10-14 | 1 | -2/+2 |
* | Missing % in format string | Rafael Garcia-Suarez | 2006-10-11 | 1 | -1/+1 |
* | Revert change 28962 (at least until a better solution is found) | Rafael Garcia-Suarez | 2006-10-08 | 1 | -0/+12 |
* | No need to create a new magic vtable if it's all 0 pointers. | Nicholas Clark | 2006-10-07 | 1 | -12/+0 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+14 |
* | 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 |