This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
[perl5.git] / perl.h
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)
2005-08-10 John E. Malmbergpatch@25279 VMS error handling and const fixes
2005-08-01 John E. MalmbergRe: blead@25210 on OpenVMS (not good)
2005-07-28 Robin Barkerperl.h, use STRINGIFY in 25171
2005-07-28 Robin Barkertidy up DieNull and DIE_NULL
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemimove NSIG logic
2005-07-18 Rafael Garcia-SuarezRe: [PATCH] RE: blead: no longer supports %vd format
2005-07-18 Robin BarkerRE: blead: no longer supports %vd format
2005-07-08 Nicholas ClarkWe no longer default to creating a new SV for GvSV.
2005-07-04 Jarkko HietaniemiRe: [PATCH] Re: [PATCH] Re: a blead warning from tru64
2005-07-02 Nicholas ClarkDon't inline offer_nice_chunk, as it's rarely called.
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-29 Nicholas ClarkFixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-27 Andy LesterSuppress warnings about a clash between redefined mallo...
2005-06-24 Steve HayStop '"__attribute__format__" redefined' warnings from...
2005-06-20 Robin BarkerFPTR2DPTR/DPTR2FPTR
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-18 Nicholas ClarkSqueeze a little more savings by moving pte and he...
2005-06-16 Andy LesterLint support
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-06-01 Nicholas ClarkWe don't have XRVs any more, so remove the typedef
2005-05-30 Jarkko HietaniemiRe: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64...
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-27 Nicholas ClarkIn assert(), we mustn't stringify the message as part...
2005-05-27 Jarkko Hietaniemiadd PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
2005-05-23 Rafael Garcia-SuarezAttribute compilation fix for Windows by Andy Lester
2005-05-21 Abhijit Menon-SenMake the __attribute__ stuff work with Symbian (Jarkko).
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Andy LesterAttribute configuration
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-17 Jarkko Hietaniemimore about __attribute__
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-10 Jarkko Hietaniemipotential [PATCH] Tru64 crank up strictness
next