From 3036074e1a9311a410ad35ad0831e00033b1b551 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 14 Sep 2003 18:54:10 +0000 Subject: merge from trunk --- winsup/cygwin/ChangeLog | 12 ++++++++++++ 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 7a10e0792a5..915567658cf 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2003-09-13 Christopher Faylor + + * 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 * fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index c793983fb4b..6c1c1c8adca 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. */ -- cgit v1.2.1