summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-1/+2
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-091-0/+11
* integrate utfperl contents into mainlineGurusamy Sarathy1999-12-281-6/+7
|\
| * integrate mainline contentsGurusamy Sarathy1999-12-281-5/+7
| |\ | |/ |/|
* | bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-5/+7
| * support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-1/+6
| * integrate mainline contents into utfperlGurusamy Sarathy1999-12-231-0/+1
| |\ | |/ |/|
* | avoid coredump on diagnostics when STDERR is closedGurusamy Sarathy1999-12-161-0/+1
* | apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-0/+1
* | typos in change#4660Gurusamy Sarathy1999-12-071-2/+2
* | allow IRIX 6.5 to build perl (from Helmut JarauschGurusamy Sarathy1999-12-061-1/+7
* | make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-1/+1
* | revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-1/+0
* | applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+1
* | avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-011-0/+3
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-73/+30
* | Undef printf before redirecting it to PerlIO_stdoutf.Chip Salzenberg1999-11-191-0/+1
* | cosmetic tweaksGurusamy Sarathy1999-11-141-10/+10