Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 19:04:50 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc _Exit.c exit.3 qsort.3 qsort.c qsort_r.c
Message-ID:  <200209100204.g8A24onm056714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2002/09/09 19:04:50 PDT

  Modified files:
    lib/libc/stdlib      Makefile.inc exit.3 qsort.3 qsort.c 
  Added files:
    lib/libc/stdlib      _Exit.c qsort_r.c 
  Log:
  Implement C99's _Exit() interface.
  Implement a version of qsort that provides a thunk to the comparison function.
  
  Update manual pages.
  
  Revision  Changes    Path
  1.37      +4 -3      src/lib/libc/stdlib/Makefile.inc
  1.1       +22 -0     src/lib/libc/stdlib/_Exit.c (new)
  1.12      +47 -22    src/lib/libc/stdlib/exit.3
  1.11      +38 -12    src/lib/libc/stdlib/qsort.3
  1.12      +40 -19    src/lib/libc/stdlib/qsort.c
  1.1       +8 -0      src/lib/libc/stdlib/qsort_r.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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