From owner-freebsd-commit Fri Aug 4 11:43:15 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA25350 for commit-outgoing; Fri, 4 Aug 1995 11:43:15 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA25337 for cvs-lib-outgoing; Fri, 4 Aug 1995 11:43:08 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA25326 ; Fri, 4 Aug 1995 11:43:04 -0700 Date: Fri, 4 Aug 1995 11:43:04 -0700 From: "Garrett A. Wollman" Message-Id: <199508041843.LAA25326@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdtime strftime.c Sender: commit-owner@FreeBSD.org Precedence: bulk wollman 95/08/04 11:43:03 Modified: lib/libc/locale setlocale.3 setlocale.c lib/libc/stdtime strftime.c Log: Implement locale-sensitive strftime () from ADO (heavily modified by me). This probably loses for multibyte characters, but I have no way of telling. I'll let ache decide whether to add this support to startup_setlocale. Note that for this to make any sense at all, the symlinks in /usr/share/locale must go. (For the moment, this doesn't make any difference since there are no locales supplied.) Obtained from: Arthur David Olson