This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use PodParser 1.18 new test.
[perl5.git] / pp.c
2000-08-16 Christian KirschThe numeric locale was reset to "C" by s?printf and...
2000-08-08 Hugo van der SandenAugment #6539 a bit: don't croak if there's magic in...
2000-08-07 Hugo van der SandenMake bless(REF, REF) a fatal error, add bless tests.
2000-08-01 Simon CozensMake chr() for values >127 to create utf8 when under...
2000-07-26 Jarkko HietaniemiFix *foo{FORMAT}.
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-28 Simon CozensRe: [PATCH] pack('U',$foo) doesn't UTF8
2000-06-06 Dan SugalskiThreadsafe patches
2000-05-31 Gurusamy Sarathybuggy modulus on UVs introduced by change#3378 (resulted in
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathyreverse() and quotemeta() weren't preserving utf8-ness...
2000-05-07 Gurusamy Sarathyrepeat operator (x) doesn't preserve utf8-ness
2000-05-07 Gurusamy Sarathysubstr() does not preserve utf8-ness (from Stefan Eissing
2000-05-02 Gurusamy Sarathychange#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-28 Gurusamy Sarathyfix for missed accounting for null byte in pack("Z...
2000-04-24 Jarkko HietaniemiAdd HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-04-24 Mark P LutzVarious Unicos 10.0.0.6 fixes.
2000-03-20 Gurusamy Sarathyautovivify open($fh[0],...) properly
2000-03-13 Jarkko HietaniemiSolaris long double fixes from Alan Burlison.
2000-03-06 Gurusamy Sarathyavoid warning
2000-03-05 Gurusamy Sarathyprototype changes for eventually supporting C<binmode...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-05 Gurusamy Sarathyscan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-02 Jarkko Hietaniemiworkaround for Tru64 compiler bug (cleaner fix will...
2000-03-01 Jarkko HietaniemiCouple of math functions need to be Perl_ so that
2000-02-28 Jarkko HietaniemiLift the 32-bit straightjacket from bit ops;
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathyallocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-25 Jarkko HietaniemiMisedit in #4888.
2000-01-25 Jarkko HietaniemiUNICOS/mk patches. Removing the _CRAYMPP test may be
2000-01-21 Gurusamy Sarathysupport for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathyfix 4-arg substr() when used as argument to subroutine
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyavoid initializing GvCV slot for autovivified filehandles
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathyreadability tweak suggested by GRommel@sears.com
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-04 Gurusamy Sarathybetter implementation of change#3326; open(local $foo...
1999-12-02 Gurusamy Sarathyavoid potential stack extension bug in pp_unpack()...
1999-12-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-16 Jarkko HietaniemiRegen Configure.
1999-11-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Jarkko HietaniemiTurn on largefileness always if available and
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-29 Jarkko HietaniemiRemove quad logic from perl.h; regen Configure;
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Nick Ing-SimmonsAvoid creating GV with NULL name when vivifying nameles...
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-12 Gurusamy Sarathyallow any unpack specifier to take a count via '/'
1999-10-11 Gurusamy Sarathymore pack/unpack documentation (from Ilya Zakharevich...
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Gurusamy Sarathyfix buggy popping of subroutine contexts in the lvalue
1999-09-23 Ilya Zakharevichchange "#" to a comment starter in pack templates;...
1999-09-19 Gurusamy Sarathyavoid clearing @_ at all for faster subroutine calls...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-08 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-09-08 Gurusamy Sarathyfix memory leak in C<sub f { split ' ', "a b" } f(...
1999-09-07 Robin BarkerFix pointer casts.
1999-09-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-09-05 Jarkko HietaniemiTime is not yet ripe.
1999-09-04 Jarkko HietaniemiEnable 64-bit clean bit ops.
1999-08-31 Jarkko HietaniemiFor some odd reason #4056 didn't undo #3922 completely.
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-08-11 Jarkko HietaniemiUnapply an experimental patch that accidentally escaped
1999-08-10 Dan SugalskiPatches needed to get _60 building with
1999-08-09 Jarkko HietaniemiIntegrate with Nick.
1999-08-06 Nathan TorkingtonProtect against pack/unpack repeat count overflows,
1999-08-05 Jarkko Hietaniemisplit /^/ deprecation warning should not be on by default.
1999-08-05 Paul MarquessWarning fix to change #3922.
1999-08-05 Ilya ZakharevichDeprecate /^/ implictly meaning /^/m.
1999-08-02 Gurusamy Sarathynative int pack/unpack fixes (from Spider Boardman
1999-07-29 Jarkko HietaniemiRepent and make overly large integerish
1999-07-27 Jarkko HietaniemiInteger constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-26 Ian Phillipps(Version 2) Extending unpack to deal with counted strings
1999-07-23 Gurusamy Sarathyavoid useless use of target for pp_each(); also fixes...
1999-07-11 Jarkko HietaniemiManual synchronization with Sarathy (some files
1999-07-08 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
next