summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied suggested fix for xhv_array sizing, with portability tweaksGisle Aas1998-07-051-18/+19
* hv_max may be a few too manyGisle Aas1998-07-051-2/+1
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-0512-74/+67
* various small tweaks (still fails a few taint tests in {taint,locale}.t)Gurusamy Sarathy1998-07-044-2/+6
* back out change#1289 (additional pollution breaks things on win32)Gurusamy Sarathy1998-07-041-31/+31
* fix C<local $tied{foo} = $tied{foo}>, add testsGurusamy Sarathy1998-07-042-9/+63
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-047-43/+32
* add patch preextend global string table, tweak for 512 entriesGisle Aas1998-07-041-2/+1
* simplify xhv_array sizingGisle Aas1998-07-041-19/+6