This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/POSIX/t/posix.t -- neuter final test on VOS
[perl5.git] / regexec.c
2002-03-27 Jarkko HietaniemiFurther fixing for #15549. Six tests are failing
2002-03-27 Jarkko HietaniemiPossible fix for "Orks, Dragons, and Elves":
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-03-19 Jarkko HietaniemiUTF-8 walk errors that become visible in EBCDIC.
2002-03-19 Jarkko Hietaniemis/regcinclasslen/reginclass/ and remove the old
2002-03-18 Jarkko HietaniemiMake regex DEBUGGING faster.
2002-03-17 Jarkko HietaniemiSimple speed gainback (as it was in 5.6): for non-Unicode
2002-03-17 Andreas KönigSEGV in s/// and UTF-8
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-28 Jarkko HietaniemiPL_bostr was pointing to the wrong string
2002-02-27 Jarkko HietaniemiSignedness nit.
2002-02-24 Jarkko HietaniemiTiny code cleanup.
2002-02-24 Jarkko HietaniemiEBCDIC tweak (native instead of uni) and comment update.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-17 Jarkko HietaniemiThe #14715 and #14716 were okay: they just revealed
2002-02-05 Nick Ing-SimmonsIntegrate mainline
2002-02-05 Jarkko HietaniemiEBCDIC: SHARP S is different.
2002-02-03 Jarkko HietaniemiEBCDIC: it's much nicer to compare Unicode code points
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Jarkko HietaniemiThe Malformed UTF-8 Heisenbug seen by Merijn and NickC
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-13 Hugo van der SandenRe: lookbehind broken with latest bleedperl
2002-01-13 Jarkko HietaniemiOne more sharp s case found by Jeffrey.
2002-01-13 Jarkko HietaniemiComment tweak.
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Jarkko HietaniemiSpecial treatment for U+03B0 and U+0390 in //i,
2002-01-12 Jarkko HietaniemiUnicode lookbehind looked bad.
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-09 Andreas KönigRe: Weird Malformed warning in bleadperl
2002-01-09 Jarkko HietaniemiSANY (. with /s) wasn't happy on Unicode.
2002-01-08 Jarkko HietaniemiA little better comments.
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Jarkko HietaniemiOoops. Retract the regex parts of #14090.
2002-01-05 Nicholas Clark[REPATCH] Re: [PATCH] Re: socketpair blip on unicos...
2002-01-03 Jarkko HietaniemiCast.
2002-01-03 Jarkko HietaniemiOff-by-one is my middle name.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko HietaniemiMake ibcmp_utf8() optionally progress in either string for
2002-01-01 Jarkko HietaniemiMake ibcmp_utf8() more robust and make regmatch() use it.
2002-01-01 Jarkko HietaniemiNow that to_utf8_fold() was fixed.
2002-01-01 Jarkko HietaniemiBetter support for multicharacter foldings.
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-31 Jarkko HietaniemiLess unused ones.
2001-12-31 Jarkko HietaniemiAdd some comments to the recent Unicode case-folding...
2001-12-31 Jarkko HietaniemiDelay folding until necessary; start of handling
2001-12-31 Jarkko Hietaniemigcc -Wall dewhine.
2001-12-31 Jarkko HietaniemiMore Unicode folding tweaks, avoid potential false...
2001-12-30 Jarkko HietaniemiMake that six wrongs.
2001-12-30 Jarkko HietaniemiFour wrongs can make a right.
2001-12-30 Jarkko HietaniemiFix all the I case foldings as per CaseFold.txt.
2001-12-30 Jarkko HietaniemiFix all the C(ommon) case foldings as per CaseFold...
2001-12-24 Jarkko HietaniemiMore constant casting.
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiEven more \X fixing.
2001-12-23 Jarkko HietaniemiMore \X fixing.
2001-12-22 Jarkko HietaniemiSmall tweaks.
2001-12-22 Jarkko HietaniemiUnicode casefolding continues.
2001-12-22 Jarkko HietaniemiMore Unicode casing fixes.
2001-12-22 Jarkko HietaniemiUnicode casefolding fixes.
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-12-13 Jarkko HietaniemiIt could be possible for the case-insensitive
2001-12-06 Jeff PinyanRe: [PATCH: bleadperl] casefold backref
2001-12-06 Hugo van der Sandencasefold backref
2001-11-30 Jarkko HietaniemiAdd a note about folding vs lowercase.
2001-11-28 Jarkko HietaniemiFix for "a\x{100}" =~ /A/i.
2001-11-24 Jarkko HietaniemiThe debug_pag needs to be visible at all times
2001-11-20 Jarkko HietaniemiCreate a per-interpeter debug scratchpad container
2001-11-19 Jarkko HietaniemiRetract #13082 until a better solution is found:
2001-11-18 Jarkko Hietaniemi(retracted by #13096)
2001-11-14 Jarkko HietaniemiSignedness nit.
2001-11-14 Jeff PinyanRe: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS...
2001-11-06 Jarkko HietaniemiMore UTF-8 EXACT tweaking, plus a forgotten UTF-8
2001-11-06 Jarkko HietaniemiImplement the encoding pragma for regex literals.
2001-11-06 Jarkko HietaniemiMore UTF8 EXACT fixing.
2001-11-06 Jarkko HietaniemiMore re debugging.
2001-11-05 Jarkko HietaniemiEXACT correction attempt. Continued in #12863.
2001-11-05 Jarkko HietaniemiRegex debugging fixes from Hugo.
2001-11-02 Jarkko Hietaniemimicroperl sync.
2001-10-25 Jarkko HietaniemiSTRLEN != int.
2001-10-24 Jarkko HietaniemiDump Unicode better for re 'debug'. The regprop()
2001-10-10 Rafael Garcia-Suareztwo s/// bugfixes
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-09-16 Jarkko HietaniemiUse UCHARAT() as suggested by Inaba Hiroto.
2001-09-15 Jeff Pinyanadding (U8) to case insensitive matching
2001-09-14 Jeff Pinyanmore jumpables, and hit-bit bug
2001-09-07 Jeff PinyanRe: [PATCH regexec.c] more general .* and .*?
2001-09-07 Jeff Pinyan(Replaced by #11934)
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-17 Hugo van der SandenRe: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der SandenRe: [ID 20010811.006] re_eval: logical leaks
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-08-04 Doug MacEachernRe: [patch] ignore PL_curpm in PL_regex_padav cleanup
next