Update copyright years.
[p5sagit/p5-mst-13.2.git] / perl.h
2008-10-25 Nicholas Clark Update copyright years.
2008-06-17 Rafael Garcia-Suarez Rename the new macro clear_errsv() from last patch...
2008-06-17 Bram [perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-04-28 Nicholas Clark Cast the result of fpsetmask(0) to (void), as some...
2008-04-02 Nicholas Clark Fix bug in change 33379 - if we're using malloc_size...
2008-03-29 Dominic Dunlop Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
2008-03-06 Steve Hay Silence some warnings on Win32 with VC6
2008-02-27 Nicholas Clark Use malloc_good_size() to round up the size of requeste...
2008-02-27 Rafael Garcia-Suarez Fix preprocessor syntax
2008-02-26 Nicholas Clark If the C library provides malloc_size(), we can use...
2008-02-26 Rafael Garcia-Suarez Chainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-25 Steve Hay Silence Borland compiler warnings (except for warnings...
2008-02-20 Steve Hay Fix Win32/VC6 compiler warnings caused by #33231
2008-02-12 Jan Dubois Fix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-02-04 Nicholas Clark Micro-optimise the order of the context types. [Because...
2008-01-31 Robin Barker don't forbid brace groups with g++ 4.2.2
2008-01-28 Robin Barker FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-18 Nicholas Clark Eliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-11 Rafael Garcia-Suarez Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Rafael Garcia-Suarez Introduce macro PERL_MAX_SUB_DEPTH
2008-01-11 Rick Delaney Re: [perl #49564] Re: MRO and av_clear
2008-01-10 Ævar Arnfjörð Bjar... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-05 Nicholas Clark Make REGEXP a type distinct from SV. (Much like AV...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2008-01-01 Marcus Holland-Moritz Add editor blocks to some header files.
2007-12-31 Nicholas Clark Perl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-30 Marcus Holland-Moritz factor out duplicate code in struct xpv*
2007-12-23 Nicholas Clark Correct the correction. This one is both a correcly...
2007-12-23 Nicholas Clark Fix my typo in a comment.
2007-12-22 Nicholas Clark Replace our assert-which-can-be-caught-by-eval with...
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas Clark Integrate:
2007-12-20 Robin Barker make miniperl -Wwrite-strings clean
2007-11-20 Jarkko Hietaniemi Re: [PATCH] various RC1 nits
2007-11-08 Jerry D. Hedden Bug fix for storing shared objects in shared structures
2007-11-07 Nicholas Clark "Bake" the values of PERL_REVISION, PERL_VERSION and...
2007-11-03 Dave Mitchell make PERLSYS_TERM not require a context
2007-11-03 Jarkko Hietaniemi Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-10-20 Robin Barker VDf no longer in PERL_CORE
2007-10-19 Robin Barker RE: [PATCH] RE: PERL_CORE UVf logic
2007-10-06 Nicholas Clark Nothing* outside the core uses the old misspelling
2007-10-06 Nicholas Clark Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just
2007-10-05 Nicholas Clark PL_cshname is actually a constant value known at compil...
2007-09-26 Rafael Garcia-Suarez API spelling patch, by Jerry D. Hedden
2007-09-25 Dave Mitchell make PERL_SYS_INIT/INIT3/TERM into functions
2007-09-23 Craig A. Berry And some more VMS-specific additions to PL_bincompat_op...
2007-09-23 Nicholas Clark Add USE_IEEE to PL_bincompat_options, as use_ieee in...
2007-09-16 Nicholas Clark Change 31873 was not robust against the possibility...
2007-09-15 Nicholas Clark Move all the compile time options that affect binary...
2007-07-07 Jim Cromie [patch] add verbose mode to -DU debugging option
2007-06-29 Rafael Garcia-Suarez Revert change #31489.
2007-06-28 Yves Orton Rename various regex defined so that they have distinct...
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-18 Rafael Garcia-Suarez Remove PERL_MAGIC_mutex
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Yves Orton tweak some regexp params to avoid warnings
2007-05-02 Jerry D. Hedden Remove ext/Thread
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-21 Nicholas Clark Several members of struct yy_parser can go on a diet...
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-05 Steve Peters g++ on NetBSD needs to have environ declared as well.
2007-04-05 Rafael Garcia-Suarez C++ compilation fix by Steve Peters
2007-03-31 Nicholas Clark Rearrange members of structures to reduce memory size...
2007-03-26 Rafael Garcia-Suarez Remove the object_compatibility placeholder in the...
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
2007-02-10 Andy Dougherty signbit detection (was [perl #39875] -0.0 loses signedn...
2007-01-31 Yves Orton Improve regex stringification code
2007-01-30 Jarkko Hietaniemi one more iteration on PerlIO_teardown prototype
2007-01-27 Nicholas Clark As we're not using UVf in the core, don't even define...
2007-01-21 Nicholas Clark Assignments to function pointers can't be NULL, as...
2007-01-15 Yves Orton Re: [PATCH] Add support for /k modfier for matching...
2007-01-15 Rafael Garcia-Suarez Proper symbian fix (replacing change #29813) by Jarkko
2007-01-15 Rafael Garcia-Suarez Revert perl.h part of change 29811, which breaks compil...
2007-01-15 Jarkko Hietaniemi Symbian/S90 further fixes
2007-01-06 David Nicol patch: shorten perl.h by six lines
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Jarkko Hietaniemi Re: [PATCH] Symbian port: add Series 90 support
2007-01-04 Rafael Garcia-Suarez Remove no longer used magic vtable
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-02 Dave Mitchell move easy lexer state variables into PL_parser
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-12-01 Yves Orton Continue split of perl internal regexp structures from...
2006-11-28 Dominic Dunlop Re: [PATCH] perlhack: some portability updates
2006-11-27 Steve Hay Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK...
2006-11-18 Steve Peters Tweaks needed to get Perl compiling with g++ on OpenBSD.
2006-11-13 Robin Barker was RE: Perl_die() / Perl_croak()
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
next