gtk-web r626 - trunk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-web r626 - trunk
- Date: Tue, 29 Jan 2008 20:46:56 +0000 (GMT)
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 <timj imendio com>
* 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]