Changeset 1736
- Timestamp:
- Dec 13, 2004, 12:38:34 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ReleaseNotes.os2
-
Property cvs2svn:cvs-rev
changed from
1.25
to1.26
r1735 r1736 16 16 17 17 o wchar.h and wctype.h and much of the non-stream functions 18 declared therein. 18 declared therein are implemented. Though, the FreeBSD 19 string/w*.c functions are still in the porting queue. 19 20 20 21 o Added __mcount stub to all LIBC DLLs but the .prf one which … … 55 56 and waitid(). 56 57 57 o Various incorrect assertions in the strict/log build. 58 59 o Semi-correct handling of slashes at the end of paths. 60 61 o Correcte several severe bugs in path resolving. 62 63 o Fixed broken _getdrive(). 64 65 o Made _chdrive() return -1 on error. It used to always 66 return success earlier. 58 o Corrected several severe bugs in the path resolver. 59 60 o Fixed handling of paths ending with slash. 67 61 68 62 o Fixed weird fork() problem which showed up as a heap 69 63 deadlock. 70 64 65 o Fixed broken _getdrive(). 66 67 o Made _chdrive() return -1 on error. It used to always 68 return success earlier. (don't ask me why) 69 71 70 o Fixed incorrect handling of -shared in GCC. It should 72 71 be treated as -Zdll. 73 72 73 o Various incorrect assertions in the strict/log build. 74 74 75 o ... 75 76 … … 84 85 job control. They'll show up soon I hope. 85 86 86 o Not tested too well. 87 o Not tested too well. Especially the regex update. 88 89 Todos before LIBC06.DLL: 90 91 0. Fix all bugs. :-) 92 93 1. Implement new ino_t scheme and reimplement opendir 94 in BSD style while doing so (+fchdir). 95 96 2. Shared IPC structures for XSI msq, sem and shm. 97 98 3. Port string/w* functions. 99 100 4. Missing job pgid functions. 101 102 5. Port GLIBC intl/*. gettext is a pita! because it's 103 passing FILE pointers around between different LIBCs. 104 objdump is constantly broken between LIBC versions. 87 105 88 106 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.