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