cgf | 4 Jun 2007 03:57
Favicon

winsup/utils ChangeLog cygcheck.cc path.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2007-06-04 01:57:16

Modified files:
	utils          : ChangeLog cygcheck.cc path.cc 

Log message:
	* cygcheck.cc (pathlike): New class.
	(paths): Redefine as type pathlike.
	(display_error): Declare a few different ways to allow more flexible usage
	throughout.
	(display_error_fmt): New function for those cases where C++ just isn't enough.
	(add_path): Rewrite to allocate pathlike paths.  Always tack on a trailing
	slash since that's what everyone who uses it wants.  NULL terminate the path
	list.  Register "it's a system path" field.
	(init_path): Call add_path with info regarding whether path is a system path or
	not.
	(pathlike::check_existence): Move into pathlike class.  Accept file and
	extension arguments to build up path on the fly.  Modify other arguments.
	(find_on_path): Constify return value and appropriate arguments.  Eliminate
	short-circuit for fully-qualified paths.  Simplify loop which iterates over
	path.
	(already_did): Constify argument.
	(track_down): Ditto.  Regularize some error messages.
	(find_app_on_path): Ditto.
	(cygcheck): Constify argument.  Use 20th century string handling functions.
	(dump_sysinfo): Remove odd inclusion of '\\bin' "Just in case".  Accommodate
	change of paths to pathlike.
	* path.cc (isslash): Rename from SLASH_P and use throughout.
(Continue reading)

corinna | 5 Jun 2007 12:10
Favicon

src/winsup/cygwin ChangeLog posix.sgml misc-st ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2007-06-05 10:10:17

Modified files:
	winsup/cygwin  : ChangeLog posix.sgml 
Removed files:
	winsup/cygwin  : misc-std.sgml ansi.sgml 

Log message:
	* ansi.sgml: Delete.
	* misc-std.sgml: Delete.
	* posix.sgml: Rework entirely.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3810&r2=1.3811
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/misc-std.sgml.diff?cvsroot=src&r1=1.4&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ansi.sgml.diff?cvsroot=src&r1=1.3&r2=NONE

corinna | 5 Jun 2007 12:11
Favicon

src/winsup/doc ChangeLog cygwin-api.in.sgml

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2007-06-05 10:11:55

Modified files:
	winsup/doc     : ChangeLog cygwin-api.in.sgml 

Log message:
	* cygwin-api.in.sgml: Accommodate new "Compatibility" section layout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-api.in.sgml.diff?cvsroot=src&r1=1.4&r2=1.5

dannysmith | 11 Jun 2007 10:38
Favicon

src/winsup/mingw ChangeLog crt1.c

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dannysmith@...	2007-06-11 08:38:16

Modified files:
	winsup/mingw   : ChangeLog crt1.c 

Log message:
	* crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.353&r2=1.354
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/crt1.c.diff?cvsroot=src&r1=1.11&r2=1.12

corinna | 11 Jun 2007 19:38
Favicon

src/winsup/cygwin ChangeLog cygwin.din posix.s ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2007-06-11 17:38:27

Modified files:
	winsup/cygwin  : ChangeLog cygwin.din posix.sgml sysconf.cc 
	winsup/cygwin/include/cygwin: version.h 

Log message:
	* cygwin.din (confstr): Export.
	* posix.sgml (confstr): Move to list of implemented SUSv3 functions.
	* sysconf.cc (confstr): Implement.
	* include/cygwin/version.h: Bump API minor number.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3811&r2=1.3812
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.172&r2=1.173
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sysconf.cc.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.242&r2=1.243

corinna | 12 Jun 2007 10:28
Favicon

src/winsup/cygwin ChangeLog fhandler.cc

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2007-06-12 08:28:45

Modified files:
	winsup/cygwin  : ChangeLog fhandler.cc 

Log message:
	* fhandler.cc (fhandler_base::fstat): Set pipe permission bits more
	correctly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3812&r2=1.3813
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.288&r2=1.289

corinna | 12 Jun 2007 17:24
Favicon

src/winsup/cygwin ChangeLog Makefile.in cygwin ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@...	2007-06-12 15:24:46

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in cygwin.din lsearch.cc 
	                 posix.sgml 
	winsup/cygwin/include: search.h 
	winsup/cygwin/include/cygwin: version.h 
	winsup/cygwin/include/sys: queue.h 
Added files:
	winsup/cygwin/libc: xsique.cc 

Log message:
	* Makefile.in (DLL_OFILES): Add xsique.o.
	* cygwin.din (confstr): Make NOSIGFE.
	(insque): Export.
	(remque): Export.
	* lsearch.cc: Remove superfluous _SEARCH_PRIVATE define.
	* posix.sgml: Move insque to defined SUSv3 interfaces.  Remove
	comment for remque.
	* include/search.h: Remove _SEARCH_PRIVATE guarded definitions.
	Add struct qelem definition.  Add insque and remque declarations.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/queue.h: Remove insque/remque definitions so as not
	to collide with SUSv3 compatible declaration in search.h.
	* libc/xsique.cc: New file implementing insque and remque.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3813&r2=1.3814
(Continue reading)

cgf | 12 Jun 2007 22:49
Favicon

winsup/cygwin ChangeLog signal.cc

CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@...	2007-06-12 20:49:48

Modified files:
	cygwin         : ChangeLog signal.cc 

Log message:
	* signal.cc (usleep): Use useconds_t for the type as per POSIX.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3814&r2=1.3815
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84

dannysmith | 13 Jun 2007 09:43
Favicon

src/winsup/mingw ChangeLog include/stdlib.h in ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dannysmith@...	2007-06-13 07:43:58

Modified files:
	winsup/mingw   : ChangeLog 
	winsup/mingw/include: stdlib.h io.h 

Log message:
	* include/stdlib.h: Don't include stdint.h.  Conditionally define intptr_t.
	* include/io.h: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.354&r2=1.355
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdlib.h.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/io.h.diff?cvsroot=src&r1=1.17&r2=1.18

dannysmith | 13 Jun 2007 09:50
Favicon

src/winsup/mingw Makefile.in ChangeLog

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dannysmith@...	2007-06-13 07:50:18

Modified files:
	winsup/mingw   : Makefile.in ChangeLog 

Log message:
	* Makefile.in (CRT0S): Add back CRTfmode.o.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/Makefile.in.diff?cvsroot=src&r1=1.75&r2=1.76
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.355&r2=1.356


Gmane