Re: [PATCH] strlcat & strlcpy

2002-05-13 Thread Thomas Fitzsimmons
; * libc/string/strlcpy.c: New file. > > For cygwin: > 2002-05-10 Mark Bradshaw <[EMAIL PROTECTED]> > > * cygwin.din: Add strlcat and strlcpy. > * include/cygwin/version.h: Increment API minor version number. > -- Thomas Fitzsimmons Red Hat Canada Limitede-mail: [EMAIL PROTECTED] 2323 Yonge Street, Suite 300 Toronto, ON M4P2C9

patch to prevent cc1 warnings

2002-04-19 Thread Thomas Fitzsimmons
ified as a non-system directory Previously, these includes were specified as -isystem's in the top-level configure.in's FLAGS_FOR_TARGET, AND as -I's in newlib_cflags in newlib's acinclude.m4. This patch removes the -I flags from newlib_cflags. Any objections? Tom -- Tho

Patch to fail with error message when pthread_t not defined

2002-01-25 Thread Thomas Fitzsimmons
installation to compile the cygwin version of newlib. + # endif + #endif int _EXFUN(pthread_kill, (pthread_t thread, int sig)); #endif -- Thomas Fitzsimmons Red Hat Canada Limitede-mail: [EMAIL PROTECTED] 2323 Yonge Street, Suite 300 Toronto, ON M4P2C9

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Thomas Fitzsimmons
On Thu, 2002-01-24 at 12:49, Christopher Faylor wrote: > On Thu, Jan 24, 2002 at 12:07:15PM -0500, Thomas Fitzsimmons wrote: > >On Wed, 2002-01-23 at 22:34, Robert Collins wrote: > >> > >> === > >> - Original Message - > >> From: "Thomas

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Thomas Fitzsimmons
On Wed, 2002-01-23 at 22:34, Robert Collins wrote: > > === > - Original Message - > From: "Thomas Fitzsimmons" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, January 24, 2002 12:08 PM > Subje

patch to allow newlib to compile when winsup not present

2002-01-23 Thread Thomas Fitzsimmons
int _EXFUN(pthread_kill, (pthread_t thread, int sig)); #endif -- Thomas Fitzsimmons Red Hat Canada Limitede-mail: [EMAIL PROTECTED] 2323 Yonge Street, Suite 300 Toronto, ON M4P2C9