This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] typemap =~ s/croak/Perl_croak/
[perl5.git] / ext /
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.
2000-11-13 Nicholas ClarkRe: [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-13 Nicholas Clark[ID 20001112.006] IO::Seekable::getpos doesn't check...
2000-11-12 Nicholas ClarkMany subdocumented return values of the IO extension...
2000-11-11 Jarkko HietaniemiAdd more encoding tables.
2000-11-09 Eric FiferMissing dTHXs.
2000-11-08 Jarkko HietaniemiA missing aTHX_.
2000-11-07 Jarkko HietaniemiBe more robust in Dynaloader.pm.
2000-11-07 kipp@shonanblue... Fake support of holey files in win/dosish platforms.
2000-11-05 PixelUse -dM for gcc (the suggested patch did it only for...
2000-11-05 Jarkko HietaniemiUpgrade to Storable 1.0.6, from Raphael Manfredi.
2000-11-03 Jarkko HietaniemiThe #7521 touched things it shouldn't have.
2000-11-02 Andreas KönigTest::Harness revealed buglets in the new DynaLoader.
2000-11-01 Jarkko HietaniemiMore tweaking on the #7522 theme.
2000-11-01 Jarkko HietaniemiExpand %Config variables and %ENV variables only if
2000-11-01 Garry T. WilliamsMake the POSIX::setuid and POSIX::setgid to really...
2000-11-01 Jarkko HietaniemiC.pm part of
2000-11-01 Jarkko HietaniemiMore AIX lore.
2000-11-01 Jarkko HietaniemiDo not cleanup *% because the % has special meanings...
2000-10-31 Peter Prymmeradd three new EBCDIC Encode-ings && many tests
2000-10-31 Peter Prymmergeneralize AIX ccversion hack for re extension
2000-10-27 Jarkko HietaniemiUpgrade to Storable 1.0.5, from Raphael Manfredi.
2000-10-26 Hugo van der SandenRe: [PATCH 5.6.0]Add non-blocking thread doneness checking
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
2000-10-25 Peter PrymmerAIX is picky about its symbol exports. Solution for now
2000-10-24 Andreas KönigFix the bug reported in
2000-10-24 Raphael ManfrediReplace #7409 with
2000-10-23 Peter J. Farley IIIAvoid Storable locking on DJGPP for now.
2000-10-22 John Tobeyripples from constsub patch
2000-10-22 Nicholas ClarkPATCH $Config::Config{ldlibpthname} in ext/DynaLoader...
2000-10-22 Hugo van der Sanden-MO=C falls over on package <none>
2000-10-21 Jarkko HietaniemiFix for ID 20000915.011, IO::Select warning for an...
2000-10-20 Charles BaileySYN SYN
2000-10-19 Jarkko HietaniemiFix of sorts for bug id 20000901.092. There seems...
2000-10-18 H.Merijn BrandPod patch for Devel::Peek
next