- Timestamp:
- Jul 18, 2005, 3:28:04 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.107
to1.108
r2260 r2261 18 18 o Switch the glibc locks to smutex to avoid leaking event semaphores. 19 19 o Added _smutex_try_request(). 20 o Fixed __libc_back_fsResolve to always set fInUnixTree so the result can 21 be adjusted correctly on failure as well. 20 22 21 23 2005-07-11: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/setlocale.c
-
Property cvs2svn:cvs-rev
changed from
1.25
to1.26
r2260 r2261 423 423 if (!__libc_ucs2To(uobj, (unsigned char *)&i, 1, &ucs[0])) 424 424 { 425 LIBC _ASSERTM_FAILED("__libc_ucs2To failed for char %d\n", i);425 LIBCLOG_ERROR("__libc_ucs2To failed for char %d\n", i); 426 426 ucs[0] = (UniChar)i; 427 427 } -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/sys/fs.c
-
Property cvs2svn:cvs-rev
changed from
1.20
to1.21
r2260 r2261 1243 1243 * Copy the resolved path the the caller buffer. 1244 1244 */ 1245 if (pfInUnixTree) 1246 *pfInUnixTree = fInUnixTree; 1245 1247 if (!rcRet) 1246 1248 { … … 1251 1253 pszNativePath[cch] = '\0'; 1252 1254 } 1253 if (pfInUnixTree)1254 *pfInUnixTree = fInUnixTree;1255 1255 LIBCLOG_RETURN_INT(0); 1256 1256 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.