| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to deduce NV_MAX. Really should be Configure fodder. | Jarkko Hietaniemi | 2000-08-31 | 1 | -0/+20 |
* | sscanf() may be the only way to read long doubles from strings. | Jarkko Hietaniemi | 2000-08-31 | 1 | -2/+9 |
* | (Mac OS X): Don't #define environ unless PERL_CORE | Wilfredo Sánchez | 2000-08-23 | 1 | -1/+1 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -0/+4 |
* | The numeric locale was reset to "C" by s?printf and never restored. | Christian Kirsch | 2000-08-16 | 1 | -2/+16 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -1/+2 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -0/+4 |
* | [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself | Jeff Okamoto | 2000-08-01 | 1 | -16/+1 |
* | integrate cfgperl changes#6174..6203 into mainline (first of several) | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+20 |
|\ |
|
| * | Signals-be-gone for microperl. | Jarkko Hietaniemi | 2000-06-01 | 1 | -0/+4 |
| * | microperl nits from Simon Cozens. | Jarkko Hietaniemi | 2000-06-01 | 1 | -5/+0 |
| * | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+21 |
* | | PERL_OBJECT build tweak | Gurusamy Sarathy | 2000-07-04 | 1 | -4/+5 |
|/ |
|
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -0/+6 |
* | reenable fake signal handling on Windows, bugs and all | Gurusamy Sarathy | 2000-05-17 | 1 | -0/+1 |
* | On second thoughts frexp() does have two arguments. | Jarkko Hietaniemi | 2000-04-25 | 1 | -3/+3 |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -11/+27 |
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
* | Solaris long double fixes from Alan Burlison. | Jarkko Hietaniemi | 2000-03-13 | 1 | -2/+9 |
* | continue flogging the string->int conversion ifdefs | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+5 |
* | rework change#5664 | Gurusamy Sarathy | 2000-03-12 | 1 | -15/+18 |
* | fix Strtoul() misdefinition is change#5661 | Gurusamy Sarathy | 2000-03-11 | 1 | -3/+3 |
* | Use Atof() instead of bare strtod(); ditto for Atol()/Atoul() | Jarkko Hietaniemi | 2000-03-11 | 1 | -3/+6 |
* | tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>) | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+5 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+11 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -9/+10 |
* | shup up warnings about dNOOP from gcc with __attribute__ ((unused)) | Gurusamy Sarathy | 2000-03-05 | 1 | -10/+9 |
* | HP-UX 64-bitness cures | Jarkko Hietaniemi | 2000-03-04 | 1 | -0/+6 |
* | scratch #5508 | Jarkko Hietaniemi | 2000-03-04 | 1 | -6/+0 |
* | In HP-UX there is a secret handshake to get strtoll and strtoull. | Jarkko Hietaniemi | 2000-03-04 | 1 | -0/+6 |
* | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 1 | -0/+3 |
* | Add libsunmath (long double math library for Solaris, | Jarkko Hietaniemi | 2000-02-29 | 1 | -0/+4 |
* | remove bogus code that caused test failures on HP-UX | Gurusamy Sarathy | 2000-02-29 | 1 | -6/+0 |
* | more adjustments needed for change#5342 under use5005threads | Gurusamy Sarathy | 2000-02-29 | 1 | -16/+17 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
|\ |
|
| * | Put back madvise lost because of a typo. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+1 |
* | | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -9/+21 |
|/ |
|
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
* | Megalopatch for Configure: Andy's new installation schemes; | Jarkko Hietaniemi | 2000-02-25 | 1 | -1/+1 |
* | Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP, | js@ddre.dk | 2000-02-24 | 1 | -6/+24 |
* | detypo | Jarkko Hietaniemi | 2000-02-21 | 1 | -1/+1 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+4 |
* | avoid compiler warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -8/+7 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+30 |
|\ |
|
| * | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 1 | -2/+2 |
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 1 | -0/+28 |
* | | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+21 |
|/ |
|
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+13 |
* | megalomaniac 64-bit update: most importantly, | Jarkko Hietaniemi | 2000-02-12 | 1 | -15/+13 |
* | Guard against accidental long long use. | Jarkko Hietaniemi | 2000-02-11 | 1 | -14/+18 |