summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* man.1 depend on man.manwosch1996-01-241-0/+1
|
* manpath.1 depend on manpath.manwosch1996-01-241-0/+1
|
* `-w' was actually a flag, not an option...joerg1996-01-231-2/+2
|
* Add a hint that the -w flag to catman(1) is actually the commandjoerg1996-01-231-1/+8
| | | | | | | | wakewhatis(1) for us. Closes PR # docs/966 Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
* Search section 9.bde1996-01-231-1/+1
|
* Add missing manpage zgrep.1 and links zegrep.1, zfgrep.1wosch1996-01-231-2/+5
| | | | Add missing links zegrep and zfgrep
* Change the reference to less(1) (which may not be installed) to more(1).mpp1996-01-221-1/+1
| | | | Closed PR# 847.
* Rcsdiff incorrectly only allows one -L option to be specified.mpp1996-01-201-2/+2
| | | | Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> via NetBSD-bugs
* Reviewed by: jmz (Jean-Marc Zucconi)graichen1996-01-162-2/+68
| | | | added a simple man-page for our f77 (f2c/gcc driver)
* This release is a moderate restructuring of the dynamic linker.jdp1996-01-131-592/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It addresses a number of problems that were present in earlier versions. The calls to the "init" and "fini" functions of shared libraries have been reordered, so that they are called in a strictly nested fashion, as is required for C++ constructors and destructors. In addition, the "init" functions are called in better order relative to each other. That makes the system more tolerant of C++ programs which depend on a library's being initialized before its clients. The dynamic linker is now more tolerant of shared libraries in which dependencies on other shared libraries are incompletely recorded. Cleanup in the event of errors has been improved throughout the dynamic linker. A number of memory leaks were eliminated. The warning message for a shared library whose minor version number is too old has been clarified. The code dealing with the "ld.so.hints" file has been cleaned up. A bug that caused the hints file to be unmapped incompletely has been fixed. A different bug that could potentially cause the hints file to be mapped on top of a loaded object has been fixed. The code that searches for shared libraries has been cleaned up. The searching is now more compatible with that done by SunOS and SVR4. Also, some unnecessary and useless searches of both the hints file and library directories have been eliminated. Reviewed by: nate@freebsd.org
* Split up the code so that a single directory can be searched, tojdp1996-01-132-82/+118
| | | | | | | support some changes in the dynamic linker. (This code is shared by the dynamic linker.) Reviewed by: nate@freebsd.org
* Toss the old yppush into the attic.wpaul1996-01-123-584/+0
|
* Remove yppush; it's about to be replaced.wpaul1996-01-121-2/+2
|
* Another '-' needed for make release.phk1996-01-111-2/+2
|
* Make the new realinstall target a little less draconian so that make releasephk1996-01-111-3/+3
| | | | doesn't fall over.
* Whoops. cvsinit was creating a modules file in CVSROOT with anpeter1996-01-111-2/+3
| | | | | | explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin. Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* Install ld.so in a way that is safe even on a running system.jdp1996-01-111-2/+13
|
* Fix small bug with negative item_no.jkh1996-01-101-1/+1
|
* Correct the path used to invoke "pr" if the "-l" option to diff ismpp1996-01-101-3/+3
| | | | | | | specified. Also invoke "pr" with "-F" instead of the invalid "-f" option. Obtained from: NetBSD-bugs mailing list (PR# 1896)
* Refresh before calling selection hook.jkh1996-01-052-2/+6
|
* Work around optimizer strength reduction bug.jkh1996-01-041-0/+5
| | | | | Submitted by: Richard Henderson <richard@atheist.tamu.edu> Obtained from: bug-gcc@prep.ai.mit.edu
* Use cvs -Q release, instead of cvs release -Q, for removing thejoerg1996-01-021-4/+4
| | | | modules module.
* Create individual tests for each dialog feature.jkh1996-01-0119-336/+1266
|
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-0111-84/+127
| | | | | | 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.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-30137-95321/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-30251-162853/+0
|
* This commit was generated by cvs2svn to compensate for changes in r13087,peter1995-12-292-0/+3540
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import some ChangeLogs for the parts of cvs-1.6.3 that I missedpeter1995-12-292-0/+3540
| | | | | | | | | | | | | | last time. I should have pulled these in last time as it allows easier comparison of "where we are at" relative to the current version from cyclic.com. Since this is in a 4.4BSD style tree layout, the changelogs dont exactly match the file layout, but it's close enough.
* | Enabled my FUNCTION_PROFILER_EPILOGUE code and added optionbde1995-12-263-12/+45
| | | | | | | | | | | | | | | | | | | | | | | | -mprofiler-epilogue to support it and documented the option. cc.1: Listed all the machine-dependent options, even the temporary debugging ones. invoke.texi: Fixed the sense of -mno-ieee-fp. Sorted the machine-dependent options.
* | Bah humbug!peter1995-12-251-2/+2
| | | | | | | | | | | | Two uninitialised variables were causing a phkmalloc warning (another notch in phkmalloc's belt) and caused the full rcstemplate to not be constructed for commits on freefall.
* | Toss ypxfr into the attic. The new one should be appearing shortly.wpaul1995-12-259-1872/+0
| |
* | Turn of ypxfr. It's about to be nuked.wpaul1995-12-251-2/+2
| |
* | Fix the convert to 'death-support' script to work with un-modifiednate1995-12-241-1/+1
| | | | | | | | RCS sources.
* | Remove games from the SUBDIR list. Gnu Chess is in ports now.markm1995-12-231-1/+2
| | | | | | | | OK'ed by: jkh, phk, asami (and others)
* | Add another test to round out the radiolist dialog suite.jkh1995-12-231-31/+107
| | | | | | | | | | Add more comments and attempt to make everything just that much more understandable.
* | Add a reference to dialog(3) now that the man pages exist.jkh1995-12-231-0/+3
| |
* | o Add some test code.jkh1995-12-232-0/+265
| |
* | Add changes to:jkh1995-12-238-358/+1028
| | | | | | | | | | | | | | 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.
* | Document the -k and -w flags.jkh1995-12-192-2/+40
| | | | | | | | Submitted by: Gary Jennejohn <gj>
* | A one line hack to prevent 'cvs checkout -c' from triggering a nasty bugpeter1995-12-181-1/+1
| | | | | | | | | | | | in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout) Noticed by: Stefan Esser
* | Re-connect cvs to gnu/usr.bin/Makefile..peter1995-12-181-2/+2
| | | | | | | | | | | | (Note that you need to have either done a 'make world' or explicitly run a 'make distrib-dirs' (in src/etc) to get some needed directories in /usr/share/examples/cvs to be built.)
* | Turn off ypserv. It's about to be replaced by a new non-GPL version.wpaul1995-12-161-2/+2
| |
* | Fix yp_mkdb to do what the code suggests it's trying to do..peter1995-12-111-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | The code, as written, appears to load the new database data into a new hash file and renames the two. Due to a run of bugs and lack of error checking, it's going a whole mess of unlink() and rename() calls that are failing. It only worked in the first place because the data was being inserted into a "live" hash file. (I wonder how much stale data has assumulated?) Submitted by: Laurence Lopez <lopez@mv.mv.com>
* | Whitespace cleanup, add forgotten file to CLEANFILES..peter1995-12-113-6/+6
| |
* | Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)peter1995-12-114-313/+5
| | | | | | | | | | of md5.[ch]. Note that minor mods were made to md5.h to support this, so a reinstall of lib/libmd is needed before building this cvs.
* | Tweak the install targets so that the installs are done in the right placepeter1995-12-114-8/+8
| | | | | | | | | | relative to the SUBDIR recursion.. Otherwise, the results look really odd. (basically changed a couple of afterinstall's to beforeinstall's)
* | Argh! Botch alert! I dont *believe* I did this....peter1995-12-111-2/+2
| | | | | | | | (I think I'll blame it on Tristan! :-)
* | Fix a couple of build warts that I broke...peter1995-12-113-9/+22
| |
* | This commit was generated by cvs2svn to compensate for changes in r12757,peter1995-12-112-423/+1034
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in two files that I missed.. These are of no real value unlesspeter1995-12-112-423/+1034
| | | | | | | | | | you are developing CVS code, but they were already in the tree so we might as well have the right versions.. :-)
OpenPOWER on IntegriCloud