p5sagit/p5-mst-13.2.git
2009-02-08 Craig A. Berry Skip tests for flattened extensions that weren't built.
2009-02-08 Craig A. Berry Use make_ext.pl on VMS to build, clean, and realclean...
2009-02-08 Nicholas Clark Data-Dumper --> Data/Dumper for VMS extension list...
2009-02-07 Craig A. Berry Port make_ext.pl to VMS.
2009-02-07 Nicholas Clark Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c8...
2009-02-07 Nicholas Clark Carp 1.05 shipped with 5.8.8. Remove work-around for...
2009-02-07 Nicholas Clark require warnings; as late as possible, to avoid a new...
2009-02-07 Vincent Pit pp_send() doesn't need to allocate 1000 stack slots...
2009-02-07 Rafael Garcia... Add test for previous patch (deprecation of UNIVERSAL...
2009-02-07 Ricardo SIGNES deprecate UNIVERSAL->import
2009-02-07 Nicholas Clark Skip the 0oX... mode copying tests when chmod fails...
2009-02-07 Ricardo SIGNES relocate "warnings" section of UNIVERSAL man page
2009-02-07 Ricardo SIGNES pare down docs of UNIVERSAL in perlobj
2009-02-07 Vincent Pit ext/Sys-Syslog/t/constants.t needs to find macros.all...
2009-02-07 Jos I. Boumans Update Module::Load to 0.16
2009-02-07 Vincent Pit The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8...
2009-02-07 Nicholas Clark Remove duplicate code from dynamic_ext(), static_ext...
2009-02-07 Nicholas Clark FindExt matches on extension name, not directory name...
2009-02-06 Nicholas Clark Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC...
2009-02-06 Nicholas Clark Rename ext/Sys/Syslog to ext/Sys-Syslog
2009-02-06 Nicholas Clark Rename ext/IPC/SysV to ext/IPC-SysV
2009-02-06 Nicholas Clark Cope with new-style ext/Data-Dumper as well as old...
2009-02-06 Matt Kraai Use an ordinary paragraph to reference sv.h.
2009-02-05 Slaven Rezic "wide character" warnings are severe
2009-02-05 Nicholas Clark Exclude VMS extensions on non-VMS.
2009-02-05 Nicholas Clark Move XSSymSet.pm to lib/ExtUtils/, but only install...
2009-02-04 Nicholas Clark When normalising @extspec, use the result of s/// in...
2009-02-04 Nicholas Clark Remove the / from the end of the extension directory...
2009-02-04 Nicholas Clark Some refactoring in the loop that constructs parameters...
2009-02-04 Steve Hay Upgrade to Pod-Parser-1.37.
2009-02-04 Nicholas Clark Also cope with extension directory names of the form...
2009-02-04 Nicholas Clark Clearer variable names. Add a mode line coda.
2009-02-04 Nicholas Clark A test for FindExt, not run by make test. (Useful for...
2009-02-04 Niko Tyni setpgrp() should extend the stack before modifying it
2009-02-04 Yitzchak Scott... long-ago h2xs changes
2009-02-04 John Malmberg vms rename Unix mode fixes
2009-02-04 John Malmberg vms kill_file / rmdir updates
2009-02-03 Nicholas Clark Refactor to avoid changing directory, and avoid needing...
2009-02-03 Steve Hay Oops. Missed these two files from commit 200cbd6aa595a0...
2009-02-03 Steve Hay Follow-up to commit 4adc95e616bac7eea015e9e47e439b063c1...
2009-02-02 Nicholas Clark Convert the last few references from buildext.pl to...
2009-02-02 Nicholas Clark Fold win32/buildext.pl into make_ext.pl
2009-02-02 Jerry D. Hedden Make t/pod/pod2usage2.t work on case insensitive file...
2009-02-02 Nicholas Clark ext/DB_File needs a ppport.h
2009-02-02 Nicholas Clark Add missed file ext/DB_File/config.in and update ext...
2009-02-02 Rafael Garcia... Bump version of PerlIO::via after previous change
2009-02-02 Rafael Garcia... When loading a PerlIO::via layer, first look in the...
2009-02-02 Steve Hay Restore broken clean target in win32/makefile.mk
2009-02-02 Andreas J.... Update CPAN.pm to 1.93_03
2009-02-02 Steve Hay Upgrade to Encode-2.29.
2009-02-02 Steve Hay Upgrade DB_File to 1.818.
2009-02-01 Rafael Garcia... Put parentheses around macro arguments
2009-02-01 Karl Cast result to character size before array indexed
2009-02-01 John Malmberg vms stat patches (take 2)
2009-02-01 Craig A. Berry For the vmsish pragma, make sure there is a thread...
2009-02-01 Max Maischein Make Time/HiRes/Makefile.PL produce a Makefile if one...
2009-02-01 Nicholas Clark Replacing system $scalar with system @list requires...
2009-02-01 Nicholas Clark Loop over @extspec, calling build_extension() on each.
2009-02-01 Nicholas Clark The $@ was actually a botched conversion from $make...
2009-02-01 Rafael Garcia... Correctly escape $ in debug statement
2009-01-31 Nicholas Clark Update Makefile-cross-SH with 07f3cc2a611daebb9d83f869d...
2009-01-31 Nicholas Clark Move the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas Clark Use the build_extension() routine from win32/buildext.pl
2009-01-31 Nicholas Clark Create build_extension() to encapsulate the per-extensi...
2009-01-31 Nicholas Clark Make dir and target --options to buildext.pl. Update...
2009-01-31 Nicholas Clark Make lib/Config_heavy.pl part of $(CONFIGPM) as the...
2009-01-31 Nicholas Clark The hack to write out realclean.sh and veryclean.sh...
2009-01-30 Nicholas Clark Move the target generic logic above the extension speci...
2009-01-30 Nicholas Clark The logic to set $makefile to 'Makefile.old' can't...
2009-01-30 Nicholas Clark Eliminate $makeargs by prepending its contents to ...
2009-01-30 Nicholas Clark Use Config; rather than parsing config.sh and pushing...
2009-01-30 Nicholas Clark Fix paths on new pod2usage2 tests to work in the core.
2009-01-30 Nicholas Clark Replace the one file timestamp dependency check with...
2009-01-30 Craig A. Berry Pod correction for ExtUtils::XSSymSet.
2009-01-30 Steve Hay Upgrade to Pod-Parser-1.36.
2009-01-29 Gisle Aas Tweaks to pod/perlrepository.pod
2009-01-29 Nicholas Clark win32/ext was removed by change 30379 in 2007, so no...
2009-01-29 Nicholas Clark Add --options with arguments to make_ext.pl. Pass ...
2009-01-29 John Malmberg vmspath without thread context.
2009-01-29 Gisle Aas Revert "do_exec() is a mathom, so call its replacement...
2009-01-29 Steve Hay Upgrade to Win32-0.39.
2009-01-29 Nicholas Clark Add an explicit --all option to buildext.pl, rather...
2009-01-29 Gisle Aas do_exec() is a mathom, so call its replacement directly
2009-01-28 Nicholas Clark Pass $(MAKE) as one quoted commandline argument, to...
2009-01-28 Nicholas Clark Move ext/util/make_ext.pl to the top level.
2009-01-28 Nicholas Clark Fold ext/util/make_ext_cross into ext/util/make_ext...
2009-01-27 Nicholas Clark In the code for printing -v, replace longhand newSVpvn...
2009-01-27 Nicholas Clark In buildext.pl, refactor the @ARGV parsing into a singl...
2009-01-27 Karl Change to use 5.1 Unicode file versions
2009-01-27 Karl unicore Makefile didn't clean sub-sub directories
2009-01-27 Jerry D. Hedden Silence verbosity in lib/File/Copy.t during 'make test...
2009-01-26 Nicholas Clark Break the --create-perllibst-h and --list-static-libs...
2009-01-26 Max Maischein Make t/win32/system.t use the more common compiler...
2009-01-26 Leon Brocard Add a section on how to submit a patch using GitHub
2009-01-26 Leon Brocard Run podtidy on pod/perlrepository.pod and document...
2009-01-26 Abigail Tests to check cp() doesn't drop set[eu]id bits.
2009-01-26 Abigail Check for the group entry returned by getpwuid as well...
2009-01-26 Karl Fix memory leak
2009-01-25 John Malmberg vms fileify_dirspec refactor / Unix mode fixes
2009-01-25 Steffen Mueller According to Yuval, Tie::RefHash is maintained at githu...
next