p5sagit/p5-mst-13.2.git
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...
2009-01-25 John Malmberg vms glob patches
2009-01-25 fawaka@gmail... [perl #57176] Including XSUB.h before perl.h gives...
2009-01-25 Rafael Garcia... Add perlmini.c to .gitignore
2009-01-25 Lanning, Scott Some POD patches for PerlIO and PerlIO::var
2009-01-25 Nicholas Clark Unbreak Makefile too (replicate fcd65f8d4322911242887c0...
2009-01-25 Max Maischein Unbreak build on Windows
2009-01-25 Rafael Garcia... Merge branch 'Eefix' into blead
2009-01-25 Rafael Garcia... Document that $0 is set to "-e" when perl is run with...
2009-01-25 Rafael Garcia... Revert "show -E in error message when called with -E"
2009-01-25 Charles Bailey Move cp(1)-like permission changes from copy to cp,
2009-01-25 Jerry D. Hedden Code refs aren't lockable
2009-01-25 Nicholas Clark Remove stock_git_version.h as nothing uses it any more.
2009-01-25 Nicholas Clark Regenerate uconfig.h
2009-01-25 Nicholas Clark microperl has no idea about 64 bit types, so don't...
2009-01-25 Nicholas Clark microperl also needs a canned git config.
2009-01-25 Nicholas Clark Port 486cd780047ff22471c5cbe417911a042ae23962 to win32...
2009-01-24 Nicholas Clark Add -DPERL_IS_MINIPERL when building the object files...
2009-01-24 Nicholas Clark The exit code of make_patchnum.pl is no longer used...
2009-01-24 John Malmberg VMS has a mode where it preserved case, and also has...
2009-01-24 Craig A. Berry Build miniperl with a special version of perl.c on...
2009-01-23 Nicholas Clark suidperl goes.
2009-01-23 Nicholas Clark sperl.o also needs to depend on git_version.h
2009-01-23 Nicholas Clark Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW...
2009-01-23 Marcus Holland... Ensure that C++ modules can be built against a perl...
2009-01-23 Marcus Holland... Upgrade to Devel::PPPort 3.16
2009-01-23 Nicholas Clark Amend patchlevel.h so that git_version.h is only #inclu...
2009-01-23 Nicholas Clark Add a perlmini.o and perlmini.c akin to opmini.o and...
2009-01-23 Rafael Garcia... Fix deparsing of constant subroutines
2009-01-22 Steve Hay Upgrade to Encode-2.27
2009-01-21 Nicholas Clark Note that nothing in core uses Perl_get_cv any more...
2009-01-21 Nicholas Clark Convert db_get_cv() to use get_cvn_flags() as it alread...
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas Clark In attrs::get(), use Perl_get_cvn_flags() rather than...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_sv...
2009-01-21 Nicholas Clark Correct the form of the flags passed to perl_get_sv...
2009-01-21 Nicholas Clark Update the documentation of get_sv() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_av() to note that it...
2009-01-21 Nicholas Clark Update the documentation of get_hv() to note that it...
2009-01-21 Ricardo SIGNES now get non-dual lived code
2009-01-21 Ricardo SIGNES remove some indirect method calls, add a caveat
2009-01-21 Nicholas Clark Correct the call to get_hv() to use GV_ADD for the...
2009-01-21 Frank Wiegand POD typos
2009-01-21 David Golden Make DB_File use -ldb on MSWin32 with a gcc compiler
2009-01-21 Nicholas Clark Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was...
2009-01-21 Nicholas Clark Change 28063 should have removed the call to savepvn...
2009-01-20 Jos I. Boumans Upgrade to Archive-Tar-1.44
2009-01-20 Rafael Garcia... Merge branch 'empty-destroy-optimisation' into blead
2009-01-20 Rafael Garcia... Remove perltodo entry about empty destructors
2009-01-20 Rafael Garcia... Optimize away calls to empty DESTROY methods
2009-01-20 John Malmberg Pathify_dirspec replacement
2009-01-19 Rafael Garcia... Upgrade to Module::Load 0.14
2009-01-19 Jos I. Boumans add-package fix
2009-01-19 Rafael Garcia... Upgrade to Module::Load::Conditional 0.30
2009-01-19 Jos I. Boumans Update Maintainers.pl
2009-01-19 H.Merijn Brand SetUID scripts are deprecated for 5.12
2009-01-19 Karl Add NameAliases.txt; regenerate mktables.list
2009-01-19 Niko Tyni Fix h2xs enum handling with C++ comments
2009-01-19 Rafael Garcia... Mark podlators as preferably to be patched upstream
2009-01-19 Rafael Garcia... Upgrade to podlators 2.2.2
2009-01-19 Rafael Garcia... Add warning category
2009-01-19 Slaven Rezic about warnings if forks fail in Perl_my_popen
next