Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 04:26:56 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale Makefile.inc ansi.c mblen.c mbstowcs.c mbtowc.c wcstombs.c wctomb.c
Message-ID:  <200208311126.g7VBQupt090966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/08/31 04:26:55 PDT

  Modified files:
    lib/libc/locale      Makefile.inc 
  Added files:
    lib/libc/locale      mblen.c mbstowcs.c mbtowc.c wcstombs.c 
                         wctomb.c 
  Removed files:
    lib/libc/locale      ansi.c 
  Log:
  Split ansi.c into a separate source file for each function.
  
  Revision  Changes    Path
  1.35      +6 -5      src/lib/libc/locale/Makefile.inc
  1.5       +0 -153    src/lib/libc/locale/ansi.c (dead)
  1.1       +57 -0     src/lib/libc/locale/mblen.c (new)
  1.1       +67 -0     src/lib/libc/locale/mbstowcs.c (new)
  1.1       +61 -0     src/lib/libc/locale/mbtowc.c (new)
  1.1       +73 -0     src/lib/libc/locale/wcstombs.c (new)
  1.1       +62 -0     src/lib/libc/locale/wctomb.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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