Re: case-mapping part of a Unicode string

2009-06-29 Thread Paolo Bonzini
On 06/30/2009 12:43 AM, Bruno Haible wrote: About the functions, Paolo Bonzini wrote in : It seems to me that there is a limitation, in that you cannot turn to lowercase/uppercase/titlecase parts of a string; for that you

case-mapping part of a Unicode string

2009-06-29 Thread Bruno Haible
About the functions, Paolo Bonzini wrote in : > It seems to me that there is a limitation, in that you cannot turn to > lowercase/uppercase/titlecase parts of a string; for that you have to > use uc_toupper/lower/title and f

Re: mkstemps

2009-06-29 Thread Bruce Korb
Hi Jim, et al., On Mon, Jun 29, 2009 at 7:39 AM, Jim Meyering wrote: > I read this: http://docs.sun.com/app/docs/doc/819-2243/mkstemps-3c?a=view > >      int mkstemps(char *template, int slen); >      ... > >    Description >      ... > >      The mkstemps() function behaves the same as mkstemp(),

Re: mkstemps

2009-06-29 Thread Eric Blake
Bruno Haible clisp.org> writes: > > git recently started using mkstemps on systems that provide it (new enough > > Solaris has it in , some BSD have it in even though > > it is not standardized, > > Indeed, the platforms that have it are: OpenBSD >= 2.4, FreeBSD >= 2.4, > MacOS X [1], OpenSolar

Re: mkstemps

2009-06-29 Thread Bruno Haible
Eric Blake wrote: > git recently started using mkstemps on systems that provide it (new enough > Solaris has it in , some BSD have it in even though > it is not standardized, Indeed, the platforms that have it are: OpenBSD >= 2.4, FreeBSD >= 2.4, MacOS X [1], OpenSolaris [2]. > I've just propose

Re: mkstemps

2009-06-29 Thread Eric Blake
Jim Meyering meyering.net> writes: > I read this: http://docs.sun.com/app/docs/doc/819-2243/mkstemps-3c?a=view > > int mkstemps(char *template, int slen); > ... > > Description > ... > > The mkstemps() function behaves the same as mkstemp(), except it > permit

Re: mkstemps

2009-06-29 Thread Jim Meyering
Eric Blake wrote: > git recently started using mkstemps on systems that provide it (new enough > Solaris has it in , some BSD have it in even though > it is not standardized, I've just proposed adding it to Cygwin via > newlib). The general idea of creating temporary files with a known suffix > i

mkstemps

2009-06-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 git recently started using mkstemps on systems that provide it (new enough Solaris has it in , some BSD have it in even though it is not standardized, I've just proposed adding it to Cygwin via newlib). The general idea of creating temporary files wi