summaryrefslogtreecommitdiff
path: root/win32/config.bc
Commit message (Collapse)AuthorAgeFilesLines
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-1/+0
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-4/+14
| | | p4raw-id: //depot/cfgperl@5044
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-0/+1
| | | p4raw-id: //depot/cfgperl@5043
* regen win32/config*Gurusamy Sarathy2000-01-191-3/+8
| | | p4raw-id: //depot/perl@4817
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-6/+8
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-091-0/+2
| | | | | slightly altered) p4raw-id: //depot/perl@4771
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-1/+1
| | | | | | | | To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com Cc: Douglas Lankshear <dougl@activestate.com>, Gurusamy Sarathy <gsar@activestate.com> Message-ID: <382b5d24.10899522@smtprelay.t-online.de> p4raw-id: //depot/cfgperl@4571
* updated windows config* filesGurusamy Sarathy1999-10-311-3/+39
| | | p4raw-id: //depot/perl@4500
* regen config* stuff for windowsGurusamy Sarathy1999-10-271-20/+19
| | | p4raw-id: //depot/perl@4476
* various cleanupsGurusamy Sarathy1999-10-121-37/+74
| | | p4raw-id: //depot/perl@4350
* win32 tweaksGurusamy Sarathy1999-08-201-0/+1
| | | p4raw-id: //depot/perl@4014
* 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
* 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-7/+7
| | | | | | | | | | | | 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