CVS commit: othersrc/external/bsd/progress/dist

2015-09-01 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 15:16:31 UTC 2015 Modified Files: othersrc/external/bsd/progress/dist: progress.c Log Message: we go to the lengths of calculating the prefix length for the progress bar, so we might as well use it when printing out t

CVS commit: othersrc/external/bsd/progress/lib

2015-08-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 03:47:50 UTC 2015 Modified Files: othersrc/external/bsd/progress/lib: Makefile Log Message: Bump library WARNS to 5 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/progress/lib/

CVS commit: othersrc/external/bsd/progress/dist

2015-08-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 03:47:28 UTC 2015 Modified Files: othersrc/external/bsd/progress/dist: progress.c Log Message: Update from k...@freebsd.org for the progress meter code, from FreeBSD r286965, mucked around by me. This fixes a bug in t

CVS commit: othersrc/external/bsd/progress/dist

2015-08-31 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Sep 1 03:44:36 UTC 2015 Modified Files: othersrc/external/bsd/progress/dist: progress.h Log Message: Fix syntax of a prototype To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/progress

CVS commit: othersrc/external/bsd/progress

2012-05-06 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon May 7 03:37:00 UTC 2012 Update of /cvsroot/othersrc/external/bsd/progress In directory ivanova.netbsd.org:/tmp/cvs-serv218 Log Message: Break out the routines (from tnftp) to calculate and draw a progress bar. The code was original