p5sagit/p5-mst-13.2.git
2009-02-26 Nicholas Clark Correct the paths for the nonxs_ext targets, following...
2009-02-26 Nicholas Clark Remove needless sed line added with 4318d5a0158916acc05...
2009-02-26 Yasuhiro Matsumoto Make non-blocking mode work on Windows in IO::Socket...
2009-02-25 Paul Marquess Update Filter::Util::Call to 1.08
2009-02-25 David Mitchell fix typo in pod/perlperf.pod
2009-02-25 Craig A. Berry MakeMaker is first-come in Maintainers.pl.
2009-02-25 Robin Barker test script for deprecate.pm
2009-02-25 Jos I. Boumans add-package.pl fixup
2009-02-24 Robin Barker remove explicit caller depth in deprecate.pm by searchi...
2009-02-24 Rafael Garcia... Fix line number test for scalar attribute handlers
2009-02-24 Jerry D. Hedden Fix to installing non-xs ext's in priv lib
2009-02-24 Jerry D. Hedden Upgrade to threads::shared 1.28
2009-02-24 Jerry D. Hedden Upgrade to threads 1.72
2009-02-24 Nicholas Clark In S_parse_body(), sv hasn't been needed since -P bit...
2009-02-23 Steve Peters Merge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-02-23 Steve Peters fileno() was failing when passed a NULL. I'm guessing...
2009-02-23 Jerry D. Hedden Fix unused variable warning
2009-02-23 Nicholas Clark Re-apply cd5cc49dbc0e5ee748252c2da8b435855908e6d2 ...
2009-02-23 Nicholas Clark Update to Module::Build 0.31_04 (with a tweak to MBTest.pm)
2009-02-23 Nicholas Clark Temporarily reverse out change cd5cc49dbc0e5ee748252c2d...
2009-02-23 Nicholas Clark Module::Build Changes from 0.31012, which hadn't been...
2009-02-23 Nicholas Clark Add deprecate.pm. Deprecate shipping Switch.pm in the...
2009-02-23 John Malmberg vms.c - Remove .DIR; in UNIX mode.
2009-02-23 Craig A. Berry VMS-specific nit in S_init_perllib after 2cace6acdfad87...
2009-02-23 Craig A. Berry time_t is unsigned 32-bit on VMS; pick sGMTIME_max...
2009-02-22 Nicholas Clark For S_incpush(), dir is never NULL, and len is always...
2009-02-22 Nicholas Clark Optimise S_incpush() by avoiding repeatedly copying...
2009-02-22 Nicholas Clark In S_incpush, move the declaration of subdir inside...
2009-02-22 Nicholas Clark Tidy up incpush. Re-order the macros, and re-indent...
2009-02-22 Nicholas Clark Move unversioned directories in PERL_OTHERLIBDIRS later...
2009-02-22 Nicholas Clark 7fc731078209e8c26ed8bba477edfd90724c7146 missed one...
2009-02-22 Nicholas Clark In S_init_perllib(), push the bare VENDORLIB_STEM onto...
2009-02-22 Nicholas Clark In S_init_perllib(), push the bare SITELIB_STEM onto...
2009-02-22 Nicholas Clark In S_incpush(), move push @INC, ".../$archname" if...
2009-02-22 Nicholas Clark In S_init_perllib(), initialise perl5lib to NULL, to...
2009-02-22 Nicholas Clark In S_incpush(), replace (addsubdirs || addoldvers)...
2009-02-22 Nicholas Clark In S_init_perllib(), s can be const char*
2009-02-22 Nicholas Clark In S_init_perllib(), only call PerlEnv_getenv("PERL5LIB...
2009-02-22 Nicholas Clark Unwind the implicit loop in S_init_perllib(), by writin...
2009-02-21 Nicholas Clark Change the value passed into S_init_perllib() to a...
2009-02-21 Nicholas Clark NetWare has PRIVLIB_EXP as something other than a strin...
2009-02-21 Craig A. Berry Use "system" gmtime in time64 on VMS so C<vmsish 'time...
2009-02-21 Nicholas Clark In S_init_perllib(), correct errors in the MACOS_TRADIT...
2009-02-21 Nicholas Clark Re-apply changes 4adc95e616bac7ee and 200cbd6aa595a074...
2009-02-21 Nicholas Clark Upgrade to ExtUtils::MakeMaker 6.49_01
2009-02-21 Craig A. Berry Skip time64 when there is no 64-bit integer type available.
2009-02-20 Craig A. Berry Avoid VMS long filename support on older systems that...
2009-02-20 Craig A. Berry Move redefinition of lstat above its first use in vms...
2009-02-20 Rafael Garcia... More smartmatch tests
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2009-02-20 Steffen Mueller Text::Wrap maintained via the CPAN release
2009-02-20 Jerry D. Hedden Check for thread failure in prime number example
2009-02-20 Rafael Garcia... Silence a casting warning with memchr()
2009-02-20 Alex Davies Wonky example in perlthrtut
2009-02-20 Leon Brocard Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-02-20 Leon Brocard Remove the -x from the cherry pick and show how to...
2009-02-20 Rafael Garcia... Reorder and complete tests for smart matching with...
2009-02-20 Rafael Garcia... Fix {%hash} ~~ %hash test
2009-02-20 Rafael Garcia... Better diagnostics for the ~~ test
2009-02-20 Leon Brocard Remove an extra space
2009-02-20 Leon Brocard Add a section on merging from a branch via GitHub
2009-02-20 Dan Dascalescu Fixed missing word in Text::Wrap POD
2009-02-19 Paul Marquess [PATCH] DB_File 1.819
2009-02-18 Nicholas Clark Remove the stub nw_get_sitelib(), and undefine SITELIB_...
2009-02-17 Nicholas Clark Pass the length of the string to S_incpush_use_sep...
2009-02-17 Nicholas Clark Tests for S_incpush_use_sep() splitting on : (or platfo...
2009-02-17 Nicholas Clark In runenv.t, break apart running perl and testing the...
2009-02-17 Nicholas Clark Get $ENV{PERL5LIB} into a known consistent state under...
2009-02-17 Nicholas Clark In S_incpush(), avoid "possible loss of data" warnings...
2009-02-16 Nicholas Clark Move PERL_VERSION_STRING from patchlevel.h to perl.h
2009-02-16 Nicholas Clark Ignore #defines in in patchlevel.h that end the line...
2009-02-16 Nicholas Clark As WIN32 is already using different flags to incpush_us...
2009-02-16 Nicholas Clark By spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX...
2009-02-16 Nicholas Clark As PERL_ARCH_FMT_PATH is a compile time constant, can...
2009-02-16 Nicholas Clark PERL_FS_VER_FMT is only used with the current perl...
2009-02-16 Nicholas Clark Abolish PERL_AV_SUFFIX_FMT, which was rendered obsolesc...
2009-02-16 Nicholas Clark Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION...
2009-02-16 Nicholas Clark Update copyright years. 2008 sneaks in because of 46807...
2009-02-16 David Mitchell add missing perforce-era entry to Changes files
2009-02-16 Bram Use tempfile() in tests
2009-02-16 Nicholas Clark Don't add PRIVLIB_EXP to @INC twice.
2009-02-16 Zsban Ambrus [perl #63234] [DOC PATCH] fix some missing parts of...
2009-02-16 Dan Kogai Upgrade to Encode 2.31
2009-02-16 Bram Extra regex tests
2009-02-16 Rafael Garcia... Yves states that patches to ExtUtils::Install should...
2009-02-15 Nicholas Clark Ensure that the pointer to S_incpush_use_sep() is never...
2009-02-15 Nicholas Clark In @INC, move ARCHLIB and PRIVLIB after the current...
2009-02-15 Nicholas Clark Loop in S_init_perllib(), only calling S_incpush*(...
2009-02-15 Nicholas Clark Refactor the separator splitting loop of S_incpush...
2009-02-15 Nicholas Clark In S_incpush(), rename the parameter from dir to p...
2009-02-15 John Malmberg ExtUtils::Install VMS extended character set support
2009-02-15 Nicholas Clark Refactor S_incpush() to take 1 flags parameter, instead...
2009-02-15 Nicholas Clark For -I, need to also unshift version and architecture...
2009-02-14 Craig A. Berry Clear Module::Build smoke on VMS while waiting for...
2009-02-14 Nicholas Clark Add git_version.h to private so that make distclean...
2009-02-14 Nicholas Clark Ignore the OS X GNUmakefile*s, and t/test_state.
2009-02-14 Nicholas Clark Ignore lib/NDBM_File.pm
2009-02-14 David Mitchell Make git-find-p4-change only find changes done under...
2009-02-14 Rafael Garcia... Forbid to use "foreach" as an attribute
2009-02-13 Rafael Garcia... More tests for coderefs and smart match
next