Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -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 itself | Jeff Okamoto | 2000-08-01 | 1 | -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 Sarathy | 2000-07-11 | 1 | -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 Hietaniemi | 2000-06-01 | 1 | -0/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@6193 | ||||
| * | microperl nits from Simon Cozens. | Jarkko Hietaniemi | 2000-06-01 | 1 | -5/+0 |
| | | | | | | p4raw-id: //depot/cfgperl@6180 | ||||
| * | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -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 tweak | Gurusamy Sarathy | 2000-07-04 | 1 | -4/+5 |
|/ | | | p4raw-id: //depot/perl@6300 | ||||
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -0/+6 |
| | | | p4raw-id: //depot/cfgperl@6168 | ||||
* | reenable fake signal handling on Windows, bugs and all | Gurusamy Sarathy | 2000-05-17 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@6108 | ||||
* | On second thoughts frexp() does have two arguments. | Jarkko Hietaniemi | 2000-04-25 | 1 | -3/+3 |
| | | | p4raw-id: //depot/cfgperl@5944 | ||||
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -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 of | Gurusamy Sarathy | 2000-03-19 | 1 | -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 Hietaniemi | 2000-03-13 | 1 | -2/+9 |
| | | | p4raw-id: //depot/cfgperl@5687 | ||||
* | continue flogging the string->int conversion ifdefs | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+5 |
| | | | p4raw-id: //depot/cfgperl@5675 | ||||
* | rework change#5664 | Gurusamy Sarathy | 2000-03-12 | 1 | -15/+18 |
| | | | | | p4raw-link: @5664 on //depot/perl: 388d3c036745024b7ca2276efc330e632cfbcaa9 p4raw-id: //depot/perl@5668 | ||||
* | fix Strtoul() misdefinition is change#5661 | Gurusamy Sarathy | 2000-03-11 | 1 | -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 Hietaniemi | 2000-03-11 | 1 | -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 Sarathy | 2000-03-11 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@5642 | ||||
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+11 |
| | | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628 | ||||
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -9/+10 |
| | | | p4raw-id: //depot/perl@5570 | ||||
* | shup up warnings about dNOOP from gcc with __attribute__ ((unused)) | Gurusamy Sarathy | 2000-03-05 | 1 | -10/+9 |
| | | | | | (from Doug MacEachern <dougm@pobox.com>) p4raw-id: //depot/perl@5539 | ||||
* | HP-UX 64-bitness cures | Jarkko Hietaniemi | 2000-03-04 | 1 | -0/+6 |
| | | | p4raw-id: //depot/cfgperl@5511 | ||||
* | scratch #5508 | Jarkko Hietaniemi | 2000-03-04 | 1 | -6/+0 |
| | | | p4raw-id: //depot/cfgperl@5509 | ||||
* | In HP-UX there is a secret handshake to get strtoll and strtoull. | Jarkko Hietaniemi | 2000-03-04 | 1 | -0/+6 |
| | | | p4raw-id: //depot/cfgperl@5508 | ||||
* | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 1 | -0/+3 |
| | | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484 | ||||
* | Add libsunmath (long double math library for Solaris, | Jarkko Hietaniemi | 2000-02-29 | 1 | -0/+4 |
| | | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374 | ||||
* | remove bogus code that caused test failures on HP-UX | Gurusamy Sarathy | 2000-02-29 | 1 | -6/+0 |
| | | | p4raw-id: //depot/perl@5369 | ||||
* | more adjustments needed for change#5342 under use5005threads | Gurusamy Sarathy | 2000-02-29 | 1 | -16/+17 |
| | | | | | p4raw-link: @5342 on //depot/perl: ba869debd80c55cfae8e9d4de0991d62f9efcb9b p4raw-id: //depot/perl@5351 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
|\ | | | | | p4raw-id: //depot/perl@5345 | ||||
| * | Put back madvise lost because of a typo. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5326 | ||||
* | | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -9/+21 |
|/ | | | p4raw-id: //depot/perl@5342 | ||||
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
| | | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261 | ||||
* | Megalopatch for Configure: Andy's new installation schemes; | Jarkko Hietaniemi | 2000-02-25 | 1 | -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.dk | 2000-02-24 | 1 | -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 | ||||
* | detypo | Jarkko Hietaniemi | 2000-02-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5185 | ||||
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+4 |
| | | | | | | | perl_run() longjmping out) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@5162 | ||||
* | avoid compiler warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -8/+7 |
| | | | p4raw-id: //depot/perl@5149 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+30 |
|\ | | | | | p4raw-id: //depot/perl@5146 | ||||
| * | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@5119 | ||||
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 1 | -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 Sarathy | 2000-02-19 | 1 | -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 Sarathy | 2000-02-15 | 1 | -0/+13 |
| | | | p4raw-id: //depot/perl@5103 | ||||
* | megalomaniac 64-bit update: most importantly, | Jarkko Hietaniemi | 2000-02-12 | 1 | -15/+13 |
| | | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070 | ||||
* | Guard against accidental long long use. | Jarkko Hietaniemi | 2000-02-11 | 1 | -14/+18 |
| | | | p4raw-id: //depot/cfgperl@5068 | ||||
* | (fake) use of getcwd. | Jarkko Hietaniemi | 2000-02-09 | 1 | -0/+2 |
| | | | p4raw-id: //depot/cfgperl@5047 | ||||
* | Add/restore probes for getcwd/mk*temp*/mmap. | Jarkko Hietaniemi | 2000-02-09 | 1 | -0/+13 |
| | | | p4raw-id: //depot/cfgperl@5044 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-08 | 1 | -2/+2 |
| | | | p4raw-id: //depot/cfgperl@5043 | ||||
* | HP-UX largefileness doesn't like lseek being redeclared; | Jarkko Hietaniemi | 2000-02-04 | 1 | -3/+2 |
| | | | | | no more USE_LONG_LONG. p4raw-id: //depot/cfgperl@4994 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-04 | 1 | -10/+18 |
|\ | | | | | p4raw-id: //depot/cfgperl@4988 | ||||
| * | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 1 | -10/+18 |
| | | | | | | | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975 |