Gstr, PD_utils: Updated comments. master
authorChristopher R. Hertel <crh@ubiqx.org>
Tue, 30 Sep 2014 02:55:21 +0000 (21:55 -0500)
committerChristopher R. Hertel <crh@ubiqx.org>
Tue, 30 Sep 2014 02:55:21 +0000 (21:55 -0500)
src/daemon/Gstr.c
src/daemon/Gstr.h
src/daemon/PD_utils.c
src/daemon/PD_utils.h

index 1772435be1055856388eedaa1dd71bc2094c28db..6e2f7c7da01ba07b292a8be195eb4901a3b5bb25 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: Gstr.c 2012-06-20 11:45:36 -0500 crh$
+ * $Id: Gstr.c; 2014-09-29 21:55:21 -0500; Christopher R. Hertel$
  *
  * -------------------------------------------------------------------------- **
  *
  *  C-style NUL-terminated strings.  This module *does not* handle length-
  *  delimited buffers of arbirary bytes.
  *
+ * ToDo:
+ *  - The <MAXbSIZE> limit should be changable on a per-gstring basis (the
+ *    defined value should be the default, rather than hard-coded).
+ *
  * ========================================================================== **
  */
 
index ad0b44ef80bfb3a38ebf4c4d479c0704b25e964f..e1b8c3359e8831f2708f6f3390b894552f7d8124 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: Gstr.h 2012-06-20 11:45:36 -0500 crh$
+ * $Id: Gstr.h; 2014-09-29 21:55:21 -0500; Christopher R. Hertel$
  *
  * -------------------------------------------------------------------------- **
  *
  *  C-style NUL-terminated strings.  This module *does not* handle length-
  *  delimited buffers of arbirary bytes.
  *
+ * ToDo:
+ *  - The <MAXbSIZE> limit should be changable on a per-gstring basis (the
+ *    defined value should be the default, rather than hard-coded).
+ *
  * ========================================================================== **
  */
 
index 9920f162b877c2516ee1d11ab0a8552d14f81d73..e399cf710cffe7d714d07233a12448c89d25e212 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: PD_utils.c 2012-09-12 17:37:39 -0500 crh$
+ * $Id: PD_utils.c; 2014-09-29 21:55:21 -0500; Christopher R. Hertel$
  *
  * -------------------------------------------------------------------------- **
  *
@@ -135,7 +135,8 @@ FILE *setLogFile( FILE *newLogF )
    *                    a stream to which log messages are to be written.
    *
    *  Output: The previous value of the internal file pointer, which may be
-   *          NULL.  The log file pointer is stored within the module.
+   *          NULL.  The log file pointer is stored as a global within the
+   *          module.
    *
    * ------------------------------------------------------------------------ **
    */
index c8d8b80121d6c72a656075576663c4ba3734c66a..6b106a1cdfe6ff2898519ffd82f920c036a443f3 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Email: crh@ubiqx.mn.org
  *
- * $Id: PD_utils.h 2012-07-12 15:28:30 -0500 crh$
+ * $Id: PD_utils.h; 2014-09-29 21:55:21 -0500; Christopher R. Hertel$
  *
  * -------------------------------------------------------------------------- **
  *
@@ -113,7 +113,8 @@ FILE *setLogFile( FILE *newLogF );
    *                    a stream to which log messages are to be written.
    *
    *  Output: The previous value of the internal file pointer, which may be
-   *          NULL.  The log file pointer is stored within the module.
+   *          NULL.  The log file pointer is stored as a global within the
+   *          module.
    *
    * ------------------------------------------------------------------------ **
    */