summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* UINT64_C() work continues.Jarkko Hietaniemi2000-11-151-1/+0
* SOCKS has its own USE_THREADS, based onJens Hamisch2000-11-151-0/+12
* Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-141-4/+26
* Typos in #7667.Jarkko Hietaniemi2000-11-131-2/+2
* Cleanup messy #ifdef.Jarkko Hietaniemi2000-11-131-1/+5
* Locales support (setlocale) fixesVadim Konovalov2000-11-041-11/+5
* The reëntrant version shouldn't be needed unless USE_PURE_BISON.Jarkko Hietaniemi2000-10-281-4/+0
* [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be definedJens Hamisch2000-10-271-0/+4
* Don't write double values through long double pointers,Jens Hamisch2000-10-201-4/+3
* In Amdahl UTS "struct sv" is defined by a system header,Jarkko Hietaniemi2000-10-131-1/+6
* IVs in mtatsIlya Zakharevich2000-10-131-11/+12
* Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) definesJarkko Hietaniemi2000-10-031-2/+6
* Epoc updateOlaf Flebbe2000-10-031-1/+1
* Fix aliasing of tied filehandlesDaniel Chetlin2000-10-021-0/+1
* continued -Wformat supportRobin Barker2000-09-141-1/+22
* Try to deduce NV_MAX. Really should be Configure fodder.Jarkko Hietaniemi2000-08-311-0/+20
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-2/+9
* (Mac OS X): Don't #define environ unless PERL_COREWilfredo Sánchez2000-08-231-1/+1
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-0/+4
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-2/+16
* Re: [PATCH] @+, @- readonlyMike Guy2000-08-141-1/+2
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-0/+4
* [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itselfJeff Okamoto2000-08-011-16/+1
* integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-1/+20
|\
| * Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-0/+4
| * microperl nits from Simon Cozens.Jarkko Hietaniemi2000-06-011-5/+0
| * microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+21
* | PERL_OBJECT build tweakGurusamy Sarathy2000-07-041-4/+5
|/
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-0/+6
* reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-171-0/+1
* On second thoughts frexp() does have two arguments.Jarkko Hietaniemi2000-04-251-3/+3
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-11/+27
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-1/+1
* Solaris long double fixes from Alan Burlison.Jarkko Hietaniemi2000-03-131-2/+9
* continue flogging the string->int conversion ifdefsJarkko Hietaniemi2000-03-121-1/+5
* rework change#5664Gurusamy Sarathy2000-03-121-15/+18
* fix Strtoul() misdefinition is change#5661Gurusamy Sarathy2000-03-111-3/+3
* Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()Jarkko Hietaniemi2000-03-111-3/+6
* tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)Gurusamy Sarathy2000-03-111-1/+5
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-3/+11
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-9/+10
* shup up warnings about dNOOP from gcc with __attribute__ ((unused))Gurusamy Sarathy2000-03-051-10/+9
* HP-UX 64-bitness curesJarkko Hietaniemi2000-03-041-0/+6
* scratch #5508Jarkko Hietaniemi2000-03-041-6/+0
* In HP-UX there is a secret handshake to get strtoll and strtoull.Jarkko Hietaniemi2000-03-041-0/+6
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-0/+3
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+4
* remove bogus code that caused test failures on HP-UXGurusamy Sarathy2000-02-291-6/+0
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-16/+17
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-291-1/+1
|\