Check the alignment of long doubles if they are to be used;
[p5sagit/p5-mst-13.2.git] / t / op /
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-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-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
1999-10-24 Gurusamy Sarathy @INC needs ../lib
1999-10-23 Gurusamy Sarathy fix accidental C modulo semantics on integer-valued...
1999-10-21 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-20 Gurusamy Sarathy add test for change#4417
1999-10-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-17 Gurusamy Sarathy serious bug introduced by G_VOID changes in 5.003_96...
1999-10-14 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-14 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-10-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-12 Gurusamy Sarathy add File::BSDGlob as File::Glob and load it at compile...
1999-10-12 Jarkko Hietaniemi Revert the parts of #3926 that outlawed character ranges
1999-10-12 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-12 Gurusamy Sarathy apply parts of LynxOS patches from Alan Johnson
1999-10-12 Gurusamy Sarathy allow any unpack specifier to take a count via '/'
1999-10-11 Gurusamy Sarathy more pack/unpack documentation (from Ilya Zakharevich...
1999-10-06 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-05 Ilya Zakharevich Re: Strange RE engine breakage in 5_61
1999-10-02 Jarkko Hietaniemi Be understanding about large file systems.
next