summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-0812-63/+70
* integrate cfgperl contentsGurusamy Sarathy1999-07-0749-768/+4515
|\
| * Sync regcomp warn with reality.Jarkko Hietaniemi1999-07-071-4/+17
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-0789-1314/+3124
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-0733-115/+320
| |\ \
| * | | Some new files of #3624 missing from MANIFEST.Jarkko Hietaniemi1999-07-061-0/+5
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-0646-726/+4325
| * | | Mention EPOC and SOCKS.Jarkko Hietaniemi1999-07-061-5/+9
| * | | There ain't Perl_atonv().Jarkko Hietaniemi1999-07-061-1/+1
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-1/+1
| |\ \ \
| * | | | Tweak for #3613.Jarkko Hietaniemi1999-07-061-2/+3
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0611-428/+553
| |\ \ \ \
| * | | | | Allow for deep ext directories.Nathan Kurz1999-07-061-27/+29
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0649-548/+1060
| * | | | | Put back the cygwin32 Configure fix of 3582 undone by 3597.Jarkko Hietaniemi1999-07-061-7/+14
* | | | | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-072-2/+5
* | | | | | change#1889 mistakenly removed F_SETLKGurusamy Sarathy1999-07-071-0/+6
* | | | | | B::Deparse updateStephen McCamant1999-07-071-54/+294
* | | | | | Re: [ID 19990705.001] Overloading boolean conversionIlya Zakharevich1999-07-072-2/+19
* | | | | | missing PerlIO_reopen() (suggested by sam@daemoninc.com)Gurusamy Sarathy1999-07-071-0/+1
* | | | | | applied new parts of suggested patchCharles Bailey1999-07-0713-42/+177
| |_|_|_|/ |/| | | |
* | | | | MakeMaker support for pod2htmlJan Dubois1999-07-073-54/+284
* | | | | fix undocumented IO::Handle functions as suggestedGurusamy Sarathy1999-07-071-6/+6
* | | | | prohibit thread join()ing itself (from Dan Sugalski)Gurusamy Sarathy1999-07-071-0/+2
* | | | | Compiler and XSUBSVishal Bhatia1999-07-071-29/+58
* | | | | mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntaxGurusamy Sarathy1999-07-071-0/+1
* | | | | add B::PV::{LEN,CUR}Doug MacEachern1999-07-071-0/+8
* | | | | slightly modified version of suggested patchSteven N. Hirsch1999-07-071-6/+16
* | | | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-0763-765/+2414
* | | | | Patch to JPL example programBrian Jepson1999-07-071-2/+6
* | | | | Eliminate CONDOPsStephen McCamant1999-07-0720-443/+333
| |_|_|/ |/| | |
* | | | adapted suggested patch for IO-1.20xian@dial.pipex.com1999-07-071-4/+13
* | | | PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>Gurusamy Sarathy1999-07-071-1/+1
* | | | memleak in optimizerHugo van der Sanden1999-07-075-5/+25
* | | | add do-not-edit caveats for files generated by opcode.plGurusamy Sarathy1999-07-074-0/+39
* | | | better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-078-44/+117
* | | | make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggestedGurusamy Sarathy1999-07-071-0/+1
* | | | Minor bug fix in pp_requireVishal Bhatia1999-07-071-1/+17
* | | | installperl should write normal messages to STDOUT, not STDERRGurusamy Sarathy1999-07-071-13/+13
* | | | BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)Gurusamy Sarathy1999-07-071-0/+1
* | | | make diagnostic on C<my $^I> etc., more readableGurusamy Sarathy1999-07-071-1/+1
* | | | [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]Andy Dougherty1999-07-062-2/+4
* | | | Devel::PeekIlya Zakharevich1999-07-062-9/+10
* | | | applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-067-31/+68
* | | | Optimize 2>&1 in commandsIlya Zakharevich1999-07-061-0/+14
* | | | fix int vs STRLEN issueGurusamy Sarathy1999-07-061-4/+4
| |_|/ |/| |
* | | [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]Todd C. Miller1999-07-061-1/+1
| |/ |/|
* | Optimize away OP_SASSIGNIlya Zakharevich1999-07-067-423/+545
* | portability fix for IO::File and FileHandlePeter Prymmer1999-07-061-1/+4
* | fix for C<$/ = 42> setting paragraph mode (applied with smallM. J. T. Guy1999-07-062-3/+3