1999-07-18 |
Jan Dubois | Some lib/ExtUtils/Manifest.pm POD fixes |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Gurusamy Sarathy | remove spurious newSTATEOP() that causes goto to enter... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Gurusamy Sarathy | detypo, update Changes |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Gurusamy Sarathy | mention the -Minteger effect on modulus (from Nathan... |
commit | commitdiff | tree | snapshot |
1999-07-18 |
Gurusamy Sarathy | ensure __END__ appears on a line by itself in wrapped |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | noecho noops (from Nicholas Clark <nick@flirble.org>) |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | make CC.pm use a distinct CCPP() macro rather than... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | tiny bug in vars.pm (from John Dlugosz) |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Jan Dubois | applied suggested patch, along with later tweak |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlo... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Ilya Zakharevich | Segfaults if $^P |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | use a better prefixify() heuristic than m/perl/ (prefix... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | allow $foo{$x} and $bar[$i] for (\$) prototype |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Ian Phillipps | fix vec() on magic values |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Ilya Zakharevich | make system() return -1 and set $! if exec of child... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Ilya Zakharevich | File descriptor leak in do_exec3 |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | a modernized version of find2perl from Ken Pizzini... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | pod fixes (with minor edits) from Abigail, Ronald Kimba... |
commit | commitdiff | tree | snapshot |
1999-07-17 |
Gurusamy Sarathy | backout redundant change#3628 |
commit | commitdiff | tree | snapshot |
1999-07-14 |
Gurusamy Sarathy | minor efficiency tweak |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Gurusamy Sarathy | fixups for sundry warnings about function pointers |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Gurusamy Sarathy | tweaks for win32/borland |
commit | commitdiff | tree | snapshot |
1999-07-12 |
Gurusamy Sarathy | yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
commit | commitdiff | tree | snapshot |
1999-07-11 |
Gurusamy Sarathy | change#3612 was buggy and failed to build Tk; applied... |
commit | commitdiff | tree | snapshot |
1999-07-08 |
Gurusamy Sarathy | more PERL_OBJECT cleanups (changes still untested on... |
commit | commitdiff | tree | snapshot |
1999-07-08 |
Gurusamy Sarathy | sundry cleanups for clean build on windows |
commit | commitdiff | tree | snapshot |
1999-07-08 |
Gurusamy Sarathy | fixes for logical bugs in the lexwarn patch; other... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | integrate cfgperl contents |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | filetest.t and ByteLoader build tweaks from Peter Prymmer |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | change#1889 mistakenly removed F_SETLK |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Stephen McCamant | B::Deparse update |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Ilya Zakharevich | Re: [ID 19990705.001] Overloading boolean conversion |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | missing PerlIO_reopen() (suggested by sam@daemoninc... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Charles Bailey | applied new parts of suggested patch |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Jarkko Hietaniemi | Sync regcomp warn with reality. |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Jarkko Hietaniemi | Integrate with Sarathy; one conflict in t/pragma/warn... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Jan Dubois | MakeMaker support for pod2html |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | fix undocumented IO::Handle functions as suggested |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | prohibit thread join()ing itself (from Dan Sugalski) |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Vishal Bhatia | Compiler and XSUBS |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | mention C<foreach VAR (LIST) BLOCK continue BLOCK>... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Doug MacEachern | add B::PV::{LEN,CUR} |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Steven N. Hirsch | slightly modified version of suggested patch |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Paul Marquess | lexical warnings update (warning.t fails one test |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Brian Jepson | Patch to JPL example program |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Stephen McCamant | Eliminate CONDOPs |
commit | commitdiff | tree | snapshot |
1999-07-07 |
ian@dial.pipex.com | adapted suggested patch for IO-1.20x |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | PowerMAX hints update from Tom Horsley <Tom.Horsley... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Hugo van der... | memleak in optimizer |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | add do-not-edit caveats for files generated by opcode.pl |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | better diagnostics on read operations from write-only |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Vishal Bhatia | Minor bug fix in pp_require |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | installperl should write normal messages to STDOUT... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from... |
commit | commitdiff | tree | snapshot |
1999-07-07 |
Gurusamy Sarathy | make diagnostic on C<my $^I> etc., more readable |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Andy Dougherty | [ID 19990617.004 [PATCH 5.005_57] make distclean fixes] |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Some new files of #3624 missing from MANIFEST. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | POSIX [[:character class:]] support for standard, locale, |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Ilya Zakharevich | Devel::Peek |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Vishal Bhatia | applied patch after demunging headers with appropriate... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Ilya Zakharevich | Optimize 2>&1 in commands |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Mention EPOC and SOCKS. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Gurusamy Sarathy | fix int vs STRLEN issue |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | There ain't Perl_atonv(). |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Tweak for #3613. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Todd C. Miller | [ID 19990613.003 linklibperl set incorrectly in Makefi... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Nathan Kurz | Allow for deep ext directories. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Ilya Zakharevich | Optimize away OP_SASSIGN |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Peter Prymmer | portability fix for IO::File and FileHandle |
commit | commitdiff | tree | snapshot |
1999-07-06 |
M. J. T. Guy | fix for C<$/ = 42> setting paragraph mode (applied... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Gurusamy Sarathy | test tweak |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Jarkko Hietaniemi | Put back the cygwin32 Configure fix of 3582 undone... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Ilya Zakharevich | applied slightly tweaked version of suggested patch for |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Gurusamy Sarathy | bug in change#3602 (cpp conditionals not allowed inside... |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Paul Marquess | DB_File 1.67 |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Paul Marquess | DBM Filters |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Dan Sugalski | slightly tweaked version of suggested patch |
commit | commitdiff | tree | snapshot |
1999-07-06 |
Gurusamy Sarathy | integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | Integrate with mainperl. |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | Hack SOCKS support some more plus a patch from Andy... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Ilya Zakharevich | Long-standing UDP sockets bug on OS/2 |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Ilya Zakharevich | Setting $^E wipes out $! |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Hans Mulder | hand-apply whitespace mutiliated patch |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Vishal Bhatia | applied parts not duplicated by previous patches |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | AIX threaded build, plus few more on the side. |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Peter Prymmer | "\e" and "\a" didn't produce right escape under EBCDIC |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Gurusamy Sarathy | s/scalar ref constructor/single ref constructor/ (suggested |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Gurusamy Sarathy | no such thing as gdbm_clearerr() (from Andy Dougherty) |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Gurusamy Sarathy | allow C<-foo> under C<use integer> (behavior of C<... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | Make perl_exp.SH smarter about what to include and... |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | Remove unnecessary and extraneous my $i = 0. |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Jarkko Hietaniemi | Integrate with mainperl. |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Vishal Bhatia | Re: [PATCH 5.005_57] pp_sort sorted out |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Gurusamy Sarathy | suppress fancy display when in verbose mode (suggested by |
commit | commitdiff | tree | snapshot |
1999-07-05 |
Fifer, Eric | cygwin32 update |
commit | commitdiff | tree | snapshot |
next |