p5sagit/p5-mst-13.2.git
1999-07-25 Gurusamy Sarathy add note about glibc bug
1999-07-25 Gurusamy Sarathy fix bug in change#3728 that might free COPs prematurely;
1999-07-25 Gurusamy Sarathy fix little utf8 nits in testsuite; add patch from Ilya...
1999-07-23 Hugo van der... applied suggested patch for tracking line numbers corre...
1999-07-23 Gurusamy Sarathy avoid useless use of target for pp_each(); also fixes...
1999-07-23 Gurusamy Sarathy emit warning about function calls that were encountered...
1999-07-20 Gurusamy Sarathy DProf tweak
1999-07-20 Gurusamy Sarathy another DProf build tweak
1999-07-20 Gurusamy Sarathy move DProf things around to where they are supposed...
1999-07-20 Gurusamy Sarathy DProf fixups for PERL_IMPLICIT_CONTEXT
1999-07-20 Gurusamy Sarathy move DProf to Devel/DProf
1999-07-20 Gurusamy Sarathy add Devel::DProf v19990108 from CPAN, as it was
1999-07-20 Gurusamy Sarathy C<union any> needs no PERL_OBJECT-treatment
1999-07-20 Gurusamy Sarathy fix problem in default build
1999-07-19 Gurusamy Sarathy win32 nits
1999-07-19 Gurusamy Sarathy don't display tid from main thread (or testsuite breaks)
1999-07-19 Gurusamy Sarathy remove several doubled (and tripled!) entries
1999-07-19 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-19 Gurusamy Sarathy avoid bug in win32_str_os_error() (from Jan Dubois)
1999-07-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-18 Peter Prymmer [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish...
1999-07-18 Gurusamy Sarathy display thread id in diagnostics (suggested by Dan...
1999-07-18 Gurusamy Sarathy missing perldiag entry (from Dan Sugalski <sugalskd...
1999-07-18 Ilya Zakharevich cache [NIUP]V conversions of defined READONLY values
1999-07-18 Jan Dubois Some lib/ExtUtils/Manifest.pm POD fixes
1999-07-18 Gurusamy Sarathy remove spurious newSTATEOP() that causes goto to enter...
1999-07-18 Gurusamy Sarathy detypo, update Changes
1999-07-18 Gurusamy Sarathy mention the -Minteger effect on modulus (from Nathan...
1999-07-18 Gurusamy Sarathy ensure __END__ appears on a line by itself in wrapped
1999-07-17 Gurusamy Sarathy noecho noops (from Nicholas Clark <nick@flirble.org>)
1999-07-17 Gurusamy Sarathy make CC.pm use a distinct CCPP() macro rather than...
1999-07-17 Gurusamy Sarathy tiny bug in vars.pm (from John Dlugosz)
1999-07-17 Jan Dubois applied suggested patch, along with later tweak
1999-07-17 Gurusamy Sarathy avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlo...
1999-07-17 Ilya Zakharevich Segfaults if $^P
1999-07-17 Gurusamy Sarathy use a better prefixify() heuristic than m/perl/ (prefix...
1999-07-17 Gurusamy Sarathy allow $foo{$x} and $bar[$i] for (\$) prototype
1999-07-17 Ian Phillipps fix vec() on magic values
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-17 Ilya Zakharevich File descriptor leak in do_exec3
1999-07-17 Gurusamy Sarathy a modernized version of find2perl from Ken Pizzini...
1999-07-17 Gurusamy Sarathy pod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-07-17 Gurusamy Sarathy backout redundant change#3628
1999-07-15 Jarkko Hietaniemi Fix the bin/oct/hex constant overflow tests for
1999-07-14 Jarkko Hietaniemi Fixed AIX dynamic loading and AIX shared Perl library.
1999-07-14 Gurusamy Sarathy minor efficiency tweak
1999-07-14 Jarkko Hietaniemi The regexec.c change of #3606 caused a core dump in...
1999-07-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy tweaks for win32/borland
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-11 Jarkko Hietaniemi More manual sync.
1999-07-11 Gurusamy Sarathy change#3612 was buggy and failed to build Tk; applied...
1999-07-11 Jarkko Hietaniemi Manual synchronization with Sarathy (some files
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-08 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-08 Gurusamy Sarathy sundry cleanups for clean build on windows
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathy integrate cfgperl contents
1999-07-07 Gurusamy Sarathy filetest.t and ByteLoader build tweaks from Peter Prymmer
1999-07-07 Gurusamy Sarathy change#1889 mistakenly removed F_SETLK
1999-07-07 Stephen McCamant B::Deparse update
1999-07-07 Ilya Zakharevich Re: [ID 19990705.001] Overloading boolean conversion
1999-07-07 Gurusamy Sarathy missing PerlIO_reopen() (suggested by sam@daemoninc...
1999-07-07 Charles Bailey applied new parts of suggested patch
1999-07-07 Jarkko Hietaniemi Sync regcomp warn with reality.
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Jan Dubois MakeMaker support for pod2html
1999-07-07 Gurusamy Sarathy fix undocumented IO::Handle functions as suggested
1999-07-07 Gurusamy Sarathy prohibit thread join()ing itself (from Dan Sugalski)
1999-07-07 Vishal Bhatia Compiler and XSUBS
1999-07-07 Gurusamy Sarathy mention C<foreach VAR (LIST) BLOCK continue BLOCK>...
1999-07-07 Doug MacEachern add B::PV::{LEN,CUR}
1999-07-07 Steven N. Hirsch slightly modified version of suggested patch
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Brian Jepson Patch to JPL example program
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-07 ian@dial.pipex.com adapted suggested patch for IO-1.20x
1999-07-07 Gurusamy Sarathy PowerMAX hints update from Tom Horsley <Tom.Horsley...
1999-07-07 Hugo van der... memleak in optimizer
1999-07-07 Gurusamy Sarathy add do-not-edit caveats for files generated by opcode.pl
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-07 Gurusamy Sarathy make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE...
1999-07-07 Vishal Bhatia Minor bug fix in pp_require
1999-07-07 Gurusamy Sarathy installperl should write normal messages to STDOUT...
1999-07-07 Gurusamy Sarathy BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from...
1999-07-07 Gurusamy Sarathy make diagnostic on C<my $^I> etc., more readable
1999-07-06 Andy Dougherty [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
1999-07-06 Jarkko Hietaniemi Some new files of #3624 missing from MANIFEST.
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Ilya Zakharevich Devel::Peek
1999-07-06 Vishal Bhatia applied patch after demunging headers with appropriate...
1999-07-06 Ilya Zakharevich Optimize 2>&1 in commands
1999-07-06 Jarkko Hietaniemi Mention EPOC and SOCKS.
1999-07-06 Gurusamy Sarathy fix int vs STRLEN issue
1999-07-06 Jarkko Hietaniemi There ain't Perl_atonv().
next