Changeset 134 for trunk/docs/Changelog
- Timestamp:
- Oct 26, 2007, 12:20:10 AM (17 years ago)
- File:
-
- 1 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:
Note:
See TracChangeset
for help on using the changeset viewer.