p5sagit/p5-mst-13.2.git
2000-11-27 Jarkko Hietaniemi Comment on comment.
2000-11-27 Jarkko Hietaniemi Adjust the docs to agree with #7875.
2000-11-27 Jarkko Hietaniemi Retract #7863. It makes more sense not to taint format...
2000-11-26 Jarkko Hietaniemi Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2000-11-26 Jarkko Hietaniemi BOUND regex opcodes (\b, \B) could try to scan zero...
2000-11-26 Jarkko Hietaniemi No need to scan till infinity, 13 is enough.
2000-11-26 Jarkko Hietaniemi Test line numbers are different with utf8.
2000-11-26 Jarkko Hietaniemi Message nit.
2000-11-26 Jarkko Hietaniemi Make utf8_length() and utf8_distance() (the latter...
2000-11-26 Benjamin Holzman Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on...
2000-11-26 Benjamin Holzman Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign...
2000-11-26 Tim Jenness PATCH: File::Temp fix on WindowsNT/VMS
2000-11-26 Jarkko Hietaniemi Make the va_copy() test not to be so talkative.
2000-11-26 Jarkko Hietaniemi Fix locale inconsistencies unearthed by Hugo's work.
2000-11-26 Nicholas Clark Re: pp_add -> pp_i_add efficiency hack?
2000-11-26 Jarkko Hietaniemi Integrate perlio:
2000-11-25 Nick Ing-Simmons Correct relative path from new ext\Filter\Util\Call...
2000-11-25 Nick Ing-Simmons Integrate mainline.
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-25 Nick Ing-Simmons All tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens Hamisch Undo the SOCKS workarounds, instead start using PerlIO
2000-11-25 Jarkko Hietaniemi Undo #7848. Some of the code seems to use walkoptree(),
2000-11-24 Nick Ing-Simmons Re-arrange crlf vs binary for platforms that care.
2000-11-24 Jarkko Hietaniemi AUTHORS edits.
2000-11-24 Jarkko Hietaniemi Add Jan-Erik Karlsson.
2000-11-24 Jarkko Hietaniemi Configure should find stdchar on its own.
2000-11-24 Andreas König PATCH over 7848: Filter test flawed
2000-11-24 Simon Cozens [ID 20001124.001] B exports "walkoptree" but does not...
2000-11-24 Jarkko Hietaniemi Integrate perlio:
2000-11-23 Nick Ing-Simmons Win32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-Simmons Win32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-Simmons Implement PerlIO_binmode()
2000-11-23 Jarkko Hietaniemi README.amiga changes from Jan-Erik Karlsson <trg@privat...
2000-11-23 Jarkko Hietaniemi SOCKS wrestling continues, patches from Jens Hamisch.
2000-11-23 Jarkko Hietaniemi Push Filter::Util::Call one level deeper.
2000-11-23 Jarkko Hietaniemi Reach back one higher up when searching for PERL_SRC.
2000-11-23 Craig A. Berry Re: perl@7826
2000-11-23 Nick Ing-Simmons Implement crlf layer - not ready for merge.
2000-11-23 Jarkko Hietaniemi STDCHAR is different in Sparc v9 vs x86.
2000-11-23 Jarkko Hietaniemi The type needs to be visible to protos.
2000-11-23 Jarkko Hietaniemi Finish unfinished SOCKS workaround changes.
2000-11-23 Jarkko Hietaniemi Integrate perlio:
2000-11-23 Nick Ing-Simmons Correct makefile.mk dependancies for ext/Filter/Util
2000-11-23 Nick Ing-Simmons Integrate mainline
2000-11-23 Gurusamy Sarathy build the Filter extension on windows
2000-11-23 Gurusamy Sarathy regenerate win32/config* and fix some inconsistencies...
2000-11-23 Gurusamy Sarathy get sources building on windows+MSVC again (untested...
2000-11-23 Jarkko Hietaniemi Update Changes.
2000-11-23 Ben Tilly Re: av.c patch (having slight problems)
2000-11-22 Jarkko Hietaniemi Fixes for signedness warnings noticed by VMSperlers.
2000-11-22 Peter Prymmer small cleanup task for test suite
2000-11-22 Jarkko Hietaniemi Be clean.
2000-11-22 Jarkko Hietaniemi Add the simple frontend to Filter::Util:Call, Filter...
2000-11-22 Jarkko Hietaniemi Add the Filter::Util::Call 1.04 by Paul Marquess from...
2000-11-22 Jarkko Hietaniemi Integrate perlio:
2000-11-22 Jarkko Hietaniemi More SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Ilya Zakharevich Liblist returns found libraries
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-22 Ilya Zakharevich Overeager visited-positions optimizations
2000-11-22 Ilya Zakharevich Liblist finally works
2000-11-22 H.Merijn Brand Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706...
2000-11-22 Jarkko Hietaniemi (Accidentally empty patch.)
2000-11-22 Peter Prymmer make VMS' test.com tail compatible w/ unix
2000-11-22 John P. Linderman Re: perl@7777
2000-11-22 Charles Lane Perlio_tell fix
2000-11-22 Casey Tweten [ID 20001120.003] [PATCH] io_udp.t fails without 'local...
2000-11-22 Casey Tweten [ID 20001120.002] [PATCH] io_sock.t fails without ...
2000-11-22 Casey R. Tweten Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
2000-11-22 Nick Ing-Simmons Integrate mainline
2000-11-22 Casey R. Tweten Test.pm POD peculiarity
2000-11-22 Philip Newton [ID 20001122.002] [PATCH 5.7.0@7795] two small patches...
2000-11-22 Nick Ing-Simmons Win32 PerlIO intermediate state now working as expected.
2000-11-22 Jarkko Hietaniemi Nickety nits.
2000-11-22 Jarkko Hietaniemi Changes had accidentally gone too silent on non-main...
2000-11-21 Nick Ing-Simmons Integrate mainline
2000-11-21 Jarkko Hietaniemi Integrate perlio:
2000-11-21 Nick Ing-Simmons Win32 builds and runs (mostly) with USE_PERLIO.
2000-11-21 Jarkko Hietaniemi Update Changes.
2000-11-21 Craig A. Berry PerlIO_apply_layers prototype (was Re: [PATCH: perl...
2000-11-21 Dominic Dunlop Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...
2000-11-21 Jarkko Hietaniemi Integrate scope.h@7790 from perlio, works better with...
2000-11-21 Jarkko Hietaniemi Export the SOCKS workaround symbols only if necessary.
2000-11-20 Nick Ing-Simmons If we use (aTHX_ ...) then put Perl_ on the front....
2000-11-20 Nick Ing-Simmons Integrate mainline
2000-11-20 Nick Ing-Simmons Make extra buffer layer work (dummy crlf layer)
2000-11-20 Peter Prymmer add system locale testing for VMS
2000-11-20 Mark-Jason... DOC PATCH 5.6.0 perlreftut
2000-11-20 David Dyck [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
2000-11-20 Jarkko Hietaniemi lexicals not recognized in a run-time (?{})
2000-11-20 Simon Cozens [PATCH] doop.c - UTF8 tr///
2000-11-20 Jarkko Hietaniemi Remove the shared object before attempting to create
2000-11-20 Jarkko Hietaniemi Update Changes.
2000-11-20 Jarkko Hietaniemi Assume SOCKS is broken in all 64bitall platforms, not...
2000-11-20 Jarkko Hietaniemi Solaris hints tweaks.
2000-11-20 Jarkko Hietaniemi Add a workaround to SOCKS 64-bit problems.
2000-11-20 Jarkko Hietaniemi sysseek() instead of seek().
2000-11-20 Jarkko Hietaniemi Miraculous typo.
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-11-20 Jarkko Hietaniemi Make certain MacOS Classic has NO_ENVIRON_ARRAY.
2000-11-20 Olaf Flebbe [perl 7711: EPOC] updates
next