Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Once again syncing after too long an absence | Charles Bailey | 2001-01-08 | 1 | -56/+125 |
| | | | p4raw-id: //depot/vmsperl@8367 | ||||
* | SYN SYN | Charles Bailey | 2000-10-20 | 1 | -22/+100 |
| | | | p4raw-id: //depot/vmsperl@7375 | ||||
* | YA resync with mainstem, including VMS patches from others | Charles Bailey | 2000-08-04 | 1 | -21/+36 |
| | | | p4raw-id: //depot/vmsperl@6514 | ||||
* | Resync with mainline prior to post-5.6.0 updates | Charles Bailey | 2000-05-23 | 1 | -5/+29 |
| | | | p4raw-id: //depot/vmsperl@6111 | ||||
* | Add vmsish 'hushed' option to suppress error messages at exit | Charles Bailey | 2000-03-13 | 1 | -1/+1 |
| | | | p4raw-id: //depot/vmsperl@5693 | ||||
* | 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 | ||||
* | | Configure megamaintenance. Cppsym (hopefully) final spasms; | Jarkko Hietaniemi | 2000-02-04 | 1 | -3/+9 |
|/ | | | | | | default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. p4raw-id: //depot/cfgperl@4987 | ||||
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -2/+3 |
| | | | | | perlunicode.pod that reflects changes to unicode support so far p4raw-id: //depot/perl@4941 | ||||
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -4/+6 |
| | | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+2 |
|\ | | | | | p4raw-id: //depot/perl@4850 | ||||
| * | Add NV_PRESERVES_UV. | Jarkko Hietaniemi | 2000-01-19 | 1 | -0/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@4819 | ||||
* | | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -0/+16 |
|/ | | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836 | ||||
* | Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | Jarkko Hietaniemi | 2000-01-17 | 1 | -2/+2 |
| | | | | | | | | | the strtold() and qgcvt() prototypes for long doubles, but it should be okay in any case); fix bad assumptions in the test suite about string->float conversions; though the out parameter of strtold() (and strtoll()) is unused, it is nicer to have it in correct type. p4raw-id: //depot/cfgperl@4810 | ||||
* | strtoll works better ternary. | Jarkko Hietaniemi | 2000-01-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@4809 |