summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Bump the perl version in various places for 5.21.2Matthew Horsfall (alh)2014-06-202-2/+2
* Add new perldelta for 5.21.2Matthew Horsfall (alh)2014-06-203-4/+8
* [perl #122110] [PATCH] Remove left-over mad cruftDagfinn Ilmari Mannsåker2014-06-162-6/+0
* Remove MAD.Jarkko Hietaniemi2014-06-132-12/+0
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-133-0/+3
* Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")Dagfinn Ilmari Mannsåker2014-06-122-4/+4
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-122-5/+5
* Fix cbacktraceH.Merijn Brand2014-06-113-0/+3
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-0/+5
* Add C backtrace API.Jarkko Hietaniemi2014-06-073-0/+12
* Enable new wcs variables for Win32H.Merijn Brand2014-06-052-4/+4
* undoubled bad quotingH.Merijn Brand2014-06-053-6/+6
* Probe for working wcscmp and wcsxfrmH.Merijn Brand2014-06-053-0/+6
* remove intentional leak in win32/win32.c ansify_pathDaniel Dragan2014-06-021-7/+1
* Remove old Class-ISA remnantsSteve Hay2014-05-311-1/+0
* Remove x2pLeon Timmermans2014-05-292-91/+6
* add new perldelta for 5.21.1Ricardo Signes2014-05-273-4/+8
* bump version to 5.21.1Ricardo Signes2014-05-272-2/+2
* remove Package-Constants from core perl distributionRicardo Signes2014-05-272-2/+0
* remove Module-Build from core perl distributionRicardo Signes2014-05-272-6/+2
* remove CGI.pm from core perl distributionRicardo Signes2014-05-272-2/+0
* new perldeltaRicardo Signes2014-05-263-4/+8
* bump version to 5.21.0Ricardo Signes2014-05-263-15/+15
* Note that the minimum supported gcc (on Windows) is 3.4.5Steve Hay2014-05-221-2/+2
* remove the perl519*delta documentsRicardo Signes2014-05-161-48/+0
* Fix commit 90674eaa88Steve Hay2014-05-141-1/+1
* [perl #121676] Fix memory leak in backticks and systemSteve Hay2014-05-141-0/+2
* resort win32/pod.mak to please pod_rules.tRicardo Signes2014-05-121-4/+4
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-124-23/+23
* [perl #121505] include -fwrapv by default for GCC 4.3 and laterTony Cook2014-05-121-2/+17
* Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64Steve Hay2014-05-061-0/+2
* Bump version for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-202-2/+2
* Create new perldelta for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-203-4/+8
* Remove unused variableSteve Hay2014-04-141-1/+0
* Fix DllMain definition to fix building with gcc-4.8.1 from www.mingw.orgSteve Hay2014-04-141-1/+1
* Set Off_t et al correctly for USE_LARGE_FILES builds on WindowsSteve Hay2014-04-142-0/+24
* speed up miniperl require on Win32Daniel Dragan2014-04-081-0/+3
* Add pod/perl5182delta.podSteve Hay2014-04-041-0/+4
* Reword Windows makefile comments to explain the "help" logic about USE_MULTISteve Hay2014-04-012-13/+15
* fix killpg on Win32, to meet posix expectations for killpgDaniel Dragan2014-03-273-5/+12
* Bump to Perl version 5.19.11Aaron Crane2014-03-202-2/+2
* New perldelta for 5.19.11Aaron Crane2014-03-203-4/+8
* Remove leftover Windows 95 / Windows NT4 support codeSteve Hay2014-02-263-94/+42
* Silence some VC++ compiler warningsSteve Hay2014-02-251-3/+2
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-202-2/+2
* new perldelta for 5.19.10Tony Cook2014-02-203-4/+8
* [perl #77672] avoid a file handle redirection raceTony Cook2014-02-031-49/+46
* Added README.androidBrian Fraser2014-01-262-18/+22
* Added targetsh to all the canned config filesBrian Fraser2014-01-233-0/+3
* Update the WinCE files to the new cross modelBrian Fraser2014-01-222-63/+89