| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop declaring non-exported externs to non-core XS modules [perl #114516] | Steve Hay | 2012-09-26 | 1 | -2/+5 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 2 | -12/+10 |
* | Bump the perl version to 5.17.5 | Florian Ragwitz | 2012-09-19 | 3 | -3/+3 |
* | Add a new perldelta | Florian Ragwitz | 2012-09-19 | 3 | -4/+8 |
* | Add new warning about sleep's limitation on Windows | Steve Hay | 2012-09-19 | 1 | -1/+5 |
* | Squash two win32.c warnings which have crept in recently | Steve Hay | 2012-09-18 | 1 | -3/+3 |
* | Minor fixups from 001e9f8966 | Steve Hay | 2012-09-18 | 1 | -7/+8 |
* | fix over/underflow issues in win32_msgwait | Daniel Dragan | 2012-09-18 | 1 | -11/+34 |
* | Silence invalid parameter messages from win32_signal | Steve Hay | 2012-09-11 | 1 | -1/+25 |
* | ANSIfy output from invalid parameter handler, and write it to stderr | Steve Hay | 2012-09-11 | 1 | -3/+31 |
* | Forward declare static functions in win32/win32.c | Steve Hay | 2012-09-11 | 1 | -30/+50 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 2 | -6/+2 |
* | Add Configure probe for ip_mreq_source | H.Merijn Brand | 2012-08-26 | 3 | -0/+6 |
* | Bump version to 5.17.4 | Steve Hay | 2012-08-20 | 3 | -3/+3 |
* | Make new perldelta for 5.17.4 | Steve Hay | 2012-08-20 | 3 | -4/+8 |