summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 67d9664a8..d48abfba5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+2004-12-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygwin.din: Add utmpx symbols.
+ * syscalls.cc: Include utmpx.h. Implement utmpx functions as stubs
+ to utmp functions.
+ (copy_ut_to_utx): New static function.
+ (pututline): Change from void to struct utmp * as on Linux.
+ (setutxent): New function.
+ (endutxent): New function.
+ (getutxent): New function.
+ (getutxid): New function.
+ (getutxline): New function.
+ (pututxline): New function.
+ * include/utmpx.h: New file.
+ * include/cygwin/utmp.h: New file.
+ * include/cygwin/version.h: Bump API minor number.
+ * include/sys/utmp.h: Include cygwin/utmp.h. Move stuff common with
+ utmpx functionality there.
+ (pututline): Declare struct utmp *.
+
2004-12-14 Corinna Vinschen <corinna@vinschen.de>
* tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.