p5sagit/p5-mst-13.2.git
1999-03-26 Gurusamy Sarathy specify type of bracket in "Unmatched bracket" diagnostic;
1999-03-26 Gurusamy Sarathy better description of "Integer overflow" diagnostic
1999-03-25 Vishal Bhatia applied needful parts of suggested patch
1999-03-25 Gurusamy Sarathy clarify what a "comment" means (due to Mark-Jason Dominus
1999-03-25 Gurusamy Sarathy describe current behavior on local($foo{nothere}) ...
1999-03-25 Gurusamy Sarathy fix refcnt on PL_main_cv (variant of suggestion by...
1999-03-25 Stephen McCamant Compiler needs to know about utf8 SVOP tr///s
1999-03-25 Gurusamy Sarathy B::Deparse update from Stephen McCamant <smccam@uclink4...
1999-03-25 Gurusamy Sarathy fix a few places that said 'int', but meant 'STRLEN'
1999-03-25 Russ Allbery [5.005_56] Add EXISTS to SDBM_File and libsdbm
1999-03-25 Gurusamy Sarathy better description of OP_UNSTACK (s/unstack/iteration...
1999-03-25 Gurusamy Sarathy add statement-modifier loops to :base_loop class
1999-03-25 Gurusamy Sarathy integrate changes#3105,3130,3154 from maint-5.005
1999-03-25 Gurusamy Sarathy remove bogus panic()
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-03-24 Charles Bailey applied suggested patch, modulo superseded parts
1999-03-24 Gurusamy Sarathy doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1999-03-24 Gurusamy Sarathy missing integration in previous change
1999-03-24 Gurusamy Sarathy integrate changes#3116,3119 from maint-5.005
1999-03-24 Gurusamy Sarathy integrate changes#3091-3094 from maint-5.005
1999-03-24 Gurusamy Sarathy warn about newfangled vfork() caveats
1999-03-24 Gurusamy Sarathy integrate change#3115 from maint-5.005
1999-03-24 Gurusamy Sarathy add note about map in scalar context
1999-03-24 Gurusamy Sarathy doc tweak
1999-03-24 Vishal Bhatia applied suggested patch, modulo bogus hunk
1999-03-24 Gurusamy Sarathy integrate change#3104 from maint-5.005
1999-03-24 Gurusamy Sarathy fix failure of C<&locked_sub;> under -Dusethreads
1999-03-24 Gurusamy Sarathy debugger tweak (wasn't printing a newline after recalle...
1999-03-24 Gurusamy Sarathy document OO exceptions (based on a suggestion by Andrea...
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-24 Gurusamy Sarathy fix off-by-one that resulted in misparse of C</[\x...
1999-03-24 Gurusamy Sarathy flip release & version in win32_uname()
1999-03-24 Gurusamy Sarathy support POSIX::uname() via win32_uname()
1999-03-23 Jan Dubois perldelta.pod changes for Win32::* functions
1999-03-23 Gurusamy Sarathy File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1999-03-23 Gurusamy Sarathy integrate cfgperl changes into mainline
1999-03-23 Gurusamy Sarathy add Pod-Parser-1.08 (verbatim module =include tests...
1999-03-23 Jarkko Hietaniemi Integrate from mainperl.
1999-03-23 Tim Witham patch for useless Math::BigInt warnings
1999-03-23 Kurt D. Starsinic avoid literal 'undef' in $lddlflags under `Configure...
1999-03-23 Gurusamy Sarathy avoid typeglob persistence in pp_readline()
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-22 Gurusamy Sarathy implement win32_spawnvp() internally, making it return...
1999-03-19 Jarkko Hietaniemi Describe the new Benchmark feature in more detail.
1999-03-19 Jarkko Hietaniemi AVAILABILITY tuning.
1999-03-17 Jarkko Hietaniemi Rhapsody change assumed too much.
1999-03-16 Jarkko Hietaniemi Apollo DomainOS AVAILABILITY.
1999-03-16 Jarkko Hietaniemi Mention Rhapsody in 5.005_5X perldelta,
1999-03-16 Jarkko Hietaniemi perldelta niggling.
1999-03-16 Jarkko Hietaniemi Integrate from mainperl.
1999-03-16 Jarkko Hietaniemi AVAILABILITY update: still mention PowerUX,
1999-03-16 Gurusamy Sarathy sundry pod niggles
1999-03-15 Jarkko Hietaniemi Integrate from mainperl.
1999-03-15 Wilfredo Sánchez First pass of integrating the Rhapsody port,
1999-03-15 Daniel Yacob applied suggested patch (mailed to perl-unicode@perl...
1999-03-12 Gurusamy Sarathy change#3067 failed package.t due to needless creation...
1999-03-10 Jarkko Hietaniemi Integrate from mainperl.
1999-03-09 Gurusamy Sarathy change#3060 had the wrong quotes
1999-03-09 Jarkko Hietaniemi d_uname was broken (probably since _53), reported by
1999-03-09 Gurusamy Sarathy fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1999-03-09 Gurusamy Sarathy use yyerror() instead of croak() so that compile-time...
1999-03-09 Gurusamy Sarathy adjust testsuite for change#3067
1999-03-08 Gurusamy Sarathy remove bogus symbols from global.sym
1999-03-06 Gurusamy Sarathy tolerate CRs after options
1999-03-05 Jarkko Hietaniemi Integrate from mainperl.
1999-03-05 Gurusamy Sarathy adjust timeouts to accomodate slow/busy systems
1999-03-05 Gurusamy Sarathy integrate change#3081 from maint-5.005
1999-03-05 Gurusamy Sarathy integrate change#2904 from maint-5.005
1999-03-04 Jarkko Hietaniemi Integrate from mainperl.
1999-03-04 Hans Mulder Regen config_h.SH once more because of *size,
1999-03-04 Hans Mulder LONGSIZE used before it is set in config.h
1999-03-04 Graham Barr exempt $foo::a,$foo::b from warnings only if sort(...
1999-03-04 Vishal Bhatia updates to compiler modules
1999-03-04 Gurusamy Sarathy more s/s_/s!/ etc.
1999-03-04 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-03-04 Gurusamy Sarathy HP-UX has yet another spelling for /NaNQ?/
1999-03-04 Gurusamy Sarathy error-check for accept() test
1999-03-04 Jan Dubois allow custom comparison function in File::Compare:...
1999-03-04 Abigail better version of change#3038
1999-03-03 Jarkko Hietaniemi Configure regen to
1999-03-03 Jarkko Hietaniemi Change #3053 missed perldelta.
1999-03-03 Jarkko Hietaniemi Use '!' to mark native integer packings instead of...
1999-03-02 Jarkko Hietaniemi The HP-UX threads patch (change #3028) is needed also...
1999-03-02 Hans Mulder Minor update to README.VMS
1999-03-02 Hans Mulder To: perl5-porters@perl.org, vmsperl@perl.org
1999-03-02 Spider Boardman Eliminate (valid) warning in byterun.c
1999-03-02 Gurusamy Sarathy updated HP-UX notes from Jeff Okamoto <okamoto@xfiles...
1999-03-01 Jarkko Hietaniemi Integrate from mainperl.
1999-03-01 Gurusamy Sarathy this is 5.005_56
1999-03-01 Gurusamy Sarathy destroy PL_svref_mutex in perl_destruct()
1999-03-01 Gurusamy Sarathy up patchlevel &c.
1999-03-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-02-28 Jan Dubois slightly edited version of suggested patch
1999-02-28 Gurusamy Sarathy fix subtle bug in eval'' testsuite
1999-02-28 Gurusamy Sarathy avoid literal control characters in change#3039
1999-02-28 Gurusamy Sarathy todo item: permit extended control variables a la ...
1999-02-28 Abigail Recognize -> and => inside [A-Z]<> sequences.
1999-02-28 Gurusamy Sarathy fix longstanding bug: searches for lexicals originating...
1999-02-28 Jan Dubois revert parts of change#2990 to preserve predictable...
1999-02-28 Gurusamy Sarathy remove superfluous stack_sp decl
next