Always defining PERLIO_TERM, even if it's empty, makes for a simpler
[p5sagit/p5-mst-13.2.git] / perl.h
2006-10-21 Nicholas Clark Always defining PERLIO_TERM, even if it's empty, makes...
2006-10-21 Steve Peters Fix in perl.h for compiling with g++.
2006-10-20 Rafael Garcia-Suarez More leak fixes, by Jarkko
2006-10-14 Nicholas Clark Use Perl_croak_nocontext() rather than Perl_croak(...
2006-10-11 Rafael Garcia-Suarez Missing % in format string
2006-10-08 Rafael Garcia-Suarez Revert change 28962 (at least until a better solution...
2006-10-07 Nicholas Clark No need to create a new magic vtable if it's all 0...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas Clark Generate the overload enum and names array programatica...
2006-10-06 Nicholas Clark Reoder 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 Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-28 Nicholas Clark Silence two warnings from gcc when being -pedantic
2006-09-25 Yves Orton Add 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 Hietaniemi C++: Solaris CC now compiles "perl"
2006-09-08 Rafael Garcia-Suarez Use %^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 Hietaniemi g++/Tru64: got perl linking once got the linkage right
2006-08-17 Jarkko Hietaniemi Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-08-17 Steve Peters syscall() declaration in perl.h needs to have an EXTERN...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-08-02 Jarkko Hietaniemi g++ heavy shoveling
2006-08-01 Jarkko Hietaniemi g++ dNOOP (luckily one can mix code and decls in C++)
2006-07-18 Jarkko Hietaniemi make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-07-13 Jarkko Hietaniemi z/OS: non-CPAN ext and lib + main() without the third...
2006-07-11 Andy Dougherty Re: [perl #39634] gcc 3.3 has problems with __attribute...
2006-07-10 Steve Peters Add Russ Allbery's public domain implementations of...
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-06-30 Rafael Garcia-Suarez Fix casting warnings related to snprintf/vsnprintf
2006-06-30 Andy Dougherty HASATTRIBUTE_UNUSED works for gcc-3.3, but not for...
2006-05-29 Rafael Garcia-Suarez Regen headers following change 28325. Also, make it...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-20 Nicholas Clark Abolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-19 Jarkko Hietaniemi Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-17 Rafael Garcia-Suarez Parenthesize uses of macro arguments
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-09 Vadim Konovalov wince crosscompile patch for 28132
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-25 Andy Lester use NOOP macro
2006-04-24 Marcus Holland-Moritz Cleanup some gcc warnings
2006-04-17 Nicholas Clark Turn on UTF8 cache assertions with -Ca
2006-04-07 Steve Hay Patch from Jarkko to fix breakage caused by change...
2006-04-03 Rafael Garcia-Suarez Take splint into account for PERL_UNUSED_ARG (patch...
2006-04-02 Nicholas Clark Change 27677 missed two direct accesses to op_private...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-31 Rafael Garcia-Suarez Updated version of the grumpy comment deleted by change...
2006-03-31 Andy Lester Redo PERL_UNUSED_DECL
2006-03-31 Rafael Garcia-Suarez Document new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-14 Andy Lester Do nothing in a GCC-friendly way
2006-03-08 Nicholas Clark Almost all the MAD changes for op.c
2006-03-07 Nicholas Clark Some of the MAD structures in headers, plus PL_madskill...
2006-03-07 Nicholas Clark Remove the #define - ARENASETS are always on now.
2006-03-05 Nicholas Clark Only #define PERL_DONT_CREATE_GVSV if it wasn't already...
2006-03-03 Andy Lester Support for __builtin_expect and __builtin_choose_expr
2006-03-02 Andy Lester mgvtbl initialization
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-18 Jim Cromie arena-rework : consolidated patch
2006-02-16 Merijn Broeren Problem compiling swigged c++ code with 5.8.8
2006-02-11 Nicholas Clark Remove SOFT_CAST() as it no longer does anything useful.
2006-02-10 Steve Hay A better fix than 27148
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 John E. Malmberg Help to compile on VMS with UNLINK_ALL_VERSIONS
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-31 Steve Peters Intel C Compiler 9.0 hatefully defines __GNUC__. Unfor...
2006-01-23 Rafael Garcia-Suarez Un-const magic virtual tables; this consting breaks...
2006-01-13 Gisle Aas Fix [perl #38223]; _IOC_SIZE() not always safe.
2006-01-08 Nicholas Clark Update copyright years (including some years where...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-12-30 Nicholas Clark Marcus Holland-Moritz suggested that assert should
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-23 Nicholas Clark If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas Clark Create a struct to use as the header with PERL_TRACK_ME...
2005-12-22 Robin Houston eliminate HINT_HH_FOR_EVAL
2005-12-19 Robin Houston latest switch/say/~~
2005-12-17 Nicholas Clark Two it's => its grammar fixes.
2005-12-01 Rafael Garcia-Suarez Always define PL_memory_wrap, and use it for the new...
2005-11-20 Jan Dubois Reworked PERL_TRACK_MEMPOOL patch
2005-11-10 Rafael Garcia-Suarez Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier...
2005-11-01 Steve Hay This *really* should clear up Win32's Perl_do_exec...
2005-10-30 Nicholas Clark I infer that change 25891 as-is would break OS2. This...
2005-10-30 Nicholas Clark Fix win32 breakage inadvertently introduced by 25889
2005-10-30 Nicholas Clark Replace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas Clark Replace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas Clark Replace 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. Malmberg Re: [patch@25838]Hopefully the last VMS exit/error...
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
next