From: Jim Meyering Date: Sun, 27 Feb 2000 11:23:22 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0q~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c0e2db49bdbd0717b61b411c3304a3b7e47d6d2;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/lib/.gdb-history b/lib/.gdb-history index b3f72d1..b0eb165 100644 --- a/lib/.gdb-history +++ b/lib/.gdb-history @@ -184,3 +184,14 @@ p n 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 diff --git a/lib/ChangeLog b/lib/ChangeLog index a806860..c34b420 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2000-02-27 Jim Meyering + + * 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 * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;