aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-3/+3
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-065-10/+10
* Make only a `-r' flag (as opposed to `-r*') special within theJoerg Wunsch1995-08-041-1/+1
* Don't build xditview unless the actual include files for X11 are present.Paul Traina1995-07-291-1/+1
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-2523-41/+42
* Change `install' to `${INSTALL}' as usual.Bruce Evans1995-07-251-1/+1
* Change `install' to `${INSTALL}' as usual.Bruce Evans1995-07-241-4/+3
* Make the tag checks more strict according to Rod's wishes.Joerg Wunsch1995-07-232-28/+74
* Updates, fixes and cleanups -- oh my.Bill Paul1995-07-199-143/+206
* Update version infoAndrey A. Chernov1995-07-191-1/+1
* Sync with bash 1.4.5 versionAndrey A. Chernov1995-07-195-20/+18
* Remove my last week's CFLAGS hack from Makefile.inc, and fixJoerg Wunsch1995-07-163-7/+3
* Some small signal handling tweaks: be sure to keep wait3()ing until allBill Paul1995-07-152-8/+6
* Add missing 'break' statement in failure case of ypxfr switch clause.Bill Paul1995-07-151-3/+6
* server.c: When 'securenets' (actually TCP_WRAPPERS) is enabled, don'tBill Paul1995-07-143-2/+10
* Make ld's error messages consistent with gcc when no input filesRodney W. Grimes1995-07-131-2/+2
* Fix dependencies for regex.texi. It is constructed by merging a C headerBruce Evans1995-07-121-1/+1
* Fix dependencies for gcc.info and reno.info. `make depend' doesn't handleBruce Evans1995-07-121-0/+5
* ypserv performance improvements:Bill Paul1995-07-124-18/+126
* Fix two typos in a comment.Andreas Schulz1995-07-081-3/+3
* Makefile:Andreas Schulz1995-07-083-9/+9
* I added a few lines of code to the latest info browser in theJoerg Wunsch1995-07-085-6/+101
* Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to callDoug Rabson1995-07-051-2/+3
* Oh fer cryin' out loud... While playing with the ypserv code on a differentBill Paul1995-07-041-1/+8
* Add a dependency on the .x source file and avoid copying it.Bruce Evans1995-07-041-10/+8
* Small touchups in open_database():Bill Paul1995-07-021-5/+3
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-271-66/+234
* Remove bogus references to /usr/ucb.Bruce Evans1995-06-261-2/+2
* Improve the handling of large minor numbers:Bruce Evans1995-06-263-5/+142
* Convert the colon after (send-pr) into a period, so the info file canJoerg Wunsch1995-06-241-1/+1
* Add an "-m" flag to merge instead of replace the entries. We canSatoshi Asami1995-06-242-41/+75
* Fixed awk scripts for 'netgroup,' 'ethers.*' and 'bootparams' targets so thatBill Paul1995-06-181-5/+5
* Make `ld' properly honoring the umask setting when chmod'ing theJoerg Wunsch1995-06-141-3/+7
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-6/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-30929-12754/+13019
* Added a NOMAN= macro as this subdir doesn't have a manpage yet.Andreas Schulz1995-05-282-0/+2
* Replaced the whole former Makefile with a more BSD conformant Makefile.Andreas Schulz1995-05-281-17/+4
* Reviewed by: with the allowance of Rod :-).Andreas Schulz1995-05-281-0/+1
* Add link to sperl4.036, needed for suid scripts and pgmsAndrey A. Chernov1995-05-281-0/+1
* Make link to tperl4.036, needed for suid scripts and other stuffAndrey A. Chernov1995-05-281-0/+1
* Fix $] variable value (version number), close PR 449Andrey A. Chernov1995-05-281-2/+8
* Don't make TAB and BACK-TAB destroy field contents incorrectly.Jordan K. Hubbard1995-05-281-2/+1
* eliminate coredump for readline(NULL) caseAdam David1995-05-221-1/+1
* configuration files are in /etc/uucp and spool files are in /var/spool/uucpJean-Marc Zucconi1995-05-206-33/+33
* Don't chdir to subdirs before formatting, non-native manpagesAndrey A. Chernov1995-05-201-28/+40
* Make error message for no input files specified consistent across allRodney W. Grimes1995-05-173-3/+3
* Remove extra argument from mesgboxAndrey A. Chernov1995-05-161-1/+1
* Call mesgbox instead of msgbox for long descriptionsAndrey A. Chernov1995-05-161-1/+1
* Changes to support the new dialog_dselect() features required to fixJordan K. Hubbard1995-05-162-13/+62
* Fix draw shadow bug, when shadow reaches end of the screen,Andrey A. Chernov1995-05-151-20/+34