git: libc: Ansify again, de-register again.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Sep 29 21:22:48 PDT 2013
commit 68e609aa42b5c8082ca864b600d1683c6a82dc68
Author: Sascha Wildner <saw at online.de>
Date: Mon Sep 30 06:22:18 2013 +0200
libc: Ansify again, de-register again.
* Remove all the K&R crap that was carelessly copied over our ansified
source in the so called locale "sync" (0d5acd7467c4e95).
* Also remove a lot of old unused gunk in stdtime/ again that had already
been removed. We really don't want it back.
* De-register again (while here, do that in resolv/ too).
Summary of changes:
lib/libc/gen/fnmatch.c | 18 +--
lib/libc/locale/isctype.c | 69 +++------
lib/libc/locale/iswctype.c | 64 +++-----
lib/libc/locale/setlocale.c | 13 +-
lib/libc/locale/tolower.c | 7 +-
lib/libc/locale/toupper.c | 7 +-
lib/libc/resolv/res_init.c | 8 +-
lib/libc/resolv/res_mkquery.c | 12 +-
lib/libc/stdio/vfscanf.c | 4 +-
lib/libc/stdtime/asctime.c | 11 +-
lib/libc/stdtime/difftime.c | 4 +-
lib/libc/stdtime/localtime.c | 339 +++++++++---------------------------------
lib/libc/stdtime/strftime.c | 38 ++---
lib/libc/string/memmem.c | 2 +-
14 files changed, 154 insertions(+), 442 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/68e609aa42b5c8082ca864b600d1683c6a82dc68
--
DragonFly BSD source repository
More information about the Commits
mailing list