cgf | 3 May 2010 18:40
Favicon

winsup/cygwin ChangeLog dll_init.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2010-05-03 16:40:33

Modified files:
	cygwin         : ChangeLog dll_init.cc 

Log message:
	* dll_init.cc (dll_list::alloc): Add debugging assertion.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4937&r2=1.4938
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74

corinna | 6 May 2010 12:04
Favicon

src/winsup/cygwin ChangeLog path.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-06 10:04:50

Modified files:
	winsup/cygwin  : ChangeLog path.cc 

Log message:
	* path.cc (path_conv::check): Drop setting sym.pflags before calling
	mount_info::conv_to_win32_path since the flag value is overwritten by
	mount_info::conv_to_win32_path anyway.
	Set flags for DOS paths before calling symlink_info::check so they can
	be used in that function already.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4938&r2=1.4939
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.590&r2=1.591

corinna | 7 May 2010 17:03
Favicon

src/winsup/cygwin ChangeLog fhandler_tty.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-07 15:03:28

Modified files:
	winsup/cygwin  : ChangeLog fhandler_tty.cc 

Log message:
	* fhandler_tty.cc (fhandler_tty_slave::init): Disable grabbing
	process group ownership of tty in case we're being debugged.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4939&r2=1.4940
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.200&r2=1.201

cgf | 7 May 2010 23:25
Favicon

winsup/cygwin ChangeLog Makefile.in dcrt0.cc d ...

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2010-05-07 21:25:19

Modified files:
	cygwin         : ChangeLog Makefile.in dcrt0.cc dll_init.cc 
	                 globals.cc pseudo-reloc.cc winsup.h 
	cygwin/include/cygwin: version.h 
	cygwin/include/sys: cygwin.h 
	cygwin/lib     : _cygwin_crt0_common.cc 
Added files:
	cygwin/lib     : pseudo-reloc-dummy.c 
Removed files:
	cygwin/lib     : pseudo-reloc.c 

Log message:
	* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
	* dcrt0.cc (child_info_fork::handle_fork): Call _pei386_runtime_relocator here.
	(dll_crt0_1): Ditto for non-fork case.
	* dll_init.cc (dll::init): Complain more in comment.  Clean up slightly.
	(dll_dllcrt0_1): Call _pei386_runtime_relocator when we know we have a
	filled-in per_process structure.
	* globals.cc (__cygwin_user_data): Accommodate new fields for
	_pei386_runtime_relocator.
	* pseudo-reloc.cc: New file adapted from old lib/pseudo-reloc.c.  Include
	winsup.h directly.  Collapse #ifdef __CYGWIN__ into one block.  Perform minor
	whitespace code reformatting.
	(__report_error): Use small_printf to output error.
	(_pei386_runtime_relocator): Conditionalize for cygwin to take per_process
	pointer parameter.
(Continue reading)

cgf | 18 May 2010 16:30
Favicon

winsup/cygwin ChangeLog environ.cc exceptions. ...

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2010-05-18 14:30:51

Modified files:
	cygwin         : ChangeLog environ.cc exceptions.cc external.cc 
	                 fhandler_process.cc fork.cc pinfo.cc pinfo.h 
	                 registry.cc registry.h spawn.cc strace.cc 

Log message:
	* environ.cc (regopt): Change the first argument to wide char string.
	(environ_init): Accommodate change to the first argument of regopt.
	* exception.cc (open_stackdumpfile): Accommodate change to the type of progname
	in _pinfo.
	* external.cc (fillout_pinfo): Ditto.
	* fhandler_process.cc (format_process_winexename): Ditto.
	(format_process_stat): Ditto.
	* fork.cc (fork::parent): Ditto.
	* pinfo.cc (pinfo_basic::pinfo_basic): Call GetModuleFileNameW instead of
	GetModuleFileName.
	(pinfo::thisproc): Accommodate change to the type of progname in _pinfo.
	(pinfo_init): Ditto.
	* pinfo.h (_pinfo): Change the type of progname to a wide char array.
	* registry.h (reg_key::get_int): Change the first argument from constant point
	to pointer to constant.
	(reg_key::get_string): Ditto.  Change the last argument likewise.
	* registry.cc (reg_key::get_int): Accommodate change to the declaration.
	(reg_key::get_string): Ditto.
	* strace.cc (strace::hello): Accommodate change to the type of progname in
	_pinfo.
(Continue reading)

ironhead | 19 May 2010 04:59
Favicon

src/winsup/mingw ChangeLog mingwex/mb_wc_common.h

CVSROOT:	/cvs/src
Module name:	src
Changes by:	ironhead@...	2010-05-19 02:59:46

Modified files:
	winsup/mingw   : ChangeLog 
	winsup/mingw/mingwex: mb_wc_common.h 

Log message:
	2010-04-27 Danny Smith <dannysmith@...>
	
	* mingwex/mb_wc_common.h (get_codepage): Revert change of 2006-09-19.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.460&r2=1.461
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/mb_wc_common.h.diff?cvsroot=src&r1=1.3&r2=1.4

corinna | 26 May 2010 13:36
Favicon

src/winsup/cygwin ChangeLog nlsfuncs.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-26 11:36:17

Modified files:
	winsup/cygwin  : ChangeLog nlsfuncs.cc 

Log message:
	* nlsfuncs.cc (__set_lc_time_from_win): Use LOCALE_SMONTHNAME1
	instead of LOCALE_SABBREVMONTHNAME1 in Japanese and Korean
	locales to get abbreviated month names.  Explain why.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4942&r2=1.4943
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/nlsfuncs.cc.diff?cvsroot=src&r1=1.31&r2=1.32

corinna | 26 May 2010 15:10
Favicon

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

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-26 13:10:55

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

Log message:
	* fhandler.h (class fhandler_pty_master): Add master_thread member.
	* fhandler_tty.cc (fhandler_pty_master::close): Properly detach from
	master thread.
	(fhandler_pty_master::setup): Store cygthread pointer of pty master
	control thread in master_thread.  Don't zap thread handle.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4943&r2=1.4944
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.400&r2=1.401
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.201&r2=1.202

corinna | 26 May 2010 15:37
Favicon

src/winsup/cygwin ChangeLog include/inttypes.h

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-26 13:37:49

Modified files:
	winsup/cygwin  : ChangeLog 
	winsup/cygwin/include: inttypes.h 

Log message:
	* include/inttypes.h: Change PTR definitions to int to align with the
	stdint.h type definitions of intptr_t/uintptr_t.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4944&r2=1.4945
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/inttypes.h.diff?cvsroot=src&r1=1.4&r2=1.5

corinna | 26 May 2010 16:24
Favicon

src/winsup/cygwin ChangeLog path.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2010-05-26 14:24:49

Modified files:
	winsup/cygwin  : ChangeLog path.cc 

Log message:
	* path.cc (symlink_info::check): Don't try to handle remote reparse
	points as symlinks.  Explain why.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4945&r2=1.4946
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.591&r2=1.592


Gmane