Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 1997 08:44:01 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/include time.h src/lib/libc/stdtime strptime.3 timelocal.c timelocal.h Makefile.inc strftime.3 strftime.c strptime.c
Message-ID:  <199708091544.IAA16186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       1997/08/09 08:44:01 PDT

  Modified files:
    include              time.h 
    lib/libc/stdtime     Makefile.inc strftime.3 strftime.c 
                         strptime.c 
  Added files:
    lib/libc/stdtime     strptime.3 timelocal.c timelocal.h 
  Log:
  Import strptime(3) into libc.  We've got permission by Kevin Ruddy to
  modify the original `no modifications' copyright message, and i've
  included his mail into the source file.
  
  The common localization functions between strptime(3) and strftime(3)
  have been broken out into timelocal.[ch].
  
  Revision  Changes    Path
  1.10      +1 -0      src/include/time.h
  1.5       +3 -2      src/lib/libc/stdtime/Makefile.inc
  1.10      +2 -1      src/lib/libc/stdtime/strftime.3
  1.18      +2 -177    src/lib/libc/stdtime/strftime.c
  1.2       +305 -314  src/lib/libc/stdtime/strptime.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708091544.IAA16186>