summaryrefslogtreecommitdiff
path: root/win32/config.vc
Commit message (Collapse)AuthorAgeFilesLines
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-10/+10
| | | | | | | | | gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
* assorted tweaksGurusamy Sarathy1999-05-251-0/+2
| | | p4raw-id: //depot/perl@3472
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+1
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-101-1/+1
| | | | | Message-ID: <373067e9.56194713@smtp1.ibm.net> p4raw-id: //depot/perl@3379
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-241-1/+1
| | | p4raw-id: //depot/perl@3134
* Scratch #3008 and introduce $crosscompile and $multiarchJarkko Hietaniemi1999-02-221-0/+2
| | | | | also in non-Configure lands. p4raw-id: //depot/cfgperl@3009
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-2/+4
| | | p4raw-id: //depot/perl@2957
* update win32/config* stuff, ChangesGurusamy Sarathy1999-02-151-3/+40
| | | p4raw-id: //depot/perl@2944
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-1/+1
| | | p4raw-id: //depot/perl@2746
* update ChangesGurusamy Sarathy1998-11-141-1/+1
| | | p4raw-id: //depot/perl@2234
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+2
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* sanity-check $Config{drand01} in rand.tGurusamy Sarathy1998-10-261-1/+1
| | | p4raw-id: //depot/perl@2085
* update win32/config*.?cGurusamy Sarathy1998-10-251-0/+9
| | | p4raw-id: //depot/perl@2078
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-0/+43
| | | p4raw-id: //depot/perl@1890
* resync win32/config.?c with Porting/config.sh to pick up apiversionGurusamy Sarathy1998-09-171-2/+1
| | | p4raw-id: //depot/perl@1788
* fill gaps in sig_* entries in win32/config.?cGurusamy Sarathy1998-09-171-3/+3
| | | p4raw-id: //depot/perl@1785
* misc win32 config tweaksGurusamy Sarathy1998-07-201-1/+1
| | | p4raw-id: //depot/perl@1573
* Config_74-01Andy Dougherty1998-07-151-0/+12
| | | | | Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys> p4raw-id: //depot/perl@1500
* sundry win32 config tweaksGurusamy Sarathy1998-07-051-1/+2
| | | p4raw-id: //depot/perl@1321
* Configure updateAndy Dougherty1998-07-041-2/+1
| | | | | | Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu> Subject: [PATCH 5.004_69] Config_69-01 p4raw-id: //depot/perl@1295
* add 'installhtml*dir' to win32 config templatesDouglas Lankshear1998-07-041-1/+3
| | | | | | Subject: [PATCH 5.004_68] For Win32 config Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1279
* tweak win32/config.* variablesGurusamy Sarathy1998-07-021-2/+2
| | | p4raw-id: //depot/perl@1274
* enable Errno build on win32, add Errno-1.08 files to repositoryGurusamy Sarathy1998-06-281-0/+1
| | | p4raw-id: //depot/perl@1222
* tweak win32 config templates for cppGurusamy Sarathy1998-06-281-3/+3
| | | p4raw-id: //depot/perl@1221
* more MULTIPLICITY tweaksGurusamy Sarathy1998-06-231-0/+1
| | | p4raw-id: //depot/perl@1206
* various win32 odds and endsGurusamy Sarathy1998-06-151-1/+1
| | | | | | | | | | | | - added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt <RonaldWS@aol.com> - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers p4raw-id: //depot/perl@1134
* [win32] @INC construction on win32 cleaned upGurusamy Sarathy1998-06-011-26/+26
| | | | | | | - perl.dll location based paths should be much more reliable now - registry stuff unchanged - Config.pm now has all the installfoolib entries for MakeMaker et al p4raw-id: //depot/win32/perl@1069
* [win32] reverse integrate asperl branch contents (phew!)Gurusamy Sarathy1998-05-291-12/+12
|\ | | | | | | | | | | | | | | - various fixups to ensure AS stuff does no harm - adjust win32/makefiles for the new directory layout (new layout looks rather a muddle--needs rework) - verified build & test on NT and Solaris/gcc p4raw-id: //depot/win32/perl@1060
| * [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-0/+4
| |\ | |/ |/| p4raw-id: //depot/asperl@1055
| * [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-10/+11
| |\ | | | | | | p4raw-id: //depot/asperl@1010
| | * [win32] integrate mainlineGurusamy Sarathy1998-05-141-0/+1
| | | | | | | | | p4raw-id: //depot/win32/perl@973
| * | [asperl] small tweaks to make it compile (doesn't run)Gurusamy Sarathy1998-04-081-1/+1
| | | | | | | | | p4raw-id: //depot/asperl@885
| * | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-5/+23
| |\ \ | | | | | | | | p4raw-id: //depot/asperl@884
| * | | [asperl] add AS patch#15Gurusamy Sarathy1998-04-031-10/+10
| | | | | | | | | | | | p4raw-id: //depot/asperl@863
* | | | [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hintsAndy Dougherty1998-05-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 28 May 1998 13:27:25 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing Date: Thu, 28 May 1998 13:28:21 -0400 (EDT) p4raw-id: //depot/perl@1047
* | | | [PATCH 5.004_65] Config_65-01: lchown() detection.Andy Dougherty1998-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 28 May 1998 13:25:21 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes Date: Thu, 28 May 1998 13:26:18 -0400 (EDT) p4raw-id: //depot/perl@1042
* | | | Integrate win32 branch into mainlineMalcolm Beattie1998-05-141-10/+10
|\ \ \ \ | | |_|/ | |/| | p4raw-id: //depot/perl@969
| * | | [win32] tweak config.[bgv]cGurusamy Sarathy1998-05-091-10/+10
| | |/ | |/| | | | p4raw-id: //depot/win32/perl@917
* | | [PATCH for 5.004_64] Configure patch Config_64-01Andy Dougherty1998-05-141-0/+1
|/ / | | | | | | | | | | | | | | | | | | | | Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT) Subject: [PATCH 5.004_64] Config_64-03-04.diff Date: Wed, 13 May 1998 14:33:30 -0400 (EDT) p4raw-id: //depot/perl@948
* | [win32] config.* fixesGurusamy Sarathy1998-04-031-0/+6
| | | | | | p4raw-id: //depot/win32/perl@867
* | [win32] update win32/config* filesGurusamy Sarathy1998-03-161-2/+14
| | | | | | p4raw-id: //depot/win32/perl@828
* | [win32] reinstate some standard sig_names to avoid noise fromGurusamy Sarathy1998-03-101-3/+3
|/ | | | | modules (and in hopes of making them _do_ something in future) p4raw-id: //depot/win32/perl@805
* [win32] variousGurusamy Sarathy1998-03-061-48/+59
| | | | | | | - s/PerlIO_fread/PerlIO_read/, the former doesn't exist - add missing prototypes - regenerate win32/config*.?c p4raw-id: //depot/win32/perl@791
* [win32] various changes to make win32 build under the new Configure & co.Gurusamy Sarathy1998-02-261-2/+5
| | | | | | | | | | - added byterun.c to core C build - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c after adding new variables to config.[bgv]c - sig_name_init now has only the valid signals - we now have $Config{usethreads} - tested under the two commercial compilers w/ and w/o usethreads p4raw-id: //depot/win32/perl@590
* [win32] fix build problems due to renamed Config variablesGurusamy Sarathy1998-02-151-4/+12
| | | p4raw-id: //depot/win32/perl@525
* [win32] pickup lddlflags properly for Config.pmGurusamy Sarathy1998-02-121-2/+2
| | | p4raw-id: //depot/win32/perl@515
* [win32] add archname to *sitearch in config.{b,g,v}cGurusamy Sarathy1998-01-131-3/+3
| | | p4raw-id: //depot/win32/perl@422
* [win32] various tweaks to build support (NOTE: meant for 5.004_57)Gurusamy Sarathy1998-01-131-3/+4
| | | | | | | | | | - build and install x2p - fix installperl warnings on win32 - `make install` now does puts the archlibs in right places - makefiles don't default to USE_THREADS anymore - sync config.{b,g,v}c - sync makefile.mk -> Makefile p4raw-id: //depot/win32/perl@416
* [win32] support getlogin()Gurusamy Sarathy1997-12-241-1/+1
| | | p4raw-id: //depot/win32/perl@386
* Builds and passes all but english.t on win32 VC++Nick Ing-Simmons1997-11-221-0/+3
| | | p4raw-id: //depot/ansiperl@281