1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved the environment variable cleanup code into a destructor function.

- Fixed a typo in the hstrerror() function.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14782 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-12-19 16:42:51 +00:00
parent 7b67ccdec1
commit 76c68da3a5
6 changed files with 42 additions and 34 deletions

View File

@ -1,3 +1,8 @@
- Moved the environment variable cleanup code into a destructor function.
- Fixed a typo in the hstrerror() function.
c.lib 1.184 (28.11.2004)
- Added asctime_r(), ctime_r(), gmtime_r(), localtime_r() and strtok_r().