summaryrefslogtreecommitdiff
path: root/hints/cygwin.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't use POSIX 2008 locales on cygwinKarl Williamson2022-08-111-0/+3
| | | | | newlocale(), required for this, is buggy. See https://sourceware.org/pipermail/cygwin/2022-August/252043.html
* Use cygwin's own hints/cygwin.shLeon Timmermans2022-06-141-0/+9
|
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-1/+1
| | | | | | | Now environ isn't owned by Perl and calling setenv/putenv in XS code will no longer result in memory corruption. Fixes #19399
* cygwin can't support C11 thread local in shared objects, so disable it.Nicholas Clark2021-09-071-0/+6
| | | | | This seems to be an unresolved bug in binutils, rather than any fundamental object format problem.
* make _GNU-ish function declarations visible on cygwinTony Cook2017-07-281-1/+1
| | | | | | | | | | | | | | | The lack of this caused several test failures on cygwin64, the one case I tracked down involved memmem() which is a GNU extension that cygwin supports. Since the compiler couldn't see the memmem() prototype it treated it's return value as int, which was then cast to (char *) preventing any type-mismatch warning, but since int is 32-bits and (char *) on cygwin64, the upper 32-bits of the pointer was cleared, resulting in a crash. After adding this a test cygwin64 build went from 30 or so test failures to one.
* fix cygwin -Uuseithreads hintsReini Urban2012-02-081-1/+1
| | | | | Before -Uuseithreads resulted in a threaded perl. Now -Uuseithreads and -Uusethreads DWIM
* Update cygwin hintsReini Urban2011-01-041-5/+1
| | | | | | do not use usemymalloc (double size + slow) remove deprecated libcygipc info remove overlarge stack size
* cygwin IPv6 since 1.7Reini Urban2009-12-141-10/+17
| | | | | Use g++ as default linker IPv6 support for 1.7
* Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully ↵Jerry D. Hedden2009-03-311-0/+4
| | | | implement IPv6 yet.
* cygwin hints back to oldReini Urban2008-03-121-0/+2
| | | | | | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com> Revert a part of blead patch #33357 * no cpu. revert the archname part of patch #33357 to the old behaviour. p4raw-id: //depot/perl@33487
* cygwin hintsReini Urban2008-02-241-8/+14
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60802210538p4fdb84abwf5128e87399dddf4@mail.gmail.com> p4raw-id: //depot/perl@33357
* get rid of cygwin perlld and ld2Reini Urban2007-08-141-3/+5
| | | | | Message-Id: <46C15106.9080003@x-ray.at> p4raw-id: //depot/perl@31710
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-0/+3
| | | | | | | | | | 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
* cygwin: disable effect of -ansi -std=c89 on system include Yitzchak Scott-Thoennes2007-02-051-1/+1
| | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186> p4raw-id: //depot/perl@30129
* quiet gcc Info message in cygwinYitzchak Scott-Thoennes2006-01-271-0/+3
| | | | | Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-221-0/+13
| | | | | Message-ID: <20040219170113.GA2792@efn.org> p4raw-id: //depot/perl@22358
* The libcygipc doesn't really work with the Perl SysV IPC testsJarkko Hietaniemi2003-08-091-2/+4
| | | | | so no much point in adding it yet. p4raw-id: //depot/perl@20577
* maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in ↵Gerrit P. Haase2003-08-081-0/+2
| | | | | | | | searchlist From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <1621817486657.20030808134451@familiehaase.de> p4raw-id: //depot/perl@20563
* No bincompat5005.Jarkko Hietaniemi2002-05-011-4/+0
| | | p4raw-id: //depot/perl@16291
* Cygwin cygipc support skippedGerrit P. Haase2002-03-081-1/+0
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <113694157285.20020308165934@familiehaase.de> p4raw-id: //depot/perl@15108
* cygwin portFifer, Eric2000-11-071-0/+1
| | | | | | | Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com> Synchronize with Cygwin 1.1.5. p4raw-id: //depot/perl@7597
* cygwin portFifer, Eric2000-08-151-2/+4
| | | | | Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com> p4raw-id: //depot/perl@6638
* cygwin portFifer, Eric2000-08-101-3/+0
| | | | | Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com> p4raw-id: //depot/perl@6564
* cygwin update (from Eric Fifer <efifer@sanwaint.com>)Gurusamy Sarathy2000-05-081-2/+1
| | | p4raw-id: //depot/perl@6094
* cygwin portFifer, Eric2000-02-241-1/+5
| | | | | | To: "'perl5-porters@perl.org'" <perl5-porters@perl.org> Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1> p4raw-id: //depot/cfgperl@5241
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-1/+0
| | | p4raw-id: //depot/cfgperl@5043
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-231-0/+5
| | | p4raw-id: //depot/perl@4853
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-10/+13
| | | p4raw-id: //depot/perl@4769
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-31/+22
| | | p4raw-id: //depot/perl@4717
* To: Perl Porters <perl5-porters@perl.org>Andy Dougherty1999-09-281-7/+18
| | | | | | | | | | | | | Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu> From: Andy Dougherty <doughera@lafayette.edu> To: Perl Porters <perl5-porters@perl.org> Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4248
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-0/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-0/+34
p4raw-id: //depot/cfgperl@3864