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