p5sagit/p5-mst-13.2.git
2000-11-29 Robert Spier $^O win32 -> MSWin32
2000-11-29 Simon Cozens Tokeniser debugging
2000-11-29 Ilya Zakharevich Re: [PATCH 5.7.0] OUT keyword for xsubpp
2000-11-29 John Tobey Re: [ID 20001127.002] const subs hurt under debugger
2000-11-29 Jarkko Hietaniemi Use "1 while unlink" so that VMS gets clean, too.
2000-11-29 Ilya Zakharevich OUT keyword for xsubpp
2000-11-29 Jarkko Hietaniemi This should have been part of #7872: no need to scan...
2000-11-29 Jarkko Hietaniemi One more perltie.pod nit from Casey R. Tweten.
2000-11-29 Jarkko Hietaniemi Document the known sprintf test failures, exact standard
2000-11-29 Jarkko Hietaniemi Add the Encoding table format documentation.
2000-11-29 Casey R. Tweten Re: [PATCH] Updating perltie.pod for arrays
2000-11-28 Nicholas Clark [ID 20001128.002] what's the point of example code...
2000-11-28 Casey R. Tweten Updating perltie.pod for arrays
2000-11-28 Robin Barker Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-11-28 Jarkko Hietaniemi setmode() is a DOSish-only thing.
2000-11-28 Simon Cozens perlcc.PL cleanups
2000-11-27 Jarkko Hietaniemi Update Changes.
2000-11-27 Yitzchak Scott... Re: perlfaq style changes
2000-11-27 Benjamin Holzman Re: [ID 20001122.006] weird behaviour of $|
2000-11-27 Larry W. Virden [ID 20001127.004] White space problem in perlamiga.pod
2000-11-27 Jarkko Hietaniemi Restore also the locale test to no-sprintf-taint state.
2000-11-27 Jarkko Hietaniemi __FUNCTION__ isn't portable and trying to emulate it...
2000-11-27 Charles Lane VMS test cleanup
2000-11-27 Jarkko Hietaniemi It seems that *both* the unused submatch loop cleanup
2000-11-27 Jarkko Hietaniemi Clean .exists deeper.
2000-11-27 Jarkko Hietaniemi The code in regcppop() (see #7878) contains the correct...
2000-11-27 Jarkko Hietaniemi The unused submatch cleanup code in regtry() seems...
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.
next