LOGONLY mark 313b38 as NODOC (compiler warning fix for new code only)
[p5sagit/p5-mst-13.2.git] / perl.h
2010-06-16 Nicholas Clark Stop using WITH_THR and WITH_THX, as they were never...
2010-06-05 David Mitchell add handy note on vtable fields
2010-06-04 David Mitchell add PL_signalhook to hook into signal dispatch
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-25 Nicholas Clark Don't allocate pointer table entries from arenas.
2010-03-30 David Mitchell improve -Dl debugging output
2009-12-20 Rafael Garcia-Suarez Introduce C<use feature "unicode_strings">
2009-11-29 Nicholas Clark Handle $@ being assigned a read-only value (without...
2009-11-29 Nicholas Clark Fix RT #70862 by converting ERRSV to GvSVn() to ensure...
2009-11-23 Karl Williamson Make unicode semantics the default
2009-11-15 Nicholas Clark Inline PL_no_symref_sv into its users. Deprecate the...
2009-11-15 Nicholas Clark Inline PL_no_symref into pp_entersub. Deprecate the...
2009-11-14 Karl Williamson add code for Unicode semantics for non-utf8 latin1...
2009-11-06 Rafael Garcia-Suarez Merge branch 'legacy-pragma' into blead
2009-11-05 Jesse Vincent Implement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas Clark Remove Perl_pmflag() from the public API, and mark...
2009-10-26 Yves Orton add an elipses to string/ref warnings when str longer...
2009-08-26 Chip Salzenberg New debugging flag -DB now dumps subroutine definitions,
2009-08-22 Nicholas Clark Eliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-20 David Mitchell add -DM flag to track smartmatch resolution
2009-07-15 Vincent Pit The op_free() hook doesn't need to return an OP*, so...
2009-07-06 Offer Kaye Added missing 2009 to perl.h copyright header
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-05-20 Nicholas Clark Remove binary compatibility scaffolding for the change...
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-04-28 Jan Dubois Fix -p function and Fcntl::S_IFIFO constant under Micro...
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-02 David Mitchell document PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-02-16 Nicholas Clark Move PERL_VERSION_STRING from patchlevel.h to perl.h
2009-02-16 Nicholas Clark PERL_FS_VER_FMT is only used with the current perl...
2009-01-23 Nicholas Clark suidperl goes.
2009-01-23 Marcus Holland-Moritz Ensure that C++ modules can be built against a perl...
2009-01-23 Karl Deliver skeleton legacy.pm
2009-01-05 John Malmberg VMS posix exit fixes
2009-01-02 Yuval Kogman 'overloading' pragma
2008-12-21 Niko Tyni WCOREDUMP is in <sys/wait.h>
2008-12-05 Chip Salzenberg standardize save/restore of errno & vaxc$errno
2008-12-03 Rafael Garcia-Suarez The gcc attribute "deprecated" seems to have been avail...
2008-12-03 Rafael Garcia-Suarez Configure detection of __attribute__((deprecated))
2008-12-02 Nicholas Clark Implement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas Clark Followup to change 34979. Tests are good, m'kay. Partic...
2008-12-02 Nicholas Clark Remove last reference to PERLDB_ASSERTION
2008-12-02 Nicholas Clark Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_...
2008-11-10 John E. Malmberg [patch@34779] Get posix exit mode working/tested on VMS
2008-11-08 Marcus Holland-Moritz Assigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-01 Nicholas Clark Add a flag PERLDBf_SAVESRC, which enables the saved...
2008-10-29 Ingo Weinhold Haiku Port
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...
next