Bump up Larry's copyright.
[p5sagit/p5-mst-13.2.git] / doop.c
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-29 Jarkko Hietaniemi (Retracted by #8264) Externally: join() was still...
2000-12-28 Jarkko Hietaniemi Make some panic messages a bit more logical.
2000-12-08 Simon Cozens Re: ebcdic <-> ascii tables interjected in uv <-> utf8...
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-11-20 Simon Cozens [PATCH] doop.c - UTF8 tr///
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-31 Yitzchak Scott-Tho... Be more lenient on bad UTF-8 when doing bit arithmetics.
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-08 Spider Boardman Re-allow vec() for characters > 255.
2000-09-01 Mike Guy Fix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-23 Mike Guy Re: [ID 20000821.008] Negitive numbers with vec dumps...
2000-08-08 Mike Guy Re: [ID 20000807.008] Double reads considered evil...
2000-08-07 Jarkko Hietaniemi tr memory corruption fix from Simon Cozens.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Simon Cozens The tr utf8 patching continues.
2000-07-30 Jarkko Hietaniemi Fix the HALF_UPGRADE() macro introduced in #6263.
2000-07-15 Jarkko Hietaniemi Fix the bitvector ops for utf8 (tricky since past 7...
2000-07-14 Gurusamy Sarathy typos in change#6399, regen headers
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#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6261..6266 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6220..6222 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-29 Jarkko Hietaniemi Regen headers for #6261 (and update embed.pl for this...
2000-06-29 Jarkko Hietaniemi tr fixes from Simon Cozens
2000-06-28 Jarkko Hietaniemi tweaks from Simon Cozens to further fix tr/// under...
2000-06-28 Simon Cozens tr///, help wanted.
2000-06-23 Simon Cozens Remove tr///CU (the feature is to be obsoleted by bette...
2000-06-01 Jarkko Hietaniemi Signals-be-gone for microperl.
2000-06-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-01 Gurusamy Sarathy vec() loses numericalness (modified version of patch...
2000-06-01 Gurusamy Sarathy counting tr/// corrupts later operation (from M.J.T...
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy Larry's fix for buggy propagation of utf8-ness in join...
2000-03-12 Gurusamy Sarathy insufficient buffer in change#5317
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-28 Gurusamy Sarathy make stringwise bitops work properly on utf8 strings
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-20 Gurusamy Sarathy byte mode chop() should clear UTF8 (from Gisle Aas)
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-16 Jarkko Hietaniemi Continue qgcvt work; closer now but not yet there.
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-10-29 Jarkko Hietaniemi Remove quad logic from perl.h; regen Configure;
1999-08-29 Jarkko Hietaniemi Add a missing #endif forgotten by #4035.
1999-08-29 Jarkko Hietaniemi Implement 64-bit vec().
1999-08-19 Jarkko Hietaniemi Tighten the vec() code so that naughty BITS cause an...
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-07-17 Ian Phillipps fix vec() on magic values
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-20 Gurusamy Sarathy various little nits
1999-05-12 Gurusamy Sarathy typo in change#3397
1999-05-12 Jan Dubois chop/chomp modify readonly values
1999-05-07 Gurusamy Sarathy From: Dan Sugalski <sugalskd@osshe.edu>
1999-03-22 Gurusamy Sarathy update copyright years
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-04 Gurusamy Sarathy s/sv_upgrade/SvUPGRADE/ a couple of places
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-09-25 Gurusamy Sarathy bump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathy tweaks to enable PERL_OBJECT to build & test on win32
1998-09-23 Gurusamy Sarathy make \(%foo) return refs to values (not copies of values)
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-07-26 Nick Ing-Simmons Add dTHR so that it compiles miniperl in threaded mode
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-05 Gisle Aas hv_max may be a few too many
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Andy Dougherty [PATCH for 5.004_64] Configure patch Config_64-01
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-02 Inaba Hiroto [win32] still another
1997-12-11 Malcolm Beattie Stop tr/// from writing to target when only counting.
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
next