jhb
1b41773e7a
Back out the previous revision for now. Instead, the current sparc64
...
Makefile changes are in the sparc64 p4 tree.
2002-01-07 19:27:50 +00:00
jhb
27f95e7d69
Don't build csu or libgcc on sparc64 for the time being.
2002-01-03 19:57:35 +00:00
ru
cc289dd393
Fixed memory leak in dialog_gauge(3).
...
PR: gnu/32260
Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
MFC after: 3 days
2001-11-29 07:42:13 +00:00
obrien
533c5ccaf2
-v must have a space between it and the variable.
...
Submitted by: David Wolfskill <david@catwhisker.org>
(did I mention he should be a committer? :-) )
2001-11-01 07:11:10 +00:00
ru
7af6b8b2fa
Removed mentions of TARGET_ARCH from non-cross places.
2001-10-04 14:13:16 +00:00
bde
62ec0d2249
Fixed missing return type in synopsis.
2001-10-03 04:01:51 +00:00
ru
623da62a5a
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
eric
91e066d203
Properly move cursor when home and end keys are used.
2001-08-31 01:56:06 +00:00
dd
ac6635ed48
Remove libgmp build infrastructure.
2001-08-10 18:35:08 +00:00
eric
50b51a574f
Handle keys consistently.
2001-08-09 01:14:09 +00:00
ru
81548453fb
dialog(3) -> dialog_noyes(3).
2001-08-07 12:13:22 +00:00
eric
14b5ca4478
Update man page to actually match the source.
...
PR: 7456
2001-08-01 06:23:00 +00:00
dd
a12e9377b2
Enable the new libmp in the build, and disable libgmp and its
...
henchmen.
2001-07-29 08:58:22 +00:00
eric
145593b99f
Properly update cursor position when the list is scrolled.
2001-07-26 05:35:19 +00:00
eric
a034475efb
Handle keys consistently.
2001-07-26 03:34:43 +00:00
eric
8add8ad5e6
Improve the interface provided by libdialog. Move a cursor around over
...
the components and trigger actions based on its position. This reduces
the need to remember the functions of various keys, and makes the
interface more consistant across library.
~
2001-07-18 05:21:37 +00:00
ru
d19961ab7f
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
ache
ae7b8dddd7
Pick manpages from their original locations
2001-04-21 22:05:33 +00:00
ru
2d1b95a96f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
ache
1a3245ae3d
Install history.3 as rlhistory.3 to not conflict with existing libedit function
2001-04-12 09:54:44 +00:00
ache
fe8256367d
Upgrade to 4.2
2001-04-11 03:49:54 +00:00
obrien
34100a9517
Add libiberty. This is needed on the Alpha by the iprobe port.
...
I have held this back for over a year, as we will always have to wrestle
with the question of "*which* libiberty sources to use". Sigh, if only
the GNU people would treat it as a totally separate library from GCC, et al.
and release it as such...
2001-03-31 07:02:02 +00:00
ru
87ed4c32b3
MAN[1-9] -> MAN.
2001-03-27 14:59:06 +00:00
obrien
e2e7f95f52
Sigh. I should know better than to commit a one line change from a PR
...
w/o a full compile test, even when the PR seemed so authoritative on the
subject...
Install sstream, not the non-existent sstring.
2001-03-24 09:01:31 +00:00
obrien
46d4705887
Install sstring.
...
PR: 25927
Submitted by: Jeremy Norris <ishmael27@home.com>
2001-03-24 08:19:31 +00:00
obrien
9b0df6da5b
Garbage collect these ancient bits.
2001-03-24 08:15:22 +00:00
jkh
af5cfafd6a
Properly orient the buttons for yes/no and no/yes so that POLA is
...
observed. This fixes the "no/yes box jumps buttons around" problem.
PR: gnu/24487
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-02-24 18:52:56 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
0a221c5a50
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
obrien
9ecd859376
Use a unified libgcc rather than a seperate one for threaded and
...
non-threaded programs. This provides threaded programs with the
needed exception frame symbols.
parts submitted by: Max Khon <fjoe@iclub.nsu.ru>
PR: 23252
2001-01-06 06:16:31 +00:00
ru
03fb4ce195
Prepare for mdoc(7)NG.
2000-12-27 13:59:17 +00:00
jkh
41a7e78c6b
Add a new function, dialog_noyes(), for sysinstall to be able to
...
present questinos with a different default answer. Somebody submitted
a patch to me once which did something this but I lost it (my bad) so
I'm just going to re-implement it with thanks to whomever it was who
gave me the idea.
2000-12-14 02:35:22 +00:00
obrien
0a36ecb3f7
Don't compile libgcc_r twice.
2000-11-25 13:04:08 +00:00
obrien
15c928f7db
Don't build libgcc_r if "NOLIBC_R" defined. If you don't have a threads
...
safe libc, having a threads safe libgcc isn't of much use.
2000-11-25 01:25:35 +00:00
ru
6fb67fdcd0
mdoc(7) police: Add a missing `.Sm on' request.
2000-11-21 18:18:46 +00:00
jdp
61875350d3
Tell libgcc_r how to initialize a mutex before it uses it. This
...
fixes the immediate segmentation violations from some multithreaded
programs built on very up-to-date systems.
2000-11-01 01:18:27 +00:00
obrien
b18bf4b787
Quiet -Wall.
2000-10-31 11:36:33 +00:00
obrien
0002ff665c
GCC uses .asm files on the Alpha for crt{begin,end}.o rather than
...
crtstuff.c as they do for other platforms.
Moral support from: jdp
2000-10-31 01:06:28 +00:00
obrien
82c32a8a3f
* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
...
when using the egcs and gcc-devel ports, along with GCC built from stock
public FSF sources. With out this change, FreeBSD will be removed from
the list of systems GCC 3.0 must be evaluated on before release. With
the effort some of us put into getting FreeBSD on this list, we should
not turn this effort into a waste, else we might not be worth fighting
for in the future. (note that Alpha and IA-64 versions of crt{i,n}.S
are needed)
* Switch from our own crt{begin,in} to those created from GCC's crtstuff.c.
This will allow us to switch to DWARF2 exceptions in the future, along with
staying in sync with any future GCC requirements.
* Break out our ELF branding bits into a seperate file. Currently this
is now included by our crt1.c files (since this functionality was part of
our native crtbegin.c). Later crtbrand.o will be merged in the creation
of crti.o.
2000-10-28 21:26:48 +00:00
obrien
57bfbf78be
Add "NO_CXX" knob to match src/gnu/usr.bin/cc/Makefile.
2000-10-24 11:25:28 +00:00
brian
2fff1245fa
include <sys/types.h>
2000-10-15 20:49:53 +00:00
ache
1501c8387d
Remove unneded -lmytinfo
2000-09-16 04:27:30 +00:00
obrien
7b694b0fc3
Scoot things over to the temporary *.295 source while I do major construction
...
on the mainline sources.
2000-06-04 06:56:23 +00:00
obrien
007ce13300
Fix the .PATH style nits. Other style nits left for later.
2000-04-17 18:50:18 +00:00
obrien
1599fce084
Use the non-asm routines for IA-64, PPC, and arm32 ports.
2000-04-17 18:48:31 +00:00
steve
12cd48ae48
Use the non-asm routines (for now) on the sparc and sparc64 ports.
2000-04-15 20:41:06 +00:00
obrien
5baa08090e
Get the installed headers list right.
2000-03-30 08:09:42 +00:00
obrien
1ff8e40995
Switch over to using the GCC 2.95 Objc library code.
2000-03-30 02:40:49 +00:00
obrien
13cef0c010
Clean up the FreeBSD configuration files -- includes removing the usage
...
of svr4.h on the i386, and moving all the shared arch neutral bits into
the FreeBSD general config header.
2000-03-23 10:18:26 +00:00