summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-10-09 18:44:54 +0000
committerMiles Bader <miles@gnu.org>1996-10-09 18:44:54 +0000
commite822431a837def63254f0cf331edb0fb4ed27490 (patch)
tree6282b84d99fe16874f8641bfdc9aa82e9cba4acf
parent9a691043fcb04ed3f35c5bf7c659ae4552df1bd5 (diff)
.
-rw-r--r--libps/ChangeLog6
-rw-r--r--utils/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog
index d1d34c3c..8a3a1d0f 100644
--- a/libps/ChangeLog
+++ b/libps/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 9 14:20:08 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * spec.c (ps_nominal_string): New function.
+ (ps_emit_args, ps_emit_string): Use `-' for empty values.
+ (specs): Use ps_nominal_string for `Args' and `Arg0' fields.
+
Tue Oct 8 13:21:55 1996 Miles Bader <miles@gnu.ai.mit.edu>
* procstat.c (proc_stat_set_flags): Get rid of INAPP macro.
diff --git a/utils/ChangeLog b/utils/ChangeLog
index ec126047..1e32e01a 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,5 +1,14 @@
+Wed Oct 9 14:24:54 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * w.c (_w_specs): Use ps_cmp_unames for `Name'.
+ Use ps_nominal_string for `Name' and `From'.
+ (ps_cmp_unames, ps_nominal_string): New declarations.
+ (DEFAULT_FMT_STRING): Add %pid.
+
Tue Oct 8 14:44:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
+ * storeinfo.c (print_store): Properly ignore STORE_INACTIVE.
+
* w.c (w_fetch): Set HAVE bits even if the values are `nominal'.
Correctly propagate PS->inapp bits.
(_w_specs): Add PS_FMT_FIELD_COLON_MOD to Idle's flags.