src/winsup/lsaauth ChangeLog Makefile.in confi ...

2012-10-24 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2012-10-24 04:35:38

Modified files:
winsup/lsaauth : ChangeLog Makefile.in configure configure.in 
Removed files:
winsup/lsaauth : cyglsa64.dll 
 make-64bit-version-with-mingw-w64.sh 

Log message:
2012-10-24  Kai Tietz  ktiet...@googlemail.com
Yaakov Selkowitz  yselkow...@users.sourceforge.net

* configure.in: Check for MINGW32_CC and MINGW64_CC.
* configure: Regenerate.
* Makefile.in: Use MINGW32_CC and MINGW64_CC to build 32-bit and
64-bit DLLs.  Remove references to mingw and w32api directories.
* cyglsa64.dll: Remove from version control.
* make-64bit-version-with-mingw-w64.sh: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/ChangeLog.diff?cvsroot=srcr1=1.15r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/Makefile.in.diff?cvsroot=srcr1=1.6r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.in.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/cyglsa64.dll.diff?cvsroot=srcr1=1.8r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/make-64bit-version-with-mingw-w64.sh.diff?cvsroot=srcr1=1.3r2=NONE



src/winsup/lsaauth ChangeLog configure configu ...

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-10-24 09:43:46

Modified files:
winsup/lsaauth : ChangeLog configure configure.in 

Log message:
* configure.in: Add AC_NO_EXECUTABLES.
* configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/ChangeLog.diff?cvsroot=srcr1=1.16r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.diff?cvsroot=srcr1=1.3r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.in.diff?cvsroot=srcr1=1.3r2=1.4



src/winsup/lsaauth ChangeLog Makefile.in confi ...

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 10:00:16

Modified files:
winsup/lsaauth : ChangeLog Makefile.in configure configure.in 
Removed files:
winsup/lsaauth : cyglsa64.dll 
 make-64bit-version-with-mingw-w64.sh 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.15r2=1.15.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/Makefile.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.6r2=1.6.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.2r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/configure.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.2r2=1.2.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/cyglsa64.dll.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.8r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/lsaauth/make-64bit-version-with-mingw-w64.sh.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.3r2=NONE



src/winsup ChangeLog Makefile.common Makefile. ...

2012-10-24 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2012-10-24 05:11:16

Modified files:
winsup : ChangeLog Makefile.common Makefile.in configure 
 configure.in 

Log message:
2012-10-24  Kai Tietz  ktiet...@googlemail.com
Yaakov Selkowitz  yselkow...@users.sourceforge.net
Corinna Vinschen  cori...@vinschen.de

* configure.in [cygwin*]: Always build cygserver, lsaauth,
utils, and doc.  Do not build mingw or w32api.
[mingw*]: Build w32api if present.
* configure: Regenerate.
* Makefile.common: Remove references to mingw and w32api
directories.
(MINGW_LDFLAGS): Redefine as -static to force static linking
with libgcc and libstdc++.
* Makefile.in: Remove references to mingw and w32api directories
from Cygwin targets.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/ChangeLog.diff?cvsroot=srcr1=1.111r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/Makefile.common.diff?cvsroot=srcr1=1.59r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/Makefile.in.diff?cvsroot=srcr1=1.33r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/configure.diff?cvsroot=srcr1=1.35r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/configure.in.diff?cvsroot=srcr1=1.33r2=1.34



src/winsup/cygwin ChangeLog Makefile.in

2012-10-24 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2012-10-24 05:12:45

Modified files:
winsup/cygwin  : ChangeLog Makefile.in 

Log message:
* Makefile.in (DLL_IMPORTS): Use system import libraries for
kernel32 and ntdll instead of from in-tree w32api.
(cygwin0.dll): Remove rule dependency on DLL_IMPORTS, as they
are no longer built in-tree.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5978r2=1.5979
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=srcr1=1.257r2=1.258



src/winsup/utils ChangeLog Makefile.in configu ...

2012-10-24 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2012-10-24 05:15:27

Modified files:
winsup/utils   : ChangeLog Makefile.in configure configure.in 
 cygcheck.cc path.cc strace.cc 
Removed files:
winsup/utils   : mingw 

Log message:
* configure.in: Add check for MINGW_CXX.  Remove libiconv check.
* configure: Regenerate.
* Makefile.in: Remove references to mingw and w32api directories.
Use MINGW_CXX instead of mingw script to build MINGW_BINS.
Check for libiconv with $CC --print-file-name.
* cygcheck.cc: Use relative include paths for Cygwin headers.
* path.cc: Ditto.
* strace.cc: Ditto
* mingw: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=srcr1=1.590r2=1.591
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=srcr1=1.101r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=srcr1=1.8r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=srcr1=1.9r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=srcr1=1.135r2=1.136
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=srcr1=1.31r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=srcr1=1.64r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mingw.diff?cvsroot=srcr1=1.8r2=NONE



src/winsup/utils ChangeLog configure configure.in

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-10-24 12:45:09

Modified files:
winsup/utils   : ChangeLog configure configure.in 

Log message:
* configure.in: Add AC_NO_EXECUTABLES,
* configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=srcr1=1.591r2=1.592
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=srcr1=1.9r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=srcr1=1.10r2=1.11



src/winsup/cygwin ChangeLog Makefile.in

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 12:46:00

Modified files:
winsup/cygwin  : ChangeLog Makefile.in 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.5939.2.17r2=1.5939.2.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.257.2.2r2=1.257.2.3



src/winsup ChangeLog Makefile.common Makefile. ...

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 12:50:32

Modified files:
winsup : ChangeLog Makefile.common Makefile.in configure 
 configure.in 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.111r2=1.111.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/Makefile.common.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.59r2=1.59.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/Makefile.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.33r2=1.33.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/configure.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.35r2=1.35.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/configure.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.33r2=1.33.2.1



winsup/doc ChangeLog

2012-10-24 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: c...@sourceware.org 2012-10-24 12:52:35

Modified files:
doc: ChangeLog 

Log message:
Add missing ChangeLog entry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/doc/ChangeLog.diff?cvsroot=uberbaumr1=1.409r2=1.410



src/winsup/doc ChangeLog configure configure.in

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-10-24 12:57:29

Modified files:
winsup/doc : ChangeLog configure configure.in 

Log message:
* configure.in: Add AC_NO_EXECUTABLES.
* configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=srcr1=1.410r2=1.411
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.diff?cvsroot=srcr1=1.4r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.in.diff?cvsroot=srcr1=1.3r2=1.4



src/winsup/doc ChangeLog configure configure.i ...

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 12:58:01

Modified files:
winsup/doc : ChangeLog configure configure.in faq-what.xml 
 new-features.sgml 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.408r2=1.408.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.4r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.3r2=1.3.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-what.xml.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.12r2=1.12.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/new-features.sgml.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.119r2=1.119.2.1



src/winsup/utils ChangeLog Makefile.in configu ...

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 13:01:59

Modified files:
winsup/utils   : ChangeLog Makefile.in configure configure.in 
 cygcheck.cc path.cc strace.cc 

Log message:
Pull in changes from HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.587.2.5r2=1.587.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/Makefile.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.100.2.2r2=1.100.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.8.4.2r2=1.8.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/configure.in.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.9.4.2r2=1.9.4.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/cygcheck.cc.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.133.2.2r2=1.133.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/path.cc.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.31.2.1r2=1.31.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/strace.cc.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.64.2.1r2=1.64.2.2



src/winsup/cygwin ChangeLog.64bit smallprint.cc

2012-10-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-10-24 14:16:30

Modified files:
winsup/cygwin  : ChangeLog.64bit smallprint.cc 

Log message:
* smallprint.cc (rnarg): Make type-safe.
(rnargLL): Ditto.
(__small_vsprintf): Add comment to document meaning of each possible
conversion.  Fix 'p' conversion for 64 bit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.1.2.9r2=1.1.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/smallprint.cc.diff?cvsroot=srconly_with_tag=cygwin-64bit-branchr1=1.21.2.1r2=1.21.2.2