summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/devices/Makefile.dev
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/devices/Makefile.dev')
0 files changed, 0 insertions, 0 deletions
ader'>2006-10-30set n properly so that we can terminate.christos 2006-10-28Initialize decimal_point.christos 2006-10-28initialize floating_point as needed.christos 2006-10-27Add signal-safe versions of snprintf and vsnprintfchristos 2006-02-16- s/notyet/WIDE_DOUBLE/christos - Add a little more glue for WIDE_DOUBLE; not done yet. - s/def FLOATING_POINT/ndef NO_FLOATING_POINT/ to reduce diffs with FreeBSD. - fix memory leak where each double formatted leaked 24 by calling __freedtoa() appropriately. the new gdtoa keeps a list of memory chunks allocated by malloc(), and it must maintained properly by calling __freedtoa() on the results of __dtoa() Hi Klaus! - in vfwprintf() make cvt return char * and convert it using __mbsconv(), instead of having it return wchar_t *. This should fix the memory leaks people have been reporting (eg. in top etc.) 2005-11-29WARNS=4christos 2005-02-09A little libc namespace housekeeping exercise:kleink * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to. 2004-07-02remove __UNCONST definition; it is now in <sys/cdefs.h>christos 2004-03-03Don't zero a floating point variable on entry -- this causes the FPU todrochner be allocated needlessly by almost every program (at least on i386/amd64).