IO::Compress modules
[p5sagit/p5-mst-13.2.git] / t /
2006-10-26 Paul Marquess IO::Compress modules
2006-10-26 SADAHIRO Tomoyuki Re: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Nicholas Clark Add a %B sprintf format
2006-10-24 Rafael Garcia-Suarez Silence an expected warning (when playing with utf8ness...
2006-10-23 Jim Cromie [patch] make test.valgrind capable of running cachegrind
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Rafael Garcia-Suarez Make prototype("CORE::mkdir") work. That's a special...
2006-10-19 Rafael Garcia-Suarez Allow the _ prototype character to be followed by optio...
2006-10-19 Rafael Garcia-Suarez Make all JAPH tests pass
2006-10-18 Rafael Garcia-Suarez Make prototype("CORE::foo") return prototypes with...
2006-10-18 Rafael Garcia-Suarez Add a regression test for change #29041
2006-10-18 Rafael Garcia-Suarez Test for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia-Suarez The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-Suarez Improvements and fixes to the _ prototype
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-10-16 SADAHIRO Tomoyuki Re: sprintf 64 test
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-10 Anatoly Vorobey [perl #40473] sprintf width+precision fails on wide...
2006-10-10 Yves Orton Regexp Recurse by name.
2006-10-08 Yves Orton Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchell migrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchell add stress test for CURLYX/WHILEM regex ops
2006-09-24 Dave Mitchell fix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchell allow fields in re_tests to include \x{nnn} etc
2006-09-20 Rafael Garcia-Suarez prototype() wasn't working to get the prototype of...
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-13 Steve Peters Add darwin to the list of OS's that fail to pass test
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-09-06 Jarkko Hietaniemi UCD 5.0.0
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-08-27 Rafael Garcia-Suarez Regression test for attributes 'reserved' warning,
2006-08-11 Steve Hay Close file before unlinking (on Win32 at least!)
2006-08-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
2006-08-04 Rick Delaney Re: [perl #39882] inconsistent list slice behaviour
2006-08-02 Rick Delaney Re: [perl #39733] $AUTOLOAD is never tainted
2006-08-01 Jarkko Hietaniemi op/stat.t: SKIP count fix in case of no dirfd()
2006-07-30 Steve Peters Tests to go with change #28628.
2006-07-26 SADAHIRO Tomoyuki interpolation of @- (and @+) in patterns ([perl #27940...
2006-07-17 Yves Orton Silence system warning during tests (only on win32...
2006-07-14 Craig A. Berry overload.t has same locale problem with VMS that it...
2006-07-14 Dave Mitchell remove regex postive super-linear cache code
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-07-11 Rafael Garcia-Suarez Revert bogus fix for bug #27940, which wasn't really...
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez The state() implementation is not yet perfect. Check...
2006-07-06 Rafael Garcia-Suarez Add a new warning, "State variable %s will be reinitial...
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-05 Rafael Garcia-Suarez Add a TODO test for list assignment to a list of state...
2006-07-03 Steve Peters Allow stat() and -X file tests work on dirhandles.
2006-07-02 Yves Orton Re: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-30 Steve Hay Add Win32API::File to the core
2006-06-28 Paul Marquess Update for IO::Uncompress::Base
2006-06-22 Paul Marquess IO::Compress::Base
2006-06-21 Dominic Dunlop Re: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Dominic Dunlop Re: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-20 Paul Marquess IO::Compress::* 2.000_13
2006-06-20 Ben Carter [perl #39365] Bug in toke.c (eval in subst)
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-06-13 Rafael Garcia-Suarez I thought I had fixed the spelling of DOES() in univers...
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-06-07 Nicholas Clark The binmode in t/iop/utf8.t doesn't need to be conditio...
2006-06-07 Yitzchak Scott-Tho... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
2006-06-02 Craig A. Berry It's all relative -- better handling of tainted directories
2006-05-31 Craig A. Berry Teach incfilter.t some DCL.
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 SADAHIRO Tomoyuki Re: [perl #39126] possible memory related bug when...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-29 Jarkko Hietaniemi skip t/op/incfilter.t for "make clean;make miniperl...
2006-05-28 Nicholas Clark Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-24 Andy Lester Make t/TEST more helpful
2006-05-22 Yves Orton Re: [PATCH] optimize /[x]/ to /x/.
2006-05-19 Rafael Garcia-Suarez Adjust test following change #28225
2006-05-18 Dave Mitchell test some die codepaths in pp_enterwrite
2006-05-18 Rafael Garcia-Suarez We can now remove DynaLoader from 1_compile.t
2006-05-17 David Mitchell Re: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-17 Paul Marquess IO::Compress* 2.000_12
2006-05-15 SADAHIRO Tomoyuki strange encodings upsets pp_chr
2006-05-14 Nicholas Clark TEST needs to binmode the file handle that is reading...
2006-05-13 Jarkko Hietaniemi t/uni/overload.t
2006-05-10 Nicholas Clark no 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas Clark Convert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-Suarez Resubmit change #28095
2006-05-04 David Landgren t/op/context.t using test.pl
2006-05-04 David Landgren t/op/list.t using test.pl
2006-05-04 Rafael Garcia-Suarez Another test for state variables and closures,
2006-05-03 Rafael Garcia-Suarez Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-Suarez New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
next