cvs commit: src/lib/libc/nls msgcat.c msgcat.h

Alexey Zelkin phantom at FreeBSD.org
Sun Feb 27 16:26:50 GMT 2005


phantom     2005-02-27 16:26:49 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/nls         msgcat.c 
  Removed files:
    lib/libc/nls         msgcat.h 
  Log:
  Bring in NetBSD's improvements and cleanups to NLS subsystem, making
  it type and endian clean and removing of stdio dependency from NLS
  functions (catalog files now are processed via mmap())
  
  Also following changes were done (against NetBSD version):
  
  . If mmap() failed, set errno to EINVAL and do not try to munmap() file
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.50      +95 -249   src/lib/libc/nls/msgcat.c
  1.10      +0 -142    src/lib/libc/nls/msgcat.h (dead)


More information about the cvs-src mailing list