This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [PATCH] mbsnrtowcs/wcsnrtombs


     What about documentation?  (i.e. I did not see any man page
material
for the 2 new functions.)
				Craig

-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Corinna Vinschen
Sent: Friday, February 13, 2009 1:35 PM
To: newlib@sourceware.org
Subject: [PATCH] mbsnrtowcs/wcsnrtombs

Hi,

the below patch adds the two functions mbsnrtowcs and wcsnrtombs, as
defined in BSD and POSIX.1-2008, as well as their reentrant siblings.
Actually, the functions are just copies of the functions mbsrtowcs and
wcsrtombs, just with the additional parameter.  The extra handling for
the new parameter is really a minor change.  The old 'r' functions are
now simply implemented by calling the new 'nr' functions.


Corinna

...


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