summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Collapse)AuthorAgeFilesLines
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-0/+4
| | | | | | | | | | | instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3 p4raw-id: //depot/perl@6483
* [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itselfJeff Okamoto2000-08-011-16/+1
| | | | | Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com> p4raw-id: //depot/perl@6481
* integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-1/+20
|\ | | | | | | | | | | p4raw-link: @6203 on //depot/cfgperl: fecfaeb8bbdf3ab93ea88558d0ee3a60234c5047 p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3 p4raw-id: //depot/perl@6343
| * Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-0/+4
| | | | | | p4raw-id: //depot/cfgperl@6193
| * microperl nits from Simon Cozens.Jarkko Hietaniemi2000-06-011-5/+0
| | | | | | p4raw-id: //depot/cfgperl@6180
| * microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+21
| | | | | | | | | | | | written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174
* | PERL_OBJECT build tweakGurusamy Sarathy2000-07-041-4/+5
|/ | | p4raw-id: //depot/perl@6300
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-0/+6
| | | p4raw-id: //depot/cfgperl@6168
* reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-171-0/+1
| | | p4raw-id: //depot/perl@6108
* On second thoughts frexp() does have two arguments.Jarkko Hietaniemi2000-04-251-3/+3
| | | p4raw-id: //depot/cfgperl@5944
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-11/+27
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-1/+1
| | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816
* Solaris long double fixes from Alan Burlison.Jarkko Hietaniemi2000-03-131-2/+9
| | | p4raw-id: //depot/cfgperl@5687
* continue flogging the string->int conversion ifdefsJarkko Hietaniemi2000-03-121-1/+5
| | | p4raw-id: //depot/cfgperl@5675
* rework change#5664Gurusamy Sarathy2000-03-121-15/+18
| | | | | p4raw-link: @5664 on //depot/perl: 388d3c036745024b7ca2276efc330e632cfbcaa9 p4raw-id: //depot/perl@5668
* fix Strtoul() misdefinition is change#5661Gurusamy Sarathy2000-03-111-3/+3
| | | | | p4raw-link: @5661 on //depot/cfgperl: 55eb892c8d1c2d0317b54696f56f6afb30a62cd1 p4raw-id: //depot/perl@5664
* Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()Jarkko Hietaniemi2000-03-111-3/+6
| | | | | (introduce the latter) instead of bare strtoll()/strtoll(). p4raw-id: //depot/cfgperl@5661
* tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)Gurusamy Sarathy2000-03-111-1/+5
| | | p4raw-id: //depot/perl@5642
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-3/+11
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-9/+10
| | | p4raw-id: //depot/perl@5570
* shup up warnings about dNOOP from gcc with __attribute__ ((unused))Gurusamy Sarathy2000-03-051-10/+9
| | | | | (from Doug MacEachern <dougm@pobox.com>) p4raw-id: //depot/perl@5539
* HP-UX 64-bitness curesJarkko Hietaniemi2000-03-041-0/+6
| | | p4raw-id: //depot/cfgperl@5511
* scratch #5508Jarkko Hietaniemi2000-03-041-6/+0
| | | p4raw-id: //depot/cfgperl@5509
* In HP-UX there is a secret handshake to get strtoll and strtoull.Jarkko Hietaniemi2000-03-041-0/+6
| | | p4raw-id: //depot/cfgperl@5508
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-0/+3
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+4
| | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374
* remove bogus code that caused test failures on HP-UXGurusamy Sarathy2000-02-291-6/+0
| | | p4raw-id: //depot/perl@5369
* more adjustments needed for change#5342 under use5005threadsGurusamy Sarathy2000-02-291-16/+17
| | | | | p4raw-link: @5342 on //depot/perl: ba869debd80c55cfae8e9d4de0991d62f9efcb9b p4raw-id: //depot/perl@5351
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-291-1/+1
|\ | | | | p4raw-id: //depot/perl@5345
| * Put back madvise lost because of a typo.Jarkko Hietaniemi2000-02-281-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5326
* | support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-9/+21
|/ | | p4raw-id: //depot/perl@5342
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-1/+1
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Megalopatch for Configure: Andy's new installation schemes;Jarkko Hietaniemi2000-02-251-1/+1
| | | | | | introduce usefull64bits, beautify and regularize the various type probes; introduce d_lseekproto. p4raw-id: //depot/cfgperl@5253
* Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,js@ddre.dk2000-02-241-6/+24
| | | | | | | | S_IROTH, S_IWOTH, S_IXOTH. To: perl5-porters@perl.org Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk> p4raw-id: //depot/cfgperl@5235
* detypoJarkko Hietaniemi2000-02-211-1/+1
| | | p4raw-id: //depot/cfgperl@5185
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-1/+4
| | | | | | | perl_run() longjmping out) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@5162
* avoid compiler warningsGurusamy Sarathy2000-02-191-8/+7
| | | p4raw-id: //depot/perl@5149
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-191-2/+30
|\ | | | | p4raw-id: //depot/perl@5146
| * HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-2/+2
| | | | | | p4raw-id: //depot/cfgperl@5119
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-0/+28
| | | | | | | | | | | | | | | | (tag :seek), add S_I constants (and functions) (tag :mode); refer only to the SEEK_ of Fcntl, not the ones from POSIX or IO::; add SHUT_ to Socket; get trigonometric functions from Math::Trig instead of POSIX. p4raw-id: //depot/cfgperl@5118
* | some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-0/+21
|/ | | | | add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk> p4raw-id: //depot/perl@5143
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+13
| | | p4raw-id: //depot/perl@5103
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-15/+13
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Guard against accidental long long use.Jarkko Hietaniemi2000-02-111-14/+18
| | | p4raw-id: //depot/cfgperl@5068
* (fake) use of getcwd.Jarkko Hietaniemi2000-02-091-0/+2
| | | p4raw-id: //depot/cfgperl@5047
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-0/+13
| | | p4raw-id: //depot/cfgperl@5044
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-2/+2
| | | p4raw-id: //depot/cfgperl@5043
* HP-UX largefileness doesn't like lseek being redeclared;Jarkko Hietaniemi2000-02-041-3/+2
| | | | | no more USE_LONG_LONG. p4raw-id: //depot/cfgperl@4994
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-041-10/+18
|\ | | | | p4raw-id: //depot/cfgperl@4988
| * patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-10/+18
| | | | | | | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975