cvs commit: src/lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c src/lib/libc/string wcscoll.c wcsxfrm.c

[ Available lists | Index of cvs-all | Month of Apr 2004 | Week of 7 Apr 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Tim J. Robbins <tjr@FreeBSD.org>
Date
7 Apr 2004 02:49:39
Subject
cvs commit: src/lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c src/lib/libc/string wcscoll.c wcsxfrm.c
Message-ID
200404070947.i379luwM057247@repoman.freebsd.org


[ Hide this part ]
tjr         2004/04/07 02:47:56 PDT

FreeBSD src repository

Modified files:
lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c
lib/libc/string wcscoll.c wcsxfrm.c
Log:
Prepare to handle state-dependent encodings. This mainly involves not
taking shortcuts when it comes to storing and passing around conversion
states.

Revision Changes Path
1.4 +8 -7 src/lib/libc/locale/wcsftime.c
1.4 +6 -6 src/lib/libc/locale/wcstod.c
1.3 +6 -2 src/lib/libc/locale/wcstof.c
1.4 +6 -2 src/lib/libc/locale/wcstold.c
1.3 +6 -2 src/lib/libc/string/wcscoll.c
1.3 +6 -2 src/lib/libc/string/wcsxfrm.c


Elapsed time: 0.084 seconds