regen win32/config*, up version numbers &c.
[p5sagit/p5-mst-13.2.git] / ext /
2000-03-04 Gurusamy Sarathy more whitespace removal (from Michael G Schwern)
2000-03-03 Gurusamy Sarathy /dev/console may not be writable in Syslog.pm (from...
2000-03-02 Charles Bailey YA sync with mainline
2000-03-02 Charles Bailey Make File::Glob more VMS-friendly (Charles Lane)
2000-03-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-01 Gurusamy Sarathy avoid DProf entering dl_unload_file() (from Alan Burlison)
2000-03-01 Gurusamy Sarathy consolidated VMS patches (from Craig A. Berry
2000-03-01 Doug MacEachern Fcntl de-cut-and-pasto.
2000-03-01 Gurusamy Sarathy oops, change#5382 didn't really fix the typo
2000-03-01 Gurusamy Sarathy avoid warning on type-mismatch
2000-03-01 Gurusamy Sarathy fix bug in change#5381
2000-03-01 Gurusamy Sarathy unload extension shared objects when exiting, implemented
2000-02-29 Gurusamy Sarathy more adjustments needed for change#5342 under use5005th...
2000-02-28 Jarkko Hietaniemi More AIX fixes from Steven Hirsch.
2000-02-28 Jarkko Hietaniemi AIX 64-bit patches from Steven Hirsch <hirschs@btv...
2000-02-28 Charles Bailey Integrate mainline
2000-02-28 Charles Bailey Support case-sensitive symbols usage in linker
2000-02-27 Gurusamy Sarathy tweak comment about core glob()
2000-02-26 Jarkko Hietaniemi Rhapsody/Darwin patches from Wilfredo Sanchez.
2000-02-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-25 Gurusamy Sarathy more Compiler tweaks for useithreads
2000-02-24 Jarkko Hietaniemi Remove more cruft from IO.
2000-02-23 Jarkko Hietaniemi Remove &IO::EINPROGRESS now that IO uses Errno anyway
2000-02-23 Jarkko Hietaniemi Streamline #5218 even more.
2000-02-23 Jarkko Hietaniemi Streamline #5218.
2000-02-23 Jarkko Hietaniemi Trying to connect to an already open socket may give...
2000-02-22 Jarkko Hietaniemi Fix prototype conflicts with POSIX.pm.
2000-02-22 Jarkko Hietaniemi Add socklen_t probe; Configure maintenance.
2000-02-22 Gurusamy Sarathy remove vestiges of older attribute syntax
2000-02-22 Gurusamy Sarathy use same treatment for EINVAL as for ETIMEDOUT
2000-02-21 Gurusamy Sarathy detypo
2000-02-21 Gurusamy Sarathy undo accidental delete
2000-02-21 Gurusamy Sarathy get Compiler "working" under useithreads
2000-02-20 Gurusamy Sarathy IO::Socket now sets $!, avoids eval/die (patch from...
2000-02-20 Gurusamy Sarathy mention portability caveat about C<use Errno 'EFOO'>
2000-02-19 Gurusamy Sarathy more B fixups to cope with empty GVs (these can only...
2000-02-19 Gurusamy Sarathy avoid failing on $!{ENOTHERE} (they can always use...
2000-02-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-19 Gurusamy Sarathy POSIX::strftime gets the date wrong (from John Tobey
2000-02-18 Gurusamy Sarathy Compiler fixups from Jan Dubois
2000-02-17 Jarkko Hietaniemi Integrate with Sarathy.
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-16 Gurusamy Sarathy avoid warnings due to redefined NULL
2000-02-15 Jarkko Hietaniemi Probe for <sys/utsname.h>.
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-15 Gurusamy Sarathy add XS version of Sys::Hostname (from Greg Bacon
2000-02-15 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-15 Gurusamy Sarathy fix leaks in *DBM_File; safemalloc()ed things need...
2000-02-14 Jarkko Hietaniemi silly compilers don't know that croak() exits
2000-02-11 Gurusamy Sarathy fix uninitialized memory reads found by purify
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy mention threads status in pod
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-02-06 Gurusamy Sarathy reduce memory consumption of POSIX.pm (from Ilya Zakhar...
2000-02-04 Jarkko Hietaniemi Use <syslog.h>, not <sys/syslog.h>.
2000-02-04 Gurusamy Sarathy avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenn...
2000-02-04 Gurusamy Sarathy Sys::Syslog goes the XS way (from Tom Hughes <tom@compt...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-04 Gurusamy Sarathy OS/2 build fixups from Ilya Zakharevich
2000-01-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-26 Gurusamy Sarathy pod typos and warnings (from Abigail <abigail@delanet...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-26 Jarkko Hietaniemi In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
2000-01-24 Gurusamy Sarathy fix typos; avoid use constant for lowercase constants...
2000-01-24 Gurusamy Sarathy typos in change#4623
2000-01-23 Gurusamy Sarathy DB_File 1.72 update from Paul Marquess <paul.marquess...
2000-01-23 Gurusamy Sarathy s/use vars/our/g modules that aren't independently...
2000-01-23 Gurusamy Sarathy mark some extensions as "special versions" to avoid...
2000-01-21 Gurusamy Sarathy fix bug in dumping self-referential scalars
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-10 Gurusamy Sarathy EPOC port update (from Olaf Flebbe <O.Flebbe@science...
2000-01-07 Gurusamy Sarathy cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2000-01-06 Gurusamy Sarathy add workaround for dlopen() bug on OpenBSD (relative...
2000-01-06 Gurusamy Sarathy fix various C-backend shenanigans
2000-01-05 Gurusamy Sarathy various nits identified by warnings unmasked by recent...
2000-01-05 Gurusamy Sarathy tweak change#4745 to make ebcdic output match for chars...
2000-01-02 Gurusamy Sarathy make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to...
2000-01-02 Gurusamy Sarathy usethreads build fixups for NeXTstep (as suggested...
2000-01-02 Gurusamy Sarathy ebcdic fix for Data::Dumper from Peter Prymmer
1999-12-31 Gurusamy Sarathy missing files in previous submit
1999-12-29 Gurusamy Sarathy make DProf functional under pseudo-fork()
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-28 Gurusamy Sarathy pod edits from Paul Marquess and Mark-Jason Dominus
1999-12-17 Gurusamy Sarathy DynaLoader doesn't build properly when $(DLSRC) changes
1999-12-17 Gurusamy Sarathy add missing new ops
1999-12-17 Gurusamy Sarathy avoid warnings due to symbols unintroduced by XSLoader...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-07 Gurusamy Sarathy typos in change#4546
1999-12-05 Benjamin Stuhl applied somewhat modified version of suggested patch
1999-12-03 Gurusamy Sarathy support -a switch to append bytecode to an existing...
1999-12-03 Gurusamy Sarathy use PerlIO abstraction rather than straight stdio ...
1999-12-03 Gurusamy Sarathy avoid warning in IO::Select::exists() if socket doesn...
1999-12-03 Gurusamy Sarathy add missing file
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-12-02 Paul Moore various File::Glob fixes for DOSISH platforms
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy email address changes
next