Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2004 09:57:05 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib getopt_long.3 getopt_long.c
Message-ID:  <200403011757.i21Hv5Yg022817@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2004/03/01 09:57:05 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      getopt_long.3 getopt_long.c 
  Log:
  Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
  define for it.
  Don't catch POSIXLY_CORRECT env. into static variable, it can be changed
  on the fly by program.
  Use P1003.2 standartized illoptchar[]
  
  Revision  Changes    Path
  1.8       +19 -19    src/lib/libc/stdlib/getopt_long.3
  1.6       +30 -10    src/lib/libc/stdlib/getopt_long.c



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