| Commit message (Expand) | Author | Age | Files | Lines |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 2 | -2/+2 |
* | Replace the uuencoded perlexe.ico.packd with the genuine, binary, article. | Nicholas Clark | 2009-09-09 | 5 | -88/+4 |
* | Build the nonxs extensions before running mktables. | Nicholas Clark | 2009-09-09 | 2 | -2/+2 |
* | Use readdir rather than glob, beacuse perlglob.exe is unavailable at this time. | Nicholas Clark | 2009-09-09 | 1 | -2/+11 |
* | win32/FindExt.pm thought that ext/List-Util was a nonxs extension. | Nicholas Clark | 2009-09-08 | 1 | -1/+2 |
* | Can't build Dynamic extensions without DynaLoader.pm in place. | Nicholas Clark | 2009-09-08 | 2 | -4/+10 |
* | Build the nonxs extensions before building DynaLoader. | Nicholas Clark | 2009-09-08 | 2 | -2/+2 |
* | Build the nonxs extensions before running mkppport. | Nicholas Clark | 2009-09-08 | 2 | -2/+2 |
* | On Win32 and VMS, split building dynamic and nonxs extensions into two targets. | Nicholas Clark | 2009-09-08 | 2 | -2/+10 |
* | Work hard to skip VMS-specific extensions on Win32. | Craig A. Berry | 2009-09-03 | 1 | -1/+1 |
* | add perl5101delta | David Mitchell | 2009-08-23 | 3 | -12/+16 |
* | Revert bogus PROCESSOR_ARCHITECTURE fix. | Steve Hay | 2009-08-15 | 1 | -1/+1 |
* | Import WIN64 environment variable into makefile.mk | Jan Dubois | 2009-08-14 | 1 | -1/+1 |
* | Fix PROCESSOR_ARCHITECTURE in dmake builds. | Steve Hay | 2009-08-14 | 1 | -1/+1 |
* | Don't explicitly link against msvcrt when using MinGW. | Jan Dubois | 2009-08-11 | 1 | -1/+4 |
* | On Windows normalize $^X using GetLongPathName() | Jan Dubois | 2009-08-11 | 1 | -0/+12 |
* | Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation." | David Mitchell | 2009-08-05 | 1 | -2/+1 |
* | add CLONEf_KEEP_PTR_TABLE to win fork emulation. | David Mitchell | 2009-08-05 | 1 | -1/+2 |
* | win32/perlhost.h: use symbolic constant | David Mitchell | 2009-08-05 | 1 | -1/+2 |
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ... | Jesse Vincent | 2009-08-03 | 2 | -14/+12 |
* | Remove the port to MiNT. It's a dead platform that hasn't had any love since... | Jesse Vincent | 2009-08-03 | 2 | -4/+2 |
* | Add documentation for the method resolution plugin interface. | Nicholas Clark | 2009-06-25 | 1 | -0/+4 |
* | Generate perlmodlib.pod at build time, instead of shipping it. | Nicholas Clark | 2009-06-13 | 2 | -10/+12 |
* | Remove all the 5005threads specific mutex macros, which are now vestigial. | Nicholas Clark | 2009-05-21 | 1 | -5/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 2 | -8/+10 |
* | Pass the output file name to generate_uudmap, and open it within the code, | Nicholas Clark | 2009-05-19 | 2 | -2/+2 |
* | select() generates "Invalid parameter" messages on Windows Vista. | Jan Dubois | 2009-05-13 | 1 | -11/+24 |
* | Add perl589delta.pod to pod.lst, and run pod/buildtoc --build-all. | Nicholas Clark | 2009-05-12 | 1 | -0/+4 |
* | Build perltoc.pod, rather than shipping it. This way it can't get out of date. | Nicholas Clark | 2009-04-21 | 2 | -4/+6 |
* | Fix calling of autodoc.pl in Win32 nmake Makefile | Steve Hay | 2009-04-20 | 1 | -1/+1 |
* | Remove leftover copying of perlvms.pod on Win32 | Steve Hay | 2009-04-20 | 2 | -2/+0 |
* | Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators. | Nicholas Clark | 2009-04-20 | 3 | -6/+8 |
* | For Win32, add the generated files to the delete list generated by buildtoc. | Nicholas Clark | 2009-04-19 | 2 | -24/+22 |
* | Make autodoc.pl accept the root dir in @ARGV | Max Maischein | 2009-04-18 | 2 | -4/+2 |
* | Generate perlapi.pod and perlintern.pod at build time, instead of shipping them. | Nicholas Clark | 2009-04-18 | 2 | -0/+6 |
* | Add reference to MS KB article describing leak in putenv() | Steve Hay | 2009-04-17 | 1 | -1/+2 |
* | Remove last vestiges of USE_WIN32_RTL_ENV | Steve Hay | 2009-04-17 | 3 | -9/+2 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 8 | -15/+11 |
* | Eliminate "Old Perl threads tutorial", which describes 5005 threads. | Nicholas Clark | 2009-04-12 | 1 | -4/+0 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 8 | -8/+8 |
* | IPv6 config variables for the other OS's | H.Merijn Brand | 2009-03-25 | 5 | -0/+20 |
* | Make DynaLoader clone its private data under threads. | Craig A. Berry | 2009-03-07 | 1 | -0/+15 |
* | Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length, | Nicholas Clark | 2009-02-20 | 10 | -61/+73 |
* | win32/ext doesn't exist any more, so no need to look there for extensions | Steve Hay | 2009-02-12 | 1 | -1/+0 |
* | All extensions are at the top level, so no longer any need to recurse. | Nicholas Clark | 2009-02-10 | 1 | -13/+7 |
* | Sys-Syslog I18N-Langinfo have long names now. | Nicholas Clark | 2009-02-10 | 1 | -1/+1 |
* | Remove special casing for extensions nested inside other extensions. | Nicholas Clark | 2009-02-09 | 1 | -13/+0 |
* | Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(), | Nicholas Clark | 2009-02-07 | 1 | -20/+16 |
* | FindExt matches on extension name, not directory name, so IPC-SysV not SysV. | Nicholas Clark | 2009-02-07 | 1 | -1/+1 |
* | Exclude VMS extensions on non-VMS. | Nicholas Clark | 2009-02-05 | 1 | -1/+1 |