Home
last modified time | relevance | path

Searched full:cygwin (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/openbsd-src/gnu/usr.bin/perl/
H A DREADME.cygwin9 perlcygwin - Perl for Cygwin
14 on Cygwin. This document also describes features of Cygwin that will
17 B<NOTE:> There are pre-built Perl packages available for Cygwin and a
18 version of Perl is provided in the normal Cygwin install. If you do
23 =head1 PREREQUISITES FOR COMPILING PERL ON CYGWIN
25 =head2 Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
27 The Cygwin tools are ports of the popular GNU development tools for Win32
28 platforms. They run thanks to the Cygwin library which provides the UNIX
32 L<https://www.cygwin.com/>
34 A recent net or commercial release of Cygwin is required.
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlcygo.txt2 README.cygwin - Perl for Cygwin
4 …lp you configure, make, test and install Perl on Cygwin. This document also describes features of
5 … There are pre-built Perl packages available for Cygwin and a version of Perl is provided on the C…
8 Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
9 The Cygwin tools are ports of the popular GNU development tools for Win32 platforms. They run thank…
10 http://www.cygwin.com/
11 A recent net or commercial release of Cygwin is required.
12 At the time this document was last updated, Cygwin 1.1.5 was current.
13Cygwin releases. The focus has been to provide a high quality release and not worry about working …
14 Cygwin Configuration
[all …]
H A Dperlcyg.pod7 README.cygwin - Perl for Cygwin
12 on Cygwin. This document also describes features of Cygwin that will
15 B<NOTE:> There are pre-built Perl packages available for Cygwin and a
16 version of Perl is provided on the Cygwin CD. If you do not need to
23 =head2 Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
25 The Cygwin tools are ports of the popular GNU development tools for Win32
26 platforms. They run thanks to the Cygwin library which provides the UNIX
30 http://www.cygwin.com/
32 A recent net or commercial release of Cygwin is required.
34 At the time this document was last updated, Cygwin 1.1.5 was current.
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A Dcygwin.t7 skip_all('cygwin specific test') unless $^O eq 'cygwin';
12 is(Cygwin::winpid_to_pid(Cygwin::pid_to_winpid($$)), $$,
17 skip "test not run from cygwin process", 1 if $parent <= 1;
18 is(Cygwin::winpid_to_pid(Cygwin::pid_to_winpid($parent)), $parent,
27 is(Cygwin::winpid_to_pid($catwinpid), $catpid, "winpid to pid");
28 is(Cygwin::pid_to_winpid($catpid), $catwinpid, "pid to winpid");
31 is(Cygwin::win_to_posix_path("t\\lib"), "t/lib", "win to posix path: t/lib");
32 is(Cygwin::posix_to_win_path("t/lib"), "t\\lib", "posix to win path: t\\lib");
39 is(Cygwin::posix_to_win_path("/", 1), $winpath, "posix to absolute win path");
41 is(Cygwin::win_to_posix_path($winpath, 1), "/", "win to absolute posix path");
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcygwin.h23 #define TARGET_VERSION fprintf (stderr, " (x86 Cygwin)");
29 %{mno-win32:%{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \
30 %{mno-cygwin:-D__MSVCRT__ -D__MINGW32__ %{!ansi:%{mthreads:-D_MT}}}\
31 %{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ %{!ansi:-Dunix} -D__unix__ -D__unix }\
32 %{mwin32|mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ %{!ansi:-DWINNT}}\
33 …%{!nostdinc:%{!mno-win32|mno-cygwin:-idirafter ../include/w32api%s -idirafter ../../include/w32api…
38 %{shared|mdll: %{mno-cygwin:dllcrt2%O%s}}\
39 %{!shared: %{!mdll: %{!mno-cygwin:crt0%O%s} %{mno-cygwin:crt2%O%s}\
45 GCC without making a new CYGWIN.DLL, so we leave it. Profiling is handled
50 "%{mno-cygwin: %{mthreads:-lmingwthrd} -lmingw32} -lgcc \
[all …]
H A Dx-cygwin1 host-cygwin.o : $(srcdir)/config/i386/host-cygwin.c $(CONFIG_H) $(SYSTEM_H) \
4 $(srcdir)/config/i386/host-cygwin.c
H A Dcygwin1.c1 /* Helper routines for cygwin-specific command-line parsing.
40 else if (strcmp (*argv, "-mno-cygwin") == 0) in mingw_scan()
42 char *p = strstr (*spec_machine, "-cygwin"); in mingw_scan()
H A Dcygwin2.c1 /* Helper routines for cygwin-specific command-line parsing.
44 while ((p = strstr (*av, "-cygwin"))) in add_mingw()
46 char *over = p + sizeof ("-cygwin") - 1; in add_mingw()
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DCygwin.pm1 package File::Spec::Cygwin;
13 File::Spec::Cygwin - methods for Cygwin file specs
17 require File::Spec::Cygwin; # Done internally by File::Spec if needed
24 This module is still in beta. Cygwin-knowledgeable folks are invited
112 Override Unix. Cygwin case-tolerance depends on managed mount settings and
120 return 1 unless $^O eq 'cygwin'
121 and defined &Cygwin::mount_flags;
125 my @flags = split(/,/, Cygwin::mount_flags('/cygwin'));
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.h27 #define TARGET_VERSION fprintf (stderr, " (x86 Cygwin)");
45 { "cygwin", 0, N_("Use the Cygwin interface") }, \
46 { "no-cygwin", 0, N_("Use the Mingw32 interface") }, \
115 %{mno-win32:%{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \
116 %{mno-cygwin:-D__MSVCRT__ -D__MINGW32__ %{mthreads:-D_MT} "\
118 %{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ %{!ansi:-Dunix} -D__unix__ -D__unix "\
120 %{mwin32|mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ %{!ansi:-DWINNT}}\
126 %{shared|mdll: %{mno-cygwin:" MINGW_LIBS " dllcrt2%O%s}}\
127 %{!shared: %{!mdll: %{!mno-cygwin:crt0%O%s} %{mno-cygwin:" MINGW_LIBS " crt2%O%s}\
133 GCC without making a new CYGWIN.DLL, so we leave it. Profiling is handled
[all …]
H A Dt-cygwin1 LIB1ASMSRC = i386/cygwin.asm
4 # cygwin always has a limits.h, but, depending upon how we are doing
14 -I$(srcdir)/../winsup/cygwin/include \
/openbsd-src/gnu/usr.bin/perl/hints/
H A Dcygwin.sh2 # cygwin.sh - hints for building perl using the Cygwin environment for Win32
11 archobjs='cygwin.o'
44 # - otherwise i686-cygwin
45 archname='cygwin'
69 # IPv6 not implemented before cygwin-1.7
93 # Seems that exporting _Thread_local doesn't work on cygwin. This 6 year old
99 # Broken: https://sourceware.org/pipermail/cygwin/2022-August/252043.html */
/openbsd-src/gnu/usr.bin/perl/cygwin/
H A Dcygwin.c2 * Cygwin extras
13 #include <sys/cygwin.h>
14 #include <cygwin/version.h>
26 * - more efficient and useful when embedding Perl in non-Cygwin apps
207 #endif /* cygwin 1.7 */
236 Perl_croak(aTHX_ "Usage: Cygwin::pid_to_winpid(pid)"); in XS()
254 Perl_croak(aTHX_ "Usage: Cygwin::winpid_to_pid(pid)"); in XS()
295 Perl_croak(aTHX_ "Usage: Cygwin::%s(pathname, [absolute])", name); in S_convert_path_common()
386 /* TODO: convert ANSI (local windows encoding) to utf-8 on cygwin-1.5 */ in S_convert_path_common()
413 Perl_croak(aTHX_ "Usage: Cygwin::mount_table"); in XS()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm33 We're Unix and Cygwin.
38 return('Unix', 'Cygwin');
116 Determine whether a file is native to Cygwin by checking whether it
117 resides inside the Cygwin installation (using Windows paths). If so,
126 my $cygpath = Cygwin::posix_to_win_path('/', 1);
127 my $filepath = Cygwin::posix_to_win_path($file, 1);
148 ….$self->{DLEXT} | /bin/rebase -sOT -" if (( $Config{myarchname} eq 'i686-cygwin' ) and not ( exist…
168 …lf->{DLEXT} \| /bin/rebase -sOT -\n|m if (( $Config{myarchname} eq 'i686-cygwin') and not ( exists…
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A DSpec.t41 foreach (qw(Unix Win32 VMS OS2 Mac Epoc Cygwin)) {
724 [ "Cygwin->case_tolerant()", '1' ],
725 [ "Cygwin->catfile('a','b','c')", 'a/b/c' ],
726 [ "Cygwin->catfile('a','b','./c')", 'a/b/c' ],
727 [ "Cygwin->catfile('./a','b','c')", 'a/b/c' ],
728 [ "Cygwin->catfile('c')", 'c' ],
729 [ "Cygwin->catfile('./c')", 'c' ],
731 [ "Cygwin->splitpath('file')", ',,file' ],
732 [ "Cygwin->splitpath('/d1/d2/d3/')", ',/d1/d2/d3/,' ],
733 [ "Cygwin->splitpath('d1/d2/d3/')", ',d1/d2/d3/,' ],
[all …]
H A Dcwd_enoent.t9 if($^O eq "cygwin") {
10 # This test skipping should be removed when the Cygwin bug is fixed.
11 plan skip_all => "getcwd() fails to fail on Cygwin [perl #132733]";
27 !(($Config{prefix} =~ m/\//) && $^O ne "cygwin");
/openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/
H A DUnicode.t31 my $cwd = cwd(); # may be a Cygwin path
60 # On Cygwin 1.7 readdir() returns the utf8 representation of the
62 Encode::_utf8_on($_) if $^O eq "cygwin" && $Config{osvers} !~ /^1.5/;
87 # cwd() on Cygwin returns a mapped path that we need to translate
89 if ($^O eq "cygwin") {
90 $subdir = Cygwin::posix_to_win_path($subdir, 1);
94 skip($^O eq "cygwin", Win32::GetLongPathName($subdir), $long);
H A DGetCurrentThreadId.t13 if ($^O eq "cygwin") {
14 skip(!defined &Cygwin::pid_to_winpid,
15 Cygwin::pid_to_winpid($pid),
/openbsd-src/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.pm25 Win32CORE was created to provide on cygwin those Win32:: functions that
26 for regular win32 builds were provided by default in perl. In cygwin
29 cygwin perl so this would no longer be necessary.
35 cygwin and regular win32 builds. This will permit these functions to
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-01-23-CygwinNotes.txt6 under Cygwin and/or Mingw.
8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
10 <stdint.h>, but Cygwin doesn't like it.
25 7. The version of Bison that cygwin (and newer Linux versions) comes with
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_Cygwin.t13 if ($^O =~ /cygwin/i) {
16 plan skip_all => "This is not cygwin";
99 skip "Needs Cygwin::win_to_posix_path()", 2 unless defined &Cygwin::win_to_posix_path;
105 $comspec = Cygwin::win_to_posix_path($comspec);
112 my $cdrive = Cygwin::win_to_posix_path("C:/");
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Daclocal.m4142 dnl This knows we add .exe if we're building in the Cygwin
150 [if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
175 # Check to see if we're running under Cygwin, without using
176 # AC_CANONICAL_*. If so, set output variable CYGWIN to "yes".
181 [AC_CACHE_CHECK(for Cygwin environment, am_cv_cygwin,
185 CYGWIN=
186 test "$am_cv_cygwin" = yes && CYGWIN=yes])
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dattach.exp84 if { [istarget "*-*-cygwin*"] } {
85 # testpid is the Cygwin PID, GDB uses the Windows PID, which might be
102 # Response expected on Cygwin
143 # Response expected on Cygwin
173 # Response expected on Cygwin
213 # On Cygwin, the DLL's symbol tables are loaded prior to the
273 if { [istarget "*-*-cygwin*"] } {
274 # testpid is the Cygwin PID, GDB uses the Windows PID, which might be
329 if { [istarget "*-*-cygwin*"] } {
330 # testpid is the Cygwin PID, GDB uses the Windows PID, which might be
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME.win321 mkhybrid can be compiled on Win9X/NT4 using Cygnus' cygwin
4 http://sourceware.cygnus.com/cygwin/
36 version of the cygwin DLL. If you are using an earlier version of mkhybrid,
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DChanges67 - [perl #132733] Skip cwd_enoent test on Cygwin
126 - avoid turning leading // into / on cygwin
282 - case_tolerant() on Cygwin will now avoid a painful death when
283 Cygwin::mount_flags() isn't defined, as is the case for perl <
295 - tmpdir() on Cygwin now also looks in $ENV{TMP} and $ENV{TEMP}.
297 - case_tolerant() on Cygwin and Win32 now take an optional path
305 - Added a large set of File::Spec tests for the Cygwin platform.
317 - For Win32 and Cygwin, case-tolerance can vary depending on the
323 - On Cygwin, we added $ENV{'TMP'} and $ENV{'TEMP'} to the list of
326 - Added lots more tests for Cygwin. [Reini Urban]
[all …]

12345678910>>...23