integrate cfgperl contents into mainline
[p5sagit/p5-mst-13.2.git] / t / op /
2000-02-29 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-28 Gurusamy Sarathy make stringwise bitops work properly on utf8 strings
2000-02-28 Charles Bailey Minor test updates to accomodate new subprocess invocation
2000-02-26 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-24 Jarkko Hietaniemi The op/stat.t patch in #5341 wasn't robust enough,
2000-02-24 Fifer, Eric cygwin port
2000-02-24 Jarkko Hietaniemi MPE/ix patches from Mark Bixby.
2000-02-24 Lupe Christoph Get -lbind if available. Add pointer to perldelta...
2000-02-24 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-02-23 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Jarkko Hietaniemi The subtests 28 and 31 were wrong. Tightened also...
2000-02-22 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-22 Gurusamy Sarathy allow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-19 Gurusamy Sarathy tests, doc tweak (from Gisle Aas)
2000-02-19 Gurusamy Sarathy fix bug in backtracking optimizer (from Makoto Ishisone
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-19 Gurusamy Sarathy some fixes for mingw32/GCC (SETERRNO() still appears to
2000-02-18 Gurusamy Sarathy stronger testcase for change#5126
2000-02-18 Gurusamy Sarathy make /\S/ match the same things /[\S]/ matches; likewis...
2000-02-17 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-17 Gurusamy Sarathy fix test that depends on op_dump() output
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-15 Gurusamy Sarathy fix misoptimization of C<my($x,$y); $x = $y = 1 + ...
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-10 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-10 Gurusamy Sarathy formline() could wipe out readonly-ness, freeing constants
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-04 Gurusamy Sarathy OS/2 build fixups from Ilya Zakharevich
2000-02-04 Gurusamy Sarathy fix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-01-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-27 Gurusamy Sarathy document unimplemented status of forking pipe open...
2000-01-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathy tweak exports list on Windows
2000-01-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-26 Gurusamy Sarathy change#3744 should have made grep more like map instead...
2000-01-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-22 Gurusamy Sarathy fix deeply nested closures that have no references...
2000-01-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-18 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-01-17 Jarkko Hietaniemi Add -D_GNU_SOURCE into ccflags for gcc (for now to...
2000-01-13 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-11 Gurusamy Sarathy test for change#4792
2000-01-10 Gurusamy Sarathy test tweak
2000-01-10 Gurusamy Sarathy enable fork.t on windows
2000-01-09 Gurusamy Sarathy s/usethreads/use5005threads/g
2000-01-07 Gurusamy Sarathy cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2000-01-05 Ilya Zakharevich Re: minimal m//g matches appear busted
2000-01-02 Gurusamy Sarathy disable optimization in change#3612 for join() and...
2000-01-02 Gurusamy Sarathy fix 4-arg substr() when used as argument to subroutine
1999-12-28 Gurusamy Sarathy range operator does magical string increment iff both...
1999-12-28 Gurusamy Sarathy fix for /(^|a)b/ breakage from Ilya Zakharevich
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-17 Gurusamy Sarathy test case for change#4694
1999-12-17 Gurusamy Sarathy fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakha...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-02 Gurusamy Sarathy fixes for bugs in change#4586 and OS/2 pod tweak, from...
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy email address changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-14 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-14 Gurusamy Sarathy fix bug in change#4515 (STOP blocks now see @ARGV like...
1999-11-13 Jarkko Hietaniemi Change #4576 accidentally leaked also parts of
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy revert non-kosher parts of change#4562 (sort order...
1999-11-13 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-11-13 Peter Prymmer was Re: [ID 19991102.003] perl on os390
1999-11-13 Jarkko Hietaniemi Try to fix largefileness so that it "works" without...
1999-11-13 Gurusamy Sarathy integrate cfgperl contents (op.[ch] needed manual resolve)
1999-11-11 Jarkko Hietaniemi Turn on largefileness always if available and
1999-11-01 Ilya Zakharevich Re: [ID 19991026.001] perl segmentation fault report
1999-10-27 Gurusamy Sarathy integrate cfgperl contents into mainline; merge conflicts
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy test in change#4428 needs strict interpretation of...
1999-10-24 Jarkko Hietaniemi test for #2835 (yeah, better later than never)
1999-10-24 Gurusamy Sarathy suppress scalar leak messages for known leaks (from
1999-10-24 Ilya Zakharevich Re: [PATCH 5.005_62] OS/2 improvements
next