Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/ftp



Module Name:    src
Committed By:   jhawk
Date:           Tue Jan 21 16:08:10 UTC 2003

Modified Files:
        src/usr.bin/ftp: Makefile extern.h ftp_var.h util.c
Added Files:
        src/usr.bin/ftp: progressbar.c progressbar.h

Log Message:
Abstract out progress bar support into progressbar.[ch], for inclusion
in external programs (conditionalized on -DSTANDALONE_PROGRESS).

The following moved from util.c to progressbar.c:
  alarmtimer(), progressmeter(), psummary(), ptransfer(),
  xsignal(), xsignal_restart()

The following moved from extern.h and ftp_var.h to progressbar.h:
  STALLTIME, verbose, fromatty, progress, quit_time, ttywidth


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/usr.bin/ftp/Makefile
cvs rdiff -r1.60 -r1.61 src/usr.bin/ftp/extern.h
cvs rdiff -r1.63 -r1.64 src/usr.bin/ftp/ftp_var.h
cvs rdiff -r0 -r1.1 src/usr.bin/ftp/progressbar.c \
    src/usr.bin/ftp/progressbar.h
cvs rdiff -r1.109 -r1.110 src/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index