summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-07-05 02:05:07 +0000
committerChristopher Faylor <me@cgf.cx>2005-07-05 02:05:07 +0000
commit26edeb6a7f6c541a25ee7fa4c201b24fea01cc50 (patch)
tree037b544f95c625b879b2bf518e69313c42a5245f /winsup/cygwin/ChangeLog
parenta64b8b2dec5ba82dd3933a959e3e3f5f09116963 (diff)
downloadcygnal-26edeb6a7f6c541a25ee7fa4c201b24fea01cc50.tar.gz
cygnal-26edeb6a7f6c541a25ee7fa4c201b24fea01cc50.tar.bz2
cygnal-26edeb6a7f6c541a25ee7fa4c201b24fea01cc50.zip
* cygtls.h (_cygtls): Perform minor reformatting.
* winsup.h (close_all_files): Reflect argument change. * dtable.cc (close_all_files): Ditto. * dtable.h: Ditto. * fhandler.h: Ditto. * spawn.cc (spawn_guts): Move close_all_files back to its original location in first P_OVERLAY test but use argument denoting that handles are only supposed to be closed, not released (more work to be done here). * syscalls.cc (close_all_files): Take an argument denoting whether to release closed files or not. * path.cc (symlink): Change argument names to reflect linux man page. (symlink_worker): Ditto. Also appropriately set ENOENT for empty strings.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 067225241..7f7bab980 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,22 @@
+2005-07-04 Christopher Faylor <cgf@timesys.com>
+
+ * cygtls.h (_cygtls): Perform minor reformatting.
+
+ * winsup.h (close_all_files): Reflect argument change.
+ * dtable.cc (close_all_files): Ditto.
+ * dtable.h: Ditto.
+ * fhandler.h: Ditto.
+ * spawn.cc (spawn_guts): Move close_all_files back to its original
+ location in first P_OVERLAY test but use argument denoting that handles
+ are only supposed to be closed, not released (more work to be done
+ here).
+ * syscalls.cc (close_all_files): Take an argument denoting whether to
+ release closed files or not.
+
+ * path.cc (symlink): Change argument names to reflect linux man page.
+ (symlink_worker): Ditto. Also appropriately set ENOENT for empty strings.
+
+
2005-07-04 Pierre Humblet <pierre.humblet@ieee.org>
* cygheap.h (struct init_cygheap): Delete cygwin_regname member.