summaryrefslogtreecommitdiff
path: root/win32/config.gc
Commit message (Collapse)AuthorAgeFilesLines
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR andSteve Peters2006-03-031-0/+2
| | | | | HAS_BUILTIN_EXPECT. p4raw-id: //depot/perl@27372
* Remove d_nanosleep from win32 configsSteve Hay2006-01-241-1/+0
| | | | | Change 19899 removed them before, but they have accidentally crept back. p4raw-id: //depot/perl@26936
* Reorder changes made in change 26630Steve Hay2006-01-051-1/+1
| | | | | | (Keep the order in win32/config.* and win32/config_H.* the same as in Configure and config_H.SH for easier diffing) p4raw-id: //depot/perl@26655
* Add snprintf() and vsnprintf() to the various Win32 configuration Steve Peters2006-01-041-0/+2
| | | | | files. p4raw-id: //depot/perl@26630
* Update win32 config files w.r.t. change #25935Steve Hay2005-11-011-0/+1
| | | | | p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48 p4raw-id: //depot/perl@25943
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Update win32 config files w.r.t. change #25793Steve Hay2005-10-181-0/+1
| | | | | p4raw-link: @25793 on //depot/perl: b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 p4raw-id: //depot/perl@25794
* Update win32 config files w.r.t. change #25733Steve Hay2005-10-111-0/+1
| | | | | p4raw-link: @25733 on //depot/perl: bdf33aa7435b6e4ab927ed6430f3f240f211d879 p4raw-id: //depot/perl@25734
* Update win32 config files w.r.t. change #25387Steve Hay2005-09-191-0/+2
| | | | | p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad p4raw-id: //depot/perl@25488
* Tweak the canned win32/config.* filesSteve Hay2005-07-221-5/+5
| | | | | | | | | | | uselargefiles, usemultiplicity, useperlio and useithreads are now off in the canned win32/config_H.* files, so change these to match. Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags which don't actually work since no such CFG_VARS are passed in to config_sh.PL. (The useperlio and usesitecustomize entries actually get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.) p4raw-id: //depot/perl@25215
* Add missing entries to win32/config.*Steve Hay2005-07-221-2/+55
| | | | | | No existing entries changed, just adding some missing ones based on Porting/config.sh p4raw-id: //depot/perl@25214
* Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)Steve Hay2005-06-201-0/+1
| | | | | | The try.c test program added to Configure by change 24898 outputs "Yes" using each of VC++, GCC and BCC32, so here goes... p4raw-id: //depot/perl@24905
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Provide $Config{libswanted_uselargefiles} on Win32Steve Hay2005-04-251-0/+1
| | | | | This fixes some test failures introduced by change 24271. p4raw-id: //depot/perl@24319
* Support d_libm_lib_version for Win32 (see change 24217)Steve Hay2005-04-111-0/+1
| | | p4raw-id: //depot/perl@24227
* Add support for USE_SITECUSTOMIZE in the Win32 makefilesSteve Hay2005-03-311-0/+1
| | | | | | | | Note that this feature doesn't actually work correctly on Win32 until the problem described here is solved: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html p4raw-id: //depot/perl@24120
* Fix win32/config.*'s cc, ld and other related valuesYitzchak Scott-Thoennes2005-01-071-6/+6
| | | | | | | | | | | | | | | | | | cc and ld themselves always get replaced with correct values anyway so we just provide example values as per other similar settings Other related values (ccname, cpp, cpprun, cppstdin) need to use the correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 Date: Wed, 5 Jan 2005 10:01:41 -0800 Message-ID: <20050105180141.GA676@efn.org> Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32 From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Thu, 6 Jan 2005 11:53:11 -0800 Message-ID: <20050106195311.GC1300@efn.org> p4raw-id: //depot/perl@23764
* Bring win32/config.* into line with win32/config_H.*Steve Hay2005-01-041-0/+1
| | | | | | so that "perl -V:usemallocwrap" tells us what the configuration is instead of saying 'UNKNOWN'. p4raw-id: //depot/perl@23740
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-2/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* d_u32align for win32Gisle Aas2003-12-121-1/+1
| | | | | Message-ID: <lrzndzr958.fsf@caliper.activestate.com> p4raw-id: //depot/perl@21881
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-1/+0
| | | p4raw-id: //depot/perl@19899
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-241-0/+1
| | | p4raw-id: //depot/perl@19607
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-231-0/+2
| | | p4raw-id: //depot/perl@19314
* Introduce the new *l APIs, undefined, to non-Configure lands.Jarkko Hietaniemi2003-04-171-0/+4
| | | p4raw-id: //depot/perl@19251
* according to the new Porting/Glossary, sig_num doesn't have anGurusamy Sarathy2003-03-181-1/+1
| | | | | extra '0' at the end p4raw-id: //depot/perl@19017
* $Config{prefixexp} was set incorrectly on windowsGurusamy Sarathy2002-12-181-1/+1
| | | p4raw-id: //depot/perl@18332
* windows: support for large filesGurusamy Sarathy2002-12-181-3/+3
| | | | | | | | note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) p4raw-id: //depot/perl@18327
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-301-0/+1
| | | p4raw-id: //depot/perl@17944
* change#8666 ($Config{perllibs}) apparently never got intoGurusamy Sarathy2002-05-121-117/+121
| | | | | | | mainline--merge, and add other missing entries; regen config_H.* files p4raw-link: @8666 on //depot/maint-5.6/perl: 8b0115faf6b06062b39e3e51eaab2b7e56257eef p4raw-id: //depot/perl@16568
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-1/+1
| | | | | from perl p4raw-id: //depot/perl@16503
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
| | | p4raw-id: //depot/perl@16460
* No bincompat5005.Jarkko Hietaniemi2002-05-011-2/+0
| | | p4raw-id: //depot/perl@16291
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) p4raw-id: //depot/perl@16033
* d_nv_preserves_uv_bitsNicholas Clark2002-03-181-1/+1
| | | | | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290
* (revision 5 undef)Nikola Knezevic2002-03-151-0/+1
| | | | | Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15241
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-4/+103
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-5/+5
| | | p4raw-id: //depot/perlio@14192
* Add procselfexe and d_dirfd to strange lands.Jarkko Hietaniemi2001-11-231-0/+2
| | | p4raw-id: //depot/perl@13218
* Spread d_procselfexe to far-off lands (undefined).Jarkko Hietaniemi2001-11-201-0/+1
| | | p4raw-id: //depot/perl@13141
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-2/+0
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+12
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-121-0/+1
| | | p4raw-id: //depot/perl@11334
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-1/+1
| | | | | | | | | | naming discipline win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing because of this) fix a warning about "fd" being used without being set in Cwd.xs p4raw-id: //depot/perl@11067
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
| | | | | | Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-211-0/+1
| | | p4raw-id: //depot/perl@10797
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-131-0/+1
| | | | | extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-0/+1
| | | p4raw-id: //depot/perl@10479