Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-20 | 13 | -47/+533 |
|\ | |||||
| * | Integrate with Nick. | Jarkko Hietaniemi | 1999-08-16 | 2 | -17/+6 |
| |\ | |/ |/| | |||||
| * | Batch of small 64-bit/long double/large file support tweaks: | Jarkko Hietaniemi | 1999-08-16 | 3 | -16/+54 |
| * | Small test tweaks. | Jarkko Hietaniemi | 1999-08-14 | 3 | -1/+28 |
| * | Catch the case of filesize limits. | Jarkko Hietaniemi | 1999-08-14 | 2 | -31/+59 |
| * | Don't quit before printing out the message. | Jarkko Hietaniemi | 1999-08-13 | 2 | -6/+6 |
| * | Retract change #3977 (do_open9() adds O_LARGEFILE automagically). | Jarkko Hietaniemi | 1999-08-13 | 1 | -6/+2 |
| * | Make the 64-bit tests more paranoid. | Jarkko Hietaniemi | 1999-08-13 | 1 | -30/+35 |
| * | Use O_LARGEFILE if available. | Jarkko Hietaniemi | 1999-08-13 | 1 | -2/+6 |
| * | st_blocks is in 512 byte blocks. | Jarkko Hietaniemi | 1999-08-12 | 2 | -4/+6 |
| * | Simply exit() early if lfs support seems unlikely. | Jarkko Hietaniemi | 1999-08-12 | 2 | -4/+4 |
| * | Minor niggles on the lfs tests. | Jarkko Hietaniemi | 1999-08-12 | 2 | -8/+10 |
| * | Don't bother with lfs testing if off_t is too small. | Jarkko Hietaniemi | 1999-08-11 | 2 | -0/+12 |
| * | Add a hopefully comforting message if there seems to be no LFS. | Jarkko Hietaniemi | 1999-08-11 | 2 | -22/+66 |
| * | Add sysio large file support testing. | Jarkko Hietaniemi | 1999-08-11 | 3 | -54/+133 |
| * | LFS testing robustness. | Jarkko Hietaniemi | 1999-08-10 | 1 | -16/+71 |
| * | Large file support testing. | Jarkko Hietaniemi | 1999-08-10 | 2 | -2/+86 |
| * | lexwarn maintenance: new warning class unsafe | Jarkko Hietaniemi | 1999-08-09 | 1 | -6/+6 |
| * | Fix regex charclass parsing so that bogus ranges | Jarkko Hietaniemi | 1999-08-05 | 1 | -0/+4 |
| * | RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10 | Paul Marquess | 1999-08-05 | 1 | -1/+24 |
| * | (Replaced by change #3921) | Paul Marquess | 1999-08-04 | 2 | -1/+29 |
| * | Introduce the charnames pragma. | Jarkko Hietaniemi | 1999-08-04 | 1 | -0/+53 |
| * | The op/filetest.t failed subtest 7 if testing as root. | François Désarménien | 1999-08-03 | 1 | -2/+4 |
* | | New lightweight Carp has a require. If Carp is used in a __DIE__ handler | Nick Ing-Simmons | 1999-08-14 | 1 | -1/+6 |
* | | Turn of deprecated warnings for defined(@Sompack::ISA) type | Nick Ing-Simmons | 1999-08-12 | 1 | -16/+0 |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-02 | 4 | -10/+169 |
|\ \ | |/ | |||||
| * | Exact path to perl for open -|. | Jarkko Hietaniemi | 1999-08-02 | 1 | -2/+2 |
| * | Mention that also *BSD systems with glibc are known to stumble. | Jarkko Hietaniemi | 1999-08-02 | 1 | -6/+6 |
| * | Fix printf %D %U %O for quads. | Jarkko Hietaniemi | 1999-08-02 | 1 | -6/+19 |
| * | More 64-bit fixing. One known bug of that kind | Jarkko Hietaniemi | 1999-08-02 | 2 | -2/+148 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-08-02 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 4 | -13/+704 |
| * | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -6/+6 |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-01 | 4 | -80/+72 |
|\ \ | |/ | |||||
| * | Integer overflow iteration. | Jarkko Hietaniemi | 1999-07-31 | 1 | -1/+4 |
| * | Test oct() at the 2^32-1 limit. | Jarkko Hietaniemi | 1999-07-31 | 1 | -1/+8 |
| * | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 3 | -79/+51 |
| * | AIX exhibits different error on failed system(). | Jarkko Hietaniemi | 1999-07-29 | 1 | -1/+11 |
* | | DB_File 1.68 update from Paul Marquess | Gurusamy Sarathy | 1999-08-01 | 3 | -13/+684 |
* | | More optimizations to REx engine | Ilya Zakharevich | 1999-08-01 | 1 | -0/+20 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-07-29 | 4 | -54/+63 |
|\ \ | |/ | |||||
| * | UNIX Domain Sockets are not implemented under QNX. | Norton T. Allen | 1999-07-28 | 1 | -0/+2 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-28 | 2 | -2/+10 |
| |\ | |/ |/| | |||||
| * | Test hex('x...'). | Jarkko Hietaniemi | 1999-07-27 | 1 | -1/+6 |
| * | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 3 | -54/+56 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-27 | 2 | -2/+78 |
| |\ | |||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-26 | 1 | -1/+17 |
| |\ \ | |||||
| * \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-26 | 1 | -3/+14 |
| |\ \ \ | |||||
* | | | | | cosmetic testsuite patch | Graham Barr | 1999-07-28 | 2 | -2/+10 |
| |_|_|/ |/| | | | |||||
* | | | | applied suggested patch; added missing prototype changes to | Ilya Zakharevich | 1999-07-27 | 2 | -2/+78 |
| |_|/ |/| | |