This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The Unicode categories doc patch to go with #14254,
[perl5.git] / t /
2002-01-15 Rafael Garcia-Suarez[PATCH] Overriding readline() should also override...
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-13 Jarkko HietaniemiStart a new test category: uni. Much of t/op/pat
2002-01-13 Jarkko HietaniemiMove the UTF-8 conversion code earlier so that
2002-01-13 Jarkko HietaniemiMake the crypt() pickier: if downgrading doesn't work,
2002-01-13 Hugo van der SandenRe: lookbehind broken with latest bleedperl
2002-01-13 Nick Ing-SimmonsIntegrate mainline
2002-01-13 Jarkko Hietaniemi*groan*
2002-01-13 Jarkko HietaniemiOne more sharp s case found by Jeffrey.
2002-01-12 Jarkko HietaniemiCouple more Unicode lookbehind tests.
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Mattia BarbonB::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2002-01-12 Jarkko HietaniemiThis is getting embarrassing.
2002-01-12 Jarkko HietaniemiUpdating the test count is good; also rephrasing
2002-01-12 Jarkko HietaniemiAndreas is busy :-)
2002-01-12 Jarkko HietaniemiUnicode lookbehind looked bad.
2002-01-12 Jarkko HietaniemiGarbage collection.
2002-01-12 Michael G. SchwernRe: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2002-01-12 Mike GuyCorrect misleading error message
2002-01-11 Jarkko HietaniemiAdd a new test for is-sprintf-preserving Unicodeness:
2002-01-11 Nick Ing-SimmonsIntegrate mainline (on Win32 - risky) for vmem.h stuff
2002-01-11 Jarkko HietaniemiYet another twist.
2002-01-11 Jarkko HietaniemiArguments were being mangled.
2002-01-11 Michael G. SchwernSeperating kill_perl()
2002-01-11 Michael G. SchwernTest::Harness 2.01
2002-01-10 Nick Ing-SimmonsIntegrate mainline
2002-01-10 Gisle AasNo 'once' warnings for variables declared with our
2002-01-09 Jonathan StoweRe: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTRO...
2002-01-09 Nicholas Clarkop/readdir.t (was Re: perl@14152)
2002-01-09 Nick Ing-SimmonsIntegrate mainline
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 Hugo van der Sanden(retracted by #14307)
2002-01-09 Jarkko HietaniemiSANY (. with /s) wasn't happy on Unicode.
2002-01-08 Hugo van der Sanden[patch] peep() is rude
2002-01-08 Jarkko Hietaniemiunifold is really an op test since it requires
2002-01-08 Nick Ing-SimmonsIntegrate mainline
2002-01-08 Andreas KönigNot OK 13843
2002-01-08 TelsMath-BigInt v1.49 released
2002-01-07 Paul GreenLast patch needed to get Perl5.7 to build natively...
2002-01-07 Nick Ing-SimmonsIntegrate mainline
2002-01-07 Jarkko HietaniemiForgot from #14115.
2002-01-06 Nick Ing-SimmonsIntegrate mainline - threads mended, DB_File sick?
2002-01-06 Mattia BarbonB, B::C, perlcc, t/TEST
2002-01-06 Jarkko HietaniemiTests for #14098.
2002-01-06 Nick Ing-SimmonsIntegrate mainline (PPPort still multi-building).
2002-01-06 Sam TregarBad prototype detection now an optional warning
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-05 Nick Ing-SimmonsRaw integrate of mainline - op.c looks dodgy.
2002-01-04 Rafael Garcia-SuarezRe: [PATCH op.c] Bad \[...] prototype checking
2002-01-04 Jarkko HietaniemiUnder Mac OS X /dev/stdout is normally a symlink,
2002-01-04 Jarkko HietaniemiTill the system tests do something non-Win*, better...
2002-01-04 Rafael Garcia-Suarezwarn if not CORE::dump
2002-01-04 Jarkko HietaniemiAdd U+0085, U+2028, and U+2029 to \s under Unicode.
2002-01-03 Jarkko Hietaniemi#14048 exposed few false positives, to be fixed soonish.
2002-01-03 Jarkko HietaniemiA bit of testing for #14046.
2002-01-03 Nick Ing-SimmonsIntegrate mainline.
2002-01-02 Sam TregarBad prototype detection changed from error to warning
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-02 Nick Ing-SimmonsIntegrate mainline
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-31 Nick Ing-SimmonsIntegrate mainline
2001-12-31 Sam TregarRe: [PATCH] Basic bad prototype detection
2001-12-31 Sam TregarBasic bad prototype detection
2001-12-30 Michael G. Schwern-t without -w
2001-12-30 Nick Ing-SimmonsIntegrate mainline
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-12-29 Nick Ing-SimmonsIntegrate mainline (ok linux)
2001-12-29 Jarkko Hietaniemiop/exec Win32 patch from Schwern via Abe Timmerman.
2001-12-29 Nick Ing-SimmonsIntegrate mainline
2001-12-27 Andreas König[PATCH] check return of close
2001-12-27 Andreas Königcheck return of close
2001-12-27 Andreas Königbetter error diagnosis from t/op/sysio.t
2001-12-27 Nick Ing-SimmonsIntegrate mainline
2001-12-26 Jarkko HietaniemiNaughty /dev/printer (ls -l, really) of IRIX.
2001-12-24 Mark-Jason DominusPATCH: Restore "Can't declare scalar dereference in...
2001-12-24 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiMove the \C and \X to pat.t.
2001-12-23 Jarkko HietaniemiEven more \X fixing.
2001-12-23 Jarkko HietaniemiMore \X fixing.
2001-12-22 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-22 Jarkko HietaniemiUnicode casefolding continues.
2001-12-22 Nick Ing-SimmonsIntegrate mainline - some fails:
2001-12-22 Jarkko HietaniemiMore Unicode casing fixes.
2001-12-22 Jarkko HietaniemiUnicode casefolding fixes.
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Ilya ZakharevichOS/2 build
2001-12-19 Nick Ing-SimmonsIntegrate mainline
2001-12-19 Robin HoustonRe: [PATCH] ...while $var = glob(...)
2001-12-19 Nick Ing-SimmonsIntegrate mainline
2001-12-18 Jarkko HietaniemiIntegrate perlio:
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-18 Jarkko HietaniemiEchoes of #13757.
2001-12-18 Nick Ing-SimmonsIntegrate mainline
2001-12-18 Jarkko HietaniemiRe-patch #13749.
2001-12-18 Robin HoustonThird time lucky? (Re: [PATCH] ...while $var = glob...
2001-12-17 Robin HoustonRe: [PATCH] ...while $var = glob(...)
2001-12-17 Jarkko HietaniemiMove typeglob test from glob.t to gv.t.
next