summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* make 4-arg win32_select() sleep more reasonably on false valuesBlair Zajac1998-07-041-2/+5
* adjust h2ph.t for dos-specific problemLaszlo Molnar1998-07-041-1/+6
* fix CPAN.pm problem, OS2 tweaksIlya Zakharevich1998-07-043-7/+19
* Add elc target to to makefileIlya Zakharevich1998-07-041-1/+6
* newer emacs/cperl-mode.el (via private mail)Ilya Zakharevich1998-07-041-844/+2263
* Make Power MachTen use vfork and perl's mallocDominic Dunlop1998-07-042-10/+73
* allow a flags args to fbm_instr() for future needsIlya Zakharevich1998-07-046-10/+10
* INSTALL-1.39Andy Dougherty1998-07-041-10/+22
* Configure updateAndy Dougherty1998-07-0412-745/+725
* add perlbug -F switch to save message to fileHugo van der Sanden1998-07-042-7/+27
* catch nonexistent backrefs in REsHugo van der Sanden1998-07-043-3/+15
* fix perlcc to not rm output file, and other -w(arts)Gurusamy Sarathy1998-07-041-8/+9
* ignore stash entries that are not GVs in dump.cGurusamy Sarathy1998-07-041-0/+2
* cleaner page headers from pod2manGurusamy Sarathy1998-07-041-2/+6
* win32iop.h #definesAnton Berezin1998-07-041-31/+31