p5sagit/p5-mst-13.2.git
2001-03-25 Radu Greab Re: [ID 20010215.006] Bad arg length for Socket::unpack...
2001-03-25 Jarkko Hietaniemi A workaround for using Term::ReadLine in emacs minibuffer
2001-03-25 Jarkko Hietaniemi Roll back the version numbers of Digest::MD5 and MIME...
2001-03-25 Jarkko Hietaniemi Escape 8-bit characters.
2001-03-25 Gurusamy Sarathy readd mimeqp.t as xtext (used to be binary because...
2001-03-25 Gurusamy Sarathy delete mimeqp.t for later add with text mode set
2001-03-25 Jarkko Hietaniemi Add MIME::Base64 here and there. Again, a lot of
2001-03-25 Jarkko Hietaniemi Add PerlIO::Scalar to win32/Makefile. (I'm doing
2001-03-25 Jarkko Hietaniemi Put back the MD5-Base64 tests now that we have MIME...
2001-03-25 Jarkko Hietaniemi Add MIME::Base 2.12 from Gisle Aas, version number...
2001-03-24 Jarkko Hietaniemi Integrate perlio:
2001-03-24 Nick Ing-Simmons Fix un-init variable leading to spurious "Out of Memory!"
2001-03-24 Nick Ing-Simmons Tweak docs for C<open> (boy does that need wholesale...
2001-03-24 Jarkko Hietaniemi The length might be uninitialized garbage if the *svp...
2001-03-24 Simon Cozens (Retracted by #9393)
2001-03-24 Nick Ing-Simmons Integrate mainline.
2001-03-24 Nick Ing-Simmons Integrate mainline.
2001-03-24 Jarkko Hietaniemi Upgrade to Unicode 3.1 beta 2001-03-23.
2001-03-24 Robin Houston Re: B::Deparse bug (5.6.0)
2001-03-24 Jarkko Hietaniemi Boldly add extensions to be built to VMS, EPOC, UTS,
2001-03-24 Jarkko Hietaniemi Integrate perlio:
2001-03-24 Nick Ing-Simmons Routine Win32 regen_config_h - no real changes.
2001-03-24 Nick Ing-Simmons PerlIO fixups for Win32:
2001-03-24 Nick Ing-Simmons POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD...
2001-03-24 Nick Ing-Simmons Generated files.
2001-03-24 Nick Ing-Simmons Implement:
2001-03-23 Jarkko Hietaniemi AIX does seems to have optimization problems with its...
2001-03-23 Jarkko Hietaniemi Integrate perlio:
2001-03-23 Jarkko Hietaniemi Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
2001-03-23 Nick Ing-Simmons Perlio internals re-organized.
2001-03-23 Nick Ing-Simmons Check in a stable (working) version before next round...
2001-03-23 Jarkko Hietaniemi Forgot the unneeded hints/dec_osf.pl into MANIFEST...
2001-03-23 Colin McMillen Net::Ping
2001-03-23 Jarkko Hietaniemi EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
2001-03-23 Jarkko Hietaniemi Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle...
2001-03-23 Jarkko Hietaniemi Integrate change #9306 from maintperl into mainline,
2001-03-23 Nick Ing-Simmons Add pTHX_ to -Duseperlio API where it does not conflict...
2001-03-23 Nick Ing-Simmons Render -Duseperlio functional again.
2001-03-23 Nick Ing-Simmons Avoid "reopen" semantics for time being. Fix bug in...
2001-03-22 Nick Ing-Simmons Snapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-22 Jarkko Hietaniemi Integrate perlio:
2001-03-22 Nick Ing-Simmons Don't include $@ in not ok message.
2001-03-22 Nick Ing-Simmons Give a meaning to '&' in n-arg open case:
2001-03-22 Nick Ing-Simmons Implement open($fh,"-|",prog,args...) for HAS_FORK...
2001-03-22 Nick Ing-Simmons Re-instate warnings for 'eof STDOUT' etc. by marking...
2001-03-22 Nick Ing-Simmons If stdin, stdout or stderr get opened in unexpected...
2001-03-22 Nick Ing-Simmons Die on n-arg open(...,"",xxx,yyy,...)
2001-03-22 Nick Ing-Simmons perlio tweaks (reported by Nicholas Clark)
2001-03-22 Jarkko Hietaniemi Regex tests from Chicheng Zhang. (Already fixed.)
2001-03-21 Jarkko Hietaniemi Integrate perlio:
2001-03-21 Nick Ing-Simmons Multiplicity fix for Dumper.
2001-03-21 Nick Ing-Simmons Integrate mainline - (does not build xTHX issue in...
2001-03-21 Jarkko Hietaniemi The #9270 would have leaked a scalar if pp_substr()
2001-03-21 Jarkko Hietaniemi More pixie cleaning.
2001-03-21 Jarkko Hietaniemi Update Changes.
2001-03-21 Jarkko Hietaniemi First stab at making Data::Dumper to grok Unicode.
2001-03-21 Benjamin Sugars Fix for
2001-03-21 Benjamin Sugars Re: [PATCH] POSIX::getcwd()
2001-03-21 Benjamin Sugars Cwd.pm docs
2001-03-21 Jarkko Hietaniemi Continue 4-arg substr() UTF-8 fixage.
2001-03-21 Jarkko Hietaniemi Integrate changes #9262,9264,9265,9266 from maintperl...
2001-03-21 Jarkko Hietaniemi Integrate perlio:
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-20 Jarkko Hietaniemi Integrate changes #9259,9260 from maintperl into mainline.
2001-03-20 Jarkko Hietaniemi Update Changes.
2001-03-20 Jarkko Hietaniemi tr/// UTF-8 tests for Inaba Hiroto's latest patches.
2001-03-19 Jarkko Hietaniemi substr($bytestr, i, n, $charstr)
2001-03-19 Jarkko Hietaniemi Rearrange the make test target prerequisites so that
2001-03-19 Robin Houston PATCH: cosmetic tweak in pp_ctl.c
2001-03-19 Jarkko Hietaniemi Integrate perlio:
2001-03-19 Jarkko Hietaniemi Integrate changes #9244,9247,9250 from maintperl into...
2001-03-19 Nick Ing-Simmons Integrate mainline.
2001-03-19 Nick Ing-Simmons Tweak to perly.y to allow -DDEBUGGING to compile on...
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-19 Robin Barker bad =item paragraphs
2001-03-19 Jarkko Hietaniemi UTF-8 tr/// battle continues, ammunition from Inaba...
2001-03-19 Jarkko Hietaniemi Integrate change #9233 from maintperl into mainline.
2001-03-19 Jarkko Hietaniemi Integrate change #9219 from maintperl into mainline.
2001-03-19 Jarkko Hietaniemi Document -Dmksymlinks.
2001-03-19 Jarkko Hietaniemi Cleanup pixie residue.
2001-03-19 Jarkko Hietaniemi Document the use of pixie/prof; create make targets...
2001-03-18 Jarkko Hietaniemi Document Third Degree some more, and also PERL_DESTRUCT...
2001-03-18 Jarkko Hietaniemi Rewrite the tests section of Makefile to be less redundant
2001-03-18 Jarkko Hietaniemi Document the use of Third Degree (sparsely).
2001-03-18 Jarkko Hietaniemi Make targets for testing with Third Degree.
2001-03-18 Jarkko Hietaniemi The podchecker relaxations need to mirrored also at...
2001-03-18 Jarkko Hietaniemi Update Changes.
2001-03-18 Jarkko Hietaniemi Looking for config.sh in parent directories isn't
2001-03-18 Jarkko Hietaniemi On "make clean" take care of Third Degree droppings.
2001-03-18 Jarkko Hietaniemi Add a hook for running the tests under the Third Degree
2001-03-18 Jarkko Hietaniemi Regen toc and api pods.
2001-03-18 Jarkko Hietaniemi podchecker relaxations from Michael Stevens.
2001-03-18 Jarkko Hietaniemi Retract the changes made at #9176 to Neil's and Ilya...
2001-03-18 Jarkko Hietaniemi Integrate changes #9161,9162 from maintperl to mainline.
2001-03-18 Jarkko Hietaniemi Make perl.third checks more understandable to the builder.
2001-03-18 Jarkko Hietaniemi Re-integrate #9138 from maintperl to mainline,
2001-03-18 Jarkko Hietaniemi More robust and more paranoid perl.third target.
2001-03-18 Jarkko Hietaniemi Integrate change #9197 from maintperl to mainline.
2001-03-18 Jarkko Hietaniemi Integrate perlio:
2001-03-18 Nick Ing-Simmons Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
next