cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcsdup.c wmemchr.3

Tim J. Robbins tjr at FreeBSD.org
Sat Aug 13 05:54:34 GMT 2005


tjr         2005-08-13 05:54:33 UTC

  FreeBSD src repository

  Modified files:
    include              wchar.h 
    lib/libc/string      Makefile.inc wmemchr.3 
  Added files:
    lib/libc/string      wcsdup.c 
  Log:
  Add an implementation of the semi-standard wcsdup() function, as found
  on Microsoft and GNU systems.
  
  Revision  Changes    Path
  1.46      +1 -0      src/include/wchar.h
  1.35      +3 -2      src/lib/libc/string/Makefile.inc
  1.1       +43 -0     src/lib/libc/string/wcsdup.c (new)
  1.7       +7 -2      src/lib/libc/string/wmemchr.3


More information about the cvs-src mailing list