summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-09-14 18:54:10 +0000
committerChristopher Faylor <cgf@redhat.com>2003-09-14 18:54:10 +0000
commit3036074e1a9311a410ad35ad0831e00033b1b551 (patch)
treeaa0fc1e5a42204fc805de21a62f129c01b17d817
parent5fde1453082cc2c308748a08cc531f8e9b7a10e1 (diff)
downloadgdb-cvs/cgf-dev-branch.tar.gz
-rw-r--r--winsup/cygwin/ChangeLog12
-rw-r--r--winsup/cygwin/include/cygwin/version.h10
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,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 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.
*/