This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
additional docs and tests
[perl5.git] / t / op /
2001-09-30 Rafael Garcia-Suarezadditional docs and tests
2001-09-29 Jarkko HietaniemiMore leniency to the \p and \P: now can have whitespace
2001-09-29 Jarkko HietaniemiSave and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berrychdir.t finally (I hope)
2001-09-29 Jarkko HietaniemiAllow for more flexibility in the \p{In...} names, now
2001-09-28 Jarkko HietaniemiTest numbering mismatch.
2001-09-27 Craig A. Berryslightly less broken chdir.t for VMS
2001-09-27 Robin Barkermake __ANON__ global
2001-09-26 Jarkko HietaniemiCheck that all environment variables are tainted.
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-26 Jarkko Hietaniemigrrr.
2001-09-26 Jarkko HietaniemiRetract #12232.
2001-09-26 Jarkko Hietaniemi(Retracted by #12233.)
2001-09-25 Michael G. SchwernDeprecating chdir(undef)/chdir('')
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...
2001-09-24 Gurusamy Sarathytest number mismatch
2001-09-24 Jarkko Hietaniemiok().
2001-09-24 Jarkko Hietaniemiunpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-24 Rafael Garcia-SuarezMore tests
2001-09-23 Craig A. Berry)Cleanup & OS/390 "fix"
2001-09-23 chromaticRe:
2001-09-22 Nicholas ClarkRe: scalar context unpack bugs
2001-09-22 Abhijit Menon-SenRemoved duplicated tests #19 and #20.
2001-09-22 Michael G. SchwernReconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajact/op/chdir.t won't pass on VMS
2001-09-22 Michael G. Schwern[REPATCH] Re: [PATCH t/op/do.t] new regression tests...
2001-09-22 Michael G. SchwernRe: Weird $ENV{FOO} = undef warning
2001-09-21 Rafael Garcia-Suareznew regression tests for bug ID 20010920.007
2001-09-20 Nicholas ClarkRe: n questions (was Re: 4 questions about pack/unpack)
2001-09-19 Jarkko HietaniemiThe test assumed 7-bit ASCII. Now it "just"
2001-09-18 Michael G. SchwernRe: [PATCH] t/op/crypt.t
2001-09-17 chromaticRe: t/op/ver.t using skip() improperly
2001-09-17 Michael G. SchwernRe: [BUG?] chdir(undef) == chdir() probably a bug
2001-09-14 Jarkko HietaniemiHopefully better skipping of the Complete.t tests
2001-09-14 Jeff Pinyanmore jumpables, and hit-bit bug
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-09-10 Nicholas ClarkRe: the remaining bugs in \x escapes (was Re: [PATCH...
2001-09-10 John PeacockPATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-09-10 Jarkko HietaniemiSkip the crypt test if no crypt.
2001-09-07 Jarkko HietaniemiClean up 1_compile.t; move tests to more consistent
2001-09-05 Jarkko HietaniemiIn UNICOS division yada yada.
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-04 Michael G. SchwernRe: A slightly better default seed?
2001-09-03 Jarkko HietaniemiMake crypt() do something more sane for Unicode
2001-09-03 Jarkko HietaniemiRemove the tests that assume something about
2001-09-03 Artur BergmanForgot to add a file with Change #11840
2001-09-03 Michael G. SchwernTests for srand()
2001-09-03 Michael G. SchwernPartial cleanup
2001-09-03 Michael G. SchwernIncrease the repetitions
2001-09-02 Michael G. Schwernrm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
2001-09-02 Ilmari KaronenRE: [PATCH] Add a nextstate into empty blocks
2001-09-01 Jarkko HietaniemiTest tweaks.
2001-09-01 Michael G. Schwerncleanup
2001-09-01 Rafael Garcia-Suarez, was t/op/incode.t breaks make minitest
2001-08-30 Nicholas Clarkpp_modulo
2001-08-29 Nicholas Clarkpass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-08-29 Rafael Garcia-SuarezRe: [PATCH] newer tests for the coderef-in-@INC !
2001-08-28 Michael G. SchwernAdding the failure diagnostic
2001-08-28 Michael G. SchwernRe: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad...
2001-08-27 Michael G. SchwernFixing bad testing advice
2001-08-27 Michael G. SchwernRe: [PATCH] new tests for the coderef-in-@INC
2001-08-27 Abhijit Menon-Sen[PATCH] new tests for the coderef-in-@INC
2001-08-26 Nicholas Clarkt/io/binmode.t
2001-08-26 Nicholas Clarkop/universal.t failing
2001-08-25 Tony BowdenRe: 'can' with undefined subs
2001-08-22 John PeacockRe: [PATCH 1 of 3] $] is deprecated - eliminate from...
2001-08-22 Nicholas Clark64 bit integer preserving pp_divide
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-18 Jarkko HietaniemiRetract #11712 for now. The real fix would probably
2001-08-18 Jarkko Hietaniemi(Retracted by #11714)
2001-08-17 Hugo van der SandenRe: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-17 Hugo van der SandenRe: [ID 20010814.004] pos() doesn't work when using...
2001-08-16 Jarkko HietaniemiOne more twist to the sprintf + utf8 testing.
2001-08-16 Jarkko HietaniemiFix for 20010407.008 sprintf removes utf8-ness.
2001-08-16 Jarkko HietaniemiAdd a test for Unicode sprintf.
2001-08-16 Jarkko HietaniemiAdd Unicode tests for index/rindex.
2001-08-15 Hugo van der SandenRe: [ID 20010809.023] perlre misleads when stating...
2001-08-15 Hugo van der SandenRe: [ID 20010811.006] re_eval: logical leaks
2001-08-14 Nikola Knezevicmagic.t
2001-08-12 Jarkko HietaniemiFailure not true anymore (probably caused by my broken...
2001-08-12 Jarkko HietaniemiMark tests (and one module) having explicit Latin-1
2001-08-12 AbigailRe: [ID 20010730.010] FETCH called twice with -T
2001-08-12 Jarkko HietaniemiTest for change #11639.
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-08-11 Jarkko HietaniemiAdd t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...
2001-08-09 Nick Ing-SimmonsIntegrate mainline
2001-08-05 Gurusamy Sarathyremove hardcoded cmd shell in testsuite
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 Jarkko HietaniemiThe #11572 didn't up the test count.
2001-08-04 Daniel P. BerrangeUTF-8 bugs in string length & single line regex matches
2001-08-03 Craig A. Berryfix t/op/misc.t for VMS
2001-08-03 Nick Ing-SimmonsIntegrate mainline
2001-08-01 Jarkko HietaniemiTest for change #11536.
2001-07-30 Nick Ing-SimmonsIntegrate mainline
2001-07-29 Jeff Pinyansplit()'s unused captures should be undef, not ''
2001-07-23 Ilya ZakharevichOS/2 multi-architecture
2001-07-20 Nick Ing-SimmonsIntegrate mainline
2001-07-18 Hugo van der SandenRe: [ID 20010716.005] numeric conversions in 5.7.[12...
2001-07-17 Peter Prymmerfix t/op/sprintf.t to not load %Config
next