Andreas Schulz
ad15376867
Replaced the whole former Makefile with a more BSD conformant Makefile.
1995-05-28 21:20:30 +00:00
Andreas Schulz
cbce938a64
Reviewed by: with the allowance of Rod :-).
...
Add a NOMAN= . It doesn't have a manual page yet.
Please don't cry :-). I ask Rod first. the whole isdn subdir is not
used in the moment and is only dead source code in the tree.
1995-05-28 21:18:20 +00:00
Andrey A. Chernov
f7cdf1f7ad
Add link to sperl4.036, needed for suid scripts and pgms
...
which use sperl$]
1995-05-28 19:40:18 +00:00
Andrey A. Chernov
5a630b07ee
Make link to tperl4.036, needed for suid scripts and other stuff
...
which use tperl$]
1995-05-28 19:38:59 +00:00
Andrey A. Chernov
4b7250c3f9
Fix $] variable value (version number), close PR 449
...
Submitted by: Bill Fenner <fenner@parc.xerox.com>
1995-05-28 19:21:54 +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
Jean-Marc Zucconi
f7fda1a3c9
configuration files are in /etc/uucp and spool files are in /var/spool/uucp
1995-05-20 21:25:25 +00:00
Andrey A. Chernov
7b9728ce0b
Don't chdir to subdirs before formatting, non-native manpages
...
assume it for .so directive
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-05-20 19:02:53 +00:00
Rodney W. Grimes
58d8a5e922
Make error message for no input files specified consistent across all
...
three compilers.
Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-05-17 01:03:56 +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
Rodney W. Grimes
4f66643c1d
This patch teaches info to read gzipped files (emacs info already
...
works) so one can gzip files in /usr/share/info and save a few
megabytes diskspace.
Submitted by: Kai Vorma <vode@snakemail.hut.fi>
1995-05-14 17:54:44 +00:00
Andrey A. Chernov
cb874294c9
Install uuconv/uuchk with right permissions
1995-05-14 17:01:07 +00:00
Andrey A. Chernov
38e121ed71
Update other Makefiles to reflect uuconv/uuchk install place change
1995-05-13 12:57:44 +00:00
Andrey A. Chernov
12421b942f
Install uuconv/uuchk to /usr/sbin
1995-05-13 12:30:17 +00:00
Andrey A. Chernov
4769e93ea2
Add missing include
1995-05-12 19:21:46 +00:00
Rodney W. Grimes
ba0879629f
Submitted by: Charles Henrich <henrich@fubar.cl.msu.edu>
...
Quite up man when directories in MANPATH do not exist. If you want
it to tell you about problems use man -d.
1995-05-12 04:56:28 +00:00
Rodney W. Grimes
1f2c9ce35f
Submitted by: gj
...
Delete suspicious looking chunk of code that was partially commented out.
1995-05-09 13:59:22 +00:00
Rodney W. Grimes
eb0b975c2d
Fix nested comments for -Wcomment warnings.
1995-05-09 12:58:53 +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
Joerg Wunsch
d2b27ba8b6
From Wolfram: Fix: typos, old links
...
Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
1995-05-06 19:04:07 +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
Bill Paul
8a17ad7e57
Small fix for yp_match implementation:
...
In the case where ypserv is started with the -dns flag, fall through to
the DNS lookup code only if asked to match a map with the word 'host'
in its name. This prevents failed matches on non-host maps from being
incorrectly handed off to DNS.
1995-05-03 14:36:12 +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
Andrey A. Chernov
4c639bf9d7
Fix HAVE_SAVED_IDS and HAVE_BROKEN_SETREUID defines
1995-04-29 12:22:41 +00:00
Andrey A. Chernov
4843859879
Remove setr* hacks
1995-04-27 19:56:37 +00:00
Jordan K. Hubbard
4b1e0d1665
Close this PR:
...
>Number: 364
>Category: bin
>Synopsis: Interrupting man results in half-baked man page
>Description:
Interrupting man while it is waiting for the page to be formatted
results in a zero length file or a half-baked file.
>How-To-Repeat:
Inetrrupt man while it is formatting a page.
>Fix:
Pay more attention to the return value from the system command.
Submitted by: John Capo <jc@irbs.com>
1995-04-26 16:19:23 +00:00
Jordan K. Hubbard
38f4846ec5
Gary J's patches to make gdb -w work properly.
...
Submitted by: gj
1995-04-26 01:01:20 +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
Nate Williams
110aea11f2
Sync. up bits with Paul K. Cascade support plus some cosmetic changes.
...
Obtained from: NetBSD
1995-04-21 04:57:50 +00:00
Andrey A. Chernov
7f6e7c13b5
Upgrade.
...
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-04-20 17:39:37 +00:00
Joerg Wunsch
e6073fb7f6
Fix for the ``gdb -k /nonexistent /dev/mem'' core dump.
...
Submitted by: gj@freebsd.org (Gary Jennejohn)
1995-04-19 22:59:33 +00:00
Nate Williams
c0a7a54b73
Backed out the only FreeBSD specific change to the stock CVS sources now
...
that it's taken care of in the CVSROOT/cvsignore file which is FreeBSD
specific.
This will make it easier to track changes in the *official* release.
1995-04-18 18:14:57 +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
Rodney W. Grimes
aa556f48a9
Add missing $(DESTDIR) to rm command so that this stops removing files
...
from my master system.
This makefile is a crock, and will soon be rewritten!
1995-04-17 19:10:20 +00:00
Nate Williams
3cc6a1ed2e
Added back 'examples' to the subdirs which was bogusly removed.
1995-04-14 15:15:27 +00:00
Joerg Wunsch
c8a2ad770c
Fix broken file name globbing. Man is now also able to find pages
...
like "3DBorder" and "[". (NB, the "3DBorder" problem has actually
been intention, it allowed for weird section names like "3xyzzy". We
don't have them, either.)
(Partially) Submitted by: taob@gate.sinica.edu.tw (Brian Tao)
1995-04-11 22:01:53 +00:00
Nate Williams
65cc5b32c2
Re-enabled cvs now that Rod is satisfied that it will work correctly.
1995-04-11 17:28:26 +00:00
Jordan K. Hubbard
f0681de0c2
Mods to tar (--fast-read) to cause it to stop looking for exact-matching
...
file specifications when they've been extracted (enabling you to get a file
fast if it occurs somewhere close to the front).
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-04-10 11:47:37 +00:00
Nate Williams
b6b718f326
as Thomas Graichen recently wrote in private mail:
...
> * the gdb-4.13 of current (compiled and used under 2.0R) can not attach to my
> own processes (it works only then i'm root - else i get open failed - for my
> own processes)
how embarassing ! This turns out to be a bug in infptrace.c. Below
is a patch. Could some kind soul apply it ?
Submitted by: "Gary J." <garyj@rks32.pcs.dec.com>
1995-04-10 00:01:01 +00:00
Nate Williams
5b9d4f5aa8
Added Makefile for example files. They are now installed in
...
/usr/share/examples/cvs for use by the cvsinit script.
1995-04-08 17:50:48 +00:00
Nate Williams
5a5755a556
Because -lcompat defines the same symbols as -lgnuregex and the weakness
...
of the linker to enforce linking of modules in command line order it is
not possible to link gdb shared with -lcompat.
*HACK ALERT*
Removed -lcompat from LDADD and bring in the necessary functions out of
libcompat as a source module until the linker can be fixed.
1995-04-07 05:13:26 +00:00
Nate Williams
7e613ac7bd
Back out my change to enforce command line linker order due to
...
underlying bugs which are caused by mixing static/shared libraries with
this change in place.
The shlib code is not capable of supporting this feature in it's present
state and will need significant modifications in order to do so.
1995-04-07 05:08:28 +00:00