]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Merge branch 'refs/heads/t/build'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 May 2019 08:37:20 +0000 (10:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 May 2019 08:37:20 +0000 (10:37 +0200)
A single commit that was cooking for four months.

* refs/heads/t/build:
  build: Fix dependencies for oslfsck.

osl.h.in
web/index.html.in

index 17bfbc16656abf7b6ac0a928378cc7529dbb00cf..2abe135d7967446643aa6a803656aaa85b754d14 100644 (file)
--- a/osl.h.in
+++ b/osl.h.in
@@ -124,6 +124,11 @@ struct osl_column_description {
 
 /**
  * Describes one osl table.
+ *
+ * A pointer to the table description is passed to \ref osl_create_table() and
+ * \ref osl_open_table(). The osl library calls which operate on an open table
+ * refer to the fields of the table description through this pointer. Hence the
+ * table description must not be modified or freed before the table is closed.
  */
 struct osl_table_description {
        /**
index eed742ae9980668515e8063886ea0cf1f8d3bad3..359772f0e4fb0880d511cd45e6f7fb089c24cb92 100644 (file)
                </h2>
        </center>
 
-       <p> Andre Noll, <a
-       href="mailto:maan@tuebingen.mpg.de?subject=[osl]: ">maan@tuebingen.mpg.de</a>
-       </p> Comments and bug reports are welcome. Please provide
+       <p> Email: Andr&eacute; Noll, <a
+       href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
+       Homepage: <a
+       href="http://people.tuebingen.mpg.de/maan/">http://people.tuebingen.mpg.de/maan/</a>
+       </p>
+
+
+       Comments and bug reports are welcome. Please provide
        enough info such as the version of osl you are using and
        relevant parts of the logs. Including the string [osl] in
        the subject line is also a good idea.