diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-29 20:21:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-29 20:21:23 +0000 |
commit | ea2dae47af05d72e702176c3babcf379e459031b (patch) | |
tree | 9778b898c5bb4df98b188916f500054e81d8cf6f /libps/ChangeLog | |
parent | fe77e2cfd09046bf6dc6f982b8270b674de68aed (diff) |
.
Diffstat (limited to 'libps/ChangeLog')
-rw-r--r-- | libps/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog index 72147552..d8192db4 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,16 @@ +1999-05-29 Roland McGrath <roland@baalperazim.frob.com> + + * spec.c (ps_emit_past_time, ps_emit_minutes): Fix return type of + getter fn (int to void). + + * context.c (ps_context_free): Don't call ihash_free on PC->procs + twice! Instead, call it on ttys, ttys_by_cttyid, and users. + + * spec.c (ps_get_start_time, ps_start_time_getter): New function and + constant to report task_basic_info.creation_time time stamp via + "start_time" spec. + (specs): Add "Start" fmt for it. + 1998-10-19 Roland McGrath <roland@baalperazim.frob.com> * fmt.c (_fmt_create): Add braces to silence gcc warning. |