summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Bump the perl version to 5.13.3David Golden2010-07-193-3/+3
* Add perl5121delta to MANIEST and other filesDavid Golden2010-06-291-0/+4
* create perl5133deltaNicholas Clark2010-06-233-2/+6
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-213-3/+3
* create perl5132deltaDavid Golden2010-05-233-2/+6
* Fix CCINCDIR and CCLIBDIR for mingw64 cross compilerSisyphus2010-05-201-2/+12
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-203-3/+3
* Re-run bump-perl-version to update a few missing spotsVincent Pit2010-04-301-2/+2
* Update PerlStdIOGets() signatureJan Dubois2010-04-211-1/+1
* Fix PerlSIO_fputc() and PerlSIO_fputs() signaturesJan Dubois2010-04-211-2/+2
* create perl5131deltaLeon Brocard2010-04-203-2/+6
* Add d_prctl* for all other OS'sH.Merijn Brand2010-04-135-0/+10
* Bump to 5.13.0Jesse Vincent2010-04-123-13/+13
* Create a perl5130delta.podJesse Vincent2010-04-123-2/+6
* perl 5.11.6 never happened. Remove the traces of its perldelta.Jesse Vincent2010-03-253-6/+2
* Bump to 5.12.0Jesse Vincent2010-03-143-13/+13
* Create perl5116delta and update other versionsSteve Hay2010-02-213-2/+6
* Bump version to 5.11.5Steve Hay2010-02-203-3/+3
* Make distclean work again on Win32Steve Hay2010-02-142-33/+85
* Add perl5120delta to pod.lst and MANIFESTJesse Vincent2010-01-251-0/+4
* create perl5115delta and update other versionsRicardo Signes2010-01-203-2/+6
* bump version for 5.11.4Ricardo Signes2010-01-193-3/+3
* Add perl5114delta.podRafael Garcia-Suarez2010-01-123-2/+6
* Re: [perl #71852] Warning "/* within comment" in Win32 config.h-related fileskmx2010-01-117-2418/+2692
* vaproto for the other OS'sH.Merijn Brand2010-01-065-0/+5
* Bump to 5.11.3Jesse Vincent2009-12-203-3/+3
* Implement win32_isatty()Jan Dubois2009-12-173-16/+24
* -t should only return TRUE for file handles connected to a TTYJan Dubois2009-12-161-1/+16
* Throw away uncleanable scopes when exiting a pseudo-forked process.Jan Dubois2009-12-071-2/+7
* Revert makefile part of the Unicode 5.2 patchRafael Garcia-Suarez2009-12-033-4/+3
* Unicode 5.2Karl Williamson2009-12-033-3/+4
* Cleanup all scopes before exiting a pseudo-forked process.Jan Dubois2009-12-021-0/+5
* Add another hint about setting WIN64=undef to build a 32-bit Perl.Jan Dubois2009-12-012-0/+10
* Don't redefine isnan() macro if MinGW already defined one.Jan Dubois2009-12-011-0/+2
* further windows makefiles fixesKarl Williamson2009-11-253-3/+5
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-253-7/+6
* Add missing library to VC++ section of Win32 dmake makefileSteve Hay2009-11-241-1/+1
* Avoid circularity in $(LINK_FLAGS) definition in Win32 dmake makefileSteve Hay2009-11-241-1/+1
* Specify in Makefile what generates pod/perluniprops.podRafael Garcia-Suarez2009-11-242-2/+2
* Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6eSteve Hay2009-11-242-7/+5
* Remove generated file pod/perluniprops.pod from the source distributionRafael Garcia-Suarez2009-11-242-4/+4
* Fix code-before-declaration error on Win32 with recent VC++ compilersSteve Hay2009-11-231-10/+10
* Fix mktables calls in Win32 makefilesNicholas Clark2009-11-232-2/+2
* Add new pod file to various lists and makefilesRafael Garcia-Suarez2009-11-221-0/+4
* Always add a manifest resource to perl.exe to specify the <trustInfo>Jan Dubois2009-11-205-10/+64
* create perl5113deltaLeon Brocard2009-11-203-2/+6
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardc...Leon Brocard2009-11-183-3/+3
* Revert core fixes for IO-Compress following IO-Compress updateSteve Hay2009-11-141-1/+1
* Support $! stringification of socket error codes on Windows.Jan Dubois2009-11-132-8/+15
* flock() on Windows should set proper errno numbers.Jan Dubois2009-11-121-10/+21