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 |
|