Doug Rabson
2d9dae457a
All libs build on alpha now.
1998-08-31 13:47:38 +00:00
Doug Rabson
11c0474d23
Get definition of va_list from <stdarg.h>.
1998-08-31 13:47:03 +00:00
John Birrell
8deb7ff0b0
BINFORMAT -> OBJFORMAT ready for E-day.
1998-08-30 01:57:55 +00:00
John Birrell
6bdef94d87
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
Bruce Evans
07b64a25d2
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
Joseph Koshy
9c727d2ca9
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00
Eivind Eklund
97c44d070c
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
John Birrell
d73d5c86a3
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
Doug Rabson
bbba152305
This was broken for ELF builds.
1998-04-30 07:38:27 +00:00
Andrey A. Chernov
70fedb5298
Upgrade to 2.2
1998-04-28 07:16:24 +00:00
Bruce Evans
5317c2da24
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
Bruce Evans
1bcade7428
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
Bruce Evans
c9cbce0fdb
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
Bruce Evans
3b95f72be4
Don't add streambuf.cc to SRCS twice.
1998-02-25 01:23:28 +00:00
John Birrell
c9fc383199
Just one of these libs left to port to alpha.
1998-02-19 07:30:06 +00:00
John Birrell
2a4a5158b6
Modify for MACHINE_ARCH support instead of assuming just x86.
...
Added alpha and m68k stuff.
1998-01-25 09:45:00 +00:00
John Birrell
d7ad72179f
Avoid building x86 specific libraries on Alpha.
1998-01-10 22:50:00 +00:00
James Raynard
70ebe6afcb
<gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer
...
version instead.
1997-10-19 13:39:55 +00:00
Jordan K. Hubbard
d1b7206119
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 Wemm
a1aae50cc5
_G_VTABLE_LABLE_PREFIX is different between ELF and a.out
...
('_vt.' vs '__vt$')
1997-09-20 09:58:49 +00:00
Peter Wemm
3d9616690c
Insert first cut of hooks for compiling under ELF.
1997-08-29 14:02:14 +00:00
Peter Wemm
7e48c2c416
Insert hooks for building under elf.
1997-08-29 13:58:08 +00:00
Bruce Evans
4963bbb24d
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 Klemm
91234c7966
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
Andrey A. Chernov
a78e048ac2
Upgrade to 2.1
1997-06-07 13:18:30 +00:00
Satoshi Asami
2a48a07b0c
Add ${DESTDIR} in front of absolute paths.
...
Reviewed by: bde
1997-05-23 08:33:59 +00:00
John Polstra
e91cc88467
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
Bruce Evans
18b29797da
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
Bruce Evans
16ecf60500
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 Wemm
c67b1734f5
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
Jordan K. Hubbard
ab9b932c99
YAMF22
1997-03-29 19:51:48 +00:00
Andrey A. Chernov
5ee71a0d7b
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 Wemm
fce15c9ab3
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
Andrey A. Chernov
113b1c5fe5
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
Jordan K. Hubbard
a59ff6e254
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
Andrey A. Chernov
3d0c754cd0
Simplify using SRCDIR
1997-01-16 18:20:05 +00:00
Jordan K. Hubbard
75c6403334
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
Jordan K. Hubbard
1130b656e5
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
Jordan K. Hubbard
af481cbbf4
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 Wemm
24f481e12f
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 Wemm
b80cceb72f
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
Joshua Peck Macdonald
63c9b0f9ee
Same.
1997-01-11 05:45:40 +00:00
Joshua Peck Macdonald
97d7a9e33f
Added section and entry annotations.
1997-01-11 03:19:32 +00:00
Joshua Peck Macdonald
0e4dbbc03c
Add the missing annotations.
1997-01-11 03:07:52 +00:00
Andrey A. Chernov
8ef1c5d67a
Add -f to ln
1997-01-06 19:27:17 +00:00
Andrey A. Chernov
42446c543a
Use contrib version now
1997-01-05 16:19:58 +00:00
Joerg Wunsch
65fb557e51
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
Jordan K. Hubbard
fac5450c4f
Somewhere along the way, multiple targets started working and nobody
...
noticed.
1996-12-14 16:40:05 +00:00
Jordan K. Hubbard
ae5b2dcf86
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
Jordan K. Hubbard
fb46ad63d7
Line up some of these OK boxes properly again.
1996-12-12 11:05:59 +00:00
Mark Murray
d6eb2faa42
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 Wunsch
857bb723a2
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
Jordan K. Hubbard
a4a3782b70
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
Andrey A. Chernov
1b142f3fd2
Replace collate_range_cmp with its code (GNU variant)
1996-10-31 05:14:27 +00:00
Mark Murray
ebebb88b8d
Fix the dependancies.
...
Thanks Andrey!
Submitted by: ache
1996-10-24 18:03:53 +00:00
Mark Murray
3200ac9848
Fix this so that dependancies work properly.
...
Thanks Andrey!
Submitted by: ache
1996-10-24 18:00:43 +00:00
Mark Murray
206907362b
BMakefile for gmp-2.0.2
...
Requested by: ache
Made world by: chuckr
1996-10-20 09:29:39 +00:00
Mark Murray
3d9f2d2e10
BMakefiles for gmp-2.0.2
...
Requested by: ache
Made world by: chuckr
1996-10-20 09:28:03 +00:00
Mark Murray
5eb857037b
Remove the old libgmp. Version 2.0.2 is about to hit prime time.
1996-10-20 09:23:44 +00:00
Mark Murray
504fa96f30
Remove the old libgmp. Version 2.0.2 is about to hit prime time.
1996-10-20 09:11:57 +00:00
Mark Murray
537b19adb4
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 Wemm
210d012784
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 Wemm
74a20d397d
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
Jordan K. Hubbard
3cd2d3f69a
"CONTINUE" was just too long. Make it a nice "OK" now.
1996-10-04 13:06:48 +00:00
Peter Wemm
cb03015500
To the Attic we go..
1996-10-04 09:02:59 +00:00
Peter Wemm
e27edaff41
Add libstdc++ to the SUBDIR list
1996-10-04 08:44:26 +00:00
Peter Wemm
73456abd78
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 Wemm
99dd87778d
Initial shot at a bmakefile for libstdc++
1996-10-03 22:52:23 +00:00
Peter Wemm
090d47a84f
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
Bruce Evans
0c8ea4d48c
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 Wemm
8fb64f20b5
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 Wemm
f19798ebd2
Add libobjc, the Objective-C runtime library.
1996-09-19 16:19:49 +00:00
Peter Wemm
a1b588fd3f
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
Jordan K. Hubbard
e36f5f6c56
Make button highlighting more visible on B/W displays.
1996-09-06 09:36:45 +00:00
Bruce Evans
5b963fa12e
Fixed DPADD.
1996-09-05 17:16:10 +00:00
Jordan K. Hubbard
09059a0b45
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 Wemm
bc4c97465a
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
Andrey A. Chernov
c86058f16c
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 Wemm
0d1e50ffbc
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 Wemm
1153e298b7
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 Wemm
345be915f7
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
Andrey A. Chernov
38005cc510
Keep in sync with latest bash
1996-08-28 15:47:16 +00:00
Jordan K. Hubbard
71a074386a
Reverse my patch which erroneously removed the library dependencies
...
for a library. They're needed.
1996-08-13 12:46:10 +00:00
Andrey A. Chernov
38378332f6
Convert to newly aded collate compare function
1996-08-12 19:04:24 +00:00
Andrey A. Chernov
a0ef95d4b3
Use collate for alpha character ranges
1996-08-12 18:03:54 +00:00
Jordan K. Hubbard
8a80fd427c
Throw some unnecessary dreck out of this Makefile.
1996-08-11 17:21:20 +00:00
Jordan K. Hubbard
526195ad0d
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
Jordan K. Hubbard
15232ab26e
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
Jordan K. Hubbard
1cca289947
Fix a couple of whoopers which somehow went undetected until now.
1996-07-11 11:15:28 +00:00
Jordan K. Hubbard
3bd9961585
Add missing dialog_clear() calls.
1996-07-05 07:42:23 +00:00
Jordan K. Hubbard
73410b698a
Round out the examples a little better in showing custom buttons in operation
...
more than once.
1996-07-02 01:03:56 +00:00
Jordan K. Hubbard
cd9a2f5c28
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
Poul-Henning Kamp
4fbec7bfd1
Make rules reentrant.
1996-05-28 00:34:38 +00:00
Peter Wemm
f10ff67db6
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
Wolfram Schneider
9fb933075e
`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
Jordan K. Hubbard
d1efb9fdc2
Fix the OK/Cancel accellerator bogon I introduced a few days back.
1996-04-28 02:13:07 +00:00
Jordan K. Hubbard
1e702eb8a5
Fix what I just broke with DITEM_LEAVE_MENU
1996-04-27 07:09:41 +00:00
Jordan K. Hubbard
396df2aa3a
Fix a bogon with ok/cancel callback usage.
1996-04-27 01:52:15 +00:00
Jordan K. Hubbard
7af0a5dbaf
More custom hackery to deal with issues discovered in sysinstall.
1996-04-25 17:27:18 +00:00
Jordan K. Hubbard
ab112e9f34
Allow some post-fire actions to be combined in ways that weren't
...
possible before.
1996-04-25 13:34:37 +00:00
Jordan K. Hubbard
02836a445d
alloca() was being called with highly bogus arguments due to brain
...
fade. Fixed.
1996-04-25 01:50:18 +00:00
Jordan K. Hubbard
5553e30b48
Cosmetic tweaks.
1996-04-23 01:25:04 +00:00
Jordan K. Hubbard
7b75f15fa7
Another bug fix for the DITEM_REDRAW case.
1996-04-20 01:56:06 +00:00
Jordan K. Hubbard
060882c315
Make the DITEM_RECREATE option work properly.
1996-04-20 01:28:20 +00:00
Jordan K. Hubbard
d83f3d7544
Fix a bug which did not properly bias checklist items by their scroll
...
factor.
1996-04-19 10:39:16 +00:00
Jordan K. Hubbard
806a609d46
Remove a long-standing window leak I just noticed.
1996-04-18 13:36:39 +00:00
Jordan K. Hubbard
c50c22c798
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
Jordan K. Hubbard
6562be49a5
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
Jordan K. Hubbard
056985cc17
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
Jordan K. Hubbard
de16e2a457
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
Jordan K. Hubbard
3d681421e0
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
Jordan K. Hubbard
f6284247b7
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
Jordan K. Hubbard
371a943ab5
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
Jordan K. Hubbard
b376966fbf
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
Mark Murray
5fff263854
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
Poul-Henning Kamp
2551444ec5
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
Poul-Henning Kamp
e35bc152c8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
Mike Pritchard
6fad16fd59
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
Mike Pritchard
c211e812bb
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
Jordan K. Hubbard
b1c46b6825
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
Jordan K. Hubbard
52abcf2c37
Fix small bug with negative item_no.
1996-01-10 13:57:46 +00:00
Jordan K. Hubbard
24b935d90e
Refresh before calling selection hook.
1996-01-05 04:00:51 +00:00
Jordan K. Hubbard
cd5e85eb47
Create individual tests for each dialog feature.
1996-01-01 03:45:32 +00:00
Jordan K. Hubbard
738c371d22
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 Wemm
6065a0be11
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 Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Jordan K. Hubbard
79b4be8ddf
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
Jordan K. Hubbard
728c8dd9ac
o Add some test code.
1995-12-23 01:10:32 +00:00
Jordan K. Hubbard
fa8dc2c075
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
Andrey A. Chernov
4d9c923ce7
Add fixes from bash beta
...
Back out trailing spaces changes
1995-12-03 00:09:12 +00:00
Jordan K. Hubbard
d7c4e4ec1e
gets() -> fgets()
1995-12-01 08:19:12 +00:00
Bruce Evans
89e36521ab
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 Wemm
3c64c6ee8d
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
Mark Murray
12e4d1a6e7
BBild libgmp from the sources already in ../libmp.
1995-11-13 19:13:19 +00:00
Mark Murray
1191aefe58
Add libgmp.
1995-11-13 19:12:10 +00:00
Mark Murray
4accbdcc20
Make the tests work. libmp and libgmp must be installed for this
...
to work.
1995-11-13 18:42:24 +00:00
Mark Murray
2becfa2b3c
Build the TeXinfo manual
1995-11-13 18:40:45 +00:00
Mark Murray
638ddb0f0e
1) Add the doc/subdirectory - this will get gmp.texi installed
...
2) Clean up the Makefile - libgmp is coming!
1995-11-13 18:39:23 +00:00
Mark Murray
58cf3c925d
Add libmp
1995-11-12 15:03:50 +00:00
Mark Murray
43f0bbcd01
BMake the multiprecision library, and fix as many of the -Wall warnings
...
as is now feasable.
1995-11-12 14:55:48 +00:00
Mark Murray
ae82e96f8c
GNU MP (Multiprecision) library. This is needed by secure RPC (being
...
done by Bill Paul) and various other BSD programs.
Obtained from:FSF
1995-11-12 14:40:41 +00:00
Bruce Evans
48cfb668fc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
1995-08-06 12:24:38 +00:00
Andrey A. Chernov
622a231988
Update version info
...
Reviewed by:
Submitted by:
Obtained from:
1995-07-19 17:01:56 +00:00
Andrey A. Chernov
5d633ee823
Sync with bash 1.4.5 version
...
Check some null pointers before action, cosmetique fixes
Submitted by:
Obtained from:
1995-07-19 17:01:18 +00:00
Bruce Evans
fce8868368
Fix dependencies for regex.texi. It is constructed by merging a C header
...
file with an info source file.
1995-07-12 19:02:06 +00:00
Doug Rabson
2b7f9b5ea1
Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to call
...
constructors and destructors.
Add -lgcc_pic to LDADD for the shared library since C++ code uses stuff from
libgcc and we no longer have a shared libgcc. Should this be done by
CPLUSPLUSLIB?
1995-07-05 15:04:47 +00:00
Rodney W. Grimes
4399be3cbd
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
Jordan K. Hubbard
267e12ca09
Don't make TAB and BACK-TAB destroy field contents incorrectly.
...
Submitted by: gibbs
1995-05-28 03:36:05 +00:00
Adam David
e43fc3243b
eliminate coredump for readline(NULL) case
1995-05-22 13:32:29 +00:00
Andrey A. Chernov
a66edb3187
Remove extra argument from mesgbox
1995-05-16 10:17:13 +00:00
Andrey A. Chernov
05b91f7dce
Call mesgbox instead of msgbox for long descriptions
1995-05-16 06:09:28 +00:00
Jordan K. Hubbard
64b91eadc2
Changes to support the new dialog_dselect() features required to fix
...
pkg_install. dialog_dselect() wasn't very useful before.
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-16 01:31:40 +00:00
Andrey A. Chernov
0ae932377a
Fix draw shadow bug, when shadow reaches end of the screen,
...
bringed by devmenu or tzsetup f.e.
1995-05-15 16:40:02 +00:00
Andrey A. Chernov
4769e93ea2
Add missing include
1995-05-12 19:21:46 +00:00
Andrey A. Chernov
a5d744927b
Bump major number, function deleted
1995-05-08 16:10:34 +00:00
Andrey A. Chernov
011048ae6a
Bump major number
1995-05-08 08:43:06 +00:00
Andrey A. Chernov
883c5f31fa
Fix nasty shadow bug sneaked in Marc's commit.
...
Implement ^K and KEY_EOL as clear end of line
Move common code from line_edit to static function
Cosmetique changes in textbox
1995-05-08 01:43:52 +00:00
Andrey A. Chernov
8c18198a0c
Bump major number instead of minor: old functions arguments was changed too
1995-05-04 09:45:29 +00:00
Andrey A. Chernov
fbe3680005
Bump minor number
1995-05-03 18:54:09 +00:00
Andrey A. Chernov
1ccc95ada5
Handle too long strings correctly in print_autowrap()
...
Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl>
1995-04-30 19:43:53 +00:00
Jordan K. Hubbard
6e9cd00afe
Hastily back out my previous change to install ui_objects.h; upon further
...
examination, I'm not entirely sure this was meant to be public. It's not
idempotent or anything. I'll make pkg_manage deal with it another way
until it's been confirmed one way or the other by Marc.
1995-04-21 10:18:33 +00:00
Jordan K. Hubbard
effc53c83c
Also install new ui_objects.h header file. I'm not sure how I feel about
...
these Makefile constructs - surely there's a better way?
1995-04-21 10:15:31 +00:00
Andrey A. Chernov
7f6e7c13b5
Upgrade.
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-04-20 17:39:37 +00:00
Andrey A. Chernov
a989b77e9e
Fix update_line() updates on screen edges
...
Obtained from: bash sources
1995-04-18 11:00:47 +00:00
Andrey A. Chernov
ed42ac9324
Get rid of strtok(), it is depricated inside libs
1995-03-24 17:59:48 +00:00
Jordan K. Hubbard
3bdf20c2d4
This just exited on most errors, some of which were legitimate and
...
I don't *want* to cause my application to be exited! Some of the fprintfs()
should probably be calls to some dialog error menu popup anyway.
1995-03-22 02:06:06 +00:00
Andrey A. Chernov
ee02f1d697
Saved scroll fixed.
1995-03-21 01:06:07 +00:00
Rodney W. Grimes
edbae4a194
Pretty much a complete rewrite of this Makefile.
...
Remove private mkdir command for /usr/include/g++, this is now
handled by mtree.
Make the whole file fit in 80 column output, sort the SRCS list and
split into .c and .cc sources.
Use $Id$ instead of $FreeBSD$ since we pulled support for this.
Add DPADD to match LDADD and now include <bsd.prog.mk> to define
the DPADD values (This is a hack until the .mk stuff can be corrected
so that ${LIB*} is visiable in bsd.lib.mk.)
Optimize beforeinstall target by eliminating a subshell.
1995-03-20 09:38:21 +00:00
Andrey A. Chernov
dd970fbdb0
Fix savestring & gdb conflict
...
Moreover, this fix not breaks any pgm which uses readline's savestring
1995-03-17 21:11:53 +00:00
Andrey A. Chernov
0efbb29eec
Upgrade
1995-03-17 01:40:52 +00:00
Andrey A. Chernov
c14b1eb830
Add cmp -s to beforeinstall target
1995-03-12 23:21:29 +00:00
Poul-Henning Kamp
0282d7a383
Don't install shared libgcc, we can't do it this way.
...
I will uuencode and check in to a "compat20" area the 2.0-RELEASE version.
1995-03-12 20:17:07 +00:00
Poul-Henning Kamp
fd6eef4fd9
Remove a bunch of funtions that are in libc already.
...
Add back the shared libgcc, now that we don't use it to link against.
1995-03-12 09:37:26 +00:00
Jordan K. Hubbard
fdf5c453e0
We can't bail out on generating the pic archive yet.
...
Submitted by: bde
1995-03-06 12:17:49 +00:00
Poul-Henning Kamp
3d496ce9e4
Don't make the shared libgcc. I don't belive we need the libgcc_pic.a
...
anymore, so I killed that as well.
1995-03-06 08:04:05 +00:00
Nate Williams
0be9c260c5
Install the include file in the same way that all other includes file are
...
in the 'beforeinstall' target.
1995-03-06 05:51:32 +00:00
Andrey A. Chernov
2270889953
Fix arrows printout for non-arrows keys in menubox
...
Move arrows printout to single kernel function
Add PgUp/PgDn/Home/End to checkbox and radiobox
1995-03-02 01:03:39 +00:00
Andrey A. Chernov
fdcf149868
Simplify notify()
...
Fix dupwin usage, now it really restore screen
Disable helpline while helpfile displayed
Fix helpfile borders
Fix mesgbox range computing
1995-02-23 22:36:56 +00:00
Andrey A. Chernov
108497c8b6
Remove dir creating, done by mtree
...
Add missing file name for cmp
1995-02-15 20:59:13 +00:00
Andrey A. Chernov
895aadbcfb
file selector, helpline, helpfile and more, with my fixes
...
Submitted by: wmbfmk@urc.tue.nl
1995-02-15 19:44:08 +00:00
Jordan K. Hubbard
47d5df1d7d
The destructor always assumed that it would be called on objects created from
...
ONE constructor routine. This was bogus - there is also a system provided
constructor which does not allocate a pattern buffer. Make less assumptions.
1995-02-14 12:35:03 +00:00
Andrey A. Chernov
7b5de861cd
Much better error handling added.
1995-02-13 18:51:50 +00:00
Andrey A. Chernov
255ec70534
Add more range/argument checking
...
Submitted by: charnier@lirmm.fr
1995-01-30 14:11:58 +00:00
Andrey A. Chernov
23a4e9ded7
Add doc to SUBDIR
1995-01-16 17:56:20 +00:00
Andrey A. Chernov
98f978a585
Remove */doc
1995-01-16 17:53:43 +00:00
Andrey A. Chernov
1d8834adda
Back out bkgd() function usage, it acts not from
...
common sense but from sysv standard
1995-01-16 17:22:35 +00:00
Andrey A. Chernov
712624913e
Upgrade to code which should satisfy all things which we have
1995-01-11 06:12:04 +00:00
Andrey A. Chernov
dc92878b84
Upgrade regex code to most recent that I found
...
Version number still not changed
1995-01-11 05:39:08 +00:00
Andrey A. Chernov
35a3303073
Changes for 8-bit ctype
1995-01-11 04:56:51 +00:00
Andrey A. Chernov
ea822ebc88
libregex/doc added
1995-01-11 04:34:23 +00:00
Andrey A. Chernov
68206ccc06
Add infopage installation
1995-01-11 04:32:41 +00:00
Andrey A. Chernov
82c1981ce5
Back out prev fix, now fixed in bsd.info.mk
1995-01-07 16:42:39 +00:00
Andrey A. Chernov
ca6887fcae
Fix "make" vs "make all"
1995-01-07 01:08:54 +00:00
Andrey A. Chernov
00e87e70d1
Add readline/doc to SUBDIR
1995-01-04 22:38:51 +00:00
Andrey A. Chernov
9c596ee78f
Fix format error
1995-01-04 22:21:06 +00:00
Andrey A. Chernov
687af2f4b8
Add dependances
1995-01-04 22:19:34 +00:00
Andrey A. Chernov
6f2b954ba5
Install infopages
1995-01-04 22:16:14 +00:00
Andrey A. Chernov
7ccdf7da4c
Upgrade from new bash
1994-12-30 14:39:39 +00:00
Andrey A. Chernov
f6f38b4bc9
Upgrade to readline from bash 1.14.3
1994-12-12 03:23:04 +00:00
Andrey A. Chernov
c7d2093e06
Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',
...
but BSD 4.4 typedefed it as 'off_t'. Make _RX_C_ hook for sucessful
rx.c compilation
1994-12-09 02:26:23 +00:00
Andrey A. Chernov
de0c026bbb
Change #include order to not redifine __P
1994-12-09 01:51:16 +00:00
Andrey A. Chernov
9b39c00d7d
Regcomp, re_comp eliminating
1994-12-09 01:08:56 +00:00
Andrey A. Chernov
97f0be939c
More kosher regexp eliminating, based on BSD date now
1994-12-09 01:08:01 +00:00
Andrey A. Chernov
3f3f840110
Eliminate buggy regcomp and re_comp implementations,
...
we already have them in another place.
1994-12-09 00:46:42 +00:00
Andrey A. Chernov
62c83be30c
8bit locale ajustment fix
1994-12-06 04:23:42 +00:00
Andrey A. Chernov
1d4039c723
Upgrade to version 2.0
1994-12-06 03:16:45 +00:00
Andrey A. Chernov
9b50f2c60a
Use new bkgd() function to produce background
1994-12-02 19:49:17 +00:00
Andrey A. Chernov
3cab153245
Add -lcompat to LDADD for insque/remque (they treated as part of library)
1994-11-24 21:02:00 +00:00
Andrey A. Chernov
97b8db5f63
For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead
...
of 1. (we have it). Please check gnu2bmake script
1994-11-23 21:11:20 +00:00
Andrey A. Chernov
284cd8b7b9
Add missing osfcn.h
1994-11-23 21:00:24 +00:00
Andrey A. Chernov
ef849892d9
Add ^X,^B,^F,^E,^A
...
Implement KEY_DC/^D
Fix some displaying errors
Add more beeps on reaching edges
1994-11-20 00:21:02 +00:00
Andrey A. Chernov
2c154e8124
Automatically turn off insert mode when end of field reached
...
in line_edit().
1994-11-19 10:22:12 +00:00
Andrey A. Chernov
5fa4b99ccf
Highlight only flen sized part while editing in line_edit()
1994-11-19 09:58:34 +00:00
Andrey A. Chernov
3fa6f2210c
Highlight only space available for editing
1994-11-19 00:45:02 +00:00
Andrey A. Chernov
852ffa1977
silently restrict all boxes to LINES, COLS
1994-11-18 22:49:09 +00:00
Andrey A. Chernov
df5add3f69
Draw passed line with passed attrs on enter of line_edit()
...
and redraw it with default attrs on exit.
1994-11-18 01:46:32 +00:00
Andrey A. Chernov
a9e8a652cb
Add new parameter to line_edit: field length (-1 means unlimited)
1994-11-18 01:02:42 +00:00
Andrey A. Chernov
f9c9c70b70
Save/restore attrs in line_edit now
1994-11-18 00:30:06 +00:00
Andrey A. Chernov
45cb79a377
Use newscr instead of curscr in shadows code
1994-11-17 23:54:24 +00:00
Andrey A. Chernov
934a5f3e30
Use wnoutrefresh() in clear_norefresh
1994-11-17 23:08:57 +00:00
Andrey A. Chernov
1a796bb52a
Add dialog_clear_norefresh() function
1994-11-17 22:52:05 +00:00
Andrey A. Chernov
5c19f0147a
Remove regex.h, it conflicts with our POSIX regex.h and we already
...
have it under different name: gnuregex.h (from libregex)
Change all references of <regex.h> to <gnuregex.h>
1994-11-17 21:44:49 +00:00
Andrey A. Chernov
04339572bc
Fix original bug with wrong calculated dims for items list.
...
Add args check for functions when autosizing impossible.
1994-11-17 19:21:51 +00:00
Andrey A. Chernov
5f5d7caab1
Full autosizing support, now you can pass -1, -1 for any
...
string
1994-11-16 14:37:37 +00:00
Andrey A. Chernov
81301998fc
Make shadow more 'real': now shadowed letters appearse as dim ones.
1994-11-15 17:32:05 +00:00
Andrey A. Chernov
fb05aa973e
Fix bug: only one second-level shadow drawed
1994-11-15 12:42:14 +00:00
Poul-Henning Kamp
8ab1d79d16
Integrated GCC-2.6.1 -> GCC-2.6.2 changes.
...
Notice that the libgcc DOESN'T change number, because there are no
changes.
Also now the gnu2bmake stuff is synchronized again.
I commit this so that others can test too.
You might want to postpone any "make worlds" until tomorrow, to
avoid any problems I didn't see in the first pass.
Thanks to Bruce for rounding up our changes to gcc.
1994-11-15 04:52:19 +00:00
Jordan K. Hubbard
c9902b6aaa
Fix merge conflicts.
1994-11-13 06:11:02 +00:00
Jordan K. Hubbard
be25b01844
Michael Reifenberger's libg++ port
...
Submitted by: mr
1994-11-13 05:57:35 +00:00
Jordan K. Hubbard
b3f6f5fbb3
Michael Reifenberger's libg++ 2.6.1 port.
...
Submitted by: mr
1994-11-13 05:54:27 +00:00
Andrey A. Chernov
af39413d8c
Additionly use erase char from termios
...
Implement kill line by ^U or kill char from termios
1994-11-10 15:16:46 +00:00
Poul-Henning Kamp
b80d982b84
As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.
1994-11-07 04:40:26 +00:00
Poul-Henning Kamp
fe7dee4700
----------------------------------
...
GCC-2.6.1 COMES TO FREEBSD-current
----------------------------------
Everybody needs to 'make world'.
Oakland, Nov 2nd 1994. In a surprise move this sunny afternoon, the release-
engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28),
decided to pull in the new version 2.6.1 of the GNU C-compiler.
The new version of the compiler was release today at noon, and hardly 9
hours later it was committed into the FreeBSD-current source-repository.
"It's is simply because we have had too much trouble with the version 2.6.0
of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble
when we decided to use that as our compiler for the 2.0 release, but it
seems to pay of in the end now" he concludes.
The move has not been discussed on the "core" list at all, and will come as
a surprise for most Poul-Hennings peers. "I have only discussed it with
Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that
we needed to do it, so ... I did it!". After a breath he added with a grin:
"My email will probably get an all time 'disk-full' now!".
This will bring quite a flag-day to the FreeBSD developers, the patch-file
is almost 1.4 Megabyte, and they will have to run "make world" to get
entirely -current again. "Too bad, but we just had to do this." Was
the only comment from Poul-Henning to these problems.
When asked how this move would impact the 2.0 release-date, Poul-Hennings
face grew dark, he mumbled some very Danish words while he moved his fingers
in strange geometrical patterns. Immediately something ecclipsed the Sun, a
minor tremor shook the buildings, and the temperature fell significantly.
We decided not to pursure the question.
-----------
JOB-SECTION
-----------
Are you a dedicated GCC-hacker ?
We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and
carry the patches back to the GNU people. In particular, we need to get
out of the "i386-only" spot we are in now. I have the stuff to take a
gnu-dist into bmake-form, and will do that part.
Please apply to phk@freebsd.org
No Novice Need Apply.
1994-11-03 06:52:42 +00:00
Andrey A. Chernov
76ab56f350
Now line_edit() uses passed string as initial prompt
1994-11-02 01:40:34 +00:00
Jordan K. Hubbard
2af60dc4f7
Translate README to english. :-)
1994-11-02 00:39:42 +00:00
Andrey A. Chernov
f60854c594
Fix beforeinstall compare
...
Submitted by: jc@cleat.irbs.com
1994-11-01 17:32:46 +00:00
Paul Traina
8cbbf1b79e
Don't reinstall includes when not necessary
1994-11-01 09:13:02 +00:00
Andrey A. Chernov
9570a6deea
Add pointer check after each newwin/subwin with error diagnostic
1994-10-31 04:02:31 +00:00
Jordan K. Hubbard
faa28a39e9
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
Andrey A. Chernov
646556067f
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
Andrey A. Chernov
3f20de5a5f
Implement dialog_prgbox() function which allows run program
...
(via pipe) with output to dialog box
1994-10-28 03:08:28 +00:00
Paul Richards
0adfb6eb99
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
Andrey A. Chernov
2e1e6f4685
Make dialog attributes visible from outside (for direct usage
...
in pgms)
1994-10-24 05:09:45 +00:00
Andrey A. Chernov
d60b2c616a
Fix dialog_clear() to clear windows.
1994-10-21 17:52:19 +00:00
Andrey A. Chernov
2a9cdd71dd
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
Andrey A. Chernov
8a585590ef
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
Andrey A. Chernov
51c3256355
Don't exit silently, if initscr failed; put error message
1994-10-19 04:45:41 +00:00
Andrey A. Chernov
e314eb04c7
Check initscr() for NULL
1994-10-19 04:10:48 +00:00
Andrey A. Chernov
0f61271c87
Add LDADD += -lcurses
1994-10-12 02:13:39 +00:00
Andrey A. Chernov
e46d877d8d
Add LDADD+= -ltermcap
1994-10-12 02:06:02 +00:00