p5sagit/p5-mst-13.2.git
2000-05-02 Jarkko Hietaniemi Test both the scalar and list contexts.
2000-05-02 Jarkko Hietaniemi Call getspnam() only iff needed.
2000-05-02 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-02 Gurusamy Sarathy change#3798 broke the meaning of "\0_7_7", tr/\0_/...
2000-05-02 Gurusamy Sarathy perlretut revisions (from Mark Kvale <kvale@phy.ucsf...
2000-05-02 Gurusamy Sarathy remove outdated perltrap entry (from Peter Scott <Peter...
2000-05-02 Gurusamy Sarathy cpio 2.4.2 on Linux creates directories in 0700 mode...
2000-05-02 Gurusamy Sarathy missing files in MANIFEST
2000-05-02 Jarkko Hietaniemi Infinite problems.
2000-05-02 Jarkko Hietaniemi pwent/spent #ifdef imbalance.
2000-05-01 Jarkko Hietaniemi Use HUGE_VALL if applicable.
2000-05-01 Jarkko Hietaniemi Correct Freudian slip.
2000-05-01 Jarkko Hietaniemi Continue on the pwent/spent case.
2000-05-01 Jarkko Hietaniemi Integrate with Sarathy; unfortunately Sarathy's whitespace
2000-05-01 Jarkko Hietaniemi Rewrite the pwent/spent logic to be a little bit more...
2000-05-01 Gurusamy Sarathy whitespace adjustments
2000-05-01 Gurusamy Sarathy small nits in diagnostics.pm (from Robin Barker)
2000-05-01 Gurusamy Sarathy introduce @LAST_MATCH_START and @LAST_MATCH_END, Englis...
2000-05-01 Gurusamy Sarathy add CGI.pm v2.66 (from Lincoln Stein)
2000-05-01 Gurusamy Sarathy Pod::Man generates groff-incompatible macro definition...
2000-05-01 Gurusamy Sarathy podlators-1.02 update (from Russ Allbery)
2000-04-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-30 Gurusamy Sarathy Is{Alnum,Alpha,Word} don't match titlecase
2000-04-30 Gurusamy Sarathy extend "Unrecognized escape" warning to \8, \9, and...
2000-04-30 Gurusamy Sarathy debugger stomps on $. (from M.J.T. Guy)
2000-04-30 Gurusamy Sarathy unbalanced LEAVE after perl_clone(...,0) (from Doug...
2000-04-29 Gurusamy Sarathy remove Win2K issue in pod (fixed by change#6020)
2000-04-29 Gurusamy Sarathy test tweak
2000-04-29 Gurusamy Sarathy windows portability tweaks
2000-04-29 Gurusamy Sarathy make lib/syslog.t portable to systems that don't have...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Jarkko Hietaniemi Do not warn that an infinity does not look like a number.
2000-04-28 Gurusamy Sarathy tweak test for portability
2000-04-28 Gurusamy Sarathy glob() loading File::Glob behind the scenes may cause...
2000-04-28 Gurusamy Sarathy tweak change#5945 to display correct switch name in...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Jarkko Hietaniemi &HUGE_VAL is not defined, it exists.
2000-04-28 Gurusamy Sarathy clarify note about shadow password support (from
2000-04-28 Gurusamy Sarathy IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl...
2000-04-28 Gurusamy Sarathy VMS config tweak (from Craig A. Berry <craig.berry...
2000-04-28 Gurusamy Sarathy note about compile failures and END blocks (from M...
2000-04-28 Jarkko Hietaniemi Regen Configure.
2000-04-28 Gurusamy Sarathy perldoc might fail via "use blib" (from Hugo van der...
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy allow REG_EXPAND_SZ keys in Windows registry (from
2000-04-28 Gurusamy Sarathy destructive sv_setsv() can lose UV-ness from source...
2000-04-28 Gurusamy Sarathy support additional library locations via $Config{otherl...
2000-04-28 Gurusamy Sarathy fix line renumbering bug in C<eval qq[#line 10 "X"...
2000-04-28 Jarkko Hietaniemi Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
2000-04-28 Jarkko Hietaniemi Preserve $!.
2000-04-28 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-28 Gurusamy Sarathy fixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-04-28 Gurusamy Sarathy fix for missed accounting for null byte in pack("Z...
2000-04-28 Gurusamy Sarathy various minor tweaks seen on p5p
2000-04-28 Gurusamy Sarathy pod nit (from Simon Cozens)
2000-04-28 Gurusamy Sarathy posix-bc patches (from Dorner Thomas <Thomas.Dorner...
2000-04-28 Gurusamy Sarathy use $ENV{LIB} to search for libs under Visual C compiler
2000-04-28 Gurusamy Sarathy qw(a\\b) must be parsed like 'a\\b', i.e., backslash...
2000-04-28 Gurusamy Sarathy s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
2000-04-28 Gurusamy Sarathy B::Bytecode tweaks (from Simon Cozens <simon@brecon...
2000-04-28 Gurusamy Sarathy add regular expressions tutorial and quick-start guide...
2000-04-28 Gurusamy Sarathy forked child may not exit correctly if it failed to...
2000-04-28 Gurusamy Sarathy attributes::reftype() doesn't work on tied argument
2000-04-28 Gurusamy Sarathy numeric conversion of non-number in change#3378 tramples on
2000-04-28 Gurusamy Sarathy avoid error in IO::Socket::INET when given an unknown...
2000-04-28 Gurusamy Sarathy rename File::Glob::glob() to File::Glob::bsd_glob(...
2000-04-28 Gurusamy Sarathy allow Configure -S to run non-interactively (spotted...
2000-04-28 Gurusamy Sarathy under useithreads, constant pad entries could inadverte...
2000-04-27 Gurusamy Sarathy sync version numbers in File::Spec with the ones on...
2000-04-27 Gurusamy Sarathy autoquote barewords followed by newline and arrow properly
2000-04-27 Gurusamy Sarathy DB_File v1.73 update (from Paul Marquess)
2000-04-27 Gurusamy Sarathy allow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathy change#4197 somehow missed initializing PL_errors,...
2000-04-27 Gurusamy Sarathy fix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-04-27 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-27 Jarkko Hietaniemi Unicos tweaks from Mark P. Lutz.
2000-04-27 Gurusamy Sarathy Data::Dumper fumbles negative numbers on 32-bit platfor...
2000-04-27 Gurusamy Sarathy fix Sys::Syslog breakage on domain sockets (from Tom...
2000-04-27 Gurusamy Sarathy tolerate spaces in group names in test on solaris ...
2000-04-27 Gurusamy Sarathy improved docs on the warn_uninit diagnostic (from David...
2000-04-27 Gurusamy Sarathy add testsuite for B backends, fix bug in B::Deparse...
2000-04-27 Gurusamy Sarathy avoid "will not stay shared" warnings for our variables...
2000-04-27 Gurusamy Sarathy reformat to 72 columns (again)
2000-04-27 Gurusamy Sarathy patch from Larry to make (\&) prototype work; added...
2000-04-27 Gurusamy Sarathy updated README.hpux (from Jeff Okamoto)
2000-04-27 Gurusamy Sarathy recognize our, CHECK and INIT in cperl-mode (from Doug...
2000-04-27 Gurusamy Sarathy better INSTALL notes on Solaris issues (from Dominic...
2000-04-27 Gurusamy Sarathy doubled words in pods (from Simon Cozens
2000-04-27 Gurusamy Sarathy change#3569 deleted some essential code, revert; avoid...
2000-04-27 Gurusamy Sarathy pod nits (from A. C. Yardley <yardley@tanet.net>)
2000-04-27 Gurusamy Sarathy better diagnostics on failed tests (from Ilya Zakharevich)
2000-04-27 Gurusamy Sarathy longstanding bug exposed by change#3307: sort arguments...
2000-04-26 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-04-26 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-26 Jarkko Hietaniemi Undo "use integer" addition from 64bitint as it seems
2000-04-26 Jarkko Hietaniemi Be more robust on "extreme" (large absolute value)
2000-04-25 Gurusamy Sarathy reformat perldiag to avoid long lines
2000-04-25 Gurusamy Sarathy make perldoc use the pod2man from the same version...
2000-04-25 Gurusamy Sarathy typo in vars.pm that leads to cryptic message (from...
2000-04-25 Gurusamy Sarathy use ...
next