| Commit message (Expand) | Author | Age | Files | Lines |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -14/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-31 | 1 | -1/+5 |
|\ |
|
| * | Add HAS_QUAD ($Config{d_quad}); use it. | Jarkko Hietaniemi | 1999-10-30 | 1 | -1/+5 |
* | | remove unused struct Outrec | Gurusamy Sarathy | 1999-10-31 | 1 | -7/+0 |
|/ |
|
* | Continue what #4494 started; introduce uid and gid formats. | Jarkko Hietaniemi | 1999-10-29 | 1 | -81/+3 |
* | Move the IV, UV, I8, U8, ..., and NV to metaconfig | Jarkko Hietaniemi | 1999-10-29 | 1 | -47/+10 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-29 | 1 | -1/+1 |
|\ |
|
| * | usurp GVOP slot for new PADOP (one small step to making optree | Gurusamy Sarathy | 1999-10-29 | 1 | -1/+1 |
* | | Remove quad logic from perl.h; regen Configure; | Jarkko Hietaniemi | 1999-10-29 | 1 | -101/+8 |
* | | Fix printing of uids and gids; regen Configure. | Jarkko Hietaniemi | 1999-10-28 | 1 | -2/+95 |
|/ |
|
* | integrate cfgperl contents into mainline; merge conflicts | Gurusamy Sarathy | 1999-10-27 | 1 | -49/+64 |
|\ |
|
| * | Remove unused "squatter" symbols; regen Configure. | Jarkko Hietaniemi | 1999-10-27 | 1 | -14/+0 |
| * | Regen Configure. | Jarkko Hietaniemi | 1999-10-27 | 1 | -12/+0 |
| * | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 1 | -46/+50 |
| |\ |
|
| * | | Nosuid checking for statfs() people: from Spider Boardman. | Jarkko Hietaniemi | 1999-10-27 | 1 | -0/+34 |
| * | | Revert #4457 for more investigation. | Jarkko Hietaniemi | 1999-10-26 | 1 | -12/+1 |
| * | | Add getmnt() to nosuid checking. | Jarkko Hietaniemi | 1999-10-26 | 1 | -1/+12 |
| * | | Long double support: sqrtl et al are not available everywhere, | Jarkko Hietaniemi | 1999-10-19 | 1 | -35/+38 |
* | | | patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not | Gurusamy Sarathy | 1999-10-27 | 1 | -4/+4 |
| |/
|/| |
|
* | | more GCC v2.95 induced adjustments | Gurusamy Sarathy | 1999-10-27 | 1 | -46/+46 |
* | | Re: [PATCH 5.005_62] OS/2 improvements | Ilya Zakharevich | 1999-10-24 | 1 | -0/+4 |
|/ |
|
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -8/+8 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -1/+3 |
* | While awaiting a good test program to detect the broken gcc. | Thomas Conté | 1999-10-09 | 1 | -3/+12 |
* | remove kludgey duplicate background error avoidance (caused | Gurusamy Sarathy | 1999-10-08 | 1 | -2/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 1 | -0/+16 |
|\ |
|
| * | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -0/+16 |
* | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+7 |
|/ |
|
* | Add usemorebits and uselfs. | Jarkko Hietaniemi | 1999-09-20 | 1 | -10/+6 |
* | Not that UVSIZE normally differs that much from IVSIZE... | Jarkko Hietaniemi | 1999-09-14 | 1 | -1/+1 |
* | Scan always for <pthread.h>. | Jarkko Hietaniemi | 1999-09-13 | 1 | -2/+4 |
* | Applying change #4136 manually introduced patch residue. | Jarkko Hietaniemi | 1999-09-13 | 1 | -10/+10 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -9/+23 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -1/+13 |
* | HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX. | Daniel S. Lewart | 1999-09-07 | 1 | -1/+5 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-06 | 1 | -4/+2 |
|\ |
|
| * | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -4/+2 |
| * | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-04 | 1 | -20/+55 |
| |\
| |/
|/| |
|
* | | Comment upgrading: the quad situation isn't quite as | Jarkko Hietaniemi | 1999-09-04 | 1 | -12/+7 |
* | | Turn on USE_64_BIT_OFFSETS implicitly. | Jarkko Hietaniemi | 1999-09-03 | 1 | -1/+7 |
* | | [ID 19990821.001] [PATCH] perl5.005_60 cygwin port | Fifer, Eric | 1999-09-01 | 1 | -1/+1 |
* | | [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1 | Dominic Dunlop | 1999-09-01 | 1 | -0/+4 |
* | | IV_DIG and NV_DIG fixes. | Jarkko Hietaniemi | 1999-09-01 | 1 | -4/+10 |
* | | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+2 |
* | | Remove an extra #endif introduced by #4036. | Jarkko Hietaniemi | 1999-08-29 | 1 | -1/+0 |
* | | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -1/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-08-29 | 1 | -23/+38 |
|\ \
| |/ |
|
| * | deadcode removal | Gurusamy Sarathy | 1999-08-29 | 1 | -13/+0 |
| * | DEBUG_m() adjusted to internalize dTHX | Gurusamy Sarathy | 1999-08-20 | 1 | -1/+4 |
| * | update Changes | Gurusamy Sarathy | 1999-08-20 | 1 | -2/+4 |