This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clean up a few core dumps when layers are used in unexpected ways.
[perl5.git] / ext /
2001-02-08 Charles BaileyAdd header for LIB$ prototypes (C. Berry)
2001-02-08 Charles BaileySYN SYN
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-02-01 Olaf FlebbeWatch out for cross compiling for EPOC (usually done...
2001-01-24 Charles BaileySYN SYN
2001-01-23 Jarkko HietaniemiA bug introduced in #8217 (the undefined variable in the
2001-01-23 Jarkko Hietaniemiprint() instead of warn() so that stderr doesn't get
2001-01-22 Nick Ing-SimmonsMore messing with Encode:
2001-01-22 Nick Ing-SimmonsChange file-of-files command line from -F to -f to...
2001-01-21 Nick Ing-SimmonsSwitch "compiled in" encodings to .ucm format.
2001-01-21 Nick Ing-SimmonsEncode cleanup.
2001-01-21 Nick Ing-SimmonsWarn and set errno when open(...,":encoding(xxxxx)...
2001-01-20 Peter Prymmerminor typos in some dl_$foo.xs files
2001-01-20 Peter Prymmerpartial support for dynaloading on OS/390
2001-01-16 Stephen McCamantRe: Eliminate op_children
2001-01-15 Jarkko Hietaniemi(Replaced by #8448) More op_children traces (cleanup...
2001-01-15 Jarkko Hietaniemi(Replaced by #8448) Traces of op_children (cleanup...
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-13 Nick Ing-SimmonsVMS friendly patch to Encode compile process
2001-01-13 Stephen McCamantRe: B::Concise -- an improved replacement for B::Terse
2001-01-13 Jarkko HietaniemiThe B::Terse drop-in replacement wasn't quite drop-in.
2001-01-12 Robin Barker-Wformat
2001-01-12 Stephen McCamantB::Concise -- an improved replacement for B::Terse
2001-01-10 Jarkko HietaniemiAdd ReuseAddr as a (preferred) alias for Reuse as we...
2001-01-10 Jeremy D. Zawodnyadd ReusePort option to IO::Socket::INET for better...
2001-01-10 Jeremy D. Zawodnyadd SO_REUSEPORT to export list in Socket.pm for better...
2001-01-10 Charles LaneOpcode.XS, fix memory leak
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Jarkko HietaniemiReplace #6721, GDBM, system malloc, and LEAKTEST.
2001-01-04 Jarkko HietaniemiDB3 NDBM/ODBM emulation tweaks from Stanislav Brabec...
2001-01-04 Jarkko HietaniemiTypo in #8312 when manually applying a problematic...
2001-01-04 Stephen McCamantRe: [PATCH @8269] Continue blocks and B::Deparse
2001-01-04 Stephen McCamantContinue blocks and B::Deparse
2001-01-04 Jarkko HietaniemiUpgrade to Storable 1.0.7, from Raphael Manfredi.
2001-01-02 Jarkko HietaniemiSignedness nit.
2001-01-01 Jarkko HietaniemiIntegrate perlio:
2001-01-01 Nick Ing-SimmonsIntegrate mainline
2001-01-01 Nick Ing-SimmonsMore rigor in UTF-8-ness of Encode's toUnicode
2001-01-01 Jarkko HietaniemiIntegrate perlio:
2001-01-01 Nick Ing-SimmonsLoose the "Loading..." warning.
2000-12-31 Nick Ing-SimmonsFix .ucm reading - forgot a chr()
2000-12-31 Jarkko HietaniemiComment away a diagnostic message as noted by Craig...
2000-12-31 Craig A. Berryext/Encode/Makefile.PL line shortening
2000-12-31 Nick Ing-SimmonsStart of support of ICU-style .ucm files:
2000-12-28 Daniel ChetlinFix B::Terse indentation
2000-12-28 Paul MarquessCall.pm
2000-12-23 Nick Ing-SimmonsEncode's Makefile.PL fix not good for dmake $(MAKEFILE...
2000-12-23 Nick Ing-Simmons"Compiled" encode build cleanup
2000-12-21 Nick Ing-SimmonsRe: Latest tarball doesn't build with threads
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-19 Nick Ing-SimmonsAvoid looking for File::Glob when we don't need it.
2000-12-19 Paul MarquessDB_File-1.75 (was RE: [8104] DB_File)
2000-12-19 Mark J. Reed[ID 20001215.004] Sys::Syslog::xlate doesn't handle...
2000-12-17 Nicholas ClarkFcntl constants speedup
2000-12-15 Charles Lanestuff for caller and _ in Safe::
2000-12-15 Peter Prymmers/use vars qw\(/our(/ for OS/390 extension builds
2000-12-14 Jarkko HietaniemiIntegrate perlio:
2000-12-14 Nick Ing-SimmonsWin32 tweaks to get Encode to build
2000-12-14 Jarkko HietaniemiIntegrate perlio:
2000-12-14 Dominic Dunlop[ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam(...
2000-12-14 H.Merijn Brand[8104] Encode
2000-12-14 H.Merijn Brand[8104] DB_File
2000-12-14 Peter PrymmerRe: Encode/cp1047.enc etc.
2000-12-14 Nick Ing-Simmons"Cold" build correction to Encode's Makefile.PL
2000-12-14 Nick Ing-Simmons"Compiled" encodings.
2000-12-14 Nick Ing-SimmonsIntegrate mainline
2000-12-13 Nick Ing-SimmonsBeginings of compiled encodings - checked in as a snaps...
2000-12-12 Paul MarquessDB_File-1.74
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Jarkko HietaniemiIntegrate perlio:
2000-12-11 Nick Ing-SimmonsFinish 1st pass of "encoding" layer e.g. :
2000-12-11 Simon CozensRe: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2000-12-10 Nick Ing-SimmonsNot merge worthy...
2000-12-10 Jarkko HietaniemiThe walkoptree confusion rages; walkoptree() seems...
2000-12-10 Paul MarquessRE: [ID 20001013.009] DB_File issues warning when setti...
2000-12-08 Jarkko HietaniemiAdd ISO 8859-16 encoding. Not a standard yet but seems...
2000-12-08 Andy Dougherty[ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP...
2000-12-07 Nick Ing-SimmonsChange PerlIO_(get|set)pos to take SV *
2000-12-06 Michael G. Schwern$VERSION crusade, strict, tests, etc... all over lib/
2000-12-06 Michael Stevensthe dTHR hits
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-29 Robert SpierRe: Minor suggestion for Sys::Syslog [PATCH]
2000-11-29 Jarkko HietaniemiAdd the Encoding table format documentation.
2000-11-25 Jarkko HietaniemiUndo #7848. Some of the code seems to use walkoptree(),
2000-11-24 Simon Cozens[ID 20001124.001] B exports "walkoptree" but does not...
2000-11-23 Jarkko HietaniemiPush Filter::Util::Call one level deeper.
2000-11-23 Craig A. BerryRe: perl@7826
2000-11-22 Jarkko HietaniemiFixes for signedness warnings noticed by VMSperlers.
2000-11-22 Jarkko HietaniemiAdd the Filter::Util::Call 1.04 by Paul Marquess from...
2000-11-22 H.Merijn BrandRe: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706...
2000-11-22 Jarkko HietaniemiNickety nits.
2000-11-20 Jarkko HietaniemiIntegrate perlio:
2000-11-19 Nick Ing-SimmonsWork-round to Perl_deb_nocontext is no longer required
2000-11-19 Nick Ing-SimmonsConfigure GCC/Win32 build -Duseperlio
2000-11-19 Peter J. Farley III[ID 20001118.006] [PATCH] perl@7707 djgpp/config.over...
2000-11-16 Jarkko HietaniemiThe type of the hash_cb() size argument is tricky.
2000-11-15 Jens HamischUse u_int32_t for the size of hash_cb(), not size_t.
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-11-14 Benjamin StuhlFix the re extension building for Win32.
next