| Commit message (Expand) | Author | Age | Files | Lines |
* | restore building perl5**.dll and perl.exe on WinCE | Daniel Dragan | 2013-03-12 | 4 | -30/+42 |
* | time64.c utf8.c fix for WinCE | Daniel Dragan | 2013-03-12 | 1 | -2/+34 |
* | add perl5163delta.pod to blead | Ricardo Signes | 2013-03-11 | 1 | -0/+4 |
* | add perl5144delta | David Mitchell | 2013-03-11 | 1 | -0/+4 |
* | Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures | H.Merijn Brand | 2013-03-09 | 3 | -0/+3 |
* | Simplify the defintiion of optimization flags in Windows makefiles | Steve Hay | 2013-02-21 | 2 | -12/+6 |
* | PATCH: [perl #116787] -Ox on Win64 Visual C 64 bit is flawed, switch to -O1 | Daniel Dragan | 2013-02-21 | 2 | -2/+2 |
* | Bump to v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 2 | -2/+2 |
* | New perldelta template for v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 3 | -4/+8 |
* | Fix various minor pod issues | Karl Williamson | 2013-01-24 | 2 | -7/+7 |
* | Bump the Perl version in various places for 5.17.9 | Aaron Crane | 2013-01-20 | 2 | -2/+2 |
* | Make a new perldelta for 5.17.9-to-be | Aaron Crane | 2013-01-20 | 3 | -4/+8 |
* | Add support for building with VC++ 2012 | Steve Hay | 2013-01-03 | 2 | -63/+69 |
* | Bump the perl version in various places for 5.17.8 | Dave Rolsky | 2012-12-18 | 2 | -2/+2 |
* | Make a new perldelta for 5.17.8-to-be | Dave Rolsky | 2012-12-18 | 3 | -4/+8 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 2 | -10/+8 |
* | Add t/opbasic to list of test directories in one location. | James E Keenan | 2012-12-08 | 1 | -1/+1 |
* | Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of new | James E Keenan | 2012-12-07 | 1 | -1/+1 |
* | more dTHX optimizations in /win32/* | Daniel Dragan | 2012-12-05 | 3 | -36/+44 |
* | bump version to 5.17.7 | Ricardo Signes | 2012-11-20 | 2 | -2/+2 |
* | add perldelta for 5.17.7 | Ricardo Signes | 2012-11-20 | 3 | -4/+8 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 2 | -18/+16 |
* | Oops, fix memory leak just introduced by 3fcdbd32b2 | Steve Hay | 2012-11-16 | 1 | -1/+3 |
* | Don't try to ansify the path if it is empty | Steve Hay | 2012-11-16 | 1 | -0/+2 |
* | clean up the users of PL_no_mem | Daniel Dragan | 2012-11-12 | 1 | -7/+2 |
* | Add the 5.12.5 perldelta | Dominic Hargreaves | 2012-11-10 | 1 | -0/+4 |
* | Restore non-DEBUGGING build on Win32, broken in 28e70dfacc | Steve Hay | 2012-11-09 | 1 | -2/+2 |
* | Restore DEBUGGING build with USE_ITHREADS on Win32, broken in 9399a70c62 | Steve Hay | 2012-11-09 | 1 | -0/+2 |
* | remove various redundant dTHXes | Daniel Dragan | 2012-11-08 | 2 | -2/+2 |
* | remove unused dTHXes in /win32/* | Daniel Dragan | 2012-11-08 | 4 | -17/+1 |
* | create aTHXa, some unused dTHXs removed in /win32/* | Daniel Dragan | 2012-11-08 | 3 | -13/+7 |
* | "func not implemented" croaks optimizations in /win32/* | Daniel Dragan | 2012-11-08 | 3 | -31/+24 |
* | add perl5162delta | Ricardo Signes | 2012-11-01 | 1 | -0/+4 |
* | Initial (incomplete) patch to start restoring WinCE build | Konovalov, Vadim (Vadim)** CTR ** | 2012-11-01 | 2 | -20/+72 |
* | Win32 miniperl: delay loading for Winsock, and then remove it | Daniel Dragan | 2012-10-31 | 6 | -6/+71 |
* | consting in perl.c:S_Internals_V and Win32 DynaLoader | Daniel Dragan | 2012-10-31 | 2 | -2/+2 |
* | Bump the version to 5.17.6 | Florian Ragwitz | 2012-10-19 | 3 | -3/+3 |
* | Add a new perldelta | Florian Ragwitz | 2012-10-19 | 3 | -4/+8 |
* | add PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit and PerlProc_Exit | Daniel Dragan | 2012-10-17 | 1 | -2/+2 |
* | win32_freeenvironmentstrings: convert nonpublic exported function to macro | Daniel Dragan | 2012-10-17 | 2 | -7/+7 |
* | Add references to perl5143delta | Dominic Hargreaves | 2012-10-12 | 1 | -0/+4 |
* | stop Win32 VC miniperl from exporting functions | Daniel Dragan | 2012-10-11 | 4 | -6/+12 |
* | fix C++ builds broken by cdc4a174060 | Daniel Dragan | 2012-10-10 | 1 | -0/+5 |
* | Add extern "C" to definitions of four win32_ functions | Steve Hay | 2012-10-10 | 2 | -9/+8 |
* | Add $(EXTRACFLAGS) to $(CFLAGS) for MinGW/gcc build on Windows | Steve Hay | 2012-10-10 | 1 | -1/+1 |
* | Minor tidy-ups from 624a1c42c1 | Steve Hay | 2012-10-10 | 1 | -19/+19 |
* | clean up vmem.h, remove unused instrumentation hooks | Daniel Dragan | 2012-10-10 | 1 | -41/+30 |
* | Fixes to enable building win32 files as C++ with VC | Steve Hay | 2012-10-10 | 2 | -15/+15 |
* | Remove exports of dummy set[ug]id functions on Windows | Steve Hay | 2012-10-05 | 1 | -3/+2 |
* | Remove option to build without USE_SOCKETS_AS_HANDLES on Windows | Steve Hay | 2012-09-28 | 4 | -89/+3 |