• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D29-Jun-199917.6 KiB341281

ChangeLogH A D09-Feb-20021.7 KiB5239

INSTALLH A D29-Jun-1999467 1912

INSTALL.autoconfH A D29-Jun-19997.6 KiB183143

Makefile.amH A D20-Aug-20011.2 KiB4710

Makefile.inH A D09-Feb-200211.5 KiB422304

READMEH A D29-Jun-19991.1 KiB3324

aclocal.m4H A D09-Feb-20023.7 KiB11499

configureH A D03-May-202256.5 KiB1,8671,514

configure.inH A D09-Feb-2002969 4336

curses.cH A D31-Dec-19992 KiB167153

delay.1H A D09-Feb-20029.4 KiB301276

delay.cH A D03-May-20226.9 KiB386285

delay.podH A D09-Feb-20025.3 KiB176121

install-shH A D19-Oct-20015.5 KiB252153

missingH A D19-Oct-20016.1 KiB191154

mkinstalldirsH A D19-Oct-2001722 4123

parsetime.hH A D29-Jun-1999899 274

parsetimel.cH A D09-Feb-200244.5 KiB1,8261,294

parsetimel.lH A D09-Feb-20022 KiB8575

parsetimey.cH A D09-Feb-200243.8 KiB1,6811,256

parsetimey.hH A D09-Feb-2002849 5247

parsetimey.yH A D29-Jun-19997.7 KiB425366

README

1Delay - README file
2===================
3
4Tom Rothamel <tom@onegeek.org>
5
6This program implements a way to implement a delay with feedback to the
7user. It supports a configurable output message, and tries to keep the
8timing precise.
9
10Please read the INSTALL file for information on how to compile and
11install this program. Once installed, 'man delay' should display
12information on how to use the program.
13
14The parsetimel.l and parsetimey.y files were taken from the files
15parsetime.l and parsetime.y (respectively) from the at-3.1.7 distribution,
16which was authored by Thomas Koenig and David Parsons. These files are
17used to implement the "delay until" feature.
18
19Thanks are due to:
20
21 - Gianmarco Giovannelli <gmarco@giovannelli.it>
22	For maintaining a FreeBsd port of delay, and working with me on
23	resolving a few compatibility issues.
24 - Tomi Ollila <Tomi.Ollila@tfi.net>
25	For suggesting many of the features added to version 1.2, and
26	helping with Solaris compatiblity.
27 - Zachary P. Landau <kapheine@www.annex.org>
28	For suggesting giving delay the ability to run a command,
29	which was added in version 1.3.
30
31- Tom Rothamel
32
33