(Retracted by #8264) More join() testing which was good because
[p5sagit/p5-mst-13.2.git] / pp.c
2000-12-29 Jarkko Hietaniemi (Retracted by #8264) More join() testing which was...
2000-12-28 Jarkko Hietaniemi The maxiters upper limit sanity check (guarding against
2000-12-28 Jarkko Hietaniemi Make some panic messages a bit more logical.
2000-12-28 Simon Cozens lvalue AUTOLOAD. No, really.
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-10 Simon Cozens Re: prototype of substr
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko Hietaniemi Retract #7977, still too volatile (the euphemism of...
2000-12-04 Simon Cozens (Retracted by #7978, too shaky yet.)
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-18 Nick Ing-Simmons Integrate mainline
2000-11-18 Jarkko Hietaniemi Sparc 64-bit pack() fix from Jens Hamisch.
2000-11-17 Nick Ing-Simmons Experiment 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 Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-25 Jarkko Hietaniemi Allow poking holes at the UTF-8 decoding strictness.
2000-10-25 Jarkko Hietaniemi Rename UTF8LEN() to be UNISKIP(), too confusing to...
2000-10-24 Jarkko Hietaniemi Fix the bug ID 20001024.005, the bug introduced by...
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Jens Hamisch Don't write double values through long double pointers,
2000-10-20 Charles Bailey SYN SYN
2000-10-16 Jarkko Hietaniemi Fix a couple of compiler-noted nits in #7235.
2000-10-16 Jarkko Hietaniemi Fix few quad issues, which for example broke chr(~chr...
2000-10-15 Simon Cozens Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-15 Jarkko Hietaniemi split() utf8 fixes. Should fix both 20001014.001 and...
2000-10-13 Jarkko Hietaniemi Slight tweak of the code to appease Amdahl UTS cc.
2000-10-06 Jarkko Hietaniemi UTF8ize split() so that the cloned substrings get the...
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-08-16 Christian Kirsch The numeric locale was reset to "C" by s?printf and...
2000-08-08 Hugo van der Sanden Augment #6539 a bit: don't croak if there's magic in...
2000-08-07 Hugo van der Sanden Make bless(REF, REF) a fatal error, add bless tests.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-01 Simon Cozens Make chr() for values >127 to create utf8 when under...
2000-07-26 Jarkko Hietaniemi Fix *foo{FORMAT}.
2000-07-14 Gurusamy Sarathy enable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-28 Simon Cozens Re: [PATCH] pack('U',$foo) doesn't UTF8
2000-06-06 Dan Sugalski Threadsafe patches
2000-05-31 Gurusamy Sarathy buggy modulus on UVs introduced by change#3378 (resulted in
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathy reverse() and quotemeta() weren't preserving utf8-ness...
2000-05-07 Gurusamy Sarathy repeat operator (x) doesn't preserve utf8-ness
2000-05-07 Gurusamy Sarathy substr() does not preserve utf8-ness (from Stefan Eissing
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-04-28 Gurusamy Sarathy fix for missed accounting for null byte in pack("Z...
2000-04-24 Jarkko Hietaniemi Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-04-24 Mark P Lutz Various Unicos 10.0.0.6 fixes.
2000-03-20 Gurusamy Sarathy autovivify open($fh[0],...) properly
2000-03-13 Jarkko Hietaniemi Solaris long double fixes from Alan Burlison.
2000-03-06 Gurusamy Sarathy avoid warning
2000-03-05 Gurusamy Sarathy prototype changes for eventually supporting C<binmode...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-05 Gurusamy Sarathy scan_num() sticks to UVs rather than IVs (now -21474836...
2000-03-02 Jarkko Hietaniemi workaround for Tru64 compiler bug (cleaner fix will...
2000-03-01 Jarkko Hietaniemi Couple of math functions need to be Perl_ so that
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathy allocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-25 Jarkko Hietaniemi Misedit in #4888.
2000-01-25 Jarkko Hietaniemi UNICOS/mk patches. Removing the _CRAYMPP test may be
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-02 Gurusamy Sarathy fix 4-arg substr() when used as argument to subroutine
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy avoid initializing GvCV slot for autovivified filehandles
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy readability tweak suggested by GRommel@sears.com
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-02 Gurusamy Sarathy avoid potential stack extension bug in pp_unpack()...
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-16 Jarkko Hietaniemi Regen Configure.
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Jarkko Hietaniemi Turn on largefileness always if available and
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-29 Jarkko Hietaniemi Remove quad logic from perl.h; regen Configure;
next