History log of /freebsd-current/lib/libdpv/dpv.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 1a5f047a 26-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Bump copyrights


# 80f7300d 26-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Add keep_tite configuration option

Similar to dialog(3) keep_tite option used to prevent visually disturbing
initialization or exit that could occur when run from a script using
dpv(3) by way of dpv(1) in sequence with other dialog(1) invocations.


# 9e35cfce 13-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Default to en_US.ISO8859-1 if no locale

MFC after: 3 days
X-MFC-to: stable/10


# 324c11a1 31-May-2015 Devin Teske <dteske@FreeBSD.org>

Fix a debug statement. Only the callback function (performing the
incrementing of dpv_overall_oread) knows what its purpose is (and
often times it was bytes, not lines).

MFC after: 3 days
X-MFC-to: stable/10


# 492b8271 04-Nov-2014 Devin Teske <dteske@FreeBSD.org>

Make libdpv [dpv(3)] WARNS=6 clean for clang on -CURRENT.
NB: aka unbreak the build

Reviewed by: shurd
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116 274120


# 041394f3 04-Nov-2014 Devin Teske <dteske@FreeBSD.org>

Add new libraries/utilities for data throughput visualization.
dpv(3): dialog progress view library
dpv(1): stream data from stdin or multiple paths with dialog progress view
figpar(3): configuration file parsing library

Reviews: D714
Reviewed by: jelischer, shurd
Discussed at: MeetBSD California 2014 Vendor/Dev Summit
Discussed on: -current
MFC after: 21 days
X-MFC-to: stable/10 stable/9