summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* (fake) use of getcwd.Jarkko Hietaniemi2000-02-091-0/+2
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-0/+13
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-2/+2
* HP-UX largefileness doesn't like lseek being redeclared;Jarkko Hietaniemi2000-02-041-3/+2
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-041-10/+18
|\
| * patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-10/+18
* | Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-041-3/+9
|/
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+3
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-4/+6
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-231-0/+2
|\
| * Add NV_PRESERVES_UV.Jarkko Hietaniemi2000-01-191-0/+2
* | add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-0/+16
|/
* Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-171-2/+2
* strtoll works better ternary.Jarkko Hietaniemi2000-01-161-1/+1
* Know strtoll.Jarkko Hietaniemi2000-01-161-4/+9
* Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-151-12/+26
* check for USE_ITHREADS sanity was too restrictiveGurusamy Sarathy2000-01-101-4/+7
* useithreads needs usemultiplicityGurusamy Sarathy2000-01-101-0/+4