This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1998-09-23 Kurt D. Starsinich2ph misquotes #error directives
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Gurusamy Sarathybetter CR-handling on shebang line and in formats ...
1998-09-23 M. J. T. Guydocument non-loopish blocks better
1998-09-23 Gurusamy Sarathyfix bogus integerization of pop()'s return value
1998-09-23 Gurusamy Sarathytweak README.win32
1998-09-23 Gurusamy Sarathybetter diagnostic for do{} used as lvalue
1998-09-23 Hans Mulderenable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
1998-09-23 Gurusamy Sarathysupport make written in perl (aka "pmake") on win32
1998-09-23 Gurusamy Sarathyfix mismatched UV/U32 types for to_utf8_*()
1998-09-23 Laszlo Molnardos-djgpp update
1998-09-23 Jarkko Hietaniemiapply minimal variant of patch (sent via private mail)
1998-09-23 Peter Prymmeradjust searchdict.t for EBCDIC (still needs documenting)
1998-09-23 Gurusamy Sarathysilence redefined warning for XS(INIT) {}
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-09-23 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-23 Gurusamy Sarathyintegrate maint-5.005 changes (except conflicting chang...
1998-09-23 Gurusamy Sarathyadd note to win32/Makefile about setting CCHOME
1998-09-23 Gurusamy Sarathyperl.pod tweak
1998-09-21 Gurusamy Sarathymake xsubpp generate well-formed code with CAPI &&...
1998-09-20 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-20 Peter Prymmerfix for unpack('u') failures on OS/390
1998-09-20 M. J. T. GuyFix typo, change "an array" to "a hash"
1998-09-20 Gurusamy Sarathyfill gaps in sig_* entries in win32/config.?c
1998-09-20 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-09-18 Gurusamy Sarathydelay freeing itervar so C<for $i (@a) { return($i...
1998-09-17 Gurusamy Sarathyresync win32/config.?c with Porting/config.sh to pick...
1998-09-17 Gurusamy Sarathysuppress bogus warning on C<sub x {} x()>
1998-09-17 Gurusamy Sarathyntohl typo in objXSUB.h
1998-09-17 Gurusamy Sarathyfill gaps in sig_* entries in win32/config.?c
1998-09-12 Nick Ing-SimmonsTwo tweaks to allow quiet compile qith egcs-1.1
1998-09-07 Larry Wallindex() applied BM optimization to wrong argument
1998-09-07 Gurusamy SarathyMssage-Id: <199808280433.AAA06767@aatma.engin.umich...
1998-09-05 Larry Walltr/// logic was hosed under utf8
1998-09-05 Larry Wallseveral new tests needed tweaking to work under utf8
1998-09-05 Larry Wallindex() applied BM optimization to wrong argument
1998-09-05 Larry WallImplicit require during compile reset line numbering
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathyfix coredump with MULTIPLICITY (ckWARN() needs early...
1998-08-09 Gurusamy Sarathytweak warning test
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathybump patchlevel to 5.005_51
1998-08-08 Paul Marquessfix bogus warning on "\x{123}"
1998-08-08 Dominic Dunlophide dup symbol for static build of ext/re
1998-08-08 Larry Wallfix double free on -Mutf8 -e '$b=uc("")'
1998-08-08 Larry Wallsubstr() assumes utf8 without say-so
1998-08-08 Gisle Aasfix intolerance of SWASHes for blank lines
1998-08-08 Gisle Aasutf8 doc tweak
1998-08-08 Gisle Aaskill bogus warning from -we 'use utf8; $_="\x{FF}"'
1998-08-08 Larry Wall\pX not implemented!
1998-08-08 Stephen McCamantEliminate superfluous RV2p[AH]Vs in oops[AH]V()
1998-08-08 Jarkko Hietaniemi5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw...
1998-08-08 Ilya Zakharevich[5.005_50 PATCH] misprint in RE engine
1998-08-08 Gurusamy Sarathyintegrate maint-5.005 changes into mainline
1998-08-08 Gurusamy Sarathypending submit of 5.005_02 perl-5.005_02
1998-08-08 Gurusamy Sarathyset patchlevel.h, other minor tweaks
1998-08-08 Gurusamy Sarathyprevent lexical leaks from Benchmark into target code...
1998-08-08 Gurusamy Sarathyback out change#1747 until possibly better patch is...
1998-08-07 Gurusamy Sarathytemporary opcode.pl workaround for ebcdic (suggested by
1998-08-07 Paul MarquessFix for command line use of source filters
1998-08-07 Gurusamy Sarathyperlport.pod notes from Jarkko Hietaniemi; utime()...
1998-08-07 Gurusamy Sarathyperlport.pod v1.33 from Chris Nandor <pudge@pobox.com>
1998-08-07 Ilya ZakharevichMinor cleanup of RE tests and docs
1998-08-07 Gurusamy Sarathyallow more compatible interpretation of spaces File...
1998-08-07 Gurusamy Sarathydon't use © in Test.pm (suggested by M.J.T. Guy)
1998-08-07 Dominic Dunlop[Patch perl5.005_02-TRIAL2] Update hints, Configure...
1998-08-05 Graham Barrmake AutoSplit safer on filesystems with short filenames
1998-08-05 Gurusamy SarathyMM_Win32.pm and Liblist.pm tweaks
1998-08-05 Gurusamy Sarathypod/perlfaq* update from Tom Christiansen <tchrist...
1998-08-05 Chris Nandorperlport 1.32
1998-08-05 Ilya ZakharevichREADME.os2 update
1998-08-05 Gurusamy Sarathy additional INSTALL notes from Jarkko Hietaniemi...
1998-08-05 Gurusamy Sarathycorrect URL for perlcrt.dll
1998-08-05 Gurusamy Sarathyupdate Changes, patchlevel, tweak Liblist.pm
1998-08-05 Ilya Zakharevichnewer cperl-mode.el
1998-08-05 Gurusamy Sarathysupport :nosearch in ExtUtils::Liblist for win32, and...
1998-08-05 Ilya Zakharevichadd index entries for -X
1998-08-05 Ilya Zakharevichmake Test::Harness optionally check for stray files...
1998-08-05 Gurusamy Sarathyback out change#1703 that break bincompat with PERL_OBJ...
1998-08-05 Jarkko Hietaniemifixes to enable ISC to build IPC/SysV
1998-08-05 Jeff Okamotolet some 'tr' be '$tr' for occult reasons
1998-08-05 Gurusamy Sarathyperlre.pod tweak suggested by Mike Wescott <mike.wescot...
1998-08-05 David J. Fianderexplain caveat about use of numeric constants in podoc...
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-04 Gurusamy Sarathycorrect prototype for des_fcrypt(), explain how to...
1998-08-04 Gurusamy Sarathytweak to avoid ambiguity warnings
1998-08-04 Gurusamy Sarathyremove useless 'rcsid' (extension of a suggestion by
1998-08-04 Abigailcorrect Pod::Html's notion of email addresses
1998-08-04 Gurusamy Sarathyperlport.pod additions from Peter Prymmer <pvhp@forte...
1998-08-04 Chris Nandorperlport 1.30
1998-08-04 Tom Christiansenupdate postscript generator
1998-08-03 Jarkko Hietaniemiapplied suggested patch, slightly tweaked
1998-08-03 Stephen McCamantfix segfault when threadsv is used as foreach itervar
1998-08-02 Ilya Zakharevichclose() open files before unlink()
1998-08-02 Jarkko Hietaniemimore pack() tests
1998-08-02 Gurusamy Sarathyt/TEST aesthetic tweak suggested by Jarkko
1998-08-02 Gurusamy Sarathyadd Digital Unix 3.x notes to README.threads (as sugges...
1998-08-02 Stephen McCamantallow *FOO{BAR}[0] etc. (without intervening arrow)
1998-08-02 Gurusamy Sarathyfix unpack('u',...) problem with spaces in input
next