Changeset 131 for trunk/docs
- Timestamp:
- Oct 22, 2007, 11:19:15 PM (17 years ago)
- Location:
- trunk/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r128 r131 1 2.4.0: 2 * eliminate alarm() for I/O timeout (replaced by select) 3 * use getgrgid_r, getpwnam_r, getpwuid_r, gmtime_r, localtime_r, 4 rand_r, strtok_r if available 5 * protect readdir() with mutex (readdir_r considered harmful) 6 1 7 2.3.8: 2 8 * new option PortCheckIgnore = interface:portlist -
trunk/docs/TODO
r18 r131 1 1 2 sh_unix_time: not thread_safe (static buffer) 3 sh_error_message: not thread_safe (static buffer) 4 5 check thread_safe sh_entropy 6 7 lock NEED_LOCK 8 9 globber 10 11 sh_alloc/sh_free 12
Note:
See TracChangeset
for help on using the changeset viewer.