Edit

IABSD.fr/src/lib/libc/time/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2017-09-05 03:16:13
    Hash : 3a628b46
    Message : New POSIX xlocale implementation written from scratch. Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.

  • lib/libc/time/Makefile.inc
  • #	$OpenBSD: Makefile.inc,v 1.11 2017/09/05 03:16:14 schwarze Exp $
    
    .PATH: ${LIBCSRCDIR}/time
    
    SRCS+=	asctime.c difftime.c localtime.c strftime.c strftime_l.c \
    	strptime.c wcsftime.c
    MAN+=	ctime.3 strftime.3 time2posix.3 tzfile.5 tzset.3 strptime.3 wcsftime.3