Mano Stienen
|
14b9847a69
|
moved documentation from plugin.c to .h
and
cleaned documentation from safelib.c that already existed in .h
|
2008-07-19 14:47:03 +02:00 |
|
Christian Thaeter
|
00b9dff106
|
Doxygen config update
* set EXPORT_ALL=NO to leave out undcoumented entities.
* Fix a lot @file directives
|
2008-05-19 16:27:29 +02:00 |
|
Christian Thaeter
|
dc0cbf0ad8
|
Fix: off by one allocation error in tmpbuf_snprintf()
|
2008-05-19 16:23:15 +02:00 |
|
Christian Thaeter
|
ff6ce603a4
|
tmpbuf_sprintf renamed to tmpbuf_snprintf
|
2008-05-19 16:23:15 +02:00 |
|
Christian Thaeter
|
b4183ed444
|
safeclib improvements
* add lumiera_calloc()
* improve cleanup functions for tmpbuf
|
2008-05-19 16:23:15 +02:00 |
|
Christian Thaeter
|
249c6d5eda
|
Remove _GNU_SOURCE from certain files
GNU_SOURCE is globally activated in configure.ac
|
2008-05-17 23:33:21 +02:00 |
|
Christian Thaeter
|
3a8b3feb96
|
add string creating functions to tmpbuf
* lumiera_tmpbuf_strndup() duplicates a string
* lumiera_tmpbuf_sprintf() creates a formatted string
|
2008-05-13 20:57:20 +02:00 |
|
Christian Thaeter
|
7686a2ec56
|
Renamed the temporary 'buffer' functions to 'tmpbuf'
|
2008-05-13 20:57:18 +02:00 |
|
Christian Thaeter
|
19ee8afa08
|
safeclib wraps some common c library functions and adds some tools
* lumiera_malloc which succeeds or dies
* some safe string functions
* Thread local round robin buffers for temporary data
|
2008-05-13 20:54:04 +02:00 |
|