Author: timj
Date: Tue Jan 29 20:46:55 2008
New Revision: 626
URL: http://svn.gnome.org/viewvc/gtk-web?rev=626&view=rev
Log:
2008-01-29 21:46:08 Tim Janik <[EMAIL PROTECTED]>
* features.html: some rewording, removed double hash
tables, added scanner and charset handling.
Modified:
trunk/ChangeLog
trunk/features.html
Modified: trunk/features.html
==============================================================================
--- trunk/features.html (original)
+++ trunk/features.html Tue Jan 29 20:46:55 2008
@@ -117,20 +117,19 @@
applications. This library has features such as (this list is
not a comprehensive list):</p>
<ul>
- <li>Basic types & type conversions</li>
- <li>Event loop</li>
+ <li>Object and type system</li>
+ <li>Main loop</li>
<li>Dynamic loading of modules (i.e. plug-ins)</li>
<li>Thread support</li>
<li>Timer support</li>
<li>Memory allocator</li>
- <li>Queues (synchronous and asynchronous)</li>
- <li>Lists (singly linked and doubly linked)</li>
+ <li>Threaded Queues (synchronous and asynchronous)</li>
+ <li>Lists (singly linked, doubly linked, double ended)</li>
<li>Hash tables</li>
<li>Arrays</li>
<li>Trees (N-ary and binary balanced)</li>
- <li>String functions</li>
- <li>Hash tables</li>
- <li>Simple XML parser</li>
+ <li>String utilities and charset handling</li>
+ <li>Lexical scanner and XML parser</li>
<li>Base64 (encoding & decoding)</li>
</ul>
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.