From owner-cvs-all Fri Dec 17 7:12:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DA7814A0D; Fri, 17 Dec 1999 07:12:23 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54291; Fri, 17 Dec 1999 07:12:23 -0800 (PST) (envelope-from phantom@FreeBSD.org) Message-Id: <199912171512.HAA54291@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 17 Dec 1999 07:12:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h src/lib/libc/locale isctype.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phantom 1999/12/17 07:12:23 PST Modified files: include ctype.h lib/libc/locale isctype.c Log: Back up following macros by functions: ishexnumber, isideogram, isnumber, isphonogram, isrune, isspecial. Fix ordering. Reviewed by: bde Revision Changes Path 1.15 +10 -5 src/include/ctype.h 1.6 +58 -7 src/lib/libc/locale/isctype.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message