diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-16 06:52:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-16 06:52:30 +0800 |
commit | 9529879073b051d645019165c1a084674d229cb8 (patch) | |
tree | d790ae96dfadd93c569eba5dd9f290800e070db0 /misc/firestring/pkg-descr | |
parent | 1b6825c48ec89f2b61bb7e5985d5d0e8a27915ca (diff) | |
download | freebsd-ports-gnome-9529879073b051d645019165c1a084674d229cb8.tar.gz freebsd-ports-gnome-9529879073b051d645019165c1a084674d229cb8.tar.zst freebsd-ports-gnome-9529879073b051d645019165c1a084674d229cb8.zip |
Commited patch, thank you!
PR: 45235
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Diffstat (limited to 'misc/firestring/pkg-descr')
-rw-r--r-- | misc/firestring/pkg-descr | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/misc/firestring/pkg-descr b/misc/firestring/pkg-descr index 01a41c189b30..af5cb9ebc86f 100644 --- a/misc/firestring/pkg-descr +++ b/misc/firestring/pkg-descr @@ -1,14 +1,21 @@ From libfirestring(3): "libfirestring is a string handling library that provides -maximum length aware string handling functions to programs. -Several functions provide saner interfaces than the standard -libc functions. libfirestring also provides functions that -are in most libc's but not provided for by POSIX, enabling -programmers to write POSIX-compliant code while using such -safe functions (strcasecmp, strncasecmp, snprintf)." +maximum length aware string handling functions to pro- +grams. Several functions provide saner interfaces than +the standard libc functions. libfirestring also provides +functions that are in most libc's but not provided for by +ANSI C, enabling programmers to write ANSI C-compliant +code while using such safe functions (strcasecmp, strn- +casecmp, snprintf). -"libfirestring also includes functions for dealing with +libfirestring provides a set of functions for dealing with +EStrings. EStrings are binary-safe objects that, when +used with the firestring functions, are overflow safe, +because they include allocated memory size information +with them. + +libfirestring also includes functions for dealing with reading configuration files in an easy to program fashion." WWW: http://ares.penguinhosting.net/~ian/ |