/freebsd/include/xlocale/ |
H A D | _ctype.h | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
/freebsd/lib/libc/locale/ |
H A D | wctype.c | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
H A D | iswctype.c | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
H A D | isctype.c | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
H A D | table.c | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
/freebsd/usr.bin/localedef/ |
H A D | ctype.c | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
/freebsd/include/ |
H A D | wctype.h | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
H A D | _ctype.h | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|
H A D | ctype.h | diff f5dde0166d6658309344f309845075707f207509 Tue Oct 13 22:43:49 CEST 2015 Baptiste Daroussin <bapt@FreeBSD.org> Commit log from Dragonfly:
FreeBSD extended ctypes to include numbers (e.g. isnumber()) but never actually implemented it. The isnumber() function was equivalent to the isdigit() function in every case.
Now that DragonFly's ctype source files have number definitions, the number ctype can finally be implemented. It's given a new flag _CTYPE_N. The isalnum() and iswalnum() functions have been changed to use this flag rather than the _CTYPE_D digit flag.
While isalnum(), isnumber(), and their wide equivalents now return different values in locale cases, the ishexnumber() and iswhexnumber() functions are unchanged. They are still aliases for isxdigit() and iswxdigit().
Also change ctype.h for isdigit and isxdigit to use sbistype like the other functions.
Obtained from: dragonfly
|