This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 5.10.1-RC1 release to perlhist
[perl5.git] / win32 /
2009-08-05 David MitchellRevert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."
2009-08-05 David Mitchelladd CLONEf_KEEP_PTR_TABLE to win fork emulation.
2009-08-05 David Mitchellwin32/perlhost.h: use symbolic constant
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-06-25 Nicholas ClarkAdd documentation for the method resolution plugin...
2009-06-13 Nicholas ClarkGenerate perlmodlib.pod at build time, instead of shipp...
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas ClarkPass the output file name to generate_uudmap, and open...
2009-05-13 Jan Duboisselect() generates "Invalid parameter" messages on...
2009-05-12 Nicholas ClarkAdd perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-04-21 Nicholas ClarkBuild perltoc.pod, rather than shipping it. This way...
2009-04-20 Steve HayFix calling of autodoc.pl in Win32 nmake Makefile
2009-04-20 Steve HayRemove leftover copying of perlvms.pod on Win32
2009-04-20 Nicholas ClarkMove vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Nicholas ClarkFor Win32, add the generated files to the delete list...
2009-04-18 Max MaischeinMake autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas ClarkGenerate perlapi.pod and perlintern.pod at build time...
2009-04-17 Steve HayAdd reference to MS KB article describing leak in putenv()
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas ClarkEliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas ClarkRemove attrs, which has been deprecated since 1999...
2009-03-25 H.Merijn BrandIPv6 config variables for the other OS's
2009-03-07 Craig A. BerryMake DynaLoader clone its private data under threads.
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2009-02-12 Steve Haywin32/ext doesn't exist any more, so no need to look...
2009-02-10 Nicholas ClarkAll extensions are at the top level, so no longer any...
2009-02-10 Nicholas ClarkSys-Syslog I18N-Langinfo have long names now.
2009-02-09 Nicholas ClarkRemove special casing for extensions nested inside...
2009-02-07 Nicholas ClarkRemove duplicate code from dynamic_ext(), static_ext...
2009-02-07 Nicholas ClarkFindExt matches on extension name, not directory name...
2009-02-05 Nicholas ClarkExclude VMS extensions on non-VMS.
2009-02-04 Nicholas ClarkAlso cope with extension directory names of the form...
2009-02-04 Nicholas ClarkClearer variable names. Add a mode line coda.
2009-02-04 Nicholas ClarkA test for FindExt, not run by make test. (Useful for...
2009-02-03 Nicholas ClarkRefactor to avoid changing directory, and avoid needing...
2009-02-03 Steve HayOops. Missed these two files from commit 200cbd6aa595a0...
2009-02-02 Nicholas ClarkConvert the last few references from buildext.pl to...
2009-02-02 Nicholas ClarkFold win32/buildext.pl into make_ext.pl
2009-02-02 Steve HayRestore broken clean target in win32/makefile.mk
2009-02-01 Nicholas ClarkReplacing system $scalar with system @list requires...
2009-02-01 Nicholas ClarkThe $@ was actually a botched conversion from $make...
2009-01-31 Nicholas ClarkCreate build_extension() to encapsulate the per-extensi...
2009-01-31 Nicholas ClarkMake dir and target --options to buildext.pl. Update...
2009-01-30 Nicholas ClarkReplace the one file timestamp dependency check with...
2009-01-29 Nicholas Clarkwin32/ext was removed by change 30379 in 2007, so no...
2009-01-29 Nicholas ClarkAdd an explicit --all option to buildext.pl, rather...
2009-01-28 Nicholas ClarkPass $(MAKE) as one quoted commandline argument, to...
2009-01-27 Nicholas ClarkIn buildext.pl, refactor the @ARGV parsing into a singl...
2009-01-26 Nicholas ClarkBreak the --create-perllibst-h and --list-static-libs...
2009-01-25 Nicholas ClarkUnbreak Makefile too (replicate fcd65f8d4322911242887c0...
2009-01-25 Max MaischeinUnbreak build on Windows
2009-01-25 Nicholas ClarkPort 486cd780047ff22471c5cbe417911a042ae23962 to win32...
2009-01-24 Nicholas ClarkAdd -DPERL_IS_MINIPERL when building the object files...
2009-01-24 Nicholas ClarkThe exit code of make_patchnum.pl is no longer used...
2009-01-13 Steve HayRestore Win32 build by creating git_version.h.
2009-01-04 Max MaischeinAdded stuff so that perl.exe now builds clean with...
2009-01-04 Max MaischeinAdded config.w32 to win32/.gitignore
2009-01-04 Max MaischeinAdded win32/.gitignore to ignore stuff from the Windows...
2009-01-03 Michael G. SchwernApply bleadperl@34470 by hand while waiting for the...
2009-01-03 Michael G. SchwernTurn quads on in the VC configurations.
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-25 Alex VandiverRemove all mention of checkpods
2008-12-25 Alex VandiverMove 'make check' in pods/ to using Pod::Checker
2008-12-21 Rafael Garcia-SuarezAdd the perlperf manpage, by Richard Foley
2008-12-19 Steve HaySubject: RE: [perl #61492] ExtUtils::MM_Win32 should...
2008-12-19 Leon BrocardAdd other files modified by buildtoc
2008-12-12 Steve HayUpdate Win32 canned configs
2008-12-03 Rafael Garcia-SuarezConfigure detection of __attribute__((deprecated))
2008-11-28 H.Merijn Brandcould we add usedevel to config.h?
2008-11-17 Gisle AasChange LONG_DOUBLESIZE macros to match config (ref...
2008-11-12 Gisle Aassizeof(long double) is 8 bytes for all Microsoft compilers
2008-11-08 Marcus Holland-MoritzRe: [PATCH: Configure/NDBM_File] Add prototype detectio...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Nicholas Clarkmake distclean patch from Andy Armstrong.
2008-10-07 Steve HayDefine HAS_QUAD on Win32 and introduce new value for...
2008-10-07 Steve HayRefine Win32's s{GM|LOCAL}TIME_{min|max} values based...
2008-10-03 H.Merijn BrandAdd probes for *time64 () functions
2008-09-30 Steve HayCorrect the sLOCALTIME_{min|max} values added by #34363...
2008-09-15 H.Merijn BrandAdd probes for LOCALTIME_max and LOCALTIME_min (y2038...
2008-09-07 Jan DuboisFix mismatched #if/#endif in Win64 configuration.
2008-08-09 Nicholas ClarkUse App::Prove::State to store the timings for the...
2008-07-09 Jan DuboisUpdate Win32 canned configs
2008-06-20 Rafael Garcia-SuarezMake the version string more consistent between Windows...
2008-06-17 Risto Kankkunen[perl #46309] Buffer overflow in win32_select() (PATCH...
2008-05-29 Andy DoughertyPropagate new i_gdbm*ndbm variables
2008-04-29 Jan DuboisWin32 process ids can have more than 16 bits
2008-03-29 Dominic DunlopRe: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
2008-03-29 Nicholas ClarkAdd i_syspoll to all the pre-canned configs.
2008-03-25 Steve HayRE: [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 HaySilence Borland compiler warnings (except for warnings...
2008-02-22 Steve HayRegenerate the win32/config_H.* files using the makefil...
2008-02-22 Steve HayFix-up Win32's regen_config_h targets for semi-automati...
2008-02-22 Steve HayCorrect large files / lseek size & type settings in...
2008-02-22 Steve HaySync win32/config.* with Porting/config.sh
2008-02-22 Steve HaySilence warning from VC8 when building without USE_LARG...
2008-02-12 Jan DuboisFix bit-fields for VC [was RE: [perl #50386] GIMME_V...
next