pst
ceda6f2de6
Test test test! sigh!
...
Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl.
The hack Larry was using for h2ph.1 doesn't work with the new macros, so
make it a real man page.
Also, we weren't building the .ph files, add them as an afterinstall rule
in the x2p subdirectory.
1994-10-29 07:14:55 +00:00
jkh
8ee64af9d6
Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
...
whole build doesn't fall over before installation.
1994-10-28 05:36:38 +00:00
ache
155937f9db
Add refresh after each line of program output,
...
some pgms may have long waiting time between output lines.
1994-10-28 04:05:32 +00:00
ache
1a25ab537b
prgbox example added
1994-10-28 03:22:29 +00:00
ache
ef4e01e472
Add --prgbox option to test new prgbox() function
1994-10-28 03:12:46 +00:00
ache
a984cc06a4
Implement dialog_prgbox() function which allows run program
...
(via pipe) with output to dialog box
1994-10-28 03:08:28 +00:00
wollman
2a45a34f5d
Convince Perl to that is is part of the system, as /usr/bin/perl (binary)
...
and /usr/share/perl (library). The latter was chosen as analogous to other
directories already present in /usr/share, like /usr/share/groff_font and
(particularly) /usr/share/mk.
1994-10-27 23:16:54 +00:00
jkh
f2eb34cecf
Repair the damage done by whomever blew the last commit. Now it
...
compiles again.
1994-10-26 15:23:04 +00:00
ache
faaede6ee5
Move dialog_update() to another place, because it is now in dialog_clear()
1994-10-25 22:44:09 +00:00
bde
c5d2a2e071
Add perl.
1994-10-25 16:59:57 +00:00
paul
9b625b2c6f
Added refresh() to dialog_clear so that it actually
...
clears the screen.
Reviewed by:
Submitted by:
Obtained from:
1994-10-25 15:10:27 +00:00
ljo
fff1957107
Added f77 program. This is a modified version of the c++ program.
...
All it does is add -lf2c and -lm.
1994-10-25 14:36:50 +00:00
ljo
ffac1f6768
Added FORTRAN rule.
1994-10-25 13:36:02 +00:00
dg
b882a12ed1
Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logic
...
as appropriate. This makes gcc not built with a shared cc_int the
default.
1994-10-25 07:02:23 +00:00
ache
35cb76f2c9
Make dialog attributes visible from outside (for direct usage
...
in pgms)
1994-10-24 05:09:45 +00:00
wollman
70966e6f5b
Completed last fix: don't use backquotes in here-documents; it confuses
...
ash. (The backquotes were only used to implement a slower version of
${foo-$bar} anyway.)
1994-10-22 23:47:21 +00:00
wollman
a3302bb197
Fill in SUBMITTER= line correctly.
1994-10-22 23:34:57 +00:00
wollman
b78b1be125
I really, really don't want to know why adding a blank line between
...
__EOF__ and a done command lets fixes this script for ash...
1994-10-22 23:32:01 +00:00
nate
3ef2581200
Adding cvsinit back to the subdirs since it shouldn't have been removed
...
in the first place.
1994-10-22 19:36:22 +00:00
pst
7be849916e
remove cvsinit from subdir list
1994-10-22 16:59:52 +00:00
nate
cece114d35
Added cvsinit shell script as a runnable command.
...
Submitted by: CVS mailing list.
1994-10-22 04:51:40 +00:00
ache
b77a63e653
Allow '#' in address in rmail arguments
...
Obtained from: taylor-uucp list
1994-10-22 03:51:36 +00:00
ache
1be9f1367e
Fix dialog_clear() to clear windows.
1994-10-21 17:52:19 +00:00
ache
e52bf400df
Implement line_edit() function (full line editor) which may called
...
externally.
Rewrite inputbox/textbox to use this function.
1994-10-21 15:42:30 +00:00
ache
ab76452c48
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
ache
9215905d65
Don't exit silently, if initscr failed; put error message
1994-10-19 04:45:41 +00:00
ache
52d7f2c0cd
Check initscr() for NULL
1994-10-19 04:10:48 +00:00
wollman
03dcb4d791
Dramatically clean up Makefile. Make send-pr get rebuilt if Makefile
...
changes.
1994-10-15 21:39:54 +00:00
ache
28071c2c7f
Add LDADD += -lcurses
1994-10-12 02:13:39 +00:00
ache
9c19ce0235
Add LDADD+= -ltermcap
1994-10-12 02:06:02 +00:00
ache
46290dcfcf
SHARED_LDADD --> LDADD
1994-10-12 01:54:38 +00:00
ache
3ebb08f891
Output error diagnostics, if occurse.
...
Add radiolist test.
1994-10-11 23:52:16 +00:00
ache
fa8dd76764
Use libdialog now.
1994-10-11 23:51:09 +00:00
ache
de4f96f192
libdialog added
1994-10-11 23:34:13 +00:00
ache
c500015c14
This commit was generated by cvs2svn to compensate for changes in r3515,
...
which included commits to RCS files with non-trunk default branches.
1994-10-11 23:30:51 +00:00
ache
ef40875ab1
Make all dialog box available from C programs via functions calls
1994-10-11 23:30:51 +00:00
ache
8c467cb03a
Implement HOME/END keys for line edit
1994-10-10 22:32:07 +00:00
ache
ce9ee57253
Implement insert-mode line editing
1994-10-10 19:49:22 +00:00
ache
ff00733418
Back out part of ctype fixes, unneded with new ctype
1994-10-09 15:22:35 +00:00
pst
e028f1db3d
Cosmetic cleanup
1994-10-09 00:46:16 +00:00
ache
91339cb74c
Dialog added
1994-10-08 15:19:12 +00:00
ache
6f63580a25
Moved from ports, arrow keys allowed to edit input,
...
back tab key understanded now
1994-10-08 15:16:41 +00:00
ache
097b8f852c
This commit was generated by cvs2svn to compensate for changes in r3430,
...
which included commits to RCS files with non-trunk default branches.
1994-10-08 15:16:41 +00:00
ache
c680e0960e
Fix many problems with 8bit chars (sign extend in ctype macros)
...
Fix main problem with 8-bit chars in directories names: because
signed_sum left uninitialized, wrong checksum occurse
1994-10-07 13:13:32 +00:00
ache
0de02f5d13
Make ~%take work: ignore \r
...
Obtained from: taylor-list
1994-10-02 23:10:39 +00:00
ache
f8b904415b
Make -a option optional, uux fails in other case with new sendmail-style
...
<> address in return-receipts
Obtained from: taylor-list
1994-10-02 23:09:41 +00:00
paul
ba81af40bb
Removed NOOBJ so obj directory gets built if wanted.
1994-10-02 14:43:12 +00:00
ache
c91854d629
#define HAVE_TERMIOS added for proper terminal handling
...
Submitted by: smcarey@mailbox.syr.edu
1994-10-02 11:12:40 +00:00
bde
cab2aa1794
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
...
logic or lack of checking of truth values. There are too many ways to spell
"yes". Some Makefiles spell it as "no".)
1994-09-28 03:59:29 +00:00
adam
420ecd1647
previous fix was not complete
1994-09-25 08:03:24 +00:00