p5sagit/p5-mst-13.2.git
1998-07-08 Jarkko Hietaniemi add extension to support SysV IPC
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-08 Ilya Zakharevich added patch to generate PPDEF(pp_foo)
1998-07-08 Gurusamy Sarathy suggest 'make test' after make
1998-07-08 Colin Kuskie added patch for -i'foo*bar', made code somewhat simpler...
1998-07-08 Gisle Aas Faster foreach integer range
1998-07-08 Gisle Aas Remove some rendundant SvOOK_on tests
1998-07-08 M. J. T. Guy applied patch to clarify m//g
1998-07-08 M. J. T. Guy 5.004_70 bug in perlfaq.pod
1998-07-08 Jarkko Hietaniemi applied tweak (via private mail)
1998-07-08 Ilya Zakharevich applied patch, various tweaks to pander to pod2man...
1998-07-07 Stephen McCamant Re: Inconsistent arithmetics on refs
1998-07-07 Ilya Zakharevich Anohter ptags improvement
1998-07-07 Gurusamy Sarathy fix accidental RE-de-optimization
1998-07-07 Gisle Aas Evaluation of AVHVs in scalar context
1998-07-07 Gurusamy Sarathy doc tweaks suggested by Abigail, M.J.T. Guy, and Larry...
1998-07-06 Andy Dougherty Update metaconfig info
1998-07-06 Andy Dougherty Config_70-01: Remove default "/share"
1998-07-06 Gurusamy Sarathy try harder to run non-executable tests
1998-07-06 Joshua Pritikin add patch to improve method caching, regen headers
1998-07-06 Gurusamy Sarathy remove #! line from Errno_pm.PL
1998-07-06 Gisle Aas added patch to fix Cwd.pm warnings, fixed a couple...
1998-07-06 Gurusamy Sarathy much simpler fix to typecheck read/sysread/recv, as...
1998-07-06 Gurusamy Sarathy undo ck_sysread() changes#1319,1337 in preparation...
1998-07-06 Gisle Aas Keepers of the Patch Pumpkin
1998-07-06 Gurusamy Sarathy remove dup entry in perldiag
1998-07-06 Gurusamy Sarathy more reasonable diagnostic on keyword vs. sub ambiguity
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-06 Gurusamy Sarathy per Larry suggestion, toss change#1327 and fix the...
1998-07-06 Gurusamy Sarathy allow read(FH,threadsv,...)
1998-07-06 Gurusamy Sarathy 5.004_70 tweaks
1998-07-06 Gurusamy Sarathy update Changes
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-07-06 Hans Mulder corrupt malloc ptr on NeXT
1998-07-06 Gurusamy Sarathy added Errno-1.09 from CPAN
1998-07-06 Gurusamy Sarathy fix small memleak on -e, don't try to find_script(...
1998-07-06 Gurusamy Sarathy add Symbol::delete_package()
1998-07-05 Stephen McCamant patch to remove assumptions about offset of IV being...
1998-07-05 Gurusamy Sarathy make read() return undef on errors as documented, and...
1998-07-05 Gurusamy Sarathy fix getc() to return empty string instead of undef...
1998-07-05 Hans Mulder patch whitespace-mutiliated; applied manually
1998-07-05 Tom Christiansen applied patch (via private mail), modulo retrohunks...
1998-07-05 Billy Constantine applied patch, and undid change#1302 which it made...
1998-07-05 Gurusamy Sarathy fix t/lib/fields.t's @INC so make test runs
1998-07-05 Gurusamy Sarathy add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-07-05 Gurusamy Sarathy sundry win32 config tweaks
1998-07-05 Gurusamy Sarathy update Changes
1998-07-05 Gurusamy Sarathy add ck_sysread() for better sysread/read/recv sanity
1998-07-05 Stephen McCamant Document B::Deparse, add pp_threadsv
1998-07-05 Chip Salzenberg added patch with tweak to doc
1998-07-05 Gurusamy Sarathy Porting/Glossary goes podly into Config.pm
1998-07-05 Alan Burlison add suggested tool as an example in ExtUtils::Packlist
1998-07-05 Gurusamy Sarathy avoid race condition (storing ptr to SV before incremen...
1998-07-05 Gisle Aas applied suggested fix for xhv_array sizing, with portab...
1998-07-05 Gisle Aas hv_max may be a few too many
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathy various small tweaks (still fails a few taint tests...
1998-07-04 Gurusamy Sarathy back out change#1289 (additional pollution breaks thing...
1998-07-04 Gurusamy Sarathy fix C<local $tied{foo} = $tied{foo}>, add tests
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Gisle Aas add patch preextend global string table, tweak for...
1998-07-04 Gisle Aas simplify xhv_array sizing
1998-07-04 Blair Zajac make 4-arg win32_select() sleep more reasonably on...
1998-07-04 Laszlo Molnar adjust h2ph.t for dos-specific problem
1998-07-04 Ilya Zakharevich fix CPAN.pm problem, OS2 tweaks
1998-07-04 Ilya Zakharevich Add elc target to to makefile
1998-07-04 Ilya Zakharevich newer emacs/cperl-mode.el (via private mail)
1998-07-04 Dominic Dunlop Make Power MachTen use vfork and perl's malloc
1998-07-04 Ilya Zakharevich allow a flags args to fbm_instr() for future needs
1998-07-04 Andy Dougherty INSTALL-1.39
1998-07-04 Andy Dougherty Configure update
1998-07-04 Hugo van der... add perlbug -F switch to save message to file
1998-07-04 Hugo van der... catch nonexistent backrefs in REs
1998-07-04 Gurusamy Sarathy fix perlcc to not rm output file, and other -w(arts)
1998-07-04 Gurusamy Sarathy ignore stash entries that are not GVs in dump.c
1998-07-04 Gurusamy Sarathy cleaner page headers from pod2man
1998-07-04 Anton Berezin win32iop.h #defines
1998-07-04 Robin Barker tweaks to Getopt::Std
1998-07-04 Gisle Aas added patch, with tweaks
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-07-04 M. J. T. Guy tweak doc for ".."
1998-07-04 Jarkko Hietaniemi fix use of uninitialized var in pp_unpack()
1998-07-04 Jarkko Hietaniemi 5.004_69: Parsewords.pm: avoid undefined warnings
1998-07-04 Gurusamy Sarathy VMS updates from Dan Sugalski <sugalskd@osshe.edu>
1998-07-04 Hans Mulder Tweaks to VMS configuration procedure
1998-07-04 Hans Mulder don't attempt to copy directories on VMS
1998-07-04 Douglas Lankshear add 'installhtml*dir' to win32 config templates
1998-07-04 Billy Constantine implemented described fix for h2ph hanging on "enum"
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-07-04 Larry Wall deprecate use of reserved word "our" (Larry's idea)
1998-07-02 Gurusamy Sarathy tweak win32/config.* variables
1998-07-02 Gurusamy Sarathy export opendir() set of functions on win32
1998-07-01 Gurusamy Sarathy fix C<@a = (%a = 1)> bizarreness
1998-06-30 Gurusamy Sarathy document perltrap on precedence of keys/values/each
1998-06-30 Murray Nesbitt Re: [PATCH 5.004_67] MakeMaker mods for PPD support
1998-06-30 Robin Barker perldoc.PL
1998-06-30 Jarkko Hietaniemi add patch to integrate Math::Trig::Radial into Math...
1998-06-30 Gisle Aas Re: [PATCH] Simplified magic_setisa() and improved...
1998-06-30 Gurusamy Sarathy tweaks to overloaded constants (change#1259)
1998-06-29 Gurusamy Sarathy update Changes and perlhist.pod
next