platform/upstream/perl.git
1998-09-24 Gurusamy Sarathytweak PERL_HASH() to h=h+(h>>5) in order to improve...
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-09-24 Gurusamy Sarathyprovide locked access to string table for USE_THREADS
1998-09-24 Gurusamy Sarathyremove bogus warn()
1998-09-24 Jan Duboisapplied suggested patch, adapted for all platforms
1998-09-24 Gurusamy Sarathyupgrade to CPAN-1.40
1998-09-24 Gurusamy Sarathyuse $ENV{MAKEMAKEROPT} to set default command line...
1998-09-23 Ilya ZakharevichMore verbose Test::Harness [PATCH]
1998-09-23 Gerben Wierdaupdate hints for OPENSTEP 4.2 on i386
1998-09-23 Gurusamy Sarathyreset errno after C<require> search (as suggested by...
1998-09-23 Gurusamy Sarathymisc pod tweaks
1998-09-23 Gurusamy Sarathymake Pod/Html.pm handle the --title option properly...
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-09-23 Jochen WiedmannExtUtils::MakeMaker::prompt cannot return 0
1998-09-23 Andreas KönigRe: [PATCH] MakeMaker "test" target doesn't depend...
1998-09-23 Charles BaileyRe: extralibs.ld problem in MM_VMS.pm
1998-09-23 Roderick SchertlerRe: Open2 and memory leaks
1998-09-23 Roderick Schertlerseed srand from /dev/urandom when possible
1998-09-23 Roderick Schertlerdoc update for crypt()'s salt
1998-09-23 SAKAI Kiyotakafix h2ph handling of C<#error "foo">
1998-09-23 Gurusamy Sarathyplug strictly private function leaks in API listing
1998-09-23 Dominic Dunlophide symbol for static build
1998-09-23 Gurusamy Sarathydefine PUT_svindex(), PUT_opindex()
1998-09-23 Dominic DunlopEliminate pragma/warn-regexec test dependence on REG_IN...
1998-09-23 Gurusamy Sarathypl2bat tweak from Tye McQueen <tye@metronet.com>
1998-09-23 Drago GoricanecThread::cond_wait bug in 5.005.51 causes deadlock
1998-09-23 Green, PaulRE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
1998-09-23 Charles Bailey(via private mail)
1998-09-23 Ilya ZakharevichOS/2 spawning typos
1998-09-23 Gurusamy Sarathywarn on C<my($foo,$foo)>
1998-09-23 Peter Prymmergeneral updates to README.vms
1998-09-23 Jeff OkamotoPATCH: 5.005_02 hint/hpux.sh
1998-09-23 Larry Parmeleefix (some) installhtml bugs
1998-09-23 Alan Burlisondocument 'U' magic with examples
1998-09-23 Peter PrymmerMessage-Id: <9809010013.AA06737@forte.com>
1998-09-23 Mark P Lutzfix problematic typecast in filter_del()
1998-09-23 Ilya Zakharevich(?>) broken in RE
1998-09-23 Gurusamy SarathyU/WIN testsuite patches from Joe Buehler <jhpb@hekimian...
1998-09-23 Jarkko Hietaniemi5.004_50 or 5.005_02: get rid of interp.sym because...
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-09-23 Ilya ZakharevichProtect debugger from nonlocal exits
1998-09-23 Joe Buehlerpatches for perl 5.005_51 under U/WIN
1998-09-23 Gurusamy Sarathyadd missing C<no utf8;> tweak from Larry
1998-09-23 Gurusamy Sarathys/runops/CALLRUNOPS/
1998-09-23 Gurusamy Sarathyrename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
1998-09-23 Gurusamy Sarathymake \(%foo) return refs to values (not copies of values)
1998-09-23 Gurusamy Sarathymake h2xs generate ANSI prototypes
1998-09-23 Matthew T Hardenupdated usethreads hints for hpux 10.X
1998-09-23 Robin Barkerdon't create empty directories in installperl
1998-09-23 Ilya Zakharevichmake behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
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}"'
next