Integrate perlio:
[p5sagit/p5-mst-13.2.git] / ext /
2000-12-11 Jarkko Hietaniemi Integrate perlio:
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-11 Simon Cozens Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-12-10 Jarkko Hietaniemi The walkoptree confusion rages; walkoptree() seems...
2000-12-10 Paul Marquess RE: [ID 20001013.009] DB_File issues warning when setti...
2000-12-08 Jarkko Hietaniemi Add 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-Simmons Change 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 Stevens the dTHR hits
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-29 Robert Spier Re: Minor suggestion for Sys::Syslog [PATCH]
2000-11-29 Jarkko Hietaniemi Add the Encoding table format documentation.
2000-11-25 Jarkko Hietaniemi Undo #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 Hietaniemi Push Filter::Util::Call one level deeper.
2000-11-23 Craig A. Berry Re: perl@7826
2000-11-22 Jarkko Hietaniemi Fixes for signedness warnings noticed by VMSperlers.
2000-11-22 Jarkko Hietaniemi Add the Filter::Util::Call 1.04 by Paul Marquess from...
2000-11-22 H.Merijn Brand Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706...
2000-11-22 Jarkko Hietaniemi Nickety nits.
2000-11-20 Jarkko Hietaniemi Integrate perlio:
2000-11-19 Nick Ing-Simmons Work-round to Perl_deb_nocontext is no longer required
2000-11-19 Nick Ing-Simmons Configure GCC/Win32 build -Duseperlio
2000-11-19 Peter J. Farley III [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over...
2000-11-16 Jarkko Hietaniemi The type of the hash_cb() size argument is tricky.
2000-11-15 Jens Hamisch Use u_int32_t for the size of hash_cb(), not size_t.
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-11-14 Benjamin Stuhl Fix the re extension building for Win32.
2000-11-13 Nicholas Clark Re: [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 Clark Many subdocumented return values of the IO extension...
2000-11-11 Jarkko Hietaniemi Add more encoding tables.
2000-11-09 Eric Fifer Missing dTHXs.
2000-11-08 Jarkko Hietaniemi A missing aTHX_.
2000-11-07 Jarkko Hietaniemi Be more robust in Dynaloader.pm.
2000-11-07 kipp@shonanblue... Fake support of holey files in win/dosish platforms.
2000-11-05 Pixel Use -dM for gcc (the suggested patch did it only for...
2000-11-05 Jarkko Hietaniemi Upgrade to Storable 1.0.6, from Raphael Manfredi.
2000-11-03 Jarkko Hietaniemi The #7521 touched things it shouldn't have.
2000-11-02 Andreas König Test::Harness revealed buglets in the new DynaLoader.
2000-11-01 Jarkko Hietaniemi More tweaking on the #7522 theme.
2000-11-01 Jarkko Hietaniemi Expand %Config variables and %ENV variables only if
2000-11-01 Garry T. Williams Make the POSIX::setuid and POSIX::setgid to really...
2000-11-01 Jarkko Hietaniemi C.pm part of
2000-11-01 Jarkko Hietaniemi More AIX lore.
2000-11-01 Jarkko Hietaniemi Do not cleanup *% because the % has special meanings...
2000-10-31 Peter Prymmer add three new EBCDIC Encode-ings && many tests
2000-10-31 Peter Prymmer generalize AIX ccversion hack for re extension
2000-10-27 Jarkko Hietaniemi Upgrade to Storable 1.0.5, from Raphael Manfredi.
2000-10-26 Hugo van der Sanden Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
2000-10-25 Dan Sugalski Add non-blocking thread doneness checking
2000-10-25 Peter Prymmer AIX is picky about its symbol exports. Solution for now
2000-10-24 Andreas König Fix the bug reported in
2000-10-24 Raphael Manfredi Replace #7409 with
2000-10-23 Peter J. Farley III Avoid Storable locking on DJGPP for now.
2000-10-22 John Tobey ripples from constsub patch
2000-10-22 Nicholas Clark PATCH $Config::Config{ldlibpthname} in ext/DynaLoader...
2000-10-22 Hugo van der Sanden -MO=C falls over on package <none>
2000-10-21 Jarkko Hietaniemi Fix for ID 20000915.011, IO::Select warning for an...
2000-10-20 Charles Bailey SYN SYN
2000-10-19 Jarkko Hietaniemi Fix of sorts for bug id 20000901.092. There seems...
2000-10-18 H.Merijn Brand Pod patch for Devel::Peek
2000-10-13 Ilya Zakharevich Perl API for mstats
2000-10-08 Nick Ing-Simmons Tables assume network byte order for 16 bit forms,...
2000-10-08 Nick Ing-Simmons Make "encodings" work post-install when Encode/*.enc...
2000-10-08 Nick Ing-Simmons Work round the fact that $hash->{$key} does not take...
2000-10-06 Graham Barr IO::Handle->syswrite() did not handle length omission
2000-10-03 Nicholas Clark [ID 20001003.006] B::Debug not -w clean
2000-10-03 Jarkko Hietaniemi Upgrade to Storable 1.0.3, from Raphael Manfredi.
2000-10-02 Nicholas Clark [ID 20000928.002] perlcc & ByteCode.pm option mismatch
2000-10-02 Petter Reinholdtsen SOCK_DGRAM and listen() do not mix as reported in
2000-10-02 Nick Ing-Simmons A few tweaks to get Tk803 to work with Encode scheme.
2000-10-01 Nick Ing-Simmons Add checking cases to Encode's toUnicode and fromUnicode.
2000-10-01 Nick Ing-Simmons Add encoding tables from tcl8.3.2 and perl code in...
2000-09-30 Spider Boardman Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2000-09-15 Spider Boardman Multiplicity & ithreads fix for sv.c/Encode.xs
2000-09-14 Jarkko Hietaniemi Small portability tweaks.
2000-09-14 Jarkko Hietaniemi Fake return to pacify picky compilers.
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 H.Merijn Brand Problems picked up by AIX cc.
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-14 Russ Allbery Re: Two advertising clauses need to be removed
2000-09-13 Jarkko Hietaniemi Add the Encode extension. The code is still largely...
2000-09-12 Calle Dybedahl Allow for whitespace between "#" and "line" in cpp...
2000-09-07 Gisle Aas Make Data::Dumper (non-XS) to work with changed semanti...
2000-09-07 Gisle Aas Modernize Opcode.pm documentation
2000-09-02 Jarkko Hietaniemi Retab MANIFEST.
2000-09-01 Jarkko Hietaniemi Update to Storable 1.0, from Raphael Manfredi.
2000-08-31 Spider Boardman POSIX doesn't report long double values under -Duselong...
2000-08-30 Jarkko Hietaniemi From now on, Gisle is on my list of usual suspects :-)
2000-08-29 Gisle Aas Retry what #6882 attempted.
2000-08-29 Jarkko Hietaniemi Nail the ID 20000828.023.
2000-08-29 Jarkko Hietaniemi Retract #6882, broke the safe tests.
2000-08-29 Gisle Aas [ID 20000829.004] Sharing leak root name into safe...
2000-08-29 Abigail Warnings in B::Deparse
2000-08-29 Lupe Christoph Fix for thinko in #6848.
2000-08-28 Nicholas Clark [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6...
next