imp
e8eb0a612e
Add support for building on MIPS based systems.
1998-12-16 04:59:53 +00:00
peter
9f6be4544f
libg++ and libstdc++ also have internal calls to libm. Programs using the
...
shared versions should not need to add -lm unless the program uses libm
itself. Strictly speaking, libg++ depends on libstdc++, but libstdc++
has dynamic dependencies on some exception tables and binutils doesn't
seem to like it when a secondary library has undefined references. It
doesn't seem to care when -lstdc++ is added on the command line to ld
though. Anyway, the c++ driver adds -lstdc++ explicitly, so that should
be OK. c++ also adds -lm explicitly too, even though it wouldn't need
to now. [except for statically linked binaries as .a files don't have an
equivalent of automatic internal shared object dependencies.]
1998-10-11 04:56:03 +00:00
peter
518d6b5e04
Replace use of non-standard ld -O with a ld -o / mv combination as used
...
elsewhere in the tree. Binutils doesn't support the -O hack^H^H^H^H
extension. (actually, it ignores it for option compatability with some
other OS).
1998-10-06 11:28:29 +00:00
jkh
cc238ccf3e
Add documentation for new tree functions.
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-10-02 11:23:47 +00:00
jkh
8519f5f0a0
Add missing free().
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-09-30 12:09:12 +00:00
jkh
8064cb05e7
Add examples for tree functions.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:46 +00:00
jkh
2447cf8621
Add support for saved trees.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:36 +00:00
jkh
f9db8b1233
Update tree function and remove gratuitous .h file.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-28 16:12:49 +00:00
jkh
d9a7d2ce1a
Unbump the minor number; guess this doesn't happen in the ELF world
...
anymore and maybe we should nuke the meaning if MINOR altogether. :)
1998-09-28 00:52:53 +00:00
jkh
a27c9f956a
Add some new functionality which I promised to add over a year a go and
...
shamefully dropped on the floor. I need to add it now since it does a
minor number bump, but otherwise the current functionality of libdialog
is unchanged (in all its evil glory) and the change is non-intrusive.
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-26 12:29:57 +00:00
imp
4da8db7501
Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather
...
than the size of the directory name. Fix style bug which increased
the number of lines > 80 characters by one.
Pointed out by: bde
1998-09-10 16:14:29 +00:00
imp
e38600c29f
Use size of structure rather than hard coded 256 in readlink. This change
...
either came from OpenBSD, or was inspired by work done there.
1998-09-09 17:12:58 +00:00
cracauer
40c6bdc10d
Document why the library is still not being build as shared.
...
PR: gnu/7811
1998-09-09 10:21:12 +00:00
bde
38a5b98a25
Fixed munging of the SUBDIR list in rev.1.16-1.18.
1998-09-02 14:56:59 +00:00
dfr
c077a48b51
All libs build on alpha now.
1998-08-31 13:47:38 +00:00
dfr
d3af000c01
Get definition of va_list from <stdarg.h>.
1998-08-31 13:47:03 +00:00
jb
e6edac6dac
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 01:57:55 +00:00
jb
3d49984384
Change the aux field type to long instead of int so that it is large
...
enough to hold a man-sized pointer.
1998-08-20 21:39:28 +00:00
bde
fd69522643
Use a different hack for building libgcc2: `XCC= ${CC}' instead of
...
`XCC= <relative cc> -B<path to relative cc1> ...'. This is equivalent
when cc and cc1, etc. have just been bootstrapped by `make world'.
The relative versions normally won't work if the target system is
not binary compatible. Bootstrapping different versions of gcc
without going through `make world' is slightly more broken than
before.
Uniformized macro names (P1OBJS -> LIB1POBJS, etc.).
Don't give full paths to sources.
1998-07-08 00:45:50 +00:00
jkoshy
0d7d76d982
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00
eivind
631316592f
Don't blow away parts of the sourcetree on a 'make clean'. This was
...
only harmful for building from a read-only filesystem - the parts
blown away were old rm'ed directories.
1998-05-24 21:51:50 +00:00
jb
a5e834b886
Change the order of the include paths so that the architecture specific
...
directory is searched before the generic one. You can guess what was
happening.. all the world's assumed to be 32-bit.
1998-05-15 06:42:37 +00:00
dfr
e2f2fa5616
This was broken for ELF builds.
1998-04-30 07:38:27 +00:00
ache
2786576745
Upgrade to 2.2
1998-04-28 07:16:24 +00:00
bde
eb2023510e
Support building of libgcc.a without building all of gcc. This is
...
useful for bootstrapping. Compatible versions of gcc and cc1 should
should be installed before using this feature.
1998-03-23 12:23:13 +00:00
bde
fc45e76739
Don't use beforedepend to complicate and break things. The usual
...
fix of putting generated source files in SRCS breaks many special
cases (many dependencies had to be incomplete for ${.ALLSRC}
not to give .h files that would break compiling with c++ -c).
Reduce these special cases to the general case so that SRCS works
normally and bsd.lib.mk handles most of the complications. Now
we only have to duplicate rules from bsd.lib.mk to add special
CFLAGS in some cases.
1998-03-20 15:10:59 +00:00
bde
e835626991
Put sources in SRCS and don't depend on them in beforedepend. IIRC,
...
this is to fix `make -j50' where `make -j18' worked. The race may
just have been more likely to be lost for -j50.
1998-03-12 13:03:06 +00:00
bde
c6e6ad163c
Don't add streambuf.cc to SRCS twice.
1998-02-25 01:23:28 +00:00
jb
728d7b8b1a
Just one of these libs left to port to alpha.
1998-02-19 07:30:06 +00:00
jb
109ee64102
Modify for MACHINE_ARCH support instead of assuming just x86.
...
Added alpha and m68k stuff.
1998-01-25 09:45:00 +00:00
jb
35c19115cd
Avoid building x86 specific libraries on Alpha.
1998-01-10 22:50:00 +00:00
jraynard
00f77bac6a
<gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer
...
version instead.
1997-10-19 13:39:55 +00:00
jkh
90cf2421d2
Fix improperly re-entrant code which caused the menu spammage we've
...
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
1997-10-12 12:09:46 +00:00
peter
ad28c59277
_G_VTABLE_LABLE_PREFIX is different between ELF and a.out
...
('_vt.' vs '__vt$')
1997-09-20 09:58:49 +00:00
peter
4ba5a2f4cf
Insert first cut of hooks for compiling under ELF.
1997-08-29 14:02:14 +00:00
peter
e6477d723f
Insert hooks for building under elf.
1997-08-29 13:58:08 +00:00
bde
f4b3a54dfb
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
andreas
6f6fafa081
during the ,beforeinstall' target mp.h has to be installed as well
...
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
1997-08-17 21:24:06 +00:00
ache
996854ba04
Upgrade to 2.1
1997-06-07 13:18:30 +00:00
asami
e9c4d2d63c
Add ${DESTDIR} in front of absolute paths.
...
Reviewed by: bde
1997-05-23 08:33:59 +00:00
jdp
af706d2990
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
...
Don't merge this into -2.2 unless you understand the dependencies on
c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
1997-05-06 00:49:36 +00:00
bde
815bc7a10e
Fixed synopsis. There was a missing arg, 3 args with the wrong type,
...
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
1997-04-13 12:36:42 +00:00
bde
861773bb6d
Fixed bogus existence test related to searching for a nearby obj
...
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
1997-04-10 16:33:32 +00:00
peter
f974471097
Oops. Missed the Complex number add case of code generation.. :-]
...
Fixes PR#3239.
Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp>
1997-04-09 16:00:07 +00:00
jkh
7325fee01e
YAMF22
1997-03-29 19:51:48 +00:00
ache
48e0c6e052
Fix various overflows for items longer then menu width.
...
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1997-02-28 19:18:47 +00:00
peter
245ba20d12
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
ache
97cd1933ff
When wrong directory choosed and chdir failed, directory name
...
was not reset to old name causing any file choosen put error
diagnostic about wrong directory, fix it by resetting back
to old name after chdir failed.
Add \r as alias to \n, some telnets have problem with that.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
1997-02-18 14:26:24 +00:00
jkh
83c2f5687e
Go on one of my periodic rampages through this code, trying to make
...
it DTRT. In the process, discover the usual 10-15 evil bogons which
have been lurking in it for years. This closes, for one thing, the
recent report Mike Smith made about nested checklist menus returning
with the scrolling region messed up.
1997-01-17 08:19:19 +00:00
ache
98c1aecc7e
Simplify using SRCDIR
1997-01-16 18:20:05 +00:00
jkh
aaad85f64d
Allow emacs-style next/prev characters as well as arrow keys so that
...
I can offer this as a consistent feature.
1997-01-15 02:50:48 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
jkh
da7715db04
Turn this into legal texinfo. Since I don't know what the author
...
intended (and clearly, neither did the author :) I've just used the
bullet list attribute everywhere.
1997-01-13 05:02:49 +00:00
peter
995435c492
Patch up the readline info building. This one is a bit of a problem
...
since the source name is not the same as the texinfo name so we have to
use SRCS=. This means we can't build two info sets in the same directory
so I've split it.
1997-01-12 08:10:55 +00:00
peter
c929318a4f
Disconnect the doc subdir until somebody fixes this. I don't see how this
...
could possibly have worked during the testing before the last commit. :-(
1997-01-12 05:01:29 +00:00
jmacd
05a9d406ab
Same.
1997-01-11 05:45:40 +00:00
jmacd
a11c062bf5
Added section and entry annotations.
1997-01-11 03:19:32 +00:00
jmacd
07c2901557
Add the missing annotations.
1997-01-11 03:07:52 +00:00
ache
75e804e452
Add -f to ln
1997-01-06 19:27:17 +00:00
ache
b8124e356b
Use contrib version now
1997-01-05 16:19:58 +00:00
joerg
3ff0051e69
Pull the fix from rev 1.31.2.1; i've accidentally committed it to
...
2.2 first.
1996-12-26 18:47:11 +00:00
jkh
0f43fda518
Somewhere along the way, multiple targets started working and nobody
...
noticed.
1996-12-14 16:40:05 +00:00
jkh
f3966ba4db
Add another hateful global to libdialog (what the heck, there are already
...
so many). For now, the only extended attribute implemented is NO ECHO,
useful for things like passwords. See TESTS/input2.c for an example.
This should go into 2.2.
1996-12-14 16:14:21 +00:00
jkh
9c09bbeddd
Line up some of these OK boxes properly again.
1996-12-12 11:05:59 +00:00
markm
bf0e732e82
Fix libmp to be more Berkely compatible.
...
This is a very safe 2.2 candidate.
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
1996-12-07 13:03:29 +00:00
joerg
bb1c47b9e6
Disable the inclusion of the Posix regexp stuff into libgnuregexp.
...
We've already got it in libc, but both libraries are incompatible
wrt. their header files and internal data structures. This
incompatibility caused the expr(1) on the fixit floppy to mysteriously
dump core for the colon operator.
Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit
floppy. I'd like to get it reviewed by somebody else though.
Observed by: andreas
1996-11-16 22:53:45 +00:00
jkh
5748956625
STL object files missing from libstdc++ - fix.
...
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more
commits before I fly!" rule and taking care of this, since it was at the
very top and Peter shamed me in to taking care of it. This is definitely
a 2.2 candidate.
Submitted-By: Mark Diekhans <markd@Grizzly.COM>
1996-11-15 18:09:09 +00:00
ache
65a878920f
Replace collate_range_cmp with its code (GNU variant)
1996-10-31 05:14:27 +00:00
markm
60458c7a5c
Fix the dependancies.
...
Thanks Andrey!
Submitted by: ache
1996-10-24 18:03:53 +00:00
markm
136d3578ea
Fix this so that dependancies work properly.
...
Thanks Andrey!
Submitted by: ache
1996-10-24 18:00:43 +00:00
markm
a47242683d
BMakefile for gmp-2.0.2
...
Requested by: ache
Made world by: chuckr
1996-10-20 09:29:39 +00:00
markm
3a4806fc83
BMakefiles for gmp-2.0.2
...
Requested by: ache
Made world by: chuckr
1996-10-20 09:28:03 +00:00
markm
191d37d3c0
Remove the old libgmp. Version 2.0.2 is about to hit prime time.
1996-10-20 09:23:44 +00:00
markm
3584481e42
Remove the old libgmp. Version 2.0.2 is about to hit prime time.
1996-10-20 09:11:57 +00:00
markm
49cb308433
This commit was generated by cvs2svn to compensate for changes in r19045,
...
which included commits to RCS files with non-trunk default branches.
1996-10-20 08:09:18 +00:00
markm
95051df139
Import of GNU MP 2.0.2
...
This is a clean import with only the non-x86 bits removed. Makefiles and
other will follow.
Requested by: Andrey Chernov
Made world by: Chuck Robey
1996-10-20 08:09:18 +00:00
peter
5e60082391
Use ${INSTALL} -C instead of -c. I did it with -C originally, but during
...
testing I changed it to -c to check for missed files by looking at time
stamps in /usr/include/g++.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-10-07 23:38:08 +00:00
peter
dceaaf8e82
Oops, an editing error at one point meant I had missed the osfcn.h header
...
(it was directly underneath where bool.h used to be in the list, I think
I must have not been paying attention and deleted a word from the wrong
line. The machine that I was testing on still had an (old?) osfcn.h file)
Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
1996-10-04 15:11:42 +00:00
jkh
82c3fac15a
"CONTINUE" was just too long. Make it a nice "OK" now.
1996-10-04 13:06:48 +00:00
peter
5ba3a9a5ed
To the Attic we go..
1996-10-04 09:02:59 +00:00
peter
0aaab405e6
Add libstdc++ to the SUBDIR list
1996-10-04 08:44:26 +00:00
peter
2fd17c4485
Update to use the contrib/libg++ version, now that my (slow) 486 has
...
finished a 'make world'.
1996-10-04 08:43:37 +00:00
peter
a6f11496de
Initial shot at a bmakefile for libstdc++
1996-10-03 22:52:23 +00:00
peter
f24d68a73a
Resync the libgcc functions list with the 2.7.2.1 tree. We were building
...
a (now) defunct routine that no longer exists (causing an empty .o file),
and were missing some others. Some of the ones we were missing are no-ops
on the i386, so there are now 4 empty .o files.
(It seems that libc/quad has got some defunct functions now)
1996-10-01 03:47:36 +00:00
bde
d2512c2bf9
Eliminated includes of the "temporary" backwards compatibility header
...
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
1996-09-24 08:08:11 +00:00
peter
e18a0a6953
Remove the partial support for a shared -lcc_int, since it's been unusable
...
for a fair while. cc1, cc1plus etc have been linked static for some time.
1996-09-21 14:27:38 +00:00
peter
e9bf0f92ea
Add libobjc, the Objective-C runtime library.
1996-09-19 16:19:49 +00:00
peter
091fc15006
Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!
...
(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference
point in case of unforseen disasters...)
This has the objc backend active, and I think I've managed to get the
f77 f2c support through in one piece, but I don't know fortran to test it.
A 'make world' change and libobjc commit will follow.
If you normally do 'make -DNOCLEAN world', do not do so this time, I know
it can fail with groff.
This version of gcc makes a **LOT** more warnings on our kernel.
1996-09-19 15:53:53 +00:00
jkh
b134bdd0bc
Make button highlighting more visible on B/W displays.
1996-09-06 09:36:45 +00:00
bde
11546f4616
Fixed DPADD.
1996-09-05 17:16:10 +00:00
jkh
caca6152f0
Collapse some common arrow key handling semantics from sysinstall into
...
PollObj(), simplifying code which uses it.
1996-09-01 08:16:00 +00:00
peter
48809684a1
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
ache
ca925d6eb1
Add HAVE_STRING_H
...
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
1996-08-30 18:33:31 +00:00
peter
df9e2b70de
cmp -s || install -c ==> install -C
...
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
1996-08-30 02:13:06 +00:00
peter
ad88426736
oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
...
on..)
1996-08-30 02:12:08 +00:00
peter
3f709de38c
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
ache
f596cd4a0d
Keep in sync with latest bash
1996-08-28 15:47:16 +00:00
jkh
36270d5e25
Reverse my patch which erroneously removed the library dependencies
...
for a library. They're needed.
1996-08-13 12:46:10 +00:00
ache
62d22e65bd
Convert to newly aded collate compare function
1996-08-12 19:04:24 +00:00
ache
d0049dcf85
Use collate for alpha character ranges
1996-08-12 18:03:54 +00:00
jkh
1a72bf5044
Throw some unnecessary dreck out of this Makefile.
1996-08-11 17:21:20 +00:00
jkh
730964efd2
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
jkh
d79c848b15
1. Remove some ancient bogons from when I initially added dialogMenuItem
...
support.
2. Have message boxes say "Continue" instead of "Exit"
1996-07-11 18:22:16 +00:00
jkh
eef290ac5f
Fix a couple of whoopers which somehow went undetected until now.
1996-07-11 11:15:28 +00:00
jkh
14ae3a02bd
Add missing dialog_clear() calls.
1996-07-05 07:42:23 +00:00
jkh
0e821da241
Round out the examples a little better in showing custom buttons in operation
...
more than once.
1996-07-02 01:03:56 +00:00
jkh
8eb37231d4
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
phk
228b60073e
Make rules reentrant.
1996-05-28 00:34:38 +00:00
peter
e992bf35c6
This version is no longer needed, and probably better off gone. It
...
tried to parse the format string to estimate how much space it needed.
It didn't know all of the formats..
1996-05-27 11:01:09 +00:00
wosch
9f795376b3
`mv'' ->
`mv -f''
...
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
jkh
87634a8e4d
Fix the OK/Cancel accellerator bogon I introduced a few days back.
1996-04-28 02:13:07 +00:00
jkh
c223a865ba
Fix what I just broke with DITEM_LEAVE_MENU
1996-04-27 07:09:41 +00:00
jkh
96b3d4b605
Fix a bogon with ok/cancel callback usage.
1996-04-27 01:52:15 +00:00
jkh
bd013f51f7
More custom hackery to deal with issues discovered in sysinstall.
1996-04-25 17:27:18 +00:00
jkh
826192f359
Allow some post-fire actions to be combined in ways that weren't
...
possible before.
1996-04-25 13:34:37 +00:00
jkh
84accdee09
alloca() was being called with highly bogus arguments due to brain
...
fade. Fixed.
1996-04-25 01:50:18 +00:00
jkh
70a317a618
Cosmetic tweaks.
1996-04-23 01:25:04 +00:00
jkh
3530e10a1a
Another bug fix for the DITEM_REDRAW case.
1996-04-20 01:56:06 +00:00
jkh
e1617c234c
Make the DITEM_RECREATE option work properly.
1996-04-20 01:28:20 +00:00
jkh
2ee0ebfbc4
Fix a bug which did not properly bias checklist items by their scroll
...
factor.
1996-04-19 10:39:16 +00:00
jkh
a4dd56c7c9
Remove a long-standing window leak I just noticed.
1996-04-18 13:36:39 +00:00
jkh
adeba4991f
Remove the special-case behavior for fire actions that return
...
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong. If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.
Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself. This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
1996-04-18 13:21:26 +00:00
jkh
24a0bc2e77
More changes to attempt to make this whole new dialog scheme more
...
robust. The new "fire" actions, while affording signficantly more
interactivity to libdialog, come at a cost - if the fire action trashes
the screen then you're not going to be in Kansas anymore when you
come back to the menu and there had better be considerable extra
smarts in place for coping with such a situation. These changes are my
attempt to do just that.
1996-04-16 12:17:27 +00:00
jkh
e9d88ac949
Remove some of the grot I added to try and save/restore screen contents.
...
This shouldn't be done here, it should be done in the client as needed.
1996-04-13 13:13:32 +00:00
jkh
377be65195
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
jkh
06a2488050
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
jkh
318997a39f
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
jkh
5b2f267378
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
jkh
def84715cb
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
markm
7bdc66338d
Make "make tests" actually work. This is an extremely crude hack, but
...
I figure that as this is not part of any automated processes, WTH.
1996-03-04 16:06:03 +00:00
phk
e00f61f832
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
phk
6954927bf8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
mpp
279ebaafa0
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
mpp
ac7bc7dc91
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
jkh
40108b438e
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
jkh
cb56a0376f
Fix small bug with negative item_no.
1996-01-10 13:57:46 +00:00
jkh
17c6a37b39
Refresh before calling selection hook.
1996-01-05 04:00:51 +00:00
jkh
caa7284440
Create individual tests for each dialog feature.
1996-01-01 03:45:32 +00:00
jkh
ff9186df13
Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
...
and add selection traversal callbacks so context-sensitive behavior can
even be implemented for individual menu items. These work around the two
largest issues holding me back with some of my sysinstall changes.
1996-01-01 03:43:58 +00:00
peter
c3f352d4ad
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
peter
ab124e78b0
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
jkh
6b3eb3264f
Add another test to round out the radiolist dialog suite.
...
Add more comments and attempt to make everything just that much
more understandable.
1995-12-23 14:53:07 +00:00
jkh
e39581c8f3
o Add some test code.
1995-12-23 01:10:32 +00:00
jkh
09146e9c17
Add changes to:
...
o Support a new, fully backwards-compatible API for controling
individual items in dialog menus.
o Write a man page.
o Add some test code.
1995-12-23 01:10:20 +00:00
ache
275c944c84
Add fixes from bash beta
...
Back out trailing spaces changes
1995-12-03 00:09:12 +00:00
jkh
65334cb4cf
gets() -> fgets()
1995-12-01 08:19:12 +00:00
bde
77eaf99dd6
Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.
...
Changed beforeinstall rule to use `install -C' instead of `cmp -s'
and `install -c'. `install -C' has exactly the right semantics
for installing headers and should be used elsewhere.
1995-11-26 09:51:42 +00:00
peter
420160f83d
Part two of a repository operation to sort out the libmp/libgmp builds.
...
After this commit, you should be able to build libmp and libgmp independently
and without being forced to do a make depend first..
1995-11-25 00:14:03 +00:00
markm
4504ec3c14
BBild libgmp from the sources already in ../libmp.
1995-11-13 19:13:19 +00:00
markm
68453fe892
Add libgmp.
1995-11-13 19:12:10 +00:00