Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / perl.h
2000-06-01 Jarkko Hietaniemi microperl nits from Simon Cozens.
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-05-30 Jarkko Hietaniemi Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-17 Gurusamy Sarathy reenable fake signal handling on Windows, bugs and all
2000-04-25 Jarkko Hietaniemi On second thoughts frexp() does have two arguments.
2000-04-24 Jarkko Hietaniemi Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-14 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-13 Charles Bailey Add vmsish 'hushed' option to suppress error messages...
2000-03-13 Jarkko Hietaniemi Solaris long double fixes from Alan Burlison.
2000-03-12 Jarkko Hietaniemi continue flogging the string->int conversion ifdefs
2000-03-12 Gurusamy Sarathy rework change#5664
2000-03-11 Jarkko Hietaniemi Fixes for #5661.
2000-03-11 Gurusamy Sarathy fix Strtoul() misdefinition is change#5661
2000-03-11 Jarkko Hietaniemi Use Atof() instead of bare strtod(); ditto for Atol...
2000-03-11 Gurusamy Sarathy tweaks for lynxos build (from Ed Mooring <mooring@lynx...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-06 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-03-05 Michael G Schwern sitelib_stem and vendorlib_stem patches from Andy;
2000-03-05 Gurusamy Sarathy shup up warnings about dNOOP from gcc with __attribute_...
2000-03-04 Jarkko Hietaniemi HP-UX 64-bitness cures
2000-03-04 Jarkko Hietaniemi scratch #5508
2000-03-04 Jarkko Hietaniemi In HP-UX there is a secret handshake to get strtoll...
2000-03-03 Jarkko Hietaniemi Introduce i_ieefp because FreeBSD on ix86 needs that
2000-02-29 Jarkko Hietaniemi Add libsunmath (long double math library for Solaris,
2000-02-29 Gurusamy Sarathy remove bogus code that caused test failures on HP-UX
2000-02-29 Gurusamy Sarathy more adjustments needed for change#5342 under use5005th...
2000-02-29 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-28 Jarkko Hietaniemi Put back madvise lost because of a typo.
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-25 Jarkko Hietaniemi Megalopatch for Configure: Andy's new installation...
2000-02-24 js@ddre.dk Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
2000-02-21 Jarkko Hietaniemi detypo
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathy avoid compiler warnings
2000-02-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-16 Jarkko Hietaniemi HP-UX 64-bitness/largefile fixes.
2000-02-16 Jarkko Hietaniemi Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-15 Gurusamy Sarathy provide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-12 Jarkko Hietaniemi megalomaniac 64-bit update: most importantly,
2000-02-11 Jarkko Hietaniemi Guard against accidental long long use.
2000-02-09 Charles Bailey Resync with mainline
2000-02-09 Jarkko Hietaniemi (fake) use of getcwd.
2000-02-09 Jarkko Hietaniemi Add/restore probes for getcwd/mk*temp*/mmap.
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-02-04 Jarkko Hietaniemi HP-UX largefileness doesn't like lseek being redeclared;
2000-02-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-04 Jarkko Hietaniemi Configure megamaintenance. Cppsym (hopefully) final...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
2000-01-23 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-19 Jarkko Hietaniemi Add NV_PRESERVES_UV.
2000-01-17 Jarkko Hietaniemi Add -D_GNU_SOURCE into ccflags for gcc (for now to...
2000-01-16 Jarkko Hietaniemi strtoll works better ternary.
2000-01-16 Jarkko Hietaniemi Know strtoll.
2000-01-15 Jarkko Hietaniemi Metaconfig and Porting patches from Andy; start using...
2000-01-15 Jarkko Hietaniemi Metaconfig and Porting patches from Andy; start using...
2000-01-10 Gurusamy Sarathy check for USE_ITHREADS sanity was too restrictive
2000-01-10 Gurusamy Sarathy useithreads needs usemultiplicity
2000-01-09 Gurusamy Sarathy more changes for new-style version numbers (versions...
2000-01-09 Gurusamy Sarathy Configure changes for new-style version numbers (from...
1999-12-28 Gurusamy Sarathy integrate utfperl contents into mainline
1999-12-28 Gurusamy Sarathy integrate mainline contents
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-12-23 Gurusamy Sarathy integrate mainline contents into utfperl
1999-12-16 Gurusamy Sarathy avoid coredump on diagnostics when STDERR is closed
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy allow IRIX 6.5 to build perl (from Helmut Jarausch
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathy avoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-19 Chip Salzenberg Undef printf before redirecting it to PerlIO_stdoutf.
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-13 Jarkko Hietaniemi Continue largefileness separation from quadness;
1999-11-13 Jarkko Hietaniemi Try to fix largefileness so that it "works" without...
1999-11-11 Jarkko Hietaniemi Turn on largefileness always if available and
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-06 Jarkko Hietaniemi Replace the explicit zeros with NOOPs.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Jarkko Hietaniemi Incremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-31 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-31 Gurusamy Sarathy remove unused struct Outrec
1999-10-30 Jarkko Hietaniemi Add HAS_QUAD ($Config{d_quad}); use it.
1999-10-29 Jarkko Hietaniemi Continue what #4494 started; introduce uid and gid...
next