This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
$VERSION crusade, strict, tests, etc... all over lib/
[perl5.git] / pp.c
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko HietaniemiRetract #7977, still too volatile (the euphemism of...
2000-12-04 Simon Cozens(Retracted by #7978, too shaky yet.)
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-18 Nick Ing-SimmonsIntegrate mainline
2000-11-18 Jarkko HietaniemiSparc 64-bit pack() fix from Jens Hamisch.
2000-11-17 Nick Ing-SimmonsExperiment on use of attributes.pm interface.
2000-11-14 Yitzchak Scott-Tho... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-10-27 Yitzchak Scott-Tho... [ID 20001026.006] C<use integer; $x += 1> gives uniniti...
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-25 Jarkko HietaniemiRename UTF8LEN() to be UNISKIP(), too confusing to...
2000-10-24 Jarkko HietaniemiFix the bug ID 20001024.005, the bug introduced by...
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Jens HamischDon't write double values through long double pointers,
2000-10-20 Charles BaileySYN SYN
2000-10-16 Jarkko HietaniemiFix a couple of compiler-noted nits in #7235.
2000-10-16 Jarkko HietaniemiFix few quad issues, which for example broke chr(~chr...
2000-10-15 Simon CozensMake ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-15 Jarkko Hietaniemisplit() utf8 fixes. Should fix both 20001014.001 and...
2000-10-13 Jarkko HietaniemiSlight tweak of the code to appease Amdahl UTS cc.
2000-10-06 Jarkko HietaniemiUTF8ize split() so that the cloned substrings get the...
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Robin Barkercontinued -Wformat support
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
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-04 Charles BaileyYA resync with mainstem, including VMS patches from...
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;...
next