summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-041-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 aGurusamy Sarathy2000-02-011-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 MULTIPLICITYGurusamy Sarathy2000-01-241-4/+6
| | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-231-0/+2
|\ | | | | p4raw-id: //depot/perl@4850
| * Add NV_PRESERVES_UV.Jarkko Hietaniemi2000-01-191-0/+2
| | | | | | p4raw-id: //depot/cfgperl@4819
* | add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-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 exposeJarkko Hietaniemi2000-01-171-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 Hietaniemi2000-01-161-1/+1
| | | p4raw-id: //depot/cfgperl@4809
* Know strtoll.Jarkko Hietaniemi2000-01-161-4/+9
| | | p4raw-id: //depot/cfgperl@4808
* Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-151-12/+26
| | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805
* check for USE_ITHREADS sanity was too restrictiveGurusamy Sarathy2000-01-101-4/+7
| | | p4raw-id: //depot/perl@4790
* useithreads needs usemultiplicityGurusamy Sarathy2000-01-101-0/+4
| | | p4raw-id: //depot/perl@4778
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-1/+2
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-091-0/+11
| | | | | slightly altered) p4raw-id: //depot/perl@4771
* integrate utfperl contents into mainlineGurusamy Sarathy1999-12-281-6/+7
|\ | | | | p4raw-id: //depot/perl@4726
| * integrate mainline contentsGurusamy Sarathy1999-12-281-5/+7
| |\ | |/ |/| p4raw-id: //depot/utfperl@4725
* | bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-5/+7
| | | | | | p4raw-id: //depot/perl@4704
| * support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-1/+6
| | | | | | p4raw-id: //depot/utfperl@4705
| * integrate mainline contents into utfperlGurusamy Sarathy1999-12-231-0/+1
| |\ | |/ |/| p4raw-id: //depot/utfperl@4703
* | avoid coredump on diagnostics when STDERR is closedGurusamy Sarathy1999-12-161-0/+1
| | | | | | p4raw-id: //depot/perl@4680
* | apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-0/+1
| | | | | | | | | | | | | | | | in it (see change#4622) p4raw-link: @4622 on //depot/perl: 34baa6c30415f54e9b8c2e622de1e229cf36d781 p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 p4raw-id: //depot/perl@4669
* | typos in change#4660Gurusamy Sarathy1999-12-071-2/+2
| | | | | | | | | | p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae p4raw-id: //depot/perl@4661
* | allow IRIX 6.5 to build perl (from Helmut JarauschGurusamy Sarathy1999-12-061-1/+7
| | | | | | | | | | <jarausch@igpm.rwth-aachen.de>) p4raw-id: //depot/perl@4659
* | make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-1/+1
| | | | | | p4raw-id: //depot/perl@4641
* | revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-1/+0
| | | | | | | | | | p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 p4raw-id: //depot/perl@4622
* | applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+1
| | | | | | | | | | | | Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] First char cognizance p4raw-id: //depot/perl@4618
* | avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-011-0/+3
| | | | | | p4raw-id: //depot/perl@4609
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-73/+30
| | | | | | p4raw-id: //depot/perl@4602
* | Undef printf before redirecting it to PerlIO_stdoutf.Chip Salzenberg1999-11-191-0/+1
| | | | | | | | | | (Avoids an irritating warning when compiling with PerlIO.) p4raw-id: //depot/perl@4599
* | cosmetic tweaksGurusamy Sarathy1999-11-141-10/+10
| | | | | | p4raw-id: //depot/perl@4584