From: Jim Meyering Date: Sun, 27 Feb 2000 11:23:22 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7c7bf43158d32c0c0ede74791358a8a91a62b8;p=pspp . --- diff --git a/lib/.gdb-history b/lib/.gdb-history index b3f72d1cc0..b0eb1657cd 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 a806860c11..c34b420028 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;