summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/libio/outfloat.c
diff options
context:
space:
mode:
authormjacob <mjacob@NetBSD.org>1998-09-21 14:53:58 +0000
committermjacob <mjacob@NetBSD.org>1998-09-21 14:53:58 +0000
commit07bb8331e860fbb5af7b371bb24b805289220e2c (patch)
treeb4acc2139d5b0e5747ee18c085ca3cc1355ee4ec /gnu/lib/libg++/libio/outfloat.c
parentd909dcee1c3a4c73ac873c9356d381f3a0632919 (diff)
Roll back to 1.71 version- too many unexplainable problems with 1.72.
Diffstat (limited to 'gnu/lib/libg++/libio/outfloat.c')
0 files changed, 0 insertions, 0 deletions
ass='logsubject'>Add raise_default_signal(3) -- raise the default signal handler.lukem Can be used by applications that have their own SIGINT (et al) handlers and want to exit in a manner that correctly signals to the parent that the process was terminated by a signal. See http://www.cons.org/cracauer/sigint.html for more info. Discussed on tech-userlevel@. 2007-07-01add estrndup()pooka 2007-02-04Add support for per-user /tmp.elad Enabled via per_user_tmp in /etc/rc.conf (default off). See security(8) and rc.conf(5) for more details. Lots of input from thorpej@ & christos@, thanks! 2006-12-14Complete the move of string_to_flags() and flags_to_string() from thehe bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result 2006-11-17add getdate.christos 2006-08-26Add efun(3)christos 2006-02-18Some stuff that's been sitting in my tree for too long...elad Improve the pw_policy(3) API by splitting it to two functions, one to load the policy from /etc/passwd.conf and another to test passwords against the policy. Some bug fixes, more consistent code, and man-page updates. Minor for libutil bumped. 2005-12-20make setuserenv and setuserpath take an environment setting function andchristos an environment pointer and expose them. bump version. 2005-09-14Introduce pw_policy(3), an easily extendable way of defining passwordelad policies and enforcing them in programs. Man-page written with much help and tips from David Maxwell, Hubert Feyrer, and Thomas Klausner. This bumps libutil minor to 7. XXX: Need default policy to go in /etc/passwd.conf, and integration into local/yp/PAM password changing code. PR/10206. 2005-01-12add pw_getpwconf(), bump.christos 2004-11-19Add sockaddr_snprintf; XXX: Needs a man page.christos 2004-08-03- Rename pw_copy() to pw_copyx(), make it return a success/failure code,thorpej and add "errbuf" and "errbufsz" parameters so that errors can be handled gracefully, rather than simply exiting the process. - Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for apps that use it. - Bump shlib version to 7.4. 2003-04-11add functions to retrieve option values.christos 2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek bump libutil minor adjust individual mount_*/Makefile to use libutil getmntopts(3) 2002-12-12Bump minor number for getlabel{sector,offset}() addition.scw 2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem the first place... - Bump libutil major (to 7.0) and libc minor (to 12.91). 2002-09-20Add snprintb(3) inspired from bitmask_snprintf(9), but made to look likechristos more like snprintf(3). Discussed with thorpej. 2002-08-23Bump minor number to 3 because there are already systems withtron "libutil.so.6.2" to avoid further problems. 2002-08-22Move humanize_number(3) from libutil to libc as per discussion on tech-miscabs Revert minor number bump on libutil (with note to skip it next update), and bump libc. 2002-08-10Actually bump the shlib version to 6.2 as abs intended to.thorpej 2002-07-27add utmpx/wtmpx processing routines.christos 2001-08-18Bump libutil major for pw_mkdb() change.ad 2001-04-06Add getbootfile(3) to libutil, and a man page.wiz Bump libutil version to 5.5.