From d83c0c88f79efaee8a44dbfcb3b2bc473dec92c9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 9 Mar 2003 20:53:45 +0000 Subject: merge from trunk --- winsup/cygwin/ChangeLog | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bd7e275..cf25d35 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,17 +1,30 @@ 2003-03-09 Christopher Faylor - * 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 +2003-03-09 Christopher Faylor - * rmsym: Fix regular expression. + Do some minor reformatting of 'extern "C"' use throughout. + +2003-03-06 Christopher January + + * 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 - * 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 -- cgit v1.1