p5sagit/p5-mst-13.2.git
2001-09-28 Rafael Garcia... [DOC PATCH] Carp.pm pod typo
2001-09-28 Rafael Garcia... Allow an @INC hook to set %INC
2001-09-28 Nicholas Clark Re: macro redefinitions on Win32 (was Re: Question...
2001-09-28 Jarkko Hietaniemi Update Changes.
2001-09-28 Jarkko Hietaniemi Move the B tests to B/t.
2001-09-28 Jarkko Hietaniemi Forgot from #12254.
2001-09-28 chromatic Add tests for B::Terse
2001-09-28 Jarkko Hietaniemi Test numbering mismatch.
2001-09-27 Craig A. Berry slightly less broken chdir.t for VMS
2001-09-27 Robin Barker make __ANON__ global
2001-09-27 Rafael Garcia... Re: [BUG] B::Terse can't handle constant scalar refs
2001-09-27 Casey West (retracted by #12338)
2001-09-27 Jarkko Hietaniemi Not everyone is using ithreads...
2001-09-27 Jarkko Hietaniemi Document the nss_delete core dump workaround for HP-UX
2001-09-27 Jarkko Hietaniemi Dump Unicode hash keys also as Unicode,
2001-09-27 Jarkko Hietaniemi Integrate changes #12241 and #12242 from macperl:
2001-09-27 Artur Bergman Flush buffers on thread closedown.
2001-09-27 Jarkko Hietaniemi Dump SvUTF8(sv)s also as \x{...}.
2001-09-26 Artur Bergman Documention update
2001-09-26 Jarkko Hietaniemi Update Changes.
2001-09-26 Jarkko Hietaniemi Check that all environment variables are tainted.
2001-09-26 Jarkko Hietaniemi Manual integration error in #12235.
2001-09-26 chromatic Re: binmode(STDOUT, ":unix") busted when STDOUT is...
2001-09-26 Jarkko Hietaniemi Integrate macperl changes from Chris Nandor:
2001-09-26 Jarkko Hietaniemi grrr.
2001-09-26 Jarkko Hietaniemi Retract #12232.
2001-09-26 Jarkko Hietaniemi (Retracted by #12233.)
2001-09-26 Jarkko Hietaniemi Detypo.
2001-09-26 Artur Bergman Increase the amount of time we spend in each thread...
2001-09-26 Jarkko Hietaniemi NetWare tweak from Ananth Kesari.
2001-09-26 Jarkko Hietaniemi Trick to fool case-blind filesystems.
2001-09-26 Artur Bergman Threads can start executing in a different order than...
2001-09-26 Artur Bergman Add in stress_string.t to stress test threads a bit...
2001-09-26 Artur Bergman Fix negative refcount introduced by #12223.
2001-09-26 Artur Bergman Update documentation to match change #12223
2001-09-26 Artur Bergman Use a separate interpreter for the sharedsv space....
2001-09-26 Artur Bergman Do the environ assignment in perl_contruct to match...
2001-09-26 Artur Bergman Move the creation of PL_strtab to perl_construct so...
2001-09-25 Nicholas Clark Re: [PATCH] AutoSplit.t (was Re: Untested libraries...
2001-09-25 Craig A. Berry angle bracket filespec problem on VMS
2001-09-25 Michael G.... Fixing mysterious TEST failure. (was
2001-09-25 Michael G.... fix test.deparse
2001-09-25 Jarkko Hietaniemi skip($mess) should result in one skip.
2001-09-25 Jarkko Hietaniemi perldiag entry for #12205.
2001-09-25 John Peacock warning on v-string in use/require
2001-09-25 Jarkko Hietaniemi perltooc et al updates.
2001-09-25 Michael G.... Deprecating chdir(undef)/chdir('')
2001-09-25 SADAHIRO Tomoyuki Some Encode/*.enc files needs to be corrected
2001-09-25 Jarkko Hietaniemi Integrate change #12200 from maintperl;
2001-09-25 Gurusamy Sarathy avoid the use of ftime() (it does a useless, potentially
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...
2001-09-25 Nicholas Clark AutoSplit.t (was Re: Untested libraries update)
2001-09-25 Artur Bergman Second attempt at fixing Time::HiRes::time on win32...
2001-09-25 Craig A. Berry perltootc -> perltooc in vms/descrip_mms.template
2001-09-24 Jarkko Hietaniemi Retract #12136, the warnings::register is already
2001-09-24 Gurusamy Sarathy fix Time::HiRes implementation of gettimeofday() on...
2001-09-24 Gurusamy Sarathy File::Spec::catfile() canonifies everything to blacksla...
2001-09-24 Gurusamy Sarathy test number mismatch
2001-09-24 Jarkko Hietaniemi ok().
2001-09-24 Jarkko Hietaniemi unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-24 Jarkko Hietaniemi Update Changes.
2001-09-24 Michael G.... [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor...
2001-09-24 Michael G.... Fixing inline TODO recognition
2001-09-24 Abhijit Menon-Sen Update Changes.
2001-09-24 Jarkko Hietaniemi Various cleanups.
2001-09-24 SADAHIRO Tomoyuki (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
2001-09-24 Jarkko Hietaniemi Clarifying comment to #12164.
2001-09-24 Nicholas Clark Re: What sort of Makefile.PL should h2xs write?
2001-09-24 Jarkko Hietaniemi Add a few glibc cpp symbols to probe for.
2001-09-24 Jarkko Hietaniemi DJGPP tweaks for Laszlo Molnar.
2001-09-24 Rafael Garcia... More tests
2001-09-24 Jeff Pinyan local $/ = "\n";
2001-09-23 Jarkko Hietaniemi 1_compile updates.
2001-09-23 Rafael Garcia... proposal : put the @INC-hooks directly in %INC
2001-09-23 chromatic Add Tests for
2001-09-23 Abhijit Menon-Sen Additional minor chdir() tweak.
2001-09-23 Abe Timmerman PATCH lib/ExtUtils/Command.t
2001-09-23 Mattia Barbon Win32 compilation without USE_ITHREADS
2001-09-23 Craig A. Berry) Cleanup & OS/390 "fix"
2001-09-23 Abhijit Menon-Sen Mention $ENV{SYS$LOGIN} in chdir() documentation, as...
2001-09-23 chromatic Re:
2001-09-23 Michael G.... Fixing lib/File/Find/t/taint.t on VMS
2001-09-23 Michael G.... Re: t/op/magic.t missing tests on Win32
2001-09-23 chromatic Add tests for
2001-09-23 SADAHIRO Tomoyuki 2022-cn.enc of Encode.pm
2001-09-22 Jarkko Hietaniemi Manual eror in #12147.
2001-09-22 Jarkko Hietaniemi Integrate change #12146 from maintperl;
2001-09-22 Nicholas Clark Re: scalar context unpack bugs
2001-09-22 Jarkko Hietaniemi Try ExtUtils::Command.t everywhere, not just on Win32
2001-09-22 Jarkko Hietaniemi Update the test on warnings/register.t.
2001-09-22 Jarkko Hietaniemi The code is now almost tidy enough to keep the IRIX...
2001-09-22 Craig A. Berry configure.com: don't build 'threads" w/out
2001-09-22 Abhijit Menon-Sen Do what perl_clone() does for sharedsv functions.
2001-09-22 Jarkko Hietaniemi Retract #12134; reintroduce #11949: PADOFFSETs are...
2001-09-22 Abhijit Menon-Sen More cleanups. (What's PERL_DECL_PROT?)
2001-09-22 chromatic (Retracted by #12185)
2001-09-22 Abhijit Menon-Sen `@foo' should be @foo for consistency.
2001-09-22 Jarkko Hietaniemi (Retracted by #12138)
2001-09-22 Jarkko Hietaniemi More 8.3-cleanup: there isn't an encoding called macRum...
2001-09-22 Jarkko Hietaniemi Rename perltootc as perltooc for 8.3-friedliness.
next