From b2e08028ce3fa0636c74686b8a067d18d3e10b29 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 10 Jun 2008 08:29:39 +0300 Subject: [PATCH] SRT documentation and web page updates --- doc/runtime.in/building.html | 2 +- doc/runtime.in/index.html.in | 21 +++++++++++++-------- doc/runtime.in/platforms.html | 2 +- doc/runtime.in/runtime.rc | 1 + lib/silcutil/silcnet.h | 6 +++--- lib/silcutil/silctime.h | 2 +- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/doc/runtime.in/building.html b/doc/runtime.in/building.html index 375f3e5b..178bb4df 100644 --- a/doc/runtime.in/building.html +++ b/doc/runtime.in/building.html @@ -40,7 +40,7 @@ platforms the Toolkit support. The building instructions for all platforms are also included in the Toolkit package. Please refer to the INSTALL file for general building instructions for Unix systems, README.WIN32 for building on Windows systems, -README.MACOSX for building on Mac OS X, and README_SYMBIAN for building on +README.MACOSX for building on Mac OS X, and README.SYMBIAN for building on Symbian OS.
diff --git a/doc/runtime.in/index.html.in b/doc/runtime.in/index.html.in index 2f6f5e51..4f50a077 100644 --- a/doc/runtime.in/index.html.in +++ b/doc/runtime.in/index.html.in @@ -25,17 +25,17 @@

SILC Runtime Toolkit @VERSION@

-SILC Runtime Toolkit (SRT) provides useful utility functions for -application programmers. SRT can be used as the sole and main runtime -in any application. It provides application main loop, hash table, lists, -atomic operations, threads, locks, queues, file descriptor stream, socket -stream, network routines, a finite state machine, memory pool, random -number generator, buffers, regular expressions, and many many other +SILC Runtime Toolkit (SRT) provides useful utility functions for +application programmers. SRT can be used as the sole and main runtime +in any application. It provides application main loop, hash table, lists, +atomic operations, threads, locks, queues, file descriptor stream, socket +stream, network routines, a finite state machine, memory pool, random +number generator, buffers, regular expressions, and many many other features.

-SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X -and Symbian OS, and all APIs work identically or nearly identically on all +SRT natively supports multiple platforms; Unix/Linux, Windows, Mac OS X +and Symbian OS, and all APIs work identically or nearly identically on all support platforms. SRT and all of its APIs are entirely reentrant and some APIs are completely thread safe.

@@ -70,6 +70,11 @@ To clone SRT repository give one of the following commands:

+

CONTACT

+

+If you have any questions or comments you may contact us at info (at) silc (dot) fi +

+
diff --git a/doc/runtime.in/platforms.html b/doc/runtime.in/platforms.html index de0dcaad..85f73bd3 100644 --- a/doc/runtime.in/platforms.html +++ b/doc/runtime.in/platforms.html @@ -80,7 +80,7 @@ OS X platform. There are no special Mac OS X platform related implementation issues with current version of Toolkit. -
 
 
+
Symbian OS Implementation
 
diff --git a/doc/runtime.in/runtime.rc b/doc/runtime.in/runtime.rc index 535fe48d..5954c25d 100644 --- a/doc/runtime.in/runtime.rc +++ b/doc/runtime.in/runtime.rc @@ -29,4 +29,5 @@ ignore files: win32 symbian *.c + *.h~ *.in diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index e7edcda4..30ee1fcc 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -53,7 +53,7 @@ * DESCRIPTION * * The network listenr context. This context is created with the - * silc_net_create_listener function and destroyed with + * silc_net_tcp_create_listener function and destroyed with * silc_net_close_listener function. * ***/ @@ -737,7 +737,7 @@ SilcUInt32 silc_htonl(SilcUInt32 host); ***/ SilcUInt32 silc_ntohl(SilcUInt32 net); -/****f* silcutil/silc_htonl +/****f* silcutil/silc_htons * * SYNOPSIS * @@ -750,7 +750,7 @@ SilcUInt32 silc_ntohl(SilcUInt32 net); ***/ SilcUInt16 silc_htons(SilcUInt16 host); -/****f* silcutil/silc_ntohl +/****f* silcutil/silc_ntohs * * SYNOPSIS * diff --git a/lib/silcutil/silctime.h b/lib/silcutil/silctime.h index ade1e18a..cd57d3af 100644 --- a/lib/silcutil/silctime.h +++ b/lib/silcutil/silctime.h @@ -147,7 +147,7 @@ const char *silc_time_string(SilcInt64 time_val_sec); ***/ SilcBool silc_time_value(SilcInt64 time_val_msec, SilcTime ret_time); -/****f* silcutil/silc_time_value +/****f* silcutil/silc_time_epoch * * SYNOPSIS * -- 2.24.0