summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* suggest 'make test' after makeGurusamy Sarathy1998-07-081-1/+2
* added patch for -i'foo*bar', made code somewhat simpler, tweaked docColin Kuskie1998-07-084-11/+74
* Faster foreach integer rangeGisle Aas1998-07-082-1/+9
* Remove some rendundant SvOOK_on testsGisle Aas1998-07-082-25/+5
* applied patch to clarify m//gM. J. T. Guy1998-07-081-9/+7
* 5.004_70 bug in perlfaq.podM. J. T. Guy1998-07-081-1/+1
* applied tweak (via private mail)Jarkko Hietaniemi1998-07-081-0/+8
* applied patch, various tweaks to pander to pod2man tantrumsIlya Zakharevich1998-07-082-35/+54
* Re: Inconsistent arithmetics on refsStephen McCamant1998-07-071-4/+10
* Anohter ptags improvementIlya Zakharevich1998-07-071-1/+2
* fix accidental RE-de-optimizationGurusamy Sarathy1998-07-072-3/+3
* Evaluation of AVHVs in scalar contextGisle Aas1998-07-072-2/+21
* doc tweaks suggested by Abigail, M.J.T. Guy, and Larry WallGurusamy Sarathy1998-07-073-5/+5
* Update metaconfig infoAndy Dougherty1998-07-061-3/+9
* Config_70-01: Remove default "/share"Andy Dougherty1998-07-066-88/+401
* try harder to run non-executable testsGurusamy Sarathy1998-07-061-3/+9
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-065-6/+13
* remove #! line from Errno_pm.PLGurusamy Sarathy1998-07-061-1/+0
* added patch to fix Cwd.pm warnings, fixed a couple more placesGisle Aas1998-07-061-4/+4
* much simpler fix to typecheck read/sysread/recv, as suggested byGurusamy Sarathy1998-07-061-2/+5
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-069-43/+11
* Keepers of the Patch PumpkinGisle Aas1998-07-061-2/+2
* remove dup entry in perldiagGurusamy Sarathy1998-07-061-7/+3
* more reasonable diagnostic on keyword vs. sub ambiguityGurusamy Sarathy1998-07-062-17/+18
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-0612-40/+40
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-062-12/+3
* allow read(FH,threadsv,...)Gurusamy Sarathy1998-07-061-0/+1
* 5.004_70 tweaksGurusamy Sarathy1998-07-063-2/+7
* update ChangesGurusamy Sarathy1998-07-062-2/+119
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-069-20/+88
* corrupt malloc ptr on NeXTHans Mulder1998-07-061-1/+1
* added Errno-1.09 from CPANGurusamy Sarathy1998-07-062-4/+23
* fix small memleak on -e, don't try to find_script() when e_scriptGurusamy Sarathy1998-07-061-12/+20
* add Symbol::delete_package()Gurusamy Sarathy1998-07-062-17/+36
* patch to remove assumptions about offset of IV being == sizeof(XPV)Stephen McCamant1998-07-051-4/+4
* make read() return undef on errors as documented, and clarify docsGurusamy Sarathy1998-07-052-13/+20
* fix getc() to return empty string instead of undef on eof, as it wasGurusamy Sarathy1998-07-051-2/+11
* patch whitespace-mutiliated; applied manuallyHans Mulder1998-07-051-2/+5
* applied patch (via private mail), modulo retrohunks in pod/perlfaq2.podTom Christiansen1998-07-0513-298/+819
* applied patch, and undid change#1302 which it made unnecessaryBilly Constantine1998-07-052-9/+4
* fix t/lib/fields.t's @INC so make test runsGurusamy Sarathy1998-07-051-3/+3
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-053-8/+12
* sundry win32 config tweaksGurusamy Sarathy1998-07-0512-30/+37
* update ChangesGurusamy Sarathy1998-07-051-1/+447
* add ck_sysread() for better sysread/read/recv sanityGurusamy Sarathy1998-07-059-11/+42
* Document B::Deparse, add pp_threadsvStephen McCamant1998-07-051-12/+87
* added patch with tweak to docChip Salzenberg1998-07-053-14/+48
* Porting/Glossary goes podly into Config.pmGurusamy Sarathy1998-07-052-2/+51
* add suggested tool as an example in ExtUtils::PacklistAlan Burlison1998-07-052-0/+50
* avoid race condition (storing ptr to SV before incrementing itsGurusamy Sarathy1998-07-051-4/+1