summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tweaks to pod/perlrepository.podGisle Aas2009-01-291-22/+35
* win32/ext was removed by change 30379 in 2007, so no need to check for it in theNicholas Clark2009-01-292-10/+0
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-01-293-17/+23
* vmspath without thread context.John Malmberg2009-01-291-2/+30
* Revert "do_exec() is a mathom, so call its replacement directly"Gisle Aas2009-01-291-1/+1
* Upgrade to Win32-0.39.Steve Hay2009-01-294-77/+124
* Add an explicit --all option to buildext.pl, rather than defaulting to it ifNicholas Clark2009-01-293-14/+12
* do_exec() is a mathom, so call its replacement directlyGisle Aas2009-01-291-1/+1
* Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.plNicholas Clark2009-01-283-22/+32
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-01-284-12/+12
* Fold ext/util/make_ext_cross into ext/util/make_ext.pl, and delete it.Nicholas Clark2009-01-284-157/+24
* In the code for printing -v, replace longhand newSVpvn() with newSVpvs(), andNicholas Clark2009-01-271-4/+5
* In buildext.pl, refactor the @ARGV parsing into a single loop.Nicholas Clark2009-01-271-16/+27
* Change to use 5.1 Unicode file versionsKarl2009-01-276-144/+869
* unicore Makefile didn't clean sub-sub directoriesKarl2009-01-271-1/+1
* Silence verbosity in lib/File/Copy.t during 'make test' in coreJerry D. Hedden2009-01-271-2/+2
* Break the --create-perllibst-h and --list-static-libs options out of buildext.plNicholas Clark2009-01-266-36/+44
* Make t/win32/system.t use the more common compiler checkMax Maischein2009-01-261-1/+1
* Add a section on how to submit a patch using GitHubLeon Brocard2009-01-261-0/+33
* Run podtidy on pod/perlrepository.pod and document how to do soLeon Brocard2009-01-261-47/+55
* Tests to check cp() doesn't drop set[eu]id bits.Abigail2009-01-261-48/+68
* Check for the group entry returned by getpwuid as well when testingAbigail2009-01-261-2/+4
* Fix memory leakKarl2009-01-261-0/+3
* vms fileify_dirspec refactor / Unix mode fixesJohn Malmberg2009-01-251-88/+128
* According to Yuval, Tie::RefHash is maintained at http://github.com/nothingmu...Steffen Mueller2009-01-251-1/+1
* vms glob patchesJohn Malmberg2009-01-251-20/+122
* [perl #57176] Including XSUB.h before perl.h gives nasty errorfawaka@gmail.com (via RT)2009-01-251-6/+0
* Add perlmini.c to .gitignoreRafael Garcia-Suarez2009-01-251-0/+1
* Some POD patches for PerlIO and PerlIO::varLanning, Scott2009-01-252-59/+58
* Unbreak Makefile too (replicate fcd65f8d4322911242887c00dd8c419b973735a6)Nicholas Clark2009-01-251-1/+1
* Unbreak build on WindowsMax Maischein2009-01-251-1/+1
* Merge branch 'Eefix' into bleadRafael Garcia-Suarez2009-01-252-1/+4
|\
| * Document that $0 is set to "-e" when perl is run with -e or -ERafael Garcia-Suarez2009-01-251-0/+3
| * Revert "show -E in error message when called with -E"Rafael Garcia-Suarez2009-01-251-1/+1
* | Move cp(1)-like permission changes from copy to cp,Charles Bailey2009-01-252-36/+90
* | Code refs aren't lockableJerry D. Hedden2009-01-251-2/+2
* | Remove stock_git_version.h as nothing uses it any more.Nicholas Clark2009-01-252-10/+0
* | Regenerate uconfig.hNicholas Clark2009-01-251-58/+172
* | microperl has no idea about 64 bit types, so don't use the y2038 code for it.Nicholas Clark2009-01-251-2/+25
* | microperl also needs a canned git config.Nicholas Clark2009-01-251-0/+4
* | Port 486cd780047ff22471c5cbe417911a042ae23962 to win32/ Makefiles.Nicholas Clark2009-01-252-12/+12
* | Add -DPERL_IS_MINIPERL when building the object files for miniperl.exeNicholas Clark2009-01-242-2/+2
* | The exit code of make_patchnum.pl is no longer used, so make it return 0.Nicholas Clark2009-01-245-9/+5
* | VMS has a mode where it preserved case, and also has a mode where itJohn Malmberg2009-01-241-3/+24
* | Build miniperl with a special version of perl.c on VMS as well.Craig A. Berry2009-01-231-18/+32
* | suidperl goes.Nicholas Clark2009-01-2310-931/+18
* | sperl.o also needs to depend on git_version.hNicholas Clark2009-01-231-0/+1
* | Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW (and #endif).Nicholas Clark2009-01-231-2/+0
* | Ensure that C++ modules can be built against a perl configured with -DPERL_GL...Marcus Holland-Moritz2009-01-231-14/+14
* | Upgrade to Devel::PPPort 3.16Marcus Holland-Moritz2009-01-238-18/+58