Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 16:26:49 +0000 (UTC)
From:      Alexey Zelkin <phantom@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/nls msgcat.c msgcat.h
Message-ID:  <200502271626.j1RGQnOW006921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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