Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-03-16 23:46:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2000-03-16 23:46:50 +0300
commitaf792540a69c8d9551d4aa2f85aa3ee7258d84d3 (patch)
tree1031e63dc4178970df6d5bc1c4f821b020099b64
parent5d4af61e5d20cb18f7b3276f4af080e2e0c9c619 (diff)
Change ChangeLog entry to more common format.
-rw-r--r--winsup/cygwin/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8ac980764..ef829504c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,30 +1,30 @@
Thu Mar 16 14:15:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * security.cc (set_process_privileges): Removed `static'.
- (get_nt_attribute): Returns uid and gid additionally. Removed call
+ * security.cc (set_process_privileges): Remove `static'.
+ (get_nt_attribute): Returns uid and gid additionally. Remove call
to set_process_privileges().
(get_file_attribute): Returns uid and gid additionally. Don't
call ntea if ntsec is ON.
- (set_nt_attribute): Removed call to set_process_privileges().
+ (set_nt_attribute): Remove call to set_process_privileges().
Don't call ntea if ntsec is ON.
- (acl): Removed call to set_process_privileges().
- * dcrt0.cc (dll_crt0_1): Calls set_process_privileges() now.
+ (acl): Remove call to set_process_privileges().
+ * dcrt0.cc (dll_crt0_1): Call set_process_privileges().
* winsup.h: New prototype for set_process_privileges(),
changed prototype for get_file_attribute().
- * fhandler.cc (get_file_owner): Discarded.
+ * fhandler.cc (get_file_owner): Discard function.
(get_file_group): Ditto.
(fhandler_disk_file::fstat): Discard calls to get_file_owner() and
get_file_group().
- * path.cc (path_conv::path_conv): Added debugging output for result
+ * path.cc (path_conv::path_conv): New debugging output for result
of GetVolumeInformation().
(mount_info::conv_to_win32_path): Call backslashify() with pathbuf
instead of src_path.
- * syscalls.cc (chown): Reformatted.
+ * syscalls.cc (chown): Reformat slightly.
(chmod): Replace get_file_owner() and get_file_group() calls
by a call to get_file_attribute(). Discard local variable has_acls.
- Slightly reformatted.
- (stat_worker): Replaced idiot's (it's me) root dir check by call
- to rootdir(). Don't call num_entries() on remote drives.
+ Reformat slightly.
+ (stat_worker): Root dir check now done by a call to rootdir().
+ Don't call num_entries() on remote drives.
Discard local variable has_acls.
Wed Mar 15 20:38:06 2000 Corinna Vinschen <corinna@vinschen.de>