aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: joergLars Fredriksen1996-06-011-1/+1
* Add an option -O <filename> to ld. From the manpage:Poul-Henning Kamp1996-05-283-3/+30
* Make rules reentrant.Poul-Henning Kamp1996-05-282-10/+10
* Zero out an unused field in a structure that is written to the outputJohn Polstra1996-05-271-1/+2
* Remove this version, it now comes from libc.Peter Wemm1996-05-272-140/+1
* This version is no longer needed, and probably better off gone. ItPeter Wemm1996-05-271-139/+0
* There's no -p flag to our diff.Jordan K. Hubbard1996-05-261-3/+0
* Fix some argument ordering and redundancy bogons.Jordan K. Hubbard1996-05-261-6/+6
* Remove setuid bit, it's not necessary.Paul Traina1996-05-221-2/+0
* Call groff directly instead of using nroff shell script.Paul Traina1996-05-221-1/+1
* When checking to see whether a needed shared library has alreadyJohn Polstra1996-05-221-2/+36
* New option -append: teach makewhatis to only add records, insteadWolfram Schneider1996-05-225-48/+139
* remove INFODIR?= /usr/share/info, already defined in bsd.own.mkWolfram Schneider1996-05-221-2/+1
* remove SHAREDIR?=/usr/share, already defined in bsd.own.mkWolfram Schneider1996-05-221-2/+1
* Invoke proper gzipJordan K. Hubbard1996-05-201-1/+1
* Makewhatis appended the filename to list of keywords if no keywordWolfram Schneider1996-05-141-6/+6
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286Wolfram Schneider1996-05-123-4/+49
* fasterWolfram Schneider1996-05-121-0/+72
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-0713-44/+61
* PD_SHIFT -> PDRSHIFTPoul-Henning Kamp1996-05-022-8/+8
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-024-26/+26
* Fix a bogon that prevented easy-import from inserting the new moduleJoerg Wunsch1996-04-281-10/+9
* Toss the GNU yp_mkdb into the attic.Bill Paul1996-04-283-385/+0
* Remove yp_mkdb; it's going away.Bill Paul1996-04-281-2/+2
* Fix the OK/Cancel accellerator bogon I introduced a few days back.Jordan K. Hubbard1996-04-283-3/+3
* Fix what I just broke with DITEM_LEAVE_MENUJordan K. Hubbard1996-04-271-1/+1
* Fix a bogon with ok/cancel callback usage.Jordan K. Hubbard1996-04-272-26/+24
* More custom hackery to deal with issues discovered in sysinstall.Jordan K. Hubbard1996-04-253-17/+14
* Allow some post-fire actions to be combined in ways that weren'tJordan K. Hubbard1996-04-253-16/+9
* alloca() was being called with highly bogus arguments due to brainJordan K. Hubbard1996-04-252-2/+2
* When a local symbol that would normally be eliminated by "-x" orJohn Polstra1996-04-241-1/+12
* Change "Found end of tape. Load next tape ..." messages to sayJordan K. Hubbard1996-04-241-2/+2
* Cosmetic tweaks.Jordan K. Hubbard1996-04-232-4/+13
* Add a couple of needed X11 libraries. Discovered when trying to build aJohn Polstra1996-04-221-2/+3
* Implement support for LD_PRELOAD in the dynamic linker. RemoveJohn Polstra1996-04-202-14/+110
* Implement support for LD_PRELOAD in the dynamic linker.John Polstra1996-04-202-2/+29
* Another bug fix for the DITEM_REDRAW case.Jordan K. Hubbard1996-04-202-4/+5
* Make the DITEM_RECREATE option work properly.Jordan K. Hubbard1996-04-203-22/+27
* Fix a bug which did not properly bias checklist items by their scrollJordan K. Hubbard1996-04-192-8/+10
* Remove a long-standing window leak I just noticed.Jordan K. Hubbard1996-04-183-2/+18
* Remove the special-case behavior for fire actions that returnJordan K. Hubbard1996-04-187-176/+104
* More changes to attempt to make this whole new dialog scheme moreJordan K. Hubbard1996-04-1613-1249/+1370
* Remove some of the grot I added to try and save/restore screen contents.Jordan K. Hubbard1996-04-131-27/+3
* Attempt to break a $Log$ snafu where a *** /--- (minus space)Mark Murray1996-04-121-1/+16
* Priorities were broken. If there was an Index: line and ***/--- linesMark Murray1996-04-111-4/+11
* Save screen before calling any fire() callbacks - you never know whatJordan K. Hubbard1996-04-081-363/+379
* Refresh dialogs if a callback action fails.Jordan K. Hubbard1996-04-083-11/+33
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-082-15/+14
* Make `easy-import' ready for vendor-branch imports.Joerg Wunsch1996-04-071-60/+71
* Make this properly respect obj dirs.Jordan K. Hubbard1996-04-071-35/+37