This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO_importFILE() should increase the reference count on the fd
[perl5.git] / perl.h
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-10 Andy Doughertysignbit detection (was [perl #39875] -0.0 loses signedn...
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-30 Jarkko Hietaniemione more iteration on PerlIO_teardown prototype
2007-01-27 Nicholas ClarkAs we're not using UVf in the core, don't even define...
2007-01-21 Nicholas ClarkAssignments to function pointers can't be NULL, as...
2007-01-15 Yves OrtonRe: [PATCH] Add support for /k modfier for matching...
2007-01-15 Rafael Garcia-SuarezProper symbian fix (replacing change #29813) by Jarkko
2007-01-15 Rafael Garcia-SuarezRevert perl.h part of change 29811, which breaks compil...
2007-01-15 Jarkko HietaniemiSymbian/S90 further fixes
2007-01-06 David Nicolpatch: shorten perl.h by six lines
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Jarkko HietaniemiRe: [PATCH] Symbian port: add Series 90 support
2007-01-04 Rafael Garcia-SuarezRemove no longer used magic vtable
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-28 Dominic DunlopRe: [PATCH] perlhack: some portability updates
2006-11-27 Steve HayAdd missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
2006-11-18 Steve PetersTweaks needed to get Perl compiling with g++ on OpenBSD.
2006-11-13 Robin Barkerwas RE: Perl_die() / Perl_croak()
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-10-30 Steve PetersChanges to get perl to compile with g++ on Cygwin....
2006-10-27 Jerry D. HeddenChange MY_CXT ref in perl.h
2006-10-21 Nicholas ClarkSemicolon consistency between PERL_FPU_INIT and the...
2006-10-21 Nicholas ClarkAdd PERLIO_INIT to PERL_SYS_INIT.
2006-10-21 Nicholas ClarkAlways defining PERLIO_TERM, even if it's empty, makes...
2006-10-21 Steve PetersFix in perl.h for compiling with g++.
2006-10-20 Rafael Garcia-SuarezMore leak fixes, by Jarkko
2006-10-14 Nicholas ClarkUse Perl_croak_nocontext() rather than Perl_croak(...
2006-10-11 Rafael Garcia-SuarezMissing % in format string
2006-10-08 Rafael Garcia-SuarezRevert change 28962 (at least until a better solution...
2006-10-07 Nicholas ClarkNo need to create a new magic vtable if it's all 0...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas ClarkGenerate the overload enum and names array programatica...
2006-10-06 Nicholas ClarkReoder struct am_table and am_table_short to save 8...
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
next