summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-03-09 20:53:45 +0000
committerChristopher Faylor <cgf@redhat.com>2003-03-09 20:53:45 +0000
commit50646e099d8afadb38e279369ed3750ffcb95942 (patch)
tree7e1a52e50df9a4fe01f543dcb2bd89b51c6bc558 /winsup/cygwin/ChangeLog
parent8bc4e3ad8c3a393ce489fdeba08e811608e80a72 (diff)
downloadgdb-50646e099d8afadb38e279369ed3750ffcb95942.tar.gz
merge from trunk
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog27
1 files changed, 20 insertions, 7 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bd7e2754c75..cf25d35fb1d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,17 +1,30 @@
2003-03-09 Christopher Faylor <cgf@redhat.com>
- * syscalls.cc (unlink): Attempt to be more clever about setting
- attributes of file. Only open file in query mode to avoid having to
- mess with security stuff for reading.
+ * include/cygwin/version.h: Bump DLL minor number to 21.
-2003-03-09 Corinna Vinschen <corinna@vinschen.de>
+2003-03-09 Christopher Faylor <cgf@redhat.com>
- * rmsym: Fix regular expression.
+ Do some minor reformatting of 'extern "C"' use throughout.
+
+2003-03-06 Christopher January <chris@atomice.net>
+
+ * autoload.cc (GetSystemTimes): Define new autoload function.
+ * fhandler_proc.cc (proc_listing): Add cpuinfo and partitions entries.
+ (fhandler_proc::fill_filebuf): Add PROC_CPUINFO and PROC_PARTITIONS
+ cases.
+ (format_proc_uptime): Use GetSystemTimes if available.
+ (read_value): New macro.
+ (print): New macro.
+ (cpuid): New function.
+ (can_set_flag): New function.
+ (format_proc_cpuinfo): New function.
+ (format_proc_partitions): New function.
2003-03-09 Christopher Faylor <cgf@redhat.com>
- * Makefile.in: Change from using new-* to cygwin0 for temporary
- targets.
+ * syscalls.cc (unlink): Attempt to be more clever about setting
+ attributes of file. Only open file in query mode to avoid having to
+ mess with security stuff for reading.
2003-03-09 Corinna Vinschen <corinna@vinschen.de>