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
adam
93305f2bf1
Dumped core when prompt == NULL
1994-09-25 04:57:44 +00:00
dg
02fde0fde8
Fixed a couple of compiler warnings related to wrong prototypes.
1994-09-23 08:28:43 +00:00
bde
6cd258e721
Don't build profiled library.
1994-09-20 22:03:09 +00:00
bde
29f8ee7cc7
Add dependency for -lcompat.
1994-09-20 05:17:50 +00:00
wollman
a414f736a7
For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int.
...
This makes the back end run faster, but at the cost of speed.
1994-09-19 21:37:50 +00:00
wollman
ce10b298df
Make GCC's back end be shared among all languages. cc, c++, and cpp now
...
no longer link against the whole library, since they don't require much
from it, but just compile the few small modules they actually need static.
This should save a measurable amount of space; compare:
-r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1*
-r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae*
Of course, the library takes up a bit of space, but when you add in the
savings from the C++ compiler, you more than make up the difference:
-r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0
-r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus*
1994-09-18 22:35:55 +00:00
rgrimes
45a0fdee2d
Add q modifier (for long longs) support to -Wformat.
...
Reviewed by: bde
1994-09-18 21:25:02 +00:00
swallace
8d67c8cc5d
Add LDDESTDIR to ld command.
...
Add -I${DESTDIR}/usr/include to cpp command.
1994-09-18 19:41:38 +00:00
bde
11fe93eee4
Unmap hints file when finished with it, so that it can go away
...
completely when ldconfig unlinks it. If init is shared, then the
referenced unlinked copy of the hints file created by running
ldconfig in /etc/rc caused the file system to be unclean after
every reboot.
1994-09-15 20:48:55 +00:00
bde
797f1dafb8
Install libregex.h with the correct owner, group and mode.
1994-09-15 19:52:50 +00:00
jkh
7f2bca9909
Add NOMAN, fix Id.
1994-09-15 13:12:23 +00:00
jkh
a8e42c3cae
Add NOMAN, fix Id line.
1994-09-15 13:11:36 +00:00
jkh
e0988033f8
Set NOMAN properly, correct Id line.
1994-09-15 13:10:41 +00:00
jkh
6337e4dfcd
Change install -c to install ${COPY} as per Rod's comments. At least
...
we've got one Makefile that uses this in the tree now! :-)
1994-09-15 12:42:45 +00:00
jkh
6b305c3da5
Fix typo, add -c to install so that files aren't moved out on first
...
install! :-)
1994-09-15 12:10:03 +00:00