cgf | 2 Oct 2009 08:04
Favicon

winsup/cygwin ChangeLog dcrt0.cc path.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-10-02 06:04:57

Modified files:
	cygwin         : ChangeLog dcrt0.cc path.cc 

Log message:
	* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.
	(check_sanity_and_sync): to here.
	* path.cc (has_dot_last_component): Rewrite to detect some corner cases that
	were previously uncaught.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4667&r2=1.4668
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.363&r2=1.364
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.566&r2=1.567

corinna | 2 Oct 2009 14:35
Favicon

src/winsup/doc ChangeLog setup2.sgml

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-10-02 12:35:52

Modified files:
	winsup/doc     : ChangeLog setup2.sgml 

Log message:
	* setup2.sgml (setup-locale-ov): Fix typo in C+charset example.
	Rephrase how the locale environment variables are evaluated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.234&r2=1.235
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/setup2.sgml.diff?cvsroot=src&r1=1.28&r2=1.29

cgf | 2 Oct 2009 15:49
Favicon

winsup/utils mkgroup.c mkpasswd.c

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-10-02 13:49:39

Modified files:
	utils          : mkgroup.c mkpasswd.c 

Log message:
	* mkpasswd.c: Properly define __progname as __declspec(dllimport).
	* mkgroup.c: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/mkgroup.c.diff?cvsroot=uberbaum&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/mkpasswd.c.diff?cvsroot=uberbaum&r1=1.53&r2=1.54

corinna | 2 Oct 2009 16:58
Favicon

src/winsup/cygwin ChangeLog dcrt0.cc syscalls.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-10-02 14:58:11

Modified files:
	winsup/cygwin  : ChangeLog dcrt0.cc syscalls.cc 

Log message:
	* dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r.  Just
	call initial_setlocale from here.
	* syscalls.cc (initial_setlocale): Set internal charset and revert
	application locale to "C".
	(setlocale): Don't set Cygwin's internal charset here.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4668&r2=1.4669
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.364&r2=1.365
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.538&r2=1.539

davek | 3 Oct 2009 15:33
Favicon

src/winsup/doc faq-using.xml ChangeLog

CVSROOT:	/cvs/src
Module name:	src
Changes by:	davek@...	2009-10-03 13:33:18

Modified files:
	winsup/doc     : faq-using.xml ChangeLog 

Log message:
	* faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-using.xml.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.235&r2=1.236

davek | 4 Oct 2009 19:48
Favicon

src/winsup/cygwin Makefile.in ChangeLog

CVSROOT:	/cvs/src
Module name:	src
Changes by:	davek@...	2009-10-04 17:48:06

Modified files:
	winsup/cygwin  : Makefile.in ChangeLog 

Log message:
	* Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.229&r2=1.230
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4670&r2=1.4671

cgf | 6 Oct 2009 05:39
Favicon

winsup/cygwin ChangeLog exceptions.cc globals. ...

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-10-06 03:39:38

Modified files:
	cygwin         : ChangeLog exceptions.cc globals.cc pinfo.cc 

Log message:
	* exceptions.cc: Move global variable sigExeced...
	* globals.cc: here.
	* pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Remove now unneeded
	declaration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4671&r2=1.4672
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.335&r2=1.336
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/globals.cc.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.253&r2=1.254

cwilson | 6 Oct 2009 23:51
corinna | 7 Oct 2009 09:52
Favicon

src/winsup/cygwin ChangeLog fhandler.h fhandle ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-10-07 07:52:31

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_termios.cc 

Log message:
	* fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.
	* fhandler_termios.cc (fhandler_termios::tcgetpgrp): Only return
	valid pgid if tty is controlling tty.  Set errno to ENOTTY and
	return -1 otherwise.
	(fhandler_pty_master::tcgetpgrp): New function.  Return 0 for
	master side of pty if it's not the controlling tty of the process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4673&r2=1.4674
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.381&r2=1.382
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.74&r2=1.75

corinna | 7 Oct 2009 10:20
Favicon

src/winsup/cygwin ChangeLog syscalls.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-10-07 08:20:49

Modified files:
	winsup/cygwin  : ChangeLog syscalls.cc 

Log message:
	* syscalls.cc (seteuid32): Call set_cygwin_privileges on primary token
	as well.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4674&r2=1.4675
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.540&r2=1.541


Gmane