WIN32 preprocessor symbols is usually tested with #ifdef, not #if
[p5sagit/p5-mst-13.2.git] / win32 /
2009-05-13 Jan Dubois select() generates "Invalid parameter" messages on...
2009-05-12 Nicholas Clark Add perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-04-21 Nicholas Clark Build perltoc.pod, rather than shipping it. This way...
2009-04-20 Steve Hay Fix calling of autodoc.pl in Win32 nmake Makefile
2009-04-20 Steve Hay Remove leftover copying of perlvms.pod on Win32
2009-04-20 Nicholas Clark Move vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas Clark For Win32, add the generated files to the delete list...
2009-04-18 Max Maischein Make autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas Clark Generate perlapi.pod and perlintern.pod at build time...
2009-04-17 Steve Hay Add reference to MS KB article describing leak in putenv()
2009-04-17 Steve Hay Remove last vestiges of USE_WIN32_RTL_ENV
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Eliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-03-25 H.Merijn Brand IPv6 config variables for the other OS's
2009-03-07 Craig A. Berry Make DynaLoader clone its private data under threads.
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2009-02-12 Steve Hay win32/ext doesn't exist any more, so no need to look...
2009-02-10 Nicholas Clark All extensions are at the top level, so no longer any...
2009-02-10 Nicholas Clark Sys-Syslog I18N-Langinfo have long names now.
2009-02-09 Nicholas Clark Remove special casing for extensions nested inside...
2009-02-07 Nicholas Clark Remove duplicate code from dynamic_ext(), static_ext...
2009-02-07 Nicholas Clark FindExt matches on extension name, not directory name...
2009-02-05 Nicholas Clark Exclude VMS extensions on non-VMS.
2009-02-04 Nicholas Clark Also cope with extension directory names of the form...
2009-02-04 Nicholas Clark Clearer variable names. Add a mode line coda.
2009-02-04 Nicholas Clark A test for FindExt, not run by make test. (Useful for...
2009-02-03 Nicholas Clark Refactor to avoid changing directory, and avoid needing...
2009-02-03 Steve Hay Oops. Missed these two files from commit 200cbd6aa595a0...
2009-02-02 Nicholas Clark Convert the last few references from buildext.pl to...
2009-02-02 Nicholas Clark Fold win32/buildext.pl into make_ext.pl
2009-02-02 Steve Hay Restore broken clean target in win32/makefile.mk
2009-02-01 Nicholas Clark Replacing system $scalar with system @list requires...
2009-02-01 Nicholas Clark The $@ was actually a botched conversion from $make...
2009-01-31 Nicholas Clark Create build_extension() to encapsulate the per-extensi...
2009-01-31 Nicholas Clark Make dir and target --options to buildext.pl. Update...
2009-01-30 Nicholas Clark Replace the one file timestamp dependency check with...
2009-01-29 Nicholas Clark win32/ext was removed by change 30379 in 2007, so no...
2009-01-29 Nicholas Clark Add an explicit --all option to buildext.pl, rather...
2009-01-28 Nicholas Clark Pass $(MAKE) as one quoted commandline argument, to...
2009-01-27 Nicholas Clark In buildext.pl, refactor the @ARGV parsing into a singl...
2009-01-26 Nicholas Clark Break the --create-perllibst-h and --list-static-libs...
2009-01-25 Nicholas Clark Unbreak Makefile too (replicate fcd65f8d4322911242887c0...
2009-01-25 Max Maischein Unbreak build on Windows
2009-01-25 Nicholas Clark Port 486cd780047ff22471c5cbe417911a042ae23962 to win32...
2009-01-24 Nicholas Clark Add -DPERL_IS_MINIPERL when building the object files...
2009-01-24 Nicholas Clark The exit code of make_patchnum.pl is no longer used...
2009-01-13 Steve Hay Restore Win32 build by creating git_version.h.
2009-01-04 Max Maischein Added stuff so that perl.exe now builds clean with...
2009-01-04 Max Maischein Added config.w32 to win32/.gitignore
2009-01-04 Max Maischein Added win32/.gitignore to ignore stuff from the Windows...
2009-01-03 Michael G. Schwern Apply bleadperl@34470 by hand while waiting for the...
2009-01-03 Michael G. Schwern Turn quads on in the VC configurations.
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-25 Alex Vandiver Remove all mention of checkpods
2008-12-25 Alex Vandiver Move 'make check' in pods/ to using Pod::Checker
2008-12-21 Rafael Garcia-Suarez Add the perlperf manpage, by Richard Foley
2008-12-19 Steve Hay Subject: RE: [perl #61492] ExtUtils::MM_Win32 should...
2008-12-19 Leon Brocard Add other files modified by buildtoc
2008-12-12 Steve Hay Update Win32 canned configs
2008-12-03 Rafael Garcia-Suarez Configure detection of __attribute__((deprecated))
2008-11-28 H.Merijn Brand could we add usedevel to config.h?
2008-11-17 Gisle Aas Change LONG_DOUBLESIZE macros to match config (ref...
2008-11-12 Gisle Aas sizeof(long double) is 8 bytes for all Microsoft compilers
2008-11-08 Marcus Holland-Moritz Re: [PATCH: Configure/NDBM_File] Add prototype detectio...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Nicholas Clark make distclean patch from Andy Armstrong.
2008-10-07 Steve Hay Define HAS_QUAD on Win32 and introduce new value for...
2008-10-07 Steve Hay Refine Win32's s{GM|LOCAL}TIME_{min|max} values based...
2008-10-03 H.Merijn Brand Add probes for *time64 () functions
2008-09-30 Steve Hay Correct the sLOCALTIME_{min|max} values added by #34363...
2008-09-15 H.Merijn Brand Add probes for LOCALTIME_max and LOCALTIME_min (y2038...
2008-09-07 Jan Dubois Fix mismatched #if/#endif in Win64 configuration.
2008-08-09 Nicholas Clark Use App::Prove::State to store the timings for the...
2008-07-09 Jan Dubois Update Win32 canned configs
2008-06-20 Rafael Garcia-Suarez Make the version string more consistent between Windows...
2008-06-17 Risto Kankkunen [perl #46309] Buffer overflow in win32_select() (PATCH...
2008-05-29 Andy Dougherty Propagate new i_gdbm*ndbm variables
2008-04-29 Jan Dubois Win32 process ids can have more than 16 bits
2008-03-29 Dominic Dunlop Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
2008-03-29 Nicholas Clark Add i_syspoll to all the pre-canned configs.
2008-03-25 Steve Hay RE: [PATCH revised] Fix ExtUtils::Install under Cygwin
2008-03-13 Robert May [perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista...
2008-02-25 Steve Hay Silence Borland compiler warnings (except for warnings...
2008-02-22 Steve Hay Regenerate the win32/config_H.* files using the makefil...
2008-02-22 Steve Hay Fix-up Win32's regen_config_h targets for semi-automati...
2008-02-22 Steve Hay Correct large files / lseek size ...
2008-02-22 Steve Hay Sync win32/config.* with Porting/config.sh
2008-02-22 Steve Hay Silence warning from VC8 when building without USE_LARG...
2008-02-12 Jan Dubois Fix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-10 Nicholas Clark Eliminate use of Nullop in the core code. Dual life...
2008-02-08 Robert May Give Win32 message windows proper window procedures
2008-02-08 Robert May win32_async_check() doesn't loop enough.
2008-01-23 Nicholas Clark Oops, change 33049 really did need to update all the...
2008-01-23 Nicholas Clark Purge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas Clark Fix the misplaced warnings and failing tests caused...
2008-01-11 Andy Armstrong Add dtrace support
2008-01-04 Vincent Pit Re: SV leak?
2007-12-23 Steve Peters Welcome to Perl 5.11, win32!
next