--- components.txt 2002/07/26 12:28:51 1.3
+++ components.txt 2002/08/10 11:32:38 1.4
@@ -16,7 +16,7 @@
o xenia 20% CVS repository web browsing interface
o petidomo 95% mailing list manager
o lmtp2nntp 100% mail to news gateway
- o rc 0% run-command facility
+ o rc 80% run-command facility
------------------------------------------------------------------------------
Bootstrapping:
o smake 100% skeleton make generator
@@ -32,20 +32,20 @@
o lib_stdmac 95% standard C macros
Runtime Environment
o lib_pth 100% portable threads
- o lib_ex 95% exceptions assertions
+ o lib_ex 100% exceptions assertions
o lib_l2 95% logging, tracing
Data Structures
o lib_act 10% abstract container types
o lib_str 100% string manipilation
o lib_uri 100% uniform resource identifier (derived 100% from liburi)
o lib_cache 5% cache management
- o lib_dbm 100% database management (derived 100% from db)
- o lib_rdbms 100% RDBMS abstraction (derived 100% from libsdb oder UnixODBC)
+ o lib_hdbm 100% Hash database management (derived 100% from db)
+ o lib_rdbm 100% Relational database management (derived 100% from libsdb+sqlite)
Application Programming Interface
o lib_hook 50% indirect API function handling (derived 50% from EAPI)
o lib_val 100% indirect API variable handling
Parsing
- o lib_cfg 0% C-style configuration parsing
+ o lib_cfg 80% C-style configuration parsing
o lib_var 100% Bash/Make-style variable expansion
o lib_opt 100% Unix-style option parsing (derived 100% from popt etc)
o lib_xml 100% XML parsing (derived 100% from GNOME libxml)
@@ -66,7 +66,7 @@
o lib_path 100% filesystem path manipulations
o lib_proc 50% process handling (derived 50% from various sources)
o lib_tty 0% TTY handling (derived from editline, etc, readpassphrase.3)
- o lib_time 0% time/date calculations (derived 50% from various sources)
+ o lib_tai 0% time/date calculations
Encoding
o lib_xds 100% extendible data serialization
o lib_comp 100% data compression (derived 100% from gzip, bzip2, etc.)
@@ -77,7 +77,7 @@
o lib_i18n 100% internationalization (derived from gettext, iconv, etc)
o lib_l10n 100% localization (derived from gettext, iconv, etc)
o lib_unicode 0% Unicode handling (derived from libutf8?)
- o lib_mime 80% MIME handling (derived from file tool)
+ o lib_mime 80% MIME handling (derived from file tool and/or gmime)
------------------------------------------------------------------------------
Kernel:
Socket Adapter/Multiplexer
|