Re: [PATCH] export asprintf and friends

2003-01-10 Thread Corinna Vinschen
On Tue, Jan 07, 2003 at 12:35:51PM -0500, Charles Wilson wrote: > 2003-01-01 Charles Wilson <[EMAIL PROTECTED]> > > * winsup/cygwin/cygwin.din: add asprintf and > vasprintf, as well as the reentrant versions and > underscore variants. > * winsup/cygwin/include/cygwin/vers

Re: [PATCH] export asprintf and friends

2003-01-07 Thread Charles Wilson
Okay, since newlib has accepted the Makefile patch, NOW it's okay to apply this change to cygwin. But, I've updated it to also fix version.h. Tested and everything. 2003-01-01 Charles Wilson <[EMAIL PROTECTED]> * winsup/cygwin/cygwin.din: add asprintf and vasprintf, as well as the reentr

Re: [PATCH] export asprintf and friends

2003-01-06 Thread Charles Wilson
My bad. vasprintf.c hasn't been added to any of the newlib makefiles, so the _vasprintf_r and vasprintf symbols are not available for export. So this patch isn't quite ready for application yet. ---Chuck Charles Wilson wrote: The newlib patch has been applied, so this change to winsup -- if

Re: [PATCH] export asprintf and friends

2003-01-06 Thread Charles Wilson
The newlib patch has been applied, so this change to winsup -- if desired -- can be committed. Charles Wilson wrote: This patch assumes that the asprintf.c change I submitted to newlib is also applied. (And no, it doesn't fix the problem I was having with glib and the printf functions, but I n

[PATCH] export asprintf and friends

2003-01-01 Thread Charles Wilson
This patch assumes that the asprintf.c change I submitted to newlib is also applied. (And no, it doesn't fix the problem I was having with glib and the printf functions, but I noticed this oversight -- and the newlib typo -- while doing that investigation) 2003-01-01 Charles Wilson <[EMAIL P