... | ... |
@@ -1,12 +1,8 @@ |
1 | 1 |
/* |
2 |
- * sbuf.h |
|
2 |
+ * sbuf.c |
|
3 | 3 |
* |
4 | 4 |
* A string buffer library. |
5 | 5 |
* |
6 |
- * History: |
|
7 |
- * 13/03/2014 Creation. |
|
8 |
- * 14/03/2014 Compilation fixes. |
|
9 |
- * |
|
10 | 6 |
* Author: Dario Rodriguez dario@softhome.net |
11 | 7 |
* This library is licensed on the terms of the GNU LGPL v2+ |
12 | 8 |
*/ |
... | ... |
@@ -5,13 +5,6 @@ |
5 | 5 |
* |
6 | 6 |
* Header file. |
7 | 7 |
* |
8 |
- * History: |
|
9 |
- * 21/01/2014 Creation. |
|
10 |
- * 27/01/2014 Finish initial API. |
|
11 |
- * 13/03/2014 Removed the low-level API, as it is redundant with |
|
12 |
- * _staticinit()/_staticfree(). |
|
13 |
- * 14/03/2014 Compilation fixes. |
|
14 |
- * |
|
15 | 8 |
* Author: Dario Rodriguez dario@softhome.net |
16 | 9 |
* This library is licensed on the terms of the GNU LGPL v2+ |
17 | 10 |
*/ |