diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-14 18:54:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-14 18:54:10 +0000 |
commit | c736c38d11a3bae074aeea8e2b262197f14fdff0 (patch) | |
tree | e0b432fed332e771dd972ec2dd8e2a2095610666 | |
parent | 1f31204dae5f061a8a47aa9ec0a2f37241362c72 (diff) | |
download | newlib-c736c38d11a3bae074aeea8e2b262197f14fdff0.zip newlib-c736c38d11a3bae074aeea8e2b262197f14fdff0.tar.gz newlib-c736c38d11a3bae074aeea8e2b262197f14fdff0.tar.bz2 |
merge from trunkgithub/cgf-dev-branchcgf-dev-branch
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 10 |
2 files changed, 17 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7a10e07..9155676 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,17 @@ 2003-09-13 Christopher Faylor <cgf@redhat.com> + * Makefile.in: Make malloc_wrapper -fomit-frame-pointer. + + * cygwin.din: Remove extraneous mallinfo definition. + + * dcrt0.cc (quoted): Use strechr for efficiency. + + * fhandler.cc (fhandler_base::write): Correctly use get_output_handle + rather than get_handle. + (fhandler_base::lseek): Use method for accessing name in debug output. + +2003-09-13 Christopher Faylor <cgf@redhat.com> + * fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-one problem when first file in a directory is a directory. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index c793983..6c1c1c8 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -191,7 +191,7 @@ details. */ 76: mallinfo 77: thread-safe exit/at_exit 78: Use stat and fstat rather than _stat, and _fstat. - Export btowc and trunc. + Export btowc and trunc. 79: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32 aclsort32 acltomode32 acltopbits32 acltotext32 facl32 fgetpos64 fopen64 freopen64 fseeko64 fsetpos64 ftello64 @@ -202,9 +202,9 @@ details. */ 83: Export gethostid 84: Pty open allocates invisible console. 64 bit interface 85: Export new 32/64 functions from API 0.79 only with leading - underscore. No problems with backward compatibility since no - official release has been made so far. This change removes - exported symbols like fopen64, which might confuse configure. + underscore. No problems with backward compatibility since no + official release has been made so far. This change removes + exported symbols like fopen64, which might confuse configure. 86: Export ftok 87: Export vsyslog 88: Export _getreent @@ -218,7 +218,7 @@ details. */ 93: Export daemon, forkpty, openpty, iruserok, ruserok, login_tty, openpty, forkpty, revoke, logwtmp, updwtmp 94: Export getopt, getopt_long, optarg, opterr, optind, optopt, - optreset, __check_rhosts_file, __rcmd_errstr. + optreset, __check_rhosts_file, __rcmd_errstr. */ |