p5sagit/p5-mst-13.2.git
2001-11-18 Jarkko Hietaniemi Retract 11635: close 20011113.110, reopen 20010809...
2001-11-18 Jarkko Hietaniemi All of syswrite/send/sendto need to return character...
2001-11-18 Jarkko Hietaniemi Integrate PerlIO: duping fixes.
2001-11-18 Jarkko Hietaniemi syswrite() was still returning byte counts, not charact...
2001-11-18 Jarkko Hietaniemi Add test for sysread().
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-18 Jarkko Hietaniemi Prepend a null byte to the test set.
2001-11-18 Jarkko Hietaniemi Document how "no utf8;" can become handy.
2001-11-18 Jarkko Hietaniemi Integrate perlio:
2001-11-18 Nick Ing-Simmons embed.pl generated changes I forgot to include
2001-11-18 Nick Ing-Simmons Force inclusion of both Perl_runops_* in perl itself,
2001-11-18 Nick Ing-Simmons Integrate mainline - a few Devel::Peak fails.
2001-11-18 Jarkko Hietaniemi Start working on perldelta. This is not yet any sort of
2001-11-17 Jarkko Hietaniemi Banish "use utf8".
2001-11-17 Jarkko Hietaniemi Tweak from Charles Lane.
2001-11-17 Jarkko Hietaniemi Integrate change #13058 from maintperl;
2001-11-17 Jonathan Stowe Sync with CPAN version
2001-11-17 Tels [PATCH9 File/Find.pm doc nits
2001-11-17 Tels Benchmark.pm nit
2001-11-16 Andy Dougherty lib/Unicode/UCD.t @INC oddity
2001-11-16 Charles Lane [Patch Perl@13023] VMS system() warning
2001-11-16 Jarkko Hietaniemi It's neither-nor, and protect against the impossible.
2001-11-16 Jarkko Hietaniemi 5005threads didn't work because $Thread::VERSION wasn't
2001-11-16 Charles Randall Robustness against Linux using something else than...
2001-11-16 Russ Allbery Re: [h.m.brand@hccnet.nl: Installman problems]
2001-11-16 Jarkko Hietaniemi Update perluniintro on the UTF-8 output matters
2001-11-16 Jarkko Hietaniemi Adding new files to MANIFEST is nice.
2001-11-16 Jarkko Hietaniemi Update Changes.
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-16 Jarkko Hietaniemi Rename perlunintro to perluniintro; regen toc.
2001-11-16 Jarkko Hietaniemi Document the negated lookahead trick to emulate
2001-11-16 SADAHIRO Tomoyuki Unicode General Category: Cn
2001-11-16 Ilya Zakharevich runtime runops switch
2001-11-16 Jarkko Hietaniemi Further discourage old Thread code; tell how to tell
2001-11-16 Jarkko Hietaniemi A missing return; from Charles Lane.
2001-11-16 Abhijit Menon-Sen [PATCH] Doc spellcheck + podcheck
2001-11-16 Jarkko Hietaniemi Avoid redefinedness warning for now.
2001-11-16 Jarkko Hietaniemi use strict.
2001-11-16 Charles Lane subprocess command line size increase
2001-11-16 chromatic Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN...
2001-11-16 Jarkko Hietaniemi Make Thread a wrapper for both ithreads and 5005threads.
2001-11-16 Jarkko Hietaniemi $VERSION "a5" doesn't quite work.
2001-11-16 Jarkko Hietaniemi Add the fruits of Larry Shatzer's version verifying...
2001-11-16 Jarkko Hietaniemi Add Larry Shatzer's VERSION verifying script.
2001-11-16 Michael G.... runperl(), \n and stdin
2001-11-15 Jarkko Hietaniemi Document the MY_CXT business; from Paul Marquess.
2001-11-15 Jarkko Hietaniemi VMSCMD synch attempt.
2001-11-15 Jarkko Hietaniemi Advise against -P as instructed by Schwern.
2001-11-15 John Peacock v-strings as Objects Step 1
2001-11-15 Michael G.... -x (was Re: [PATCH] new tests for command-line switches)
2001-11-15 Jarkko Hietaniemi Upgrade to Getopt::Long 2.26_03.
2001-11-15 Michael G.... VMSCMD missing
2001-11-15 Robert Spier Re: [ID 20010713.001] use lib segmentation fault
2001-11-15 Jarkko Hietaniemi Update Changes.
2001-11-15 Rafael Garcia... new tests for command-line switches
2001-11-15 Jarkko Hietaniemi Upgrade to podlators 1.13.
2001-11-15 Jarkko Hietaniemi skip "might be used uninitialized".
2001-11-15 Jarkko Hietaniemi Fix for "perlio bug in koi8-r encoding". The problem
2001-11-15 Rafael Garcia... Re: [ID 20011114.118] chop and chomp bind too tightly
2001-11-15 Robin Barker Re: Strange syntax error with map
2001-11-15 Rafael Garcia... [DOC PATCH] mention Filter::cpp in perlrun
2001-11-15 Jarkko Hietaniemi "link =" from utils.lst was being processed oddly.
2001-11-15 Ilya Zakharevich CreateTTY in -d
2001-11-15 Jarkko Hietaniemi Corify the Filter::Simple tests.
2001-11-15 Jarkko Hietaniemi Upgrade to Filter::Simple 0.70.
2001-11-14 Jarkko Hietaniemi Cleanliness inspired by Cygwin.
2001-11-14 Jarkko Hietaniemi Add perlunintro (formerly known as perlunitut); regen...
2001-11-14 Jarkko Hietaniemi FAQ sync.
2001-11-14 Jarkko Hietaniemi Quieten pgcc 2.91.66 worries.
2001-11-14 Jarkko Hietaniemi Upgrade to Switch 2.06.
2001-11-14 Jarkko Hietaniemi Upgrade to Attribute::Handlers 0.76.
2001-11-14 Jarkko Hietaniemi Signedness nit.
2001-11-14 Jarkko Hietaniemi VERSIONize.
2001-11-14 Jarkko Hietaniemi No pod in internal Net::FTP classes.
2001-11-14 Jeff Pinyan Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS...
2001-11-14 Jarkko Hietaniemi test.pl tweaks from Rafael and Pudge (assuming I deciphered
2001-11-14 Jarkko Hietaniemi Add comments to mark where $^X is being handled.
2001-11-14 Michael G.... Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and...
2001-11-14 Michael G.... Fwd: [craigberry@mac.com: die_exit.t]
2001-11-14 Charles Lane Re: [PATCH] new version of runperl()
2001-11-14 Jarkko Hietaniemi test.pl runperl() nits from Chris Nandor and Craig...
2001-11-14 Jarkko Hietaniemi Goof in some of the comment fields of #12994.
2001-11-14 Jarkko Hietaniemi The First, Last ranges in the Unicode data weren't
2001-11-14 Rafael Garcia... new version of runperl()
2001-11-14 Michael G.... s/parse_perl/parse_body/
2001-11-14 Philip Newton Re: [PATCH pod/perlapio.pod double-word fix]
2001-11-14 Jarkko Hietaniemi A bool is not a pointer.
2001-11-14 Jarkko Hietaniemi AUTHORS updates.
2001-11-14 Jarkko Hietaniemi There are several MIME RFCs.
2001-11-14 Michael G.... Simple little VMS fix
2001-11-14 Michael G.... VMS fix
2001-11-14 Michael G.... Re: select() broken under VMS?
2001-11-14 Michael G.... VMS fixups for IO::* tests
2001-11-14 Michael G.... s/socket/select/ typo
2001-11-13 Larry Shatzer Message-Id: <20011113172759.E27768@zippy.zyx.net>
2001-11-13 Jarkko Hietaniemi Fix for the :utf8 read() bug noticed by Matt Sergeant:
2001-11-13 Craig A. Berry vms/gen_shrfls.pl tweak
2001-11-13 Philip Newton Minor patch to Encode.pm (detypo)
2001-11-13 Jarkko Hietaniemi Evil tabulators.
2001-11-13 Jarkko Hietaniemi Document the available encodings.
next