changeset 2285:cd485e2ce7a0

.
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 11:23:22 +0000
parents ce1bca7b77d5
children 5e613be6edf6
files lib/.gdb-history lib/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/.gdb-history
+++ b/lib/.gdb-history
@@ -184,3 +184,14 @@
 up
 p len
 q
+complete b user
+complete b user
+complete b pars
+b parse_user_spec 
+r a.b
+n
+n
+p u
+n
+p u
+n
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-27  Jim Meyering  <meyering@lucent.com>
+
+	* userspec.c (parse_user_spec): If there is no `:' but there is a `.',
+	then first look up the entire `.'-containing string as a login name.
+
 2000-02-14  Paul Eggert  <eggert@twinsun.com>
 
 	* lib/getpagesize.h (getpagesize): Port to VMS for Alpha;