[perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set
[p5sagit/p5-mst-13.2.git] / doop.c
2005-01-22 Nicholas Clark Update copyright years and add editor blocks
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clark SvUTF8_off() in do_join can be unconditional.
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-15 Nicholas Clark Make chomp heed the utf8 flags on the target string...
2004-01-12 Nicholas Clark use sv_setpvn rather than sv_setpv and save a strlen()
2004-01-12 SADAHIRO Tomoyuki Re: [perl #24846] [PATCH] Apparent utf8 bug in join...
2004-01-07 Rafael Garcia-Suarez Hardcoded numerical flag masks. Bad.
2003-12-15 Alan Burlison Remove incorrect guards around inclusion of <signal.h>
2003-12-12 Alan Burlison Modify the common guard for the signal.h header, because
2003-09-12 Jarkko Hietaniemi It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-08-25 Nicholas Clark valgrind memcpy warnings (Re: [PATCH] Re: valgrind...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-10-09 Rafael Garcia-Suarez Fix bug #17823 : non-modifying tr/// stringifies references
2002-08-17 Nicholas Clark Copy On Write
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko Hietaniemi If Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Paul Marquess more warnings tidyup
2002-02-26 Simon Glover Subject: Missing diagnostics
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-12 Jarkko Hietaniemi Andreas is busy :-)
2002-01-11 Andreas König Fix for
2001-12-28 Jarkko Hietaniemi Retract #13917.
2001-12-28 Jarkko Hietaniemi (retracted by #13919)
2001-12-07 Nicholas Clark Re: [PATCH] chom?p needs to remove read only fakery
2001-12-02 Nicholas Clark Shared hash keys
2001-09-03 Jarkko Hietaniemi As far as I can tell these functions have been Unicodified.
2001-08-12 Jarkko Hietaniemi Unnecessary downgrades.
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-30 Nicholas Clark Re: [PATCH doop.c] unused variable in Perl_do_join
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-20 Gisle Aas Chomp should not always stringify
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-05 Jarkko Hietaniemi Integrate changes #9544,9547,9549(perlio),9550,9551...
2001-03-27 Jarkko Hietaniemi Integrate perlio:
2001-03-27 Nick Ing-Simmons Various EBCDIC fixes:
2001-03-19 Nick Ing-Simmons Integrate mainline.
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-19 Jarkko Hietaniemi UTF-8 tr/// battle continues, ammunition from Inaba...
2001-03-18 Nick Ing-Simmons Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-18 Jarkko Hietaniemi tr/// UTF-8 patches from Inaba Hiroto.
2001-03-17 Nick Ing-Simmons Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-04 Jarkko Hietaniemi More tr/// UTF-8 fixes from Inaba Hiroto.
2001-03-03 Jarkko Hietaniemi UTF8 tr/// fixes from Inaba Hiroto.
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-14 Jarkko Hietaniemi More MacOS Classic fixes from Chris Nandor.
2001-01-24 Charles Bailey SYN SYN
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-10 Inaba Hiroto Re: more UTF8 test suites and an UTF8 patch
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Simon Cozens Re: ebcdic <-> ascii tables interjected in uv <-> utf8...
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-05 Jarkko Hietaniemi Unify UTF-8 malformedness handling.
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
next