| 15 | | New features: |
| 16 | | |
| 17 | | o wchar.h and wctype.h and much of the non-stream functions |
| 18 | | declared therein. |
| 19 | | |
| 20 | | o Added __mcount stub to all LIBC DLLs but the .prf one which |
| 21 | | is forwarding __mcount from kProfile.dll. |
| 22 | | |
| 23 | | o DosLoadModuleEx and DosFreeModuleEx was created to support |
| 24 | | loaded modules over a fork(). dlopen/dlclose backend was |
| 25 | | changed to use these. |
| 26 | | |
| 27 | | o Fixed rand() range problem. Using the BSD code for this |
| 28 | | too, which means a new algorithm. |
| 29 | | |
| 30 | | o Update all BSD source-files (not headers) to FreeBSD 5.3 |
| 31 | | level. |
| 32 | | |
| 33 | | o New functions: |
| 34 | | DosLoadModuleEx(), DosFreeModuleEx(), sranddev(), |
| 35 | | getsubopt(), rand_r(), llabs(), lldiv(), dlfunc(), |
| 36 | | issetugid(), pread(), pwrite(), _UTF8_mbrtowc(), |
| 37 | | _UTF8_mbsinit(), _UTF8_mbsnrtowcs(), _UTF8_wcrtomb(), |
| 38 | | _UTF8_wcsnrtombs(), digittoint(), isideogram(), |
| 39 | | isrune(), iswalnum(), iswalpha(), iswascii(), |
| 40 | | iswblank(), iswcntrl(), iswctype(), iswdigit(), |
| 41 | | iswgraph(), iswhexnumber(), iswideogram(), iswlower(), |
| 42 | | iswnumber(), iswprint(), iswpunct(), iswrune(), |
| 43 | | iswspace(), iswupper(), iswxdigit(), btowc(), mbrlen(), |
| | 15 | New features: |
| | 16 | |
| | 17 | o wchar.h and wctype.h and much of the non-stream functions |
| | 18 | declared therein. |
| | 19 | |
| | 20 | o Added __mcount stub to all LIBC DLLs but the .prf one which |
| | 21 | is forwarding __mcount from kProfile.dll. |
| | 22 | |
| | 23 | o DosLoadModuleEx and DosFreeModuleEx was created to support |
| | 24 | loaded modules over a fork(). dlopen/dlclose backend was |
| | 25 | changed to use these. |
| | 26 | |
| | 27 | o Fixed rand() range problem. Using the BSD code for this |
| | 28 | too, which means a new algorithm. |
| | 29 | |
| | 30 | o Update all BSD source-files (not headers) to FreeBSD 5.3 |
| | 31 | level. |
| | 32 | |
| | 33 | o New functions: |
| | 34 | DosLoadModuleEx(), DosFreeModuleEx(), sranddev(), |
| | 35 | getsubopt(), rand_r(), llabs(), lldiv(), dlfunc(), |
| | 36 | issetugid(), pread(), pwrite(), _UTF8_mbrtowc(), |
| | 37 | _UTF8_mbsinit(), _UTF8_mbsnrtowcs(), _UTF8_wcrtomb(), |
| | 38 | _UTF8_wcsnrtombs(), digittoint(), isideogram(), |
| | 39 | isrune(), iswalnum(), iswalpha(), iswascii(), |
| | 40 | iswblank(), iswcntrl(), iswctype(), iswdigit(), |
| | 41 | iswgraph(), iswhexnumber(), iswideogram(), iswlower(), |
| | 42 | iswnumber(), iswprint(), iswpunct(), iswrune(), |
| | 43 | iswspace(), iswupper(), iswxdigit(), btowc(), mbrlen(), |
| 51 | | |
| 52 | | Bug fixes: |
| 53 | | |
| 54 | | o Fixed missing WNOHANG handling in waitpid(), wait4() |
| 55 | | and waitid(). |
| 56 | | |
| 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. |
| 67 | | |
| 68 | | o Fixed weird fork() problem which showed up as a heap |
| 69 | | deadlock. |
| 70 | | |
| 71 | | o Fixed incorrect handling of -shared in GCC. It should |
| 72 | | be treated as -Zdll. |
| 73 | | |
| 74 | | o ... |
| 75 | | |
| 76 | | Known Limitiations/Problems: |
| 77 | | |
| 78 | | o Static linking not possible - might be fixed later. |
| 79 | | |
| 80 | | o Job control will only be applied to thread 1 in a process. |
| 81 | | This won't change. |
| 82 | | |
| 83 | | o Missing some process group interfaces required for |
| 84 | | job control. They'll show up soon I hope. |
| 85 | | |
| 86 | | o Not tested too well. |
| 87 | | |
| | 51 | |
| | 52 | Bug fixes: |
| | 53 | |
| | 54 | o Fixed missing WNOHANG handling in waitpid(), wait4() |
| | 55 | and waitid(). |
| | 56 | |
| | 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. |
| | 67 | |
| | 68 | o Fixed weird fork() problem which showed up as a heap |
| | 69 | deadlock. |
| | 70 | |
| | 71 | o Fixed incorrect handling of -shared in GCC. It should |
| | 72 | be treated as -Zdll. |
| | 73 | |
| | 74 | o ... |
| | 75 | |
| | 76 | Known Limitiations/Problems: |
| | 77 | |
| | 78 | o Static linking not possible - might be fixed later. |
| | 79 | |
| | 80 | o Job control will only be applied to thread 1 in a process. |
| | 81 | This won't change. |
| | 82 | |
| | 83 | o Missing some process group interfaces required for |
| | 84 | job control. They'll show up soon I hope. |
| | 85 | |
| | 86 | o Not tested too well. |
| | 87 | |
| 93 | | New features: |
| 94 | | |
| 95 | | o setitimer/alarm implementation. Needs some review later |
| 96 | | the accuracy isn't extacly great. |
| 97 | | |
| 98 | | o Added a couple of missing os2emx.h features. |
| 99 | | |
| 100 | | o Some more 16-bit thunkers. |
| 101 | | |
| 102 | | Bug fixes: |
| 103 | | |
| 104 | | o Select worker called wrong tcpip function. |
| 105 | | |
| 106 | | o Incorrect assertion during thread destruction. |
| 107 | | |
| 108 | | o Fixed broken chdir and getdrive. |
| 109 | | |
| 110 | | o Improved deadlock detection (fmutex have changed, |
| 111 | | thus stdio FILE is also changed). |
| 112 | | |
| 113 | | o ... |
| 114 | | |
| 115 | | |
| 116 | | Known Limitiations/Problems: |
| 117 | | |
| 118 | | o Static linking not possible - will be fixed. |
| 119 | | |
| 120 | | o Job control will only be applied to thread 1 in a process. |
| 121 | | This won't change. |
| 122 | | |
| 123 | | o Missing some process group interfaces required for |
| 124 | | job control. They'll show up soon. |
| 125 | | |
| 126 | | o Doesn't evaluate trailing slash in paths as directory |
| 127 | | specifier, it's currently ignored. |
| 128 | | |
| 129 | | |
| | 93 | New features: |
| | 94 | |
| | 95 | o setitimer/alarm implementation. Needs some review later |
| | 96 | the accuracy isn't extacly great. |
| | 97 | |
| | 98 | o Added a couple of missing os2emx.h features. |
| | 99 | |
| | 100 | o Some more 16-bit thunkers. |
| | 101 | |
| | 102 | Bug fixes: |
| | 103 | |
| | 104 | o Select worker called wrong tcpip function. |
| | 105 | |
| | 106 | o Incorrect assertion during thread destruction. |
| | 107 | |
| | 108 | o Fixed broken chdir and getdrive. |
| | 109 | |
| | 110 | o Improved deadlock detection (fmutex have changed, |
| | 111 | thus stdio FILE is also changed). |
| | 112 | |
| | 113 | o ... |
| | 114 | |
| | 115 | |
| | 116 | Known Limitiations/Problems: |
| | 117 | |
| | 118 | o Static linking not possible - will be fixed. |
| | 119 | |
| | 120 | o Job control will only be applied to thread 1 in a process. |
| | 121 | This won't change. |
| | 122 | |
| | 123 | o Missing some process group interfaces required for |
| | 124 | job control. They'll show up soon. |
| | 125 | |
| | 126 | o Doesn't evaluate trailing slash in paths as directory |
| | 127 | specifier, it's currently ignored. |
| | 128 | |
| | 129 | |
| 138 | | the betas start, and this is the last planned LIBC v0.6 alpha.) |
| 139 | | |
| 140 | | |
| 141 | | New Features: |
| 142 | | |
| 143 | | o Updated GCC to version 3.3.5. |
| 144 | | |
| 145 | | o Replaced the signal implementation. The new implementation |
| 146 | | is much closer to the POSIX specs and implements a lot of |
| 147 | | new interfaces. |
| 148 | | |
| 149 | | o Experimental delayed loading import libraries. emximp have |
| 150 | | a new -l option for generating such libraries. At present |
| 151 | | emximp can only generate a.out libraries of this kind - so |
| 152 | | use emxomf to convert to OMF. |
| 153 | | |
| 154 | | o The dlfcn.h functions are in LIBC now. |
| 155 | | |
| 156 | | o New functions: |
| | 138 | the betas start, and this is the last planned LIBC v0.6 alpha.) |
| | 139 | |
| | 140 | |
| | 141 | New Features: |
| | 142 | |
| | 143 | o Updated GCC to version 3.3.5. |
| | 144 | |
| | 145 | o Replaced the signal implementation. The new implementation |
| | 146 | is much closer to the POSIX specs and implements a lot of |
| | 147 | new interfaces. |
| | 148 | |
| | 149 | o Experimental delayed loading import libraries. emximp have |
| | 150 | a new -l option for generating such libraries. At present |
| | 151 | emximp can only generate a.out libraries of this kind - so |
| | 152 | use emxomf to convert to OMF. |
| | 153 | |
| | 154 | o The dlfcn.h functions are in LIBC now. |
| | 155 | |
| | 156 | o New functions: |
| 158 | | mprotect(), _signal_os2(), _signal_sysv(), |
| 159 | | __sigpause_bsd(), bsd_signal(), killpg(), psignal(), |
| 160 | | sigaltstack(), sigblock(), sighold(), sigignore(), |
| 161 | | siginterrupt(), sigpause(), sigrelse(), sigsetmask(), |
| 162 | | sigtimedwait(), sigvec(), sigwait(), sigwaitinfo(), |
| 163 | | sigqueue(), sigset(), getgrgid(), getpwnam(), |
| 164 | | getpwuid(), setegid(), seteuid(), setregid(), |
| 165 | | setresgid(), setresuid(), setreuid(), |
| 166 | | setrgid(), setruid(), waitid(), wait3(), |
| 167 | | wait4() and getopt_long_only(). |
| 168 | | |
| 169 | | |
| 170 | | Bug fixes; |
| 171 | | |
| 172 | | o Sockets were broken on some systems. Hopefully, this |
| 173 | | should be corrected now. |
| 174 | | |
| 175 | | o stat() failed on a file open for writing. |
| 176 | | |
| 177 | | o fork() didn't work for processes which allocated lot's |
| 178 | | of memory. Fixed incorrect syncing of memory objects. |
| 179 | | |
| 180 | | o ... |
| 181 | | |
| 182 | | |
| 183 | | Known Limitiations/Problems: |
| 184 | | |
| 185 | | o Static linking not possible - will be fixed. |
| 186 | | |
| 187 | | o alarm() is still missing. Code is 80% done but didn't |
| 188 | | make it for the release. |
| 189 | | |
| 190 | | o Job control will only be applied to thread 1 in a process. |
| 191 | | This won't change. |
| 192 | | |
| 193 | | o Missing some process group interfaces required for |
| 194 | | job control. They'll show up soon. |
| 195 | | |
| | 158 | mprotect(), _signal_os2(), _signal_sysv(), |
| | 159 | __sigpause_bsd(), bsd_signal(), killpg(), psignal(), |
| | 160 | sigaltstack(), sigblock(), sighold(), sigignore(), |
| | 161 | siginterrupt(), sigpause(), sigrelse(), sigsetmask(), |
| | 162 | sigtimedwait(), sigvec(), sigwait(), sigwaitinfo(), |
| | 163 | sigqueue(), sigset(), getgrgid(), getpwnam(), |
| | 164 | getpwuid(), setegid(), seteuid(), setregid(), |
| | 165 | setresgid(), setresuid(), setreuid(), |
| | 166 | setrgid(), setruid(), waitid(), wait3(), |
| | 167 | wait4() and getopt_long_only(). |
| | 168 | |
| | 169 | |
| | 170 | Bug fixes; |
| | 171 | |
| | 172 | o Sockets were broken on some systems. Hopefully, this |
| | 173 | should be corrected now. |
| | 174 | |
| | 175 | o stat() failed on a file open for writing. |
| | 176 | |
| | 177 | o fork() didn't work for processes which allocated lot's |
| | 178 | |