summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
Commit message (Collapse)AuthorAgeFilesLines
...
* Rearrange win32/config_H.* to match config_h.SHSteve Hay2005-07-211-1998/+2016
| | | | | | No actual changes, just reordering the contents of the files so that diff works better. p4raw-id: //depot/perl@25206
* Stop '"__attribute__format__" redefined' warnings from gcc on Win32Steve Hay2005-06-241-0/+5
| | | p4raw-id: //depot/perl@24975
* Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)Steve Hay2005-06-201-0/+5
| | | | | | 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
* Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)Steve Hay2005-05-231-11/+34
| | | | | | (None are actually defined, but it's nice to have them there anyway) p4raw-link: @24508 on //depot/perl: 0dbb1585a715e56312e579a5f0e7f82241b38352 p4raw-id: //depot/perl@24545
* Support d_libm_lib_version for Win32 (see change 24217)Steve Hay2005-04-111-0/+6
| | | p4raw-id: //depot/perl@24227
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-041-8/+8
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS'sH.Merijn Brand2004-10-301-0/+12
| | | p4raw-id: //depot/perl@23436
* Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32Steve Hay2004-03-241-0/+5
| | | | | | Message-ID: <40618D1C.7000601@uk.radan.com> Date: Wed, 24 Mar 2004 13:29:00 +0000 p4raw-id: //depot/perl@22579
* Bump bleadperl's version number to 5.9.2.Rafael Garcia-Suarez2004-03-181-8/+8
| | | p4raw-id: //depot/perl@22523
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-35/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-171-10/+10
| | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-6/+0
| | | p4raw-id: //depot/perl@19899
* Missing "to".Jarkko Hietaniemi2003-05-241-1/+1
| | | p4raw-id: //depot/perl@19608
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-241-0/+7
| | | p4raw-id: //depot/perl@19607
* [perl #8599] s/catenate/concatenate/Casey West2003-05-131-1/+1
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* Introduce 'fast stdio' symbols to non-Configure lands.Jarkko Hietaniemi2003-04-231-0/+15
| | | p4raw-id: //depot/perl@19314
* Introduce the new *l APIs, undefined, to non-Configure lands.Jarkko Hietaniemi2003-04-171-0/+24
| | | p4raw-id: //depot/perl@19251
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-181-2/+2
| | | p4raw-id: //depot/perl@19021
* regenerate win32/config_H.*Gurusamy Sarathy2003-03-181-1790/+1957
| | | p4raw-id: //depot/perl@19019
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-061-0/+3
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* windows: support for large filesGurusamy Sarathy2002-12-181-4/+4
| | | | | | | | 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-8/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-301-0/+6
| | | p4raw-id: //depot/perl@17944
* Regen stuff.Jarkko Hietaniemi2002-06-211-1/+2
| | | p4raw-id: //depot/perl@17339
* Synchronize config.bc and config_H.bc; add SCNfldbl;Jarkko Hietaniemi2002-06-121-3/+3
| | | | | | | go back to disabling long doubles from MinGW because MSVCRT doesn't do long double printfing even when gcc would know how to handle them. p4raw-id: //depot/perl@17200
* Not that I know anything about Windows compilersJarkko Hietaniemi2002-06-111-3/+3
| | | | | | | but Google leads me into believing that while Borland and GCC support the ANSI way of printing long doubles (%L), Visual C really doesn't support printing them. p4raw-id: //depot/perl@17193
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-11/+11
| | | p4raw-id: //depot/perl@16843
* change#8666 ($Config{perllibs}) apparently never got intoGurusamy Sarathy2002-05-121-9/+506
| | | | | | | 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
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-011-10/+2
| | | p4raw-id: //depot/perl@16293
* Re: perl@15047 WinCEH.Merijn Brand2002-03-061-10/+10
| | | | | | | | | | | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:41:30 +0100 Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Win32 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:46:02 +0100 Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Epoc From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:48:31 +0100 Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 NetWare From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 06 Mar 2002 13:55:46 +0100 Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15063
* "All tests successful" VC6.0 Win32Nick Ing-Simmons2002-01-261-27/+39
| | | | | (Update config.vc to need cppstdin so those tests are skipped...) p4raw-id: //depot/perlio@14434
* Integrate mainlineNick Ing-Simmons2002-01-251-18/+6
| | | | | All but ../lib/Unicode/UCD.t pass. p4raw-id: //depot/perlio@14412
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-4/+4
| | | p4raw-id: //depot/perlio@14192
* Routine regen_config_h - no real differences other than order of cryptNick Ing-Simmons2001-12-291-8/+8
| | | p4raw-id: //depot/perlio@13936
* fix typo in config.vc; regenerate win32 config_H.* filesGurusamy Sarathy2001-11-241-11/+161
| | | p4raw-id: //depot/perl@13239
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-12/+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
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* Bump the version to 5.7.2.Jarkko Hietaniemi2001-07-131-10/+10
| | | p4raw-id: //depot/perl@11354
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-121-1/+7
| | | p4raw-id: //depot/perl@11334
* regenerate win32/config_H.?c filesGurusamy Sarathy2001-07-021-13/+26
| | | p4raw-id: //depot/perl@11068
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-211-0/+6
| | | p4raw-id: //depot/perl@10797
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-6/+0
| | | | | | | | | use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744
* regen_config_h for Win32.Nick Ing-Simmons2001-06-151-32/+44
| | | p4raw-id: //depot/perlio@10606
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* Routine regen_config_h for Win32Nick Ing-Simmons2001-06-141-1/+95
| | | p4raw-id: //depot/perlio@10589
* win32 - dmake regen_config_hNick Ing-Simmons2001-05-311-1/+7
| | | p4raw-id: //depot/perlio@10350
* win32, regen_config_hNick Ing-Simmons2001-05-091-1/+7
| | | p4raw-id: //depot/perlio@10050
* Change 5.7.0 to 5.7.1 in some of the places I would be guaranteedJarkko Hietaniemi2001-04-071-10/+10
| | | | | | to forget it later; do not change patchlevel.h yet or regenerate Configure yet. p4raw-id: //depot/perl@9617