This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: src/winsup/mingw ChangeLog Makefile.in isascii ...


Hi Danny,

the following checkin results in not being able to build Cygwin because...

On Thu, May 15, 2003 at 12:21:12AM -0000, dannysmith@cygwin.com wrote:
> CVSROOT:	/cvs/src
> Module name:	src
> Changes by:	dannysmith@sourceware.org	2003-05-15 00:21:12
> 
> Modified files:
> 	winsup/mingw   : ChangeLog Makefile.in 
> Added files:
> 	winsup/mingw   : isascii.o iscsym.c iscsymf.c strcasecmp.c 
> 	                 strncasecmp.c toascii.c wcscmpi.c 
> Removed files:
> 	winsup/mingw   : ctype_old.c string_old.c 
> 
> Log message:
> 	* string_old.c: Remove, splitting into...
> 	* strcasecmp.c: New file.
> 	* strncasecmp.c: New file.
> 	* wscmpi.c : New file.
> 	* ctype_old.c: Remove, splitting into...
> 	* isascii.c: New file.
> 	* iscsym.c: New file.
> 	* iscsymf.c: New file.
> 	* toascii.c: New file.
> 	* Makefile.in (MOLD_OBJS): Adjust.
> 	(SRCDIST_FILES): Adjust.
> 
> Patches:
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/isascii.o.diff?cvsroot=src&r1=NONE&r2=1.1
                                                                ^^^^^^^^^
...you added isascii.o to the repository instead of isascii.c.

It would be nice if you could correct this ASAP.

Thanks in advance,
Corinna


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]