summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* This commit was generated by cvs2svn to compensate for changes in r14049,nate1996-02-124-0/+230
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sort from GNU textutils 1.14nate1996-02-1214-585/+1192
| |
| * recording cvs-1.6 file deathpeter1995-12-306-13100/+0
| |
* | Another round of man page cleanups.mpp1996-02-1212-68/+66
| | | | | | | | Down to only about 100 items left to cleanup! :-)
* | Correct a bunch of man page cross references and generallympp1996-02-111-4/+4
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | gnumalloc is gone.phk1996-02-111-2/+2
| |
* | Remove libgnumalloc.phk1996-02-1123-3185/+0
| |
* | Spelling fixes.jmz1996-02-091-5/+5
| | | | | | | | This is the man page which has been obtained from NetBSD, not the program.
* | Add some missing MLINKS, correct some cross references, correct somempp1996-02-095-9/+10
| | | | | | | | file locations and some minor formatting/style problems.
* | Added some missing MLINKS for section 3 man pages.mpp1996-02-091-1/+15
| | | | | | | | | | | | | | 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.
* | Whoops, do not reference myself.pst1996-02-081-2/+0
| |
* | Close docs/1002 - remove bogus cross referencespst1996-02-081-8/+1
| |
* | Added entries for some info files that are being installed, butmpp1996-02-081-0/+4
| | | | | | | | | | | | | | not referenced in the main info menu: cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math library).
* | Minor tweak to this test.jkh1996-02-081-2/+2
| |
* | Fix bin/pr506 - uname from current systempst1996-02-081-2/+3
| |
* | Update the manual page to reflect the fact that an "Index" linejdp1996-02-071-2/+5
| | | | | | | | | | now takes precedence over a context diff header for determining the name of the file to patch.
* | making <page>.1 from <page>.manwosch1996-02-062-0/+2
| |
* | recursive grep, enabled with -DHAVE_FTS=1wosch1996-02-023-20/+261
| | | | | | | | enable mmap (-DHAVE_MMAP=1)
* | Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-024-5/+6
| | | | | | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* | Fix the ".Os" macro to not display "BSD Experimental" if no argumentsmpp1996-02-011-1/+1
| | | | | | | | are specified. Just "BSD" is displayed instead.
* | Remove groff/tmac/mm.diff - it is just a small file containing a contextmpp1996-01-311-70/+0
| | | | | | | | diff that was probably mistakenly committed when the package was brought in.
* | Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"mpp1996-01-311-4/+24
| | | | | | | | | | | | | | You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Suggested by Garrett Wollman.
* | Teach the .Os macro about FreeBSD and our releases. E.g.mpp1996-01-312-23/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | .Os FreeBSD 2.1 will now display "FreeBSD 2.1" at the bottom of the man page, instead of just "FreeBSD". Added a bunch of missing standards to the .St macro. 4.4BSD is no longer "BSD Experimental". Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2
* | 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.
OpenPOWER on IntegriCloud