cgf | 1 Sep 2009 16:25
Favicon

winsup/cygwin ChangeLog select.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-01 14:25:10

Modified files:
	cygwin         : ChangeLog select.cc 

Log message:
	* select.cc (peek_console): Always check window size when there is ANY keyboard
	activity.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4640&r2=1.4641
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.153&r2=1.154

keithmarshall | 1 Sep 2009 22:41
Favicon

src/winsup/mingw ChangeLog include/stdio.h

CVSROOT:	/cvs/src
Module name:	src
Changes by:	keithmarshall@...	2009-09-01 20:41:55

Modified files:
	winsup/mingw   : ChangeLog 
	winsup/mingw/include: stdio.h 

Log message:
	Avoid multiple link time definitions of _printf() for C++

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.447&r2=1.448
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdio.h.diff?cvsroot=src&r1=1.40&r2=1.41

cgf | 16 Sep 2009 18:23
Favicon

winsup/cygwin ChangeLog ntea.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-16 16:23:52

Modified files:
	cygwin         : ChangeLog ntea.cc 

Log message:
	* ntea.c (write_ea): Don't abort if not-samba.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4641&r2=1.4642
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ntea.cc.diff?cvsroot=uberbaum&r1=1.19&r2=1.20

cgf | 18 Sep 2009 23:27
Favicon

winsup/cygwin ChangeLog exceptions.cc syscalls.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-18 21:27:03

Modified files:
	cygwin         : ChangeLog exceptions.cc syscalls.cc 

Log message:
	* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even
	when a handler is present.
	* syscalls.cc (getpagesize): Change return to 'int'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4642&r2=1.4643
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.333&r2=1.334
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.529&r2=1.530

cgf | 19 Sep 2009 17:34
Favicon

winsup/cygwin ChangeLog exceptions.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-19 15:34:20

Modified files:
	cygwin         : ChangeLog exceptions.cc 

Log message:
	* exceptions.cc (sigpacket::process): Explicitly set thread-specific handler
	function to zero to avoid transferring to incorrect location.
	(_cygtls::call_signal_handler): Don't transfer to handler if there is no
	handler to transfer to.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4643&r2=1.4644
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.334&r2=1.335

cgf | 21 Sep 2009 04:19
Favicon

winsup/cygwin ChangeLog external.cc lib/_cygwi ...

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-21 02:19:31

Modified files:
	cygwin         : ChangeLog external.cc 
	cygwin/lib     : _cygwin_crt0_common.cc 

Log message:
	* external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper
	value.
	* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Relocate wayward comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4644&r2=1.4645
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/external.cc.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/lib/_cygwin_crt0_common.cc.diff?cvsroot=uberbaum&r1=1.19&r2=1.20

cgf | 21 Sep 2009 04:32
Favicon

winsup/cygwin ChangeLog dcrt0.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2009-09-21 02:32:06

Modified files:
	cygwin         : ChangeLog dcrt0.cc 

Log message:
	* dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_malloc
	is always set to the cygwin version.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4645&r2=1.4646
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.361&r2=1.362

corinna | 21 Sep 2009 12:56
Favicon

src/winsup/cygwin ChangeLog fhandler_disk_file.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-09-21 10:56:50

Modified files:
	winsup/cygwin  : ChangeLog fhandler_disk_file.cc 

Log message:
	* fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink
	creation on filesystems not supporting hardlinks.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4646&r2=1.4647
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.307&r2=1.308

corinna | 21 Sep 2009 13:01
Favicon

src/winsup/doc ChangeLog new-features.sgml ove ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-09-21 11:01:19

Modified files:
	winsup/doc     : ChangeLog new-features.sgml overview2.sgml 

Log message:
	* new-features.sgml (ov-new1.7-file): Add new hardlink behaviour on
	filesystems not supporting hardlinks.
	* overview2.sgml (ov-hi-files): Change descripton accordingly.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.228&r2=1.229
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/new-features.sgml.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/overview2.sgml.diff?cvsroot=src&r1=1.16&r2=1.17

corinna | 21 Sep 2009 21:29
Favicon

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

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2009-09-21 19:29:16

Modified files:
	winsup/cygwin  : ChangeLog syscalls.cc cygheap.h path.cc 

Log message:
	* cygheap.h (cwdstuff::get_posix): Convert to const inline method just
	returning pointer to posix path.
	(cwdstuff::reset_posix): Convert to non-inline method taking a wchar_t
	pointer.
	* path.cc (cwdstuff::set): Revert change from 2009-05-13.  Set posix
	to valid incoming path again.
	(cwdstuff::reset_posix): New implementation setting posix path from
	incoming wchar_t path.  Explain usage.
	(cwdstuff::get_posix): Drop implementation.
	(cwdstuff::get): Drop special case to handle empty posix path.
	* syscalls.cc (internal_setlocale): Store old posix cwd as wide char
	path.  Restore posix cwd using new charset.  Explain why.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4647&r2=1.4648
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.530&r2=1.531
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.141&r2=1.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.563&r2=1.564


Gmane