plan9port/src/lib9/fmt
2020-01-13 11:42:24 -05:00
..
charstod.c fmt changes from Google 2006-05-21 20:49:16 +00:00
dofmt.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
dorfmt.c fmt changes from Google 2006-05-21 20:49:16 +00:00
errfmt.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fltfmt.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
fmt.c lib9/fmt: avoid racy access to installed fmt formats 2020-01-13 11:42:24 -05:00
fmtdef.h lib9/fmt: avoid racy access to installed fmt formats 2020-01-13 11:42:24 -05:00
fmtfd.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtfdflush.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtlocale.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
fmtlock.c lib9/fmt: avoid racy access to installed fmt formats 2020-01-13 11:42:24 -05:00
fmtnull.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
fmtprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
fmtquote.c oops 2006-05-26 00:53:07 +00:00
fmtrune.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtstr.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtvprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
fprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
LICENSE incorporate changes from Google 2006-05-22 14:54:34 +00:00
nan.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
nan64.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
NOTICE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
plan9.h Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
portdate portdates 2004-12-26 23:08:53 +00:00
pow10.c fmt changes from Google 2006-05-21 20:49:16 +00:00
print.c fmt changes from Google 2006-05-21 20:49:16 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runefmtstr.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runeseprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runesmprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runesnprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
runesprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runevseprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
runevsmprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
runevsnprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
seprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
smprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
snprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
sprint.c lib9: gcc-4.2 bug in sprint 2008-03-03 23:37:12 -05:00
strtod.c fmt changes from Google 2006-05-21 20:49:16 +00:00
strtod.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
test.c incorporate changes from Google 2006-05-22 14:54:34 +00:00
test2.c more tests 2004-12-26 23:07:49 +00:00
test3.c more tests 2004-12-26 23:07:49 +00:00
vfprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
vseprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
vsmprint.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
vsnprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *		Copyright (c) 2002 by Lucent Technologies.
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software and in all copies of the supporting
 * documentation for such software.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/

This is a Unix port of the Plan 9 formatted I/O package.

Please send comments about the packaging
to Russ Cox <rsc@post.harvard.edu>.