summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* configure probe for mkostemp()Zefram2017-12-223-0/+3
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-223-0/+9
* set PERL_EXIT_DESTRUCT_END in all embeddingsZefram2017-12-221-0/+1
* fix up faulty perl embeddingsZefram2017-12-211-5/+4
* Bump the perl version in various places for v5.27.8Chris 'BinGOs' Williams2017-12-203-3/+3
* New perldelta for v5.27.8Chris 'BinGOs' Williams2017-12-204-6/+10
* Resolve issue with Win32 caused by 0301e8995Chris 'BinGOs' Williams2017-12-201-1/+1
* Fix $Config{libpth} for x64 builds with VC++ earlier than 14.1 (VS2017)Steve Hay2017-11-283-0/+19
* Bump the perl version in various places for 5.27.7Karen Etheridge2017-11-203-3/+3
* new perldelta for 5.27.7Karen Etheridge2017-11-204-6/+10
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-184-0/+26
* Provide option to build with -D__USE_MINGW_ANSI_STDIOSteve Hay2017-11-152-4/+23
* Improve cl version detectionSteve Hay2017-11-151-12/+7
* avoid reading errno twice in a rowZefram2017-11-111-1/+2
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-1/+1
* Convert strncmp into strnEQ, strnNEKarl Williamson2017-10-242-4/+4
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-1/+1
* Rely on C89 <string.h>Aaron Crane2017-10-216-21/+0
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-216-21/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-216-21/+0
* Rely on C89 <math.h>Aaron Crane2017-10-216-21/+0
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-1/+0
* Rely on C89 strerror()Aaron Crane2017-10-216-42/+0
* Don't try to use <values.h>Aaron Crane2017-10-216-27/+0
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-213-24/+0
* Rely on C89 <float.h>Aaron Crane2017-10-216-24/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-216-24/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-213-36/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-216-27/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-216-21/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-213-18/+0
* Rely on C89 <stdarg.h>Aaron Crane2017-10-216-42/+0
* Rely on C89 prototypesAaron Crane2017-10-213-54/+0
* Don't pretend to determine whether ansi2knr is neededAaron Crane2017-10-213-3/+0
* Rely on C89 variadic prototypesAaron Crane2017-10-215-47/+0
* Rely on C89 vprintf()Aaron Crane2017-10-216-48/+0
* Rely on C89 snprintf()Aaron Crane2017-10-214-26/+0
* Assume C89 "volatile" keywordAaron Crane2017-10-216-30/+0
* Assume we have C89 memchr()Aaron Crane2017-10-216-21/+0
* Assume we have sane C89 memcmp()Aaron Crane2017-10-216-66/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-216-96/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-216-27/+0
* Assume we have C89 memset()Aaron Crane2017-10-216-42/+0
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-216-24/+0
* Add new Configure probesH.Merijn Brand2017-10-213-0/+33
* Bump version to 5.27.6Steve Hay2017-10-203-3/+3
* New perldelta for 5.27.6Steve Hay2017-10-204-6/+10
* Update win32/config_H.[gv]c canned configuration filesSteve Hay2017-10-192-3165/+4134
* Finish adding memrchr Configure probeDagfinn Ilmari Mannsåker2017-10-133-0/+3
* Add perldeltas for 5.24.3 and 5.26.1Steve Hay2017-09-221-0/+8