This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document the new regmatch() backtracking mechanism
[perl5.git] / perl.h
2006-10-03 Jim Cromie[patch] convert spare debug flag to DEBUG_U, for Unoffi...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-28 Nicholas ClarkSilence two warnings from gcc when being -pedantic
2006-09-25 Yves OrtonAdd hook for re_dup() into regex engine as reg_dupe...
2006-09-14 Jarkko Hietaniemi(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-09-08 Rafael Garcia-SuarezUse %^H instead of $^H for the assertions pragma
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-21 Jarkko Hietaniemig++/Tru64: got perl linking once got the linkage right
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-17 Steve Peterssyscall() declaration in perl.h needs to have an EXTERN...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-02 Jarkko Hietaniemig++ heavy shoveling
2006-08-01 Jarkko Hietaniemig++ dNOOP (luckily one can mix code and decls in C++)
2006-07-18 Jarkko Hietaniemimake magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-13 Jarkko Hietaniemiz/OS: non-CPAN ext and lib + main() without the third...
2006-07-11 Andy DoughertyRe: [perl #39634] gcc 3.3 has problems with __attribute...
2006-07-10 Steve PetersAdd Russ Allbery's public domain implementations of...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-06-30 Rafael Garcia-SuarezFix casting warnings related to snprintf/vsnprintf
2006-06-30 Andy DoughertyHASATTRIBUTE_UNUSED works for gcc-3.3, but not for...
2006-05-29 Rafael Garcia-SuarezRegen headers following change 28325. Also, make it...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Rafael Garcia-SuarezParenthesize uses of macro arguments
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-09 Vadim Konovalovwince crosscompile patch for 28132
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzCleanup some gcc warnings
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-07 Steve HayPatch from Jarkko to fix breakage caused by change...
2006-04-03 Rafael Garcia-SuarezTake splint into account for PERL_UNUSED_ARG (patch...
2006-04-02 Nicholas ClarkChange 27677 missed two direct accesses to op_private...
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-03-31 Rafael Garcia-SuarezUpdated version of the grumpy comment deleted by change...
2006-03-31 Andy LesterRedo PERL_UNUSED_DECL
2006-03-31 Rafael Garcia-SuarezDocument new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-14 Andy LesterDo nothing in a GCC-friendly way
2006-03-08 Nicholas ClarkAlmost all the MAD changes for op.c
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-03-07 Nicholas ClarkRemove the #define - ARENASETS are always on now.
2006-03-05 Nicholas ClarkOnly #define PERL_DONT_CREATE_GVSV if it wasn't already...
2006-03-03 Andy LesterSupport for __builtin_expect and __builtin_choose_expr
2006-03-02 Andy Lestermgvtbl initialization
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-18 Jim Cromiearena-rework : consolidated patch
2006-02-16 Merijn BroerenProblem compiling swigged c++ code with 5.8.8
2006-02-11 Nicholas ClarkRemove SOFT_CAST() as it no longer does anything useful.
2006-02-10 Steve HayA better fix than 27148
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 John E. MalmbergHelp to compile on VMS with UNLINK_ALL_VERSIONS
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-31 Steve PetersIntel C Compiler 9.0 hatefully defines __GNUC__. Unfor...
2006-01-23 Rafael Garcia-SuarezUn-const magic virtual tables; this consting breaks...
2006-01-13 Gisle AasFix [perl #38223]; _IOC_SIZE() not always safe.
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-30 Nicholas ClarkMarcus Holland-Moritz suggested that assert should
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-23 Nicholas ClarkIf PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas ClarkCreate a struct to use as the header with PERL_TRACK_ME...
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-17 Nicholas ClarkTwo it's => its grammar fixes.
2005-12-01 Rafael Garcia-SuarezAlways define PL_memory_wrap, and use it for the new...
2005-11-20 Jan DuboisReworked PERL_TRACK_MEMPOOL patch
2005-11-10 Rafael Garcia-SuarezDefine PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier...
2005-11-01 Steve HayThis *really* should clear up Win32's Perl_do_exec...
2005-10-30 Nicholas ClarkI infer that change 25891 as-is would break OS2. This...
2005-10-30 Nicholas ClarkFix win32 breakage inadvertently introduced by 25889
2005-10-30 Nicholas ClarkReplace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas ClarkReplace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas ClarkReplace do_open() with a macro to call do_openn() with...
2005-10-26 Jason Vas Dias[perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be...
2005-10-26 John E. MalmbergRe: [patch@25838]Hopefully the last VMS exit/error...
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-25 John E. MalmbergBack out change #25839, and apply :
2005-10-25 John E. MalmbergVMS exit handling still broken, need some help.
2005-10-24 Nicholas ClarkAdd my_sprintf, which is usually just a macro for sprin...
2005-10-20 John E. Malmberg[patch@25809]restore documented exit behavior
2005-10-19 Jarkko Hietaniemiblead 25801: Symbian batch of today
2005-10-18 Jarkko Hietaniemimissed some SYMBIAN ifdefs
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-16 John E. Malmberg[patch@25763] Fix VMS error/exit handling, update kill...
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
next