cvs commit: src/lib/libc/stdlib getopt_long.3 getopt_long.c

Andrey A. Chernov ache at FreeBSD.org
Mon Mar 1 09:57:06 PST 2004


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


More information about the cvs-src mailing list