Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 03/11/2003 11:21:24
Module Name: src
Committed By: tshiozak
Date: Tue Mar 11 09:21:24 UTC 2003
Modified Files:
src/include: inttypes.h wchar.h
src/lib/libc/locale: Makefile.inc wcstol.c wcstoul.c
Added Files:
src/lib/libc/locale: _wcstol.h _wcstoul.h wcstoimax.c wcstoll.c
wcstoull.c wcstoumax.c
Log Message:
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
- these are defined in C99 (wcsto[ui]max) and SUSv3.
- these implementations are written by sigsegv@s25.xrea.com,
derived from NetBSD's wcstol/wcstoul.
- I just added some comments.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/include/inttypes.h
cvs rdiff -r1.16 -r1.17 src/include/wchar.h
cvs rdiff -r1.44 -r1.45 src/lib/libc/locale/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/locale/_wcstol.h \
src/lib/libc/locale/_wcstoul.h src/lib/libc/locale/wcstoimax.c \
src/lib/libc/locale/wcstoll.c src/lib/libc/locale/wcstoull.c \
src/lib/libc/locale/wcstoumax.c
cvs rdiff -r1.1 -r1.2 src/lib/libc/locale/wcstol.c \
src/lib/libc/locale/wcstoul.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.