Date: Sat, 24 Dec 2005 22:37:59 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.c Message-ID: <200512242238.jBOMc0ni057329@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trhodes 2005-12-24 22:37:59 UTC FreeBSD src repository Modified files: include stdlib.h lib/libc/stdlib Makefile.inc Added files: lib/libc/stdlib a64l.3 a64l.c l64a.c Log: Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function is a NetBSD addition. PR: 51209 (based on submission, but very different) Reviewed by: bde, ru Revision Changes Path 1.60 +3 -2 src/include/stdlib.h 1.49 +6 -5 src/lib/libc/stdlib/Makefile.inc 1.1 +186 -0 src/lib/libc/stdlib/a64l.3 (new) 1.1 +46 -0 src/lib/libc/stdlib/a64l.c (new) 1.1 +52 -0 src/lib/libc/stdlib/l64a.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512242238.jBOMc0ni057329>