p5sagit/p5-mst-13.2.git
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Turn off gcc-2.95's strict-alias optimization.
1999-08-29 Jarkko Hietaniemi Fix a typo in #4036.
1999-08-29 Jarkko Hietaniemi Add a missing #endif forgotten by #4035.
1999-08-29 Jarkko Hietaniemi Remove an extra #endif introduced by #4036.
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-29 Jarkko Hietaniemi Create the equivalence tables based on
1999-08-29 Jarkko Hietaniemi Integrate with Sarathy.
1999-08-29 Jarkko Hietaniemi Implement 64-bit vec().
1999-08-29 Gurusamy Sarathy deadcode removal
1999-08-28 Robin Barker [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
1999-08-26 Gurusamy Sarathy new thread should set current interp in TLS
1999-08-20 Gurusamy Sarathy update Changes
1999-08-20 Gurusamy Sarathy perl_free() should use PerlMem_free()
1999-08-20 Gurusamy Sarathy win32 tweaks
1999-08-20 Gurusamy Sarathy DEBUG_m() adjusted to internalize dTHX
1999-08-20 Gurusamy Sarathy make autogenerated files writable
1999-08-20 Gurusamy Sarathy update Changes
1999-08-20 Gurusamy Sarathy up patchlevel &c
1999-08-20 Gurusamy Sarathy add missing Is/Syl*.pl files
1999-08-20 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-19 Jarkko Hietaniemi Tighten the vec() code so that naughty BITS cause an...
1999-08-19 Jarkko Hietaniemi Don't document ill-defined vec() bits cases
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-18 Jarkko Hietaniemi Warn about small spherical distances.
1999-08-17 Jarkko Hietaniemi Enhance IV_FITS_IN_IV (though it's still unused).
1999-08-17 Andreas König overload.pm str/num confu
1999-08-17 Randal L. Schwartz [ID 19990816.006] small patch to perlobj.pod from 5...
1999-08-16 Jarkko Hietaniemi Integrate with Nick.
1999-08-16 Larry W. Virden Fix most of the pod2man moanings reported in
1999-08-16 Jarkko Hietaniemi A fix of sorts for the flush-before-dup scenario.
1999-08-16 Jarkko Hietaniemi More paranoia.
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-16 Jarkko Hietaniemi More Configure/subconfigure.com syncing.
1999-08-14 Jarkko Hietaniemi Remove from VMS what the change #3982 took away from...
1999-08-14 Jarkko Hietaniemi Small test tweaks.
1999-08-14 Jarkko Hietaniemi Augment filesize limit note.
1999-08-14 Jarkko Hietaniemi Note about filesize limits.
1999-08-14 Jarkko Hietaniemi Catch the case of filesize limits.
1999-08-14 Nick Ing-Simmons New lightweight Carp has a require. If Carp is used...
1999-08-13 Craig A. Berry fix MM_VMS.pm for space-delimited lists
1999-08-13 Jarkko Hietaniemi Don't quit before printing out the message.
1999-08-13 Jarkko Hietaniemi Remove more t/ trash on target "clean".
1999-08-13 Jarkko Hietaniemi Avoid double long double.
1999-08-13 Jarkko Hietaniemi BYTEORDER fix.
1999-08-13 Jarkko Hietaniemi Jumbo Configure and large file support update.
1999-08-13 Jarkko Hietaniemi Retract change #3977 (do_open9() adds O_LARGEFILE autom...
1999-08-13 Jarkko Hietaniemi Introduce HAS_LLSEEK.
1999-08-13 Dan Sugalski fix up VMS->unix filename translation a bit
1999-08-13 Jarkko Hietaniemi Make the 64-bit tests more paranoid.
1999-08-13 Jarkko Hietaniemi Use O_LARGEFILE if available.
1999-08-12 Jarkko Hietaniemi IRIX64 needs more -mabi=64 with gcc.
1999-08-12 Jarkko Hietaniemi Reincarnate change #3967, now in more modest form.
1999-08-12 Jarkko Hietaniemi Remove rt from libswanted (I added it many moons ago
1999-08-12 Jarkko Hietaniemi st_blocks is in 512 byte blocks.
1999-08-12 Jarkko Hietaniemi Don't claim defeat too early.
1999-08-12 Jarkko Hietaniemi IRIX 64-bit hint tweak.
1999-08-12 Nick Ing-Simmons Turn of deprecated warnings for defined(@Sompack::ISA...
1999-08-12 Jarkko Hietaniemi Add Configure -Duselongdouble and add a missing semicolon.
1999-08-12 Jarkko Hietaniemi Simply exit() early if lfs support seems unlikely.
1999-08-12 Jarkko Hietaniemi Suffer silently for unused libraries.
1999-08-12 Jarkko Hietaniemi Update MANIFEST to follow change #3965.
1999-08-12 Jarkko Hietaniemi Regenerate Unicode tables based on new syllable lists
1999-08-12 Jarkko Hietaniemi Remove more spurious casting.
1999-08-12 Jarkko Hietaniemi Minor niggles on the lfs tests.
1999-08-11 Jarkko Hietaniemi Don't bother with lfs testing if off_t is too small.
1999-08-11 Jarkko Hietaniemi Long double patches from Dan Sugalski.
1999-08-11 Mark-Jason... Flush buffer before duplicating file descriptor.
1999-08-11 Craig A. Berry Bypass fsync(NULL) (crashes miniperl compiled with...
1999-08-11 Jarkko Hietaniemi Add a hopefully comforting message if there seems to...
1999-08-11 Jarkko Hietaniemi Unapply an experimental patch that accidentally escaped
1999-08-11 Jarkko Hietaniemi Add sysio large file support testing.
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-08-10 Jarkko Hietaniemi LFS testing robustness.
1999-08-10 Dan Sugalski Pathces to get _60 building on VMS
1999-08-10 Jarkko Hietaniemi AIX is different, again. Now in cc -E output.
1999-08-10 Jarkko Hietaniemi Use Pid_t on pgrp matters.
1999-08-10 Jarkko Hietaniemi Use Pid_t.
1999-08-10 Jarkko Hietaniemi Use Mode_t.
1999-08-10 Jarkko Hietaniemi Small perlbug doc tweaks from Jon Orwant.
1999-08-10 Jarkko Hietaniemi Large file support testing.
1999-08-10 Jarkko Hietaniemi Remove I32 casting from time-related functions.
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-08-10 Phil Lobbes Remove I32 casts from pp_stat, these make stat()
1999-08-10 Jarkko Hietaniemi Remove blathering.
1999-08-09 Jarkko Hietaniemi lexwarn maintenance: new warning class unsafe
1999-08-09 Jarkko Hietaniemi Integrate with Nick.
1999-08-09 Jarkko Hietaniemi Regenerate the Unicode tables after having updated...
1999-08-09 Jarkko Hietaniemi Unicode data updated to be the latest beta of the Unico...
1999-08-09 Jarkko Hietaniemi Ethiopic changes via private email from Daniel Yacob,
1999-08-09 Jarkko Hietaniemi Move the equivalence class creation last.
1999-08-09 Jarkko Hietaniemi Compute equivalence classes (diacritics stripping)...
1999-08-08 Nick Ing-Simmons Will now correctly re-call
1999-08-07 Nick Ing-Simmons Vishal Bhatia <vishalb@my-deja.com>
1999-08-07 Nick Ing-Simmons B::C changes to get simple Tk app. compiling again
1999-08-06 Jarkko Hietaniemi Regen Configure to include change #3915.
1999-08-06 Jarkko Hietaniemi Todo update.
1999-08-06 Jarkko Hietaniemi Character class equivalence tables.
1999-08-06 Jarkko Hietaniemi More Fcntl constants. (This process really needs
next