This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS constants fail when their value is called for, not at import.
[perl5.git] / perl.h
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
2005-05-09 Rafael Garcia-SuarezRevert to Andy's first solution for nonnull attributes;
2005-05-08 Nicholas ClarkPerl_croak uses perl's printf, so can pass in SVs direc...
2005-05-07 Andy LesterGCC attributes!
2005-05-06 Nicholas ClarkMake the arena size changeable at compile time, and...
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-26 Andy LesterRe: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-20 David Dyckpatch to [PATCH] Fix MGVTBL structures in perl.h (prepr...
2005-04-20 Andy LesterFix MGVTBL structures in perl.h
2005-04-19 Rafael Garcia-SuarezSimplify PERL_DEBUG_PAD_ZERO so it continues to expand to
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-06 Nicholas ClarkIf we're going to prototype modfl(), it needs extern...
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-04 Nicholas ClarkMake -DFORMAT_CHECK compile with threads.
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-24 Andy LesterThird consting batch
2005-03-13 Rafael Garcia-Suarezgcc warning patch by Andy Lester
2005-03-08 Ton HospelEncoding neutral unpack
2005-01-19 Robin BarkerFurther follow-up to 23767
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2005-01-07 Robin Barkerto improve -DCHECK_FORMAT
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2004-12-09 Robin BarkerRE: [PATCH perl.h toke.c utf8.c] minor format clean up
2004-09-08 Marcus Holland-MoritzAdd MY_CXT_CLONE to the core. (Taken from Time::HiRes...
2004-07-22 Jim CromieRe: "Too late for -T" could be more descriptive
2004-06-15 Nicholas ClarkIt seems that our assert() macro wasn't good enough.
2004-05-04 Marcus Holland-MoritzAdd byte-order group modifiers to (un)pack templates.
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-04-23 Marcus Holland-Moritzbyte-order modifiers for (un)pack templates
2004-03-23 Nicholas ClarkMake usemallocwrap a Configure-time question. Default...
2004-03-23 Paul Szabo5.9.1 suidperl
2004-03-17 Jarkko Hietaniemimalloc wrappage
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-16 Marcus Holland-MoritzFix for Win32 build failure caused by the byacc to...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2004-02-12 Dave MitchellThe new -Dq option didn't actually work!
2003-12-13 Nicholas ClarkAdd Perl_ceil
2003-11-15 Nicholas ClarkRe: Storable Error
2003-10-21 Ilya ZakharevichTwo OS/2 portability patches from Ilya.
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-09-24 Jarkko HietaniemiEven though undefing SPACE and FORMAT should be safe,
2003-09-24 Olli Savia[perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
2003-09-23 Marcus Holland-MoritzRC5 and Intel's ICC
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-09 Jarkko HietaniemiRetract #21132.
2003-09-09 Steve HayRe: maint @ 21116
2003-09-04 Marcus Holland-MoritzRe: "vendor" patch pickup
2003-08-27 Jarkko HietaniemiUrk. In Mac OS X byteorder is not one of the "known...
2003-08-27 Jarkko HietaniemiSanity check for BYTEORDER.
2003-08-24 Jarkko HietaniemiAn imperfect last resort in case there is no strtoul...
2003-08-13 Jarkko HietaniemiOne tweak for microperl in OS/2.
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
2003-08-10 Jarkko Hietaniemigcc -ansi -pedantic cleanup; and a seemingly forgotten
2003-08-04 Jarkko HietaniemiRename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
2003-08-04 Jarkko HietaniemiApparently the newly introduce -DDARWIN did conflict...
2003-07-29 Jarkko HietaniemiRevert #20301, apparently the _SOCKADDR_LEN #define is
2003-07-29 Chaskiel M Grundman[perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
2003-07-28 Jarkko HietaniemiMore clarification about the hash randomisation defines.
2003-07-27 Jarkko HietaniemiWe now return to your normally scheduled hash randomisa...
2003-07-24 Stephen ClouseMissing semicolon in PERL_FPU_INIT macro
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-07-01 Alan BurlisonRe: Subject: Problems: 5.8.1, Solaris, Configure, sched...
2003-06-29 Jarkko Hietaniemiargc, argv.
2003-06-29 Jarkko HietaniemiMove the PL_earlytaint initialization to the PERL_SYS_I...
next