p5sagit/p5-mst-13.2.git
1998-09-23 Ilya Zakharevich make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Kurt D. Starsinic h2ph misquotes #error directives
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-09-23 Gurusamy Sarathy better CR-handling on shebang line and in formats ...
1998-09-23 M. J. T. Guy document non-loopish blocks better
1998-09-23 Gurusamy Sarathy fix bogus integerization of pop()'s return value
1998-09-23 Gurusamy Sarathy tweak README.win32
1998-09-23 Gurusamy Sarathy better diagnostic for do{} used as lvalue
1998-09-23 Hans Mulder enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
1998-09-23 Gurusamy Sarathy support make written in perl (aka "pmake") on win32
1998-09-23 Gurusamy Sarathy fix mismatched UV/U32 types for to_utf8_*()
1998-09-23 Laszlo Molnar dos-djgpp update
1998-09-23 Jarkko Hietaniemi apply minimal variant of patch (sent via private mail)
1998-09-23 Peter Prymmer adjust searchdict.t for EBCDIC (still needs documenting)
1998-09-23 Gurusamy Sarathy silence redefined warning for XS(INIT) {}
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-09-23 Ilya Zakharevich Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-23 Gurusamy Sarathy integrate maint-5.005 changes (except conflicting chang...
1998-09-23 Gurusamy Sarathy add note to win32/Makefile about setting CCHOME
1998-09-23 Gurusamy Sarathy perl.pod tweak
1998-09-21 Gurusamy Sarathy make xsubpp generate well-formed code with CAPI ...
1998-09-20 Ilya Zakharevich Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-20 Peter Prymmer fix for unpack('u') failures on OS/390
1998-09-20 M. J. T. Guy Fix typo, change "an array" to "a hash"
1998-09-20 Gurusamy Sarathy fill gaps in sig_* entries in win32/config.?c
1998-09-20 Gurusamy Sarathy suppress bogus warning on C<sub x {} x()>
1998-09-18 Gurusamy Sarathy delay freeing itervar so C<for $i (@a) { return($i...
1998-09-17 Gurusamy Sarathy resync win32/config.?c with Porting/config.sh to pick...
1998-09-17 Gurusamy Sarathy suppress bogus warning on C<sub x {} x()>
1998-09-17 Gurusamy Sarathy ntohl typo in objXSUB.h
1998-09-17 Gurusamy Sarathy fill gaps in sig_* entries in win32/config.?c
1998-09-12 Nick Ing-Simmons Two tweaks to allow quiet compile qith egcs-1.1
1998-09-07 Larry Wall index() applied BM optimization to wrong argument
1998-09-07 Gurusamy Sarathy Mssage-Id: <199808280433.AAA06767@aatma.engin.umich...
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-09-05 Larry Wall several new tests needed tweaking to work under utf8
1998-09-05 Larry Wall index() applied BM optimization to wrong argument
1998-09-05 Larry Wall Implicit require during compile reset line numbering
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Gurusamy Sarathy fix coredump with MULTIPLICITY (ckWARN() needs early...
1998-08-09 Gurusamy Sarathy tweak warning test
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy bump patchlevel to 5.005_51
1998-08-08 Paul Marquess fix bogus warning on "\x{123}"
1998-08-08 Dominic Dunlop hide dup symbol for static build of ext/re
1998-08-08 Larry Wall fix double free on -Mutf8 -e '$b=uc("")'
1998-08-08 Larry Wall substr() assumes utf8 without say-so
1998-08-08 Gisle Aas fix intolerance of SWASHes for blank lines
1998-08-08 Gisle Aas utf8 doc tweak
1998-08-08 Gisle Aas kill bogus warning from -we 'use utf8; $_="\x{FF}"'
1998-08-08 Larry Wall \pX not implemented!
1998-08-08 Stephen McCamant Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
1998-08-08 Jarkko Hietaniemi 5.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 Sarathy integrate maint-5.005 changes into mainline
1998-08-08 Gurusamy Sarathy pending submit of 5.005_02
1998-08-08 Gurusamy Sarathy set patchlevel.h, other minor tweaks
1998-08-08 Gurusamy Sarathy prevent lexical leaks from Benchmark into target code...
1998-08-08 Gurusamy Sarathy back out change#1747 until possibly better patch is...
1998-08-07 Gurusamy Sarathy temporary opcode.pl workaround for ebcdic (suggested by
1998-08-07 Paul Marquess Fix for command line use of source filters
1998-08-07 Gurusamy Sarathy perlport.pod notes from Jarkko Hietaniemi; utime()...
1998-08-07 Gurusamy Sarathy perlport.pod v1.33 from Chris Nandor <pudge@pobox.com>
1998-08-07 Ilya Zakharevich Minor cleanup of RE tests and docs
1998-08-07 Gurusamy Sarathy allow more compatible interpretation of spaces File...
1998-08-07 Gurusamy Sarathy don'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 Barr make AutoSplit safer on filesystems with short filenames
1998-08-05 Gurusamy Sarathy MM_Win32.pm and Liblist.pm tweaks
1998-08-05 Gurusamy Sarathy pod/perlfaq* update from Tom Christiansen <tchrist...
1998-08-05 Chris Nandor perlport 1.32
1998-08-05 Ilya Zakharevich README.os2 update
1998-08-05 Gurusamy Sarathy additional INSTALL notes from Jarkko Hietaniemi...
1998-08-05 Gurusamy Sarathy correct URL for perlcrt.dll
1998-08-05 Gurusamy Sarathy update Changes, patchlevel, tweak Liblist.pm
1998-08-05 Ilya Zakharevich newer cperl-mode.el
1998-08-05 Gurusamy Sarathy support :nosearch in ExtUtils::Liblist for win32, and...
1998-08-05 Ilya Zakharevich add index entries for -X
1998-08-05 Ilya Zakharevich make Test::Harness optionally check for stray files...
1998-08-05 Gurusamy Sarathy back out change#1703 that break bincompat with PERL_OBJ...
1998-08-05 Jarkko Hietaniemi fixes to enable ISC to build IPC/SysV
1998-08-05 Jeff Okamoto let some 'tr' be '$tr' for occult reasons
1998-08-05 Gurusamy Sarathy perlre.pod tweak suggested by Mike Wescott <mike.wescot...
1998-08-05 David J. Fiander explain caveat about use of numeric constants in podoc...
1998-08-05 Gurusamy Sarathy end pod processing when source file is closed (prevents...
1998-08-04 Gurusamy Sarathy correct prototype for des_fcrypt(), explain how to...
1998-08-04 Gurusamy Sarathy tweak to avoid ambiguity warnings
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-08-04 Abigail correct Pod::Html's notion of email addresses
1998-08-04 Gurusamy Sarathy perlport.pod additions from Peter Prymmer <pvhp@forte...
1998-08-04 Chris Nandor perlport 1.30
1998-08-04 Tom Christiansen update postscript generator
1998-08-03 Jarkko Hietaniemi applied suggested patch, slightly tweaked
1998-08-03 Stephen McCamant fix segfault when threadsv is used as foreach itervar
1998-08-02 Ilya Zakharevich close() open files before unlink()
1998-08-02 Jarkko Hietaniemi more pack() tests
1998-08-02 Gurusamy Sarathy t/TEST aesthetic tweak suggested by Jarkko
1998-08-02 Gurusamy Sarathy add Digital Unix 3.x notes to README.threads (as sugges...
1998-08-02 Stephen McCamant allow *FOO{BAR}[0] etc. (without intervening arrow)
next