summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Put back madvise lost because of a typo.Jarkko Hietaniemi2000-02-281-1/+1
* | support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-9/+21
|/
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-1/+1
* Megalopatch for Configure: Andy's new installation schemes;Jarkko Hietaniemi2000-02-251-1/+1
* Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,js@ddre.dk2000-02-241-6/+24
* detypoJarkko Hietaniemi2000-02-211-1/+1
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-1/+4
* avoid compiler warningsGurusamy Sarathy2000-02-191-8/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-191-2/+30
|\
| * HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-2/+2
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-0/+28
* | some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-0/+21
|/
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+13
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-15/+13
* Guard against accidental long long use.Jarkko Hietaniemi2000-02-111-14/+18