Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 16:23:14 +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/usr.bin/gencat gencat.c
Message-ID:  <200502271623.j1RGNEl2006674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phantom     2005-02-27 16:23:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/gencat       gencat.c 
  Log:
  Bring in NetBSD's improvements and cleanups to NLS subsystem, making
  it type and endian clean.
  
  Also following changes were done:
  
  . Remove of outdated support for generating of include files for
    NLS catalogs being generated.
  . Integrate my old code optimizations
  . ANSI'fy prototypes
  . Remove duplicate defines, and cleanup includes
  . Remove first (unused) argument from error() function
  . Const'ify (gencat now WARNS=8 clean)
  . Convert corrupt() and nomem() functions to macros
  . Add *temporary* note what '-new' command line argument is
    deprecated now (instead of exiting with error message)
  
  WARNING: format of generated .cat files is changed!
  
  XXX: re-add support for *updating* of .cat files, NetBSD has this
  functionality disabled
  
  Obtained from:  NetBSD (mostly)
  
  Revision  Changes    Path
  1.11      +712 -127  src/usr.bin/gencat/gencat.c



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