summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mention the -Minteger effect on modulus (from Nathan Torkington)Gurusamy Sarathy1999-07-181-0/+11
* ensure __END__ appears on a line by itself in wrappedGurusamy Sarathy1999-07-182-2/+3
* noecho noops (from Nicholas Clark <nick@flirble.org>)Gurusamy Sarathy1999-07-171-3/+5
* make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-172-1/+2
* tiny bug in vars.pm (from John Dlugosz)Gurusamy Sarathy1999-07-171-1/+1
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
* avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)Gurusamy Sarathy1999-07-171-2/+0
* Segfaults if $^PIlya Zakharevich1999-07-178-9/+26
* use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5Gurusamy Sarathy1999-07-171-19/+31
* allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-172-5/+17
* fix vec() on magic valuesIan Phillipps1999-07-172-0/+13
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-1710-5/+74
* File descriptor leak in do_exec3Ilya Zakharevich1999-07-171-1/+2
* a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;Gurusamy Sarathy1999-07-171-468/+706
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-1717-148/+186
* backout redundant change#3628Gurusamy Sarathy1999-07-172-1/+172
* minor efficiency tweakGurusamy Sarathy1999-07-141-0/+9
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-1214-68/+65
* tweaks for win32/borlandGurusamy Sarathy1999-07-123-2/+6
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-1269-4395/+3180
* change#3612 was buggy and failed to build Tk; applied Ilya'sGurusamy Sarathy1999-07-112-5/+70
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-0838-1712/+8840
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-085-17/+58
* 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