This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2001-05-04 Jarkko HietaniemiDocument the \pX and \p{Yz} (and \p{BidiXYZ}) classes...
2001-05-03 Benjamin SugarsLet sv_dump understand GvSHARED
2001-05-03 Benjamin SugarsAllow clobbering of a PerlIO::Scalar and more tests
2001-05-03 Jarkko HietaniemiIntegrate perlio:
2001-05-03 Jarkko HietaniemiInstall psed man page.
2001-05-03 Jarkko HietaniemiRemove unused files; noted by Sarathy.
2001-05-03 Andy DoughertyINSTALL patch -- space requirements
2001-05-03 Nick Ing-SimmonsAllow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-SimmonsFix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-03 Nick Ing-SimmonsIntegrate mainline.
2001-05-03 Jarkko HietaniemiUpdate Changes.
2001-05-03 Prymmer/Kahnfix handling of $Config{variables} in io/fflush.t
2001-05-03 Prymmer/Kahntwo fixes for win32/FindExt.pm
2001-05-03 Jarkko HietaniemiCan't croak sans thread context, from Doug MacEachern.
2001-05-03 Ilya ZakharevichRandom input test and Perl
2001-05-02 Peter Prymmerfix some misinformation in perlfunc.pod
2001-05-02 Jarkko HietaniemiWorkaround for UTS compiler casting bug from Hal Morris.
2001-05-02 Dan SugalskiRe: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
2001-05-02 Jarkko HietaniemiMinor doc tweaks on endianness, closes bug 20010327...
2001-05-02 Jarkko HietaniemiDocument large files in INSTALL, document also the %x
2001-05-02 Jarkko Hietaniemiperlmodlib tweaks; regen pods.
2001-05-02 Jarkko HietaniemiFix for a segfault, from Marc Lehmann.
2001-05-02 Philip Newton[DOC PATCH bleadperl] minor nits in perlop.pod
2001-05-02 Dan SugalskiMultiplicity and thread fixes for VMS
2001-05-02 Benjamin SugarsRe: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-02 Jarkko HietaniemiBug in #9915, spotted by Mike Guy.
2001-05-02 Jarkko HietaniemiAdd a test for not griping about references as array
2001-05-02 Jarkko HietaniemiRetracted a bit too much in #9952.
2001-05-02 Jarkko HietaniemiTest for #9952.
2001-05-02 Jarkko HietaniemiAdditional note on the encoding example: one cannot
2001-05-02 Jarkko HietaniemiNote that if you have recent enough Perl you already
2001-05-02 Jarkko HietaniemiRetract changes #8254 and #8255, causes coredump in
2001-05-02 Jarkko HietaniemiForgot from #9942. (Needed by t/lib/filter-simple.t.)
2001-05-02 Jarkko HietaniemiAdd an encoding conversion example.
2001-05-02 Jarkko HietaniemiAnother coat of paint but still nowhere finished.
2001-05-01 Jarkko HietaniemiUpdate Changes.
2001-05-01 Jarkko HietaniemiAdd known-to-be-tested modules to the list-to-be-skipped.
2001-05-01 Vadim KonovalovBorlandC++ fix
2001-05-01 Jarkko HietaniemiUpdate to Filter::Simple 0.60, create a test for it.
2001-05-01 Hugo van der... Re: bleadperl: s/// failure with \b and /g
2001-05-01 Jarkko HietaniemiIntegrate perlio:
2001-05-01 Benjamin SugarsAllow appending on a PerlIO::Scalar
2001-05-01 Jarkko HietaniemiAdd NEXT, a pseudo-class for method redispatching.
2001-05-01 Jarkko HietaniemiUpdate to Switch 2.02.
2001-05-01 Nick Ing-SimmonsFix for base.pm clobbering $VERSION
2001-05-01 Nick Ing-SimmonsTest for base.pm clobbering $VERSION.
2001-05-01 Jarkko HietaniemiAdd information about Scalar::Util::blessed.
2001-05-01 Mike GuyExtra UNIVERSAL documentation
2001-05-01 Mike GuyAutoflush in tests as appropriate
2001-05-01 Benjamin SugarsMultiple consecutive writes on PerlIO::Scalar
2001-05-01 H.Merijn BrandRe: Finally got a round tuit
2001-05-01 H.Merijn BrandRe: Finally got a round tuit
2001-05-01 Jarkko HietaniemiTune the scan_num() comments to reality.
2001-05-01 Robin Houstonoptimised sort
2001-05-01 Robin HoustonMessage-ID: <20010501133742.A4082@penderel>
2001-05-01 Robin Houstonfor(;;), sort
2001-05-01 Robin Houstondo, warn, use
2001-05-01 Benjamin SugarsTest autoflush on fork (Was: Should I remove something?)
2001-05-01 Peter Prymmermore VMS tweaks for addn'l selfstubber tests
2001-04-30 Robin Houstonsuppress warning
2001-04-30 Jarkko HietaniemiStrip the *markers* from #9919.
2001-04-30 Gwyn Judd(perlfaq/bleadperl) append mode and locking
2001-04-30 Jarkko HietaniemiMore_tweakage.
2001-04-30 Jarkko HietaniemiUpdate Changes.
2001-04-30 Jarkko HietaniemiT_w_e_a_k_a_g_e.
2001-04-30 Jarkko HietaniemiInstall s2p also as psed.
2001-04-30 Jens HamischRe: [ID 20010303.009] SOCKS5 work around breaks other...
2001-04-30 John HoldsworthAllow a zero timeout on IO::Socket accept and connect--
2001-04-30 Jarkko HietaniemiSave the spot of regprev (see #9911) for binary compati...
2001-04-30 Hugo van der... Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-30 Walt Mankowski[DOC PATCH bleadperl] Document generation of random...
2001-04-30 Jarkko HietaniemiReintroduce #9889 to unbuffer the stderr/stdout on...
2001-04-30 Nick Ing-SimmonsIntegrate mainline.
2001-04-29 Jarkko HietaniemiAbigail spotted a thinko in #9905.
2001-04-29 Jarkko HietaniemiChanged the underscore/undebar syntax in numeric constants;
2001-04-29 Nick Ing-SimmonsIntegrate mainline.
2001-04-29 Prymmer/Kahnwin32/Makefile (nmake) update
2001-04-29 AbigailDoc fixes.
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-28 Jarkko HietaniemiForgot the latest mktables.PL from #9899.
2001-04-28 Jarkko HietaniemiExplain the \p{} and \P{} error message better and
2001-04-28 Jarkko HietaniemiAdd one possible explanation for the "Invalid [] range...
2001-04-28 Jarkko HietaniemiAdd a level of indirection to the implementation of...
2001-04-28 Jarkko HietaniemiUpdate the information on shared library path on HP-UX.
2001-04-28 Jarkko HietaniemiBecause #9894 seems to do the trick, this workaround...
2001-04-28 Jarkko HietaniemiFor PerlIO flush the children's file handles (on fork...
2001-04-28 Jarkko HietaniemiTest tweak for #9891.
2001-04-28 Jarkko HietaniemiNew HP-UX hints from Merijn.
2001-04-28 Robin Houstonnon-block scopes
2001-04-27 Nick Ing-SimmonsIntegrate mainline
2001-04-27 Mike GuyRe: selfstubber test fail on bleadperl
2001-04-27 Jarkko HietaniemiTest tweak for #9886.
2001-04-27 Jarkko HietaniemiBuffering issue at least in Solaris (even with perlio).
2001-04-27 Robin HoustonHuman-readable pragmas &c
2001-04-27 Jarkko HietaniemiUpdate Changes.
2001-04-27 Philip Newton[DOC PATCH bleadperl] Document underscores in numeric...
2001-04-27 Jarkko HietaniemiAdd LOG_PERROR; prettify the "removed".
2001-04-27 Jarkko Hietaniemih2xs tweaks: use NV instead of double, "quote" the...
2001-04-27 Jarkko HietaniemiDon't bother creating existing directories.
next