CVS commit: src/lib/libedit

2019-09-07 Thread Abhinav Upadhyay
} free(completion); } Index: src/lib/libedit/TEST/test_filecompletion.c diff -u src/lib/libedit/TEST/test_filecompletion.c:1.4 src/lib/libedit/TEST/test_filecompletion.c:1.5 --- src/lib/libedit/TEST/test_filecompletion.c:1.4 Sun Mar 31 03:04:57 2019 +++ src/lib/libedit/TEST/test_

CVS commit: src/lib/libedit

2019-09-07 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Sep 8 05:50:58 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c src/lib/libedit/TEST: test_filecompletion.c Log Message: PR lib/54510: Fix file completion inside quotes which broke in rev 1.53 While there al

CVS commit: src/usr.sbin/makemandb

2019-08-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Aug 18 09:14:30 UTC 2019 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: PR bin/54343: We want the callback_args.machine to be NULL if it is not present in the DB. The previous commit fixed the problem

CVS commit: src/usr.sbin/makemandb

2019-08-18 Thread Abhinav Upadhyay
+ src/usr.sbin/makemandb/apropos-utils.c Sun Aug 18 09:14:30 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: apropos-utils.c,v 1.46 2019/08/15 10:29:07 christos Exp $ */ +/* $NetBSD: apropos-utils.c,v 1.47 2019/08/18 09:14:30 abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay * All rights reserved. @@

CVS commit: src/lib/libc/db/man

2019-05-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun May 26 06:18:14 UTC 2019 Modified Files: src/lib/libc/db/man: dbm_clearerr.3 Log Message: Fix typo: s/then/the To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/man/dbm_clearerr.3 Please note that

CVS commit: src/lib/libc/db/man

2019-05-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun May 26 06:18:14 UTC 2019 Modified Files: src/lib/libc/db/man: dbm_clearerr.3 Log Message: Fix typo: s/then/the To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/db/man/dbm_clearerr.3 Please note that

CVS commit: src/usr.sbin/makemandb

2019-05-18 Thread Abhinav Upadhyay
Abhinav Upadhyay * All rights reserved. @@ -31,7 +31,7 @@ */ #include -__RCSID("$NetBSD: apropos-utils.c,v 1.43 2019/04/19 20:35:13 abhinav Exp $"); +__RCSID("$NetBSD: apropos-utils.c,v 1.44 2019/05/18 07:56:43 abhinav Exp $"); #include #include @@ -213,7 +213,7 @@ c

CVS commit: src/usr.sbin/makemandb

2019-05-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat May 18 07:56:43 UTC 2019 Modified Files: src/usr.sbin/makemandb: apropos-utils.c apropos-utils.h makemandb.c whatis.c Log Message: PR misc/54213: Fix performance of whatis(1) when no matches are found In revision

Re: CVS commit: src/usr.sbin/makemandb

2018-08-15 Thread Abhinav Upadhyay
On Thu, Aug 16, 2018 at 10:37 AM Robert Elz wrote: > > Module Name:src > Committed By: kre > Date: Thu Aug 16 05:07:22 UTC 2018 > > Modified Files: > src/usr.sbin/makemandb: makemandb.c > > Log Message: > In the latest mandoc (mdocml) the signature (prototype) of > mparse_a

Re: CVS commit: src/lib/libc/time

2017-10-29 Thread Abhinav Upadhyay
On Sun, Oct 29, 2017 at 9:55 PM, Robert Elz wrote: > Date:Sun, 29 Oct 2017 06:07:48 + > From: "Abhinav Upadhyay" > Message-ID: <20171029060748.45c43f...@cvs.netbsd.org> > > | Modified Files: > | src/lib/libc/time: ti