plan9port/src/lib9/utf
2006-04-01 19:24:03 +00:00
..
lib9.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
LICENSE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
NOTICE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
plan9.h add for unix port 2004-12-26 21:50:28 +00:00
portdate add portdate 2004-12-26 23:10:19 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
rune.c Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
runestrcat.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrchr.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrcmp.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrcpy.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrdup.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrecpy.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrlen.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrncat.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrncmp.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrncpy.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrrchr.c Formatting nit. 2004-12-29 01:24:13 +00:00
runestrstr.c Formatting nit. 2004-12-29 01:24:13 +00:00
runetype.c Formatting nit. 2004-12-29 01:24:13 +00:00
utfdef.h clean up for unix port 2004-12-26 21:50:14 +00:00
utfecpy.c Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
utflen.c sunos fixes 2005-01-07 07:47:37 +00:00
utfnlen.c Formatting nit. 2004-12-29 01:24:13 +00:00
utfrrune.c sunos fixes 2005-01-07 07:47:37 +00:00
utfrune.c sunos fixes 2005-01-07 07:47:37 +00:00
utfutf.c Formatting nit. 2004-12-29 01:24:13 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *              Copyright (c) 1998-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.
 */