Configure nits spotted by Spider Boardman.
[p5sagit/p5-mst-13.2.git] / ext /
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-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-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
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-21 Jarkko Hietaniemi Replace #4596 with the change done in 5.005_03.
1999-11-21 Jarkko Hietaniemi Skip processing a file if the file to be opened is '-'
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Gurusamy Sarathy typos in change#4561 and change#4565
1999-11-13 Paul Moore DynaLoader_pm.PL patch (backslashes in strings)
1999-11-13 Scott Gifford [ID 19991112.004] Bug in IO::Socket (patch included)
1999-11-13 Jarkko Hietaniemi $Config{myarchname} is not a good architecture identifier
1999-11-13 Jarkko Hietaniemi Continue largefileness separation from quadness;
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-06 Jarkko Hietaniemi More printf miscasts flushed out.
1999-11-06 Jarkko Hietaniemi Crushing the remaining %ld guerillas.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy change#4485 didn't do the right thing for B::Bytecode
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-04 Gurusamy Sarathy display BSD license in Glob.pm (for clause #2 conformity)
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy VMS tweak (suggested by Craig A. Berry <craig.berry...
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-23 Jarkko Hietaniemi Fix the printfing nits pointed out by using gcc -Wall and
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Jan Dubois Prevent "Out of memory" error in POSIX's strftime()
1999-10-14 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-14 Gurusamy Sarathy avoid warnings
1999-10-14 Gurusamy Sarathy File::Glob fixes for Windows
1999-10-13 Jarkko Hietaniemi Integrate with Sarathy.
next