sysseek() instead of seek().
[p5sagit/p5-mst-13.2.git] / t / op /
2000-11-20 Jarkko Hietaniemi Miraculous typo.
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-11-18 Ilya Zakharevich restore match data on backtracing
2000-11-15 Peter Prymmer EBCDIC tweaks.
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-11-13 Jarkko Hietaniemi Couple of tests from #7660 salvaged.
2000-11-12 Jarkko Hietaniemi (Subsumed by #7664)
2000-11-10 Lupe Christoph Explain better why certain regex tests are skipped.
2000-11-05 Jarkko Hietaniemi Fix for bug id 19990615.008, pos() unset during s/...
2000-11-05 Andrew Pimlott Fix for
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Andrew Pimlott Fix for
2000-11-04 Jarkko Hietaniemi Dying is too strict here, better just skip.
2000-11-04 Jarkko Hietaniemi Locale tweakery. Add test case for bug id 20000809...
2000-10-27 Yitzchak Scott-Tho... [ID 20001026.006] C<use integer; $x += 1> gives uniniti...
2000-10-25 John Peacock Zero-padded Numerics in Perl Format
2000-10-25 Jarkko Hietaniemi Temporary stopgap for the self-tying issue: for now...
2000-10-23 Hugo van der Sanden Re: [ID 20001021.005] SEGV with regex match
2000-10-22 Jarkko Hietaniemi Support s?printf parameter reordering.
2000-10-20 Charles Bailey SYN SYN
2000-10-19 Jarkko Hietaniemi Typo noted by Mark Lutz.
2000-10-18 Hugo van der Sanden Re: [ID 20001018.008] flip-flop bug when there's no...
2000-10-16 Nicholas Clark Detect early whether the std streams have gone bad.
2000-10-16 Jarkko Hietaniemi One more ~utf8 tweak.
2000-10-16 Jarkko Hietaniemi Tweak the test of #7235.
2000-10-15 Simon Cozens Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-14 Jarkko Hietaniemi Add test for bug id 20000427.003 (which seems to have
2000-10-13 Jarkko Hietaniemi Make the test acknowledge that self-ties are disabled...
2000-10-13 Peter Prymmer Tweak #7225.
2000-10-13 Dominic Dunlop op/sprintf.t patch for OS/390 (and any other host with...
2000-10-13 Peter Prymmer was: Re: off to a bad start on fixing regression tests
2000-10-12 Peter Prymmer An updated EBCDIC tr patch.
2000-10-10 Peter Prymmer ver.t v string tests for os/390
2000-10-10 Peter Prymmer op/tr tests on OS/390
2000-10-06 Nick Ing-Simmons Re: Questions about Tie::Array and perl modules
2000-10-02 Radu Greab Re: [ID 20000912.008] substr replacement of tainted...
2000-10-02 Daniel Chetlin Fix aliasing of tied filehandles
2000-09-30 Spider Boardman Re: unicode support and perl [ID 20000901.097]
2000-09-14 Simon Cozens Re: perl@7078
2000-09-12 Andreas König Test for the #7049.
2000-09-12 Yitzchak Scott-Tho... [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on...
2000-09-11 Gurusamy Sarathy C<@a = @b = split(...)> optimization coredumps under...
2000-09-08 Spider Boardman Re-allow vec() for characters > 255.
2000-09-07 Jarkko Hietaniemi Guard against bad string->int conversion for quads.
2000-09-01 Mike Guy Fix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-30 Jarkko Hietaniemi Change the internal implementation of sort() to be...
2000-08-30 Nick Ing-Simmons Re: UNTIE method
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-08-23 Mike Guy Re: [ID 20000821.008] Negitive numbers with vec dumps...
2000-08-21 Jarkko Hietaniemi Also under djgpp the timestamps are funky.
2000-08-20 Hugo van der Sanden UTF8 concat fixes.
2000-08-18 Jeffrey Friedl Add [[:blank:]] as suggested in
2000-08-18 Jarkko Hietaniemi The new tests were missing from #6415.
2000-08-18 Yitzchak Scott-Tho... Unbuffer the output.
2000-08-17 Jarkko Hietaniemi Tweak the regex compilation errors once more.
2000-08-17 Gurusamy Sarathy trailing new %ENV entries weren't being pushed into...
2000-08-17 Jarkko Hietaniemi Retract #6645.
2000-08-16 Gurusamy Sarathy on windows, the return values from wait() and waitpid...
2000-08-16 Lupe Christoph Change the regx compilation error markers to use =...
2000-08-15 Dominic Dunlop (Retracted by #6660)
2000-08-15 Dominic Dunlop Don't blow limited stacks, a lower number is enough to
2000-08-14 Mike Guy @+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-13 Mike Guy t/op/regmesg.t fails if REG_INFTY set
2000-08-11 Hugo van der Sanden Re: [ID 20000809.005] trouble with long string and...
2000-08-11 Hugo van der Sanden sleep(1) does not necessarily return 1.
2000-08-11 Mike Guy Fixes to looking-like-number to keep behaviour as it...
2000-08-10 Jarkko Hietaniemi Get back into sync with Jeffrey on the enhanced regex...
2000-08-10 Gurusamy Sarathy warn is a macro, avoid using at a variable to avoid...
2000-08-09 Jeffrey Friedl Re: enhanced(?) regex error messages
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-08 Mike Guy Re: [ID 20000807.008] Double reads considered evil...
2000-08-08 Hugo van der Sanden Re: enhanced(?) regex error messages
2000-08-08 Hugo van der Sanden Augment #6539 a bit: don't croak if there's magic in...
2000-08-07 Jarkko Hietaniemi Make the test -w clean.
2000-08-07 Jarkko Hietaniemi use warnings instead of $^W.
2000-08-07 Jarkko Hietaniemi Disable a portability warning Because We Know What...
2000-08-07 Hugo van der Sanden Make bless(REF, REF) a fatal error, add bless tests.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-04 Mark Dickinson [ID 20000802.004] Tests op/grent.t and op/pwent.t fail...
2000-08-03 Dominic Dunlop Comings and goings in op/sprintf.t
2000-08-03 Hugo van der Sanden [ID 20000803.001] further regexp counting problems
2000-08-03 Jarkko Hietaniemi The subtest 4 may fail also on VOBS, as pointed out
2000-08-02 Lupe Christoph Better skip message for the test; one of the two proble...
2000-08-02 Hugo van der Sanden [ID 20000731.010] regex error
2000-08-01 Tom Hughes The test from this
2000-08-01 M. J. T. Guy allow non-variable as lhs of non-updating tr///
2000-07-30 Jarkko Hietaniemi A new version of the "remove UPPERACSE string comparison"
2000-07-28 Jarkko Hietaniemi Back out #6454, doesn't seem to work.
2000-07-27 Jarkko Hietaniemi Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2000-07-26 Jarkko Hietaniemi Fix *foo{FORMAT}.
2000-07-26 Jarkko Hietaniemi More split() doc and test patches from Mike Guy.
2000-07-26 M. J. T. Guy split /^/
2000-07-25 M. J. T. Guy Make large file tests deal with SIGXFSZ
2000-07-24 M. J. T. Guy Test cases for #6431.
2000-07-24 Hugo van der Sanden Add tests for
2000-07-24 M. J. T. Guy The output might have been produced in the wrong order.
2000-07-14 Jarkko Hietaniemi The bug report
2000-07-14 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-07-14 Hugo van der Sanden Replace change #6337 with a better one.
2000-07-13 Hugo van der Sanden The {multiplier} of a fixed substring was overlooked...
next