Puut... The TODO... Beck!
[p5sagit/p5-mst-13.2.git] / t / op /
2001-12-07 Michael G. Schwern Puut... The TODO... Beck!
2001-12-07 Nicholas Clark Re: [PATCH] chom?p needs to remove read only fakery
2001-12-07 Jarkko Hietaniemi /dev/stdout could be either a character special file
2001-12-07 Michael G. Schwern Test For Echo, take 2
2001-12-07 Michael G. Schwern which_perl for safer $^Xing
2001-12-06 Michael G. Schwern VMS has no link count
2001-12-06 Jarkko Hietaniemi The #4 has nothing to do with Unicode.
2001-12-06 Michael G. Schwern Cleanup and more counting tests
2001-12-06 Jarkko Hietaniemi Make the -b -c -S tests count all of the /dev, not...
2001-12-06 Rafael Garcia-Suarez Re: counting tr thinks it's modifying
2001-12-06 Hugo van der Sanden casefold backref
2001-12-05 Jarkko Hietaniemi Restore the /dev -b -c -S part of the test.
2001-12-05 Michael G. Schwern Removing a TODO
2001-12-05 Michael G. Schwern stat.t portability, the LAST VMS exception!
2001-12-05 Michael G. Schwern Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first...
2001-12-03 Nicholas Clark shared hash keys and ++/--
2001-12-02 Nicholas Clark Shared hash keys
2001-12-01 Michael G. Schwern Non-VMS-fixed and Win32-skipped version of
2001-12-01 Nick Ing-Simmons Integrate mainline
2001-12-01 Rafael Garcia-Suarez parser panics on lvalue methods
2001-12-01 Nick Ing-Simmons Integrate mainline.
2001-11-30 Michael G. Schwern Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363...
2001-11-30 jpeacock@dsl092... (replaced by #13391)
2001-11-29 Jarkko Hietaniemi @INC tweak.
2001-11-29 Jarkko Hietaniemi [PATCH] Re: $\ very broken
2001-11-28 Jarkko Hietaniemi Fix for "a\x{100}" =~ /A/i.
2001-11-27 David Dyck [ID 20011126.150] t/op/pack patch to fix Useless use...
2001-11-27 David Dyck [ID 20011126.149] t/op/split fails step 37
2001-11-27 Jarkko Hietaniemi Portability and skippage tweaks.
2001-11-27 Jarkko Hietaniemi \141 is malformed "unexpected continuation byte" in...
2001-11-27 Wolfgang Laun unpack P* uses random length for item
2001-11-26 Radu Greab system and taintedness
2001-11-25 Michael G. Schwern $$ readonly, take two
2001-11-23 Hugo van der Sanden Re: regex oddness with \Z and $&
2001-11-22 Gurusamy Sarathy local(*CORE::GLOBAL::require) doesn't behave like other...
2001-11-21 Jarkko Hietaniemi Strange: the same mysterious regex study bug
2001-11-21 Wolfgang Laun Z*/[AZa]* fails to pack length properly
2001-11-21 Jarkko Hietaniemi Integrate change #13145 from maintperl;
2001-11-21 Nicholas Clark spaceship and refs
2001-11-20 Jarkko Hietaniemi Integrate perlio:
2001-11-20 Nick Ing-Simmons perl.c change to use HAS_PROCSELFEXE, also
2001-11-19 Nick Ing-Simmons Integrate mainline
2001-11-19 Michael G. Schwern A little extra debugging output
2001-11-19 Michael G. Schwern Double FETCH test
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-18 Jarkko Hietaniemi Retract 11635: close 20011113.110, reopen 20010809...
2001-11-18 Nick Ing-Simmons Integrate mainline - a few Devel::Peak fails.
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-14 Michael G. Schwern Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and...
2001-11-14 Michael G. Schwern Fwd: [craigberry@mac.com: die_exit.t]
2001-11-14 Michael G. Schwern Simple little VMS fix
2001-11-13 Barrie Slaymaker Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2001-11-13 Barrie Slaymaker Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2001-11-12 Abhijit Menon-Sen [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2001-11-11 Michael G. Schwern %ENV protection
2001-11-11 Craig A. Berry Re: [PATCH] resurrect t/op/magic.t on VMS
2001-11-08 Craig A. Berry resurrect t/op/glob.t on VMS
2001-11-07 Nicholas Clark Re: SunOS 5.8 is FUN! (and not quite ok, either) -...
2001-11-03 Nick Ing-Simmons Integrate mainline
2001-11-02 Radu Greab Re: [ID 20011101.069] \stat('.') gives "Attempt to...
2001-11-02 Jarkko Hietaniemi The basic character classes seem to go untested with...
2001-10-31 Nick Ing-Simmons Integrate mainline
2001-10-29 Jarkko Hietaniemi Mark the test known to be failing in EBCDIC.
2001-10-29 Jarkko Hietaniemi Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2001-10-29 Jarkko Hietaniemi UTF-EBCDIC ain't UTF-8.
2001-10-29 Jarkko Hietaniemi Let's not assume ASCII.
2001-10-28 Jarkko Hietaniemi Integrate change #12747 from maintperl;
2001-10-28 Nick Ing-Simmons Integrate Mainline
2001-10-27 Jarkko Hietaniemi Let's not replace reason if there's one already supplied.
2001-10-27 Jarkko Hietaniemi [no reason given] is not good.
2001-10-23 Nick Ing-Simmons Integrate mainline
2001-10-23 Jarkko Hietaniemi Small test nits.
2001-10-23 Jarkko Hietaniemi Upping the test count is a good idea.
2001-10-23 Jarkko Hietaniemi Fix multicharacter titlecase (ucfirst).
2001-10-22 Jarkko Hietaniemi Pretty hard for eval { setpwent(); getpwent(); 1 }...
2001-10-22 Nick Ing-Simmons Integrate mainline (for Arthurs thread.xs fix)
2001-10-22 Jarkko Hietaniemi A user might belong to only a single group
2001-10-22 Nick Ing-Simmons Integrate mainline
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-10-20 Nick Ing-Simmons Integrate mainline
2001-10-20 Jarkko Hietaniemi Test vertical whitespace combined with /x in \p{}.
2001-10-19 Jarkko Hietaniemi Unpack in scalar context should return the first value
2001-10-19 Nick Ing-Simmons Integrate mainline
2001-10-19 Jarkko Hietaniemi Unicode categories continue:
2001-10-16 Gerrit P. Haase [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
2001-10-15 Nick Ing-Simmons Integrate mainline
2001-10-15 Blair Zajac Re: [PATCH t/op/magic.t] missing tests on Win32
2001-10-13 Jarkko Hietaniemi Rewrite mktables from scratch.
2001-10-12 Nick Ing-Simmons Blind integrate of mainline
2001-10-10 Rafael Garcia-Suarez two s/// bugfixes
2001-10-10 Jarkko Hietaniemi Even more VMS tweakage from Charles Lane:
2001-10-09 Rafael Garcia-Suarez new tests, new TODO test
2001-10-09 Ronald J. Kimball Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Michael G. Schwern Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Nicholas Clark & what's to be done for 5.8.0?
2001-10-03 Jarkko Hietaniemi Unicode properties: fix L& (the #12319 didn't allow L&,
2001-10-02 Nick Ing-Simmons Integrate mainline
2001-10-02 Jarkko Hietaniemi Unicode properties: allow also intra(wordbreak)name...
2001-10-02 Nick Ing-Simmons Integrate mainline
2001-10-02 Nick Ing-Simmons Integrate mainline + lib/open.t patch from Chromatic
next