summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-5/+16
* Integrate with Nick.Jarkko Hietaniemi1999-08-161-1/+6
|\
| * New lightweight Carp has a require. If Carp is used in a __DIE__ handlerNick Ing-Simmons1999-08-141-1/+6
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-021-0/+147
| |\
| * \ integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-012-16/+41
| |\ \
| * | | More optimizations to REx engineIlya Zakharevich1999-08-011-0/+20
| * | | integrate cfgperl changes into mainlineGurusamy Sarathy1999-07-291-13/+36
| |\ \ \
* | | | | Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-162-11/+48
* | | | | Catch the case of filesize limits.Jarkko Hietaniemi1999-08-141-16/+31
* | | | | Don't quit before printing out the message.Jarkko Hietaniemi1999-08-131-3/+3
* | | | | Make the 64-bit tests more paranoid.Jarkko Hietaniemi1999-08-131-30/+35
* | | | | st_blocks is in 512 byte blocks.Jarkko Hietaniemi1999-08-121-2/+3
* | | | | Simply exit() early if lfs support seems unlikely.Jarkko Hietaniemi1999-08-121-2/+2
* | | | | Minor niggles on the lfs tests.Jarkko Hietaniemi1999-08-121-4/+6
* | | | | Don't bother with lfs testing if off_t is too small.Jarkko Hietaniemi1999-08-111-0/+6
* | | | | Add a hopefully comforting message if there seems to be no LFS. Jarkko Hietaniemi1999-08-111-11/+33
* | | | | Add sysio large file support testing.Jarkko Hietaniemi1999-08-112-54/+27
* | | | | LFS testing robustness.Jarkko Hietaniemi1999-08-101-16/+71
* | | | | Large file support testing.Jarkko Hietaniemi1999-08-102-2/+86
* | | | | Fix regex charclass parsing so that bogus rangesJarkko Hietaniemi1999-08-051-0/+4
* | | | | The op/filetest.t failed subtest 7 if testing as root.François Désarménien1999-08-031-2/+4
| |_|_|/ |/| | |
* | | | Fix printf %D %U %O for quads.Jarkko Hietaniemi1999-08-021-6/+19
* | | | More 64-bit fixing. One known bug of that kindJarkko Hietaniemi1999-08-021-0/+134
* | | | Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-0/+20
| |_|/ |/| |
* | | Integer overflow iteration.Jarkko Hietaniemi1999-07-311-1/+4
* | | Test oct() at the 2^32-1 limit.Jarkko Hietaniemi1999-07-311-1/+8
* | | Repent and make overly large integerishJarkko Hietaniemi1999-07-291-15/+20
* | | AIX exhibits different error on failed system().Jarkko Hietaniemi1999-07-291-1/+11
| |/ |/|
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-282-2/+10
|\ \ | |/
| * cosmetic testsuite patchGraham Barr1999-07-282-2/+10
* | Test hex('x...').Jarkko Hietaniemi1999-07-271-1/+6
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-13/+31
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-261-1/+17
|\ \ | |/
| * (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-1/+17
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-253-3/+23
|\ \ | |/
| * fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-251-0/+1
| * applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+8
| * avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-3/+14
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-185-4/+111
|\ \ | |/
| * [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enoughPeter Prymmer1999-07-182-2/+74
| * remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-181-1/+22
| * fix vec() on magic valuesIan Phillipps1999-07-171-0/+12
| * make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-1/+3
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-111-1/+62
|\ \ | |/
| * change#3612 was buggy and failed to build Tk; applied Ilya'sGurusamy Sarathy1999-07-111-1/+62
| * integrate cfgperl contentsGurusamy Sarathy1999-07-073-12/+39
| |\
| * | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-071-2/+4
| * | applied new parts of suggested patchCharles Bailey1999-07-072-1/+9
* | | Integrate with Sarathy. perldiag.pod required manual editing.Jarkko Hietaniemi1999-07-072-2/+12
| |/ |/|
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-063-12/+39