This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Encode 2.34
[perl5.git] / perl.h
2009-07-06 Offer KayeAdded missing 2009 to perl.h copyright header
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-04-28 Jan DuboisFix -p function and Fcntl::S_IFIFO constant under Micro...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-02 David Mitchelldocument PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-02-16 Nicholas ClarkMove PERL_VERSION_STRING from patchlevel.h to perl.h
2009-02-16 Nicholas ClarkPERL_FS_VER_FMT is only used with the current perl...
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-23 Marcus Holland-MoritzEnsure that C++ modules can be built against a perl...
2009-01-05 John MalmbergVMS posix exit fixes
2009-01-02 Yuval Kogman'overloading' pragma
2008-12-21 Niko TyniWCOREDUMP is in <sys/wait.h>
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-12-03 Rafael Garcia-SuarezThe gcc attribute "deprecated" seems to have been avail...
2008-12-03 Rafael Garcia-SuarezConfigure detection of __attribute__((deprecated))
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-12-02 Nicholas ClarkRemove last reference to PERLDB_ASSERTION
2008-12-02 Nicholas ClarkAdd 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-MoritzAssigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-01 Nicholas ClarkAdd a flag PERLDBf_SAVESRC, which enables the saved...
2008-10-29 Ingo WeinholdHaiku Port
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-17 Rafael Garcia-SuarezRename 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 ClarkCast the result of fpsetmask(0) to (void), as some...
2008-04-02 Nicholas ClarkFix bug in change 33379 - if we're using malloc_size...
2008-03-29 Dominic DunlopRe: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
2008-03-06 Steve HaySilence some warnings on Win32 with VC6
2008-02-27 Nicholas ClarkUse malloc_good_size() to round up the size of requeste...
2008-02-27 Rafael Garcia-SuarezFix preprocessor syntax
2008-02-26 Nicholas ClarkIf the C library provides malloc_size(), we can use...
2008-02-26 Rafael Garcia-SuarezChainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-20 Steve HayFix Win32/VC6 compiler warnings caused by #33231
2008-02-12 Jan DuboisFix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-02-04 Nicholas ClarkMicro-optimise the order of the context types. [Because...
2008-01-31 Robin Barkerdon't forbid brace groups with g++ 4.2.2
2008-01-28 Robin BarkerFW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-18 Nicholas ClarkEliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-11 Rafael Garcia-SuarezRename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Rafael Garcia-SuarezIntroduce macro PERL_MAX_SUB_DEPTH
2008-01-11 Rick DelaneyRe: [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 ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-12-31 Nicholas ClarkPerl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-30 Marcus Holland-Moritzfactor out duplicate code in struct xpv*
2007-12-23 Nicholas ClarkCorrect the correction. This one is both a correcly...
2007-12-23 Nicholas ClarkFix my typo in a comment.
2007-12-22 Nicholas ClarkReplace our assert-which-can-be-caught-by-eval with...
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas ClarkIntegrate:
2007-12-20 Robin Barkermake miniperl -Wwrite-strings clean
2007-11-20 Jarkko HietaniemiRe: [PATCH] various RC1 nits
2007-11-08 Jerry D. HeddenBug 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 Mitchellmake PERLSYS_TERM not require a context
2007-11-03 Jarkko HietaniemiRe: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-10-20 Robin BarkerVDf no longer in PERL_CORE
2007-10-19 Robin BarkerRE: [PATCH] RE: PERL_CORE UVf logic
2007-10-06 Nicholas ClarkNothing* outside the core uses the old misspelling
2007-10-06 Nicholas ClarkAdd a new flag PERL_PV_PRETTY_NOCLEAR (actually just
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-09-25 Dave Mitchellmake PERL_SYS_INIT/INIT3/TERM into functions
2007-09-23 Craig A. BerryAnd some more VMS-specific additions to PL_bincompat_op...
2007-09-23 Nicholas ClarkAdd USE_IEEE to PL_bincompat_options, as use_ieee in...
2007-09-16 Nicholas ClarkChange 31873 was not robust against the possibility...
2007-09-15 Nicholas ClarkMove 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-SuarezRevert change #31489.
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-18 Rafael Garcia-SuarezRemove PERL_MAGIC_mutex
2007-06-17 Rafael Garcia-SuarezPatches 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-SuarezRemove support for assertions and -A
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-04 Dave Mitchellmove 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 Ortontweak some regexp params to avoid warnings
2007-05-02 Jerry D. HeddenRemove ext/Thread
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-24 Nicholas ClarkMake 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 ClarkSeveral 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 Petersg++ on NetBSD needs to have environ declared as well.
2007-04-05 Rafael Garcia-SuarezC++ compilation fix by Steve Peters
2007-03-31 Nicholas ClarkRearrange members of structures to reduce memory size...
2007-03-26 Rafael Garcia-SuarezRemove the object_compatibility placeholder in the...
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
next