p5sagit/p5-mst-13.2.git
2001-03-24 Nick Ing-Simmons Integrate mainline.
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 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 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 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-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...
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-03-18 Nick Ing-Simmons Fix pragma/utf8.t # 15
2001-03-18 Nick Ing-Simmons Integrate mainline
2001-03-18 Jarkko Hietaniemi Sarathy's clear_pmop patch with Radu Greab's fix,
2001-03-18 Jarkko Hietaniemi NI-S' cunning idea of how to de-UTF8 the "\C-broken...
2001-03-18 Jarkko Hietaniemi tr/// UTF-8 patches from Inaba Hiroto.
2001-03-18 Jarkko Hietaniemi Integrate perlio:
2001-03-17 Nick Ing-Simmons Correct #if EBCDIC side typos.
2001-03-17 Jarkko Hietaniemi Add prerequisites for the perl.third target.
2001-03-17 Jarkko Hietaniemi Integrate perlio:
2001-03-17 Jarkko Hietaniemi Add a make rule for perl.third (the Third Degree memory...
2001-03-17 Nick Ing-Simmons MANIFEST addition :-(
2001-03-17 Nick Ing-Simmons Infrastructure to use UTF-EBCDIC rather than UTF-8...
2001-03-17 Nick Ing-Simmons Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2001-03-17 Jarkko Hietaniemi Integrate perlio:
2001-03-17 Nick Ing-Simmons Allow test to pass even when \C leaves SvUTF8 set by...
2001-03-17 Nick Ing-Simmons Integrate mainline.
2001-03-16 Nick Ing-Simmons EBCDIC Fixes.
2001-03-16 Jarkko Hietaniemi Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
2001-03-16 Jarkko Hietaniemi With Damian's approval synchronize damian's modules'
2001-03-16 Jarkko Hietaniemi Make the Filter::Util:Call files have their own copies
2001-03-16 Michael Stevens more pod patches
2001-03-16 Michael Stevens the uncontroversial doc patches
2001-03-16 Paul Lindner ext/GDBM_File GDBM_NOLOCK constant
2001-03-15 Nick Ing-Simmons 1st day's EBCDIC fixes:
2001-03-15 Jarkko Hietaniemi Update Changes.
2001-03-15 Vadim Konovalov Re: Another Borland C++ problem.
2001-03-15 Jarkko Hietaniemi Add Locale::Codes 1.06, from Neil Bowers.
2001-03-15 Jarkko Hietaniemi Upgrade to Storable 1.0.11, from Raphael Manfredi.
2001-03-15 Ilya Zakharevich perldoc
2001-03-15 Jarkko Hietaniemi sigaction test condition tweakage.
next