Changeset 134 for trunk/docs
- Timestamp:
- Oct 26, 2007, 12:20:10 AM (17 years ago)
- Location:
- trunk/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r131 r134 3 3 * use getgrgid_r, getpwnam_r, getpwuid_r, gmtime_r, localtime_r, 4 4 rand_r, strtok_r if available 5 * protect readdir() with mutex (readdir_r considered harmful) 5 * protect readdir(), getpwent(), gethostname() with mutexes 6 (readdir_r considered harmful) 7 * make checksum/hash function reentrant 8 * use thread-specific conversion buffer for globber() 6 9 7 10 2.3.8: -
trunk/docs/TODO
r132 r134 1 1 2 not thread-safe: checksum function (returns static memory),3 sh_util_siggen4 sh_util_hash_tiger5 sh_util_hmac_tiger6 2 7 3 check thread_safe sh_entropy 8 4 check thread_safe rng 9 5 10 lock globber11 6 12 lock sh_alloc/sh_free13
Note:
See TracChangeset
for help on using the changeset viewer.