diff options
author | Roland McGrath <roland@gnu.org> | 2000-01-25 21:37:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-01-25 21:37:44 +0000 |
commit | d031158b06954338d68d8925880f82884ca5205f (patch) | |
tree | eac17a7707b96e20fea27815f150b1ffaf9b3864 /libps | |
parent | 41958de11946ac526a14223cd6d7652e7edd321f (diff) |
.
Diffstat (limited to 'libps')
-rw-r--r-- | libps/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libps/ChangeLog b/libps/ChangeLog index 48eb425d..4334ce11 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,11 @@ +2000-01-25 Roland McGrath <roland@baalperazim.frob.com> + + * tty.c (struct ps_tty_abbrev): Add const to member types. + (ps_tty_abbrevs): Make const. + (ps_tty_short_name): Clean up type usage, add consts. + Include null terminator in calculation for short_name allocation size. + Save lengths and use memcpy instead of using strcpy and strcat. + 1999-12-22 Roland McGrath <roland@baalperazim.frob.com> * Makefile (HURDLIBS): Add shouldbeinlibc. |