summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-068-37/+37
| | | p4raw-id: //depot/perl@31799
* Add Win32 makefile option to link all extensions staticallyVadim Konovalov2007-09-034-26/+64
| | | | | | | | | | | Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@alcatel-lucent.com> Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D448945@DEEXC1U02.de.lucent.com> (with a couple of tweaks to comments in Makefile, exclusion of one more module (Hash/Utils) from the "all static" build option, plus the same changes in makefile.mk) p4raw-id: //depot/perl@31784
* Add support for Visual C++ 2008 Express Edition (Beta 2)Steve Hay2007-08-292-28/+44
| | | p4raw-id: //depot/perl@31761
* bye bye charsizeH.Merijn Brand2007-08-215-5/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warningsSteve Hay2007-08-212-2/+2
| | | | | | | about POSIX CRT function names being deprecated in VC8 (-wd4996 suppresses all deprecated function warnings, so is more wide-ranging than is required) p4raw-id: //depot/perl@31742
* Some Win32 Config fixes for patchlevel and perl_patchlevel:Steve Hay2007-07-096-13/+24
| | | | | | | | | | - Set $Config{patchlevel} to PERL_VERSION (it was previously blank because it was wrongly being set from PATCHLEVEL, which was blank) - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the value in the top-level ".patch" file if it exists (the former was previously not set, while the latter was previously wrongly set to PERL_VERSION) p4raw-id: //depot/perl@31569
* Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - ↵Edgar Bering2007-07-071-0/+4
| | | | | | | | pod/perlcommunity.pod - Patches welcome) From: "Edgar Bering" <trizor@gmail.com> Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com> p4raw-id: //depot/perl@31551
* Add Borland linker option to not generate .map filesSteve Hay2007-07-061-1/+1
| | | | | | (They are not generated by default by VC++ or MinGW, and there doesn't seem to be any need for them.) p4raw-id: //depot/perl@31539
* $Config{useshrplib} should be 'true' rather than 'yes' when usingSteve Hay2007-07-035-5/+5
| | | | | a shared perl library p4raw-id: //depot/perl@31523
* Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mkSteve Hay2007-07-021-1/+8
| | | p4raw-id: //depot/perl@31515
* /p vs (?p)Abigail2007-06-301-1/+1
| | | | | | | | | | | | | Date: Fri, 29 Jun 2007 23:38:07 +0200 Message-ID: <20070629213807.GA14454@abigail.nl> Subject: [PATCH pod/perlre.pod] Keeping up with the changes. From: Abigail <abigail@abigail.be> Date: Sat, 30 Jun 2007 01:24:36 +0200 Message-ID: <20070629232436.GA15326@abigail.nl> Plus tweaks, and debug enahancements. p4raw-id: //depot/perl@31506
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-8/+10
| | | | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02bd01c7b90b$49863720$dc92a560$@com> Rearranges the initialization of Win32CORE. The Perl interpreter isn't fully initialized when Perl_init_os_extras() in win32/win32.c is called, so it is not safe to use the Perl calling mechanism yet. Fixes a problem building PAR-Packer on Win32. p4raw-id: //depot/perl@31490
* [PATCH] Remove dead code from win32/win32sck.cJan Dubois2007-06-262-25/+1
| | | | | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Date: Mon, 25 Jun 2007 17:13:04 -0700 Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com> Subject: RE: [PATCH] Remove dead code from win32/win32sck.c From: "Jan Dubois" <jand@activestate.com> Date: Mon, 25 Jun 2007 17:26:15 -0700 Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com> p4raw-id: //depot/perl@31469
* Revert #30197 and #30219, which #31464 has just made redundantSteve Hay2007-06-252-16/+0
| | | p4raw-id: //depot/perl@31466
* Change #31426 should also be applied to the PERL_IMPLICIT_SYSSteve Hay2007-06-201-1/+8
| | | | | version of ioctl() p4raw-id: //depot/perl@31428
* Change #31426 should also be applied to the windows CE versionRafael Garcia-Suarez2007-06-201-3/+7
| | | p4raw-id: //depot/perl@31427
* Re: Net::SMTP can't send large messages with bleadperlYves Orton2007-06-201-3/+7
| | | | | Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com> p4raw-id: //depot/perl@31426
* cross-compilation for linuxVadim Konovalov2007-06-111-4/+4
| | | | | | From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com> Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com> p4raw-id: //depot/perl@31362
* Change 31347 should also have removed win32_free_argvw()Steve Hay2007-06-082-20/+0
| | | | | because it now isn't used anywhere. p4raw-id: //depot/perl@31356
* Remove dead Perl_sys_intern_clear() from wince.cSteve Hay2007-06-081-14/+0
| | | p4raw-id: //depot/perl@31355
* Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERNSteve Hay2007-06-081-13/+12
| | | | | | | | section, where it didn't belong. (That section should (currently) only contain sys_intern_init(), sys_intern_clear() and sys_intern_dup() and related functionality such as win32_csighandler().) p4raw-id: //depot/perl@31354
* Stop VC++ from warning "all references to 'SHELL32.dll' discardedSteve Hay2007-06-075-37/+2
| | | | | | | | | | by /OPT:REF" by removing the only reference to a SHELL32.dll function (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which isn't actually used anywhere so delete it). That then caused the warning "/DELAYLOAD:shell32.dll ignored; no imports found from shell32.dll", so remove that /DELAYLOAD option too. p4raw-id: //depot/perl@31347
* Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLLSteve Hay2007-06-062-4/+4
| | | | | | when compiling perlmain.c, and don't supply /DPERLDLL twice when compiling perlmainst.c p4raw-id: //depot/perl@31344
* win32/makefile.mk doesn't support GSAR's old dmake (because ofSteve Hay2007-05-291-64/+56
| | | | | | | | | | the use of || and && in conditional expressions, which that old dmake doesn't understand), so stop with a helpful error message if such a dmake is being used. There is now no need to have all the clutter of trying to support different backslash and newline semantics, so ditch that too. p4raw-id: //depot/perl@31300
* Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005Steve Hay2007-05-251-2/+5
| | | | | | | | | | | | | Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to be used. It seems that this is inappropriate for VC++ versions later than 6.x, since they don't use that DLL: simply not defining that symbol makes the io_sock.t failure go away. (Compare change #29233, which similarly disabled the fix to MSVCRT.DLL's read() for VC++ versions later than 6.x.) p4raw-link: @29233 on //depot/perl: 46e77f111828d72136c91f0837803182535da01d p4raw-id: //depot/perl@31271
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-203-3/+0
| | | p4raw-id: //depot/perl@31245
* RE: When is -DPERL_CORE required?Jan Dubois2007-05-201-4/+0
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <044601c79976$046691d0$0d33b570$@com> p4raw-id: //depot/perl@31242
* Older versions of windres interpret "-I" as the input format,Steve Hay2007-05-141-1/+1
| | | | | so use the long option name "--include-dir" instead. p4raw-id: //depot/perl@31213
* Restore Windows NT supportJan Dubois2007-05-133-10/+16
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02d101c79434$743be100$5cb3a300$@com> p4raw-id: //depot/perl@31211
* Re: [perl #42869] Problem killing a pseudo-forked child on Win32David Mitchell2007-05-101-0/+1
| | | | | | | | Message-ID: <20070503213923.GH24804@iabyn.com> Fixes the failure to kill a pseudo-forked child on Win32 described in [perl #42869], but the "Free to wrong pool" error remains p4raw-id: //depot/perl@31188
* Remove ext/ThreadJerry D. Hedden2007-05-0210-13/+8
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* Two new manpages, by AbigailRafael Garcia-Suarez2007-04-301-0/+8
| | | p4raw-id: //depot/perl@31110
* Do the same as #31095 for Win32Steve Hay2007-04-271-7/+0
| | | p4raw-id: //depot/perl@31103
* Re: Analysis of problems with mixed encoding case insensitive matches in ↵Yves Orton2007-04-271-0/+9
| | | | | | | regex engine. Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com> p4raw-id: //depot/perl@31102
* Re: VMS and Win32 Makefiles in change 31059Steve Hay2007-04-262-14/+25
| | | | | | Message-ID: <46306D01.6070607@uk.radan.com> Date: Thu, 26 Apr 2007 10:12:33 +0100 p4raw-id: //depot/perl@31089
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-242-0/+28
| | | | | | | code, and instead use it to generate a header at perl build time. By removing uudmap from the interpreter structure we save 256 bytes per child thread. p4raw-id: //depot/perl@31059
* [perl #42648] [PATCH] crash in win32/VMem.h when out of memory Devin Heitmueller2007-04-241-0/+8
| | | | | | From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org> p4raw-id: //depot/perl@31054
* Re: new C3 MRO patchBrandon Black2007-04-193-0/+4
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* Allow sending SIGINT to child processes on Windows *if* they are running PerlJan Dubois2007-04-191-0/+10
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <01e301c7808a$ac0cca30$04265e90$@com> p4raw-id: //depot/perl@30979
* Fix kill(0, $pid) on WindowsJan Dubois2007-04-171-3/+4
| | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <01df01c78088$59718d30$0c54a790$@com> Fixes breakage caused by #29605. p4raw-id: //depot/perl@30970
* Run buildtoc --build-allRafael Garcia-Suarez2007-04-121-4/+4
| | | p4raw-id: //depot/perl@30926
* Add the perlreapi man page, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-04-121-0/+4
| | | | | (largely from perlreguts) p4raw-id: //depot/perl@30922
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-102-2/+8
| | | p4raw-id: //depot/perl@30883
* Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-101-3/+18
| | | | | Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com> p4raw-id: //depot/perl@30878
* Re: [PATCH] microperl plus missing config varsJarkko Hietaniemi2007-04-041-0/+1
| | | | | Message-ID: <4612D50E.5010105@iki.fi> p4raw-id: //depot/perl@30839
* microperl plus missing config varsJarkko Hietaniemi2007-04-014-1/+15
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* Make sure Win32CORE.pm gets cleaned upSteve Hay2007-03-222-0/+2
| | | | | | Normally it happens anyway, but sometimes when running 'distclean' on a half-built source tree it gets left behind. p4raw-id: //depot/perl@30691
* Add the new man page, perlunifaq, in relevant placesRafael Garcia-Suarez2007-03-071-0/+4
| | | p4raw-id: //depot/perl@30499
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-2218-5889/+22
| | | | | | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
* Fix Win32 build after unusual breakage caused by #30327Steve Hay2007-02-161-2/+2
| | | | | (Boy, did that take some tracking down!) p4raw-id: //depot/perl@30331