cvs commit: src/lib/libc/gen Makefile.inc src/lib/libc/locale Makefile.inc euc.4 gb18030.5 gbk.5 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 toascii.3 tolower.3 ...

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Sun Mar 13 11:18:51 PST 2005


joerg       2005/03/13 11:18:29 PST

DragonFly src repository

  Modified files:
    lib/libc/gen         Makefile.inc 
    lib/libc/locale      Makefile.inc 
    share/man/man5       Makefile 
  Removed files:
    lib/libc/locale      euc.4 gb18030.5 gbk.5 isalnum.3 isalpha.3 
                         isascii.3 isblank.3 iscntrl.3 isdigit.3 
                         isgraph.3 islower.3 isprint.3 ispunct.3 
                         isspace.3 isupper.3 isxdigit.3 toascii.3 
                         tolower.3 toupper.3 utf2.4 utf8.5 
  Log:
  Move ctype man page from locale to gen, they are locale-sensitive, but
  not locale-specific. Move description of euc, gb18030, gbk, utf2 and utf8
  to share/man/man5, they are not device drivers.
  
  Revision  Changes    Path
  1.9       +7 -4      src/lib/libc/gen/Makefile.inc
  1.6       +1 -6      src/lib/libc/locale/Makefile.inc
  1.5       +4 -3      src/share/man/man5/Makefile


http://www.dragonflybsd.org/cvsweb/src/lib/libc/gen/Makefile.inc.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/locale/Makefile.inc.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man5/Makefile.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list