| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ctime by strftime %c to use national representation | ache | 1995-08-08 | 1 | -1/+1 |
* | Replace ctime by strftime %c to use national representation | ache | 1995-08-08 | 1 | -3/+3 |
* | Install source files with the -c flag, not with the optional flag ${COPY}. | bde | 1995-08-06 | 1 | -3/+3 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 5 | -10/+10 |
* | Make only a `-r' flag (as opposed to `-r*') special within the | joerg | 1995-08-04 | 1 | -1/+1 |
* | Don't build xditview unless the actual include files for X11 are present. | pst | 1995-07-29 | 1 | -1/+1 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 23 | -41/+42 |
* | Change `install' to `${INSTALL}' as usual. | bde | 1995-07-25 | 1 | -1/+1 |
* | Change `install' to `${INSTALL}' as usual. | bde | 1995-07-24 | 1 | -4/+3 |
* | Make the tag checks more strict according to Rod's wishes. | joerg | 1995-07-23 | 2 | -30/+76 |
* | Updates, fixes and cleanups -- oh my. | wpaul | 1995-07-19 | 9 | -143/+206 |
* | Update version info | ache | 1995-07-19 | 1 | -1/+1 |
* | Sync with bash 1.4.5 version | ache | 1995-07-19 | 5 | -20/+18 |
* | Remove my last week's CFLAGS hack from Makefile.inc, and fix | joerg | 1995-07-16 | 3 | -7/+3 |
* | Some small signal handling tweaks: be sure to keep wait3()ing until all | wpaul | 1995-07-15 | 2 | -8/+6 |
* | Add missing 'break' statement in failure case of ypxfr switch clause. | wpaul | 1995-07-15 | 1 | -3/+6 |
* | server.c: When 'securenets' (actually TCP_WRAPPERS) is enabled, don't | wpaul | 1995-07-14 | 3 | -2/+10 |
* | Make ld's error messages consistent with gcc when no input files | rgrimes | 1995-07-13 | 1 | -2/+2 |
* | Fix dependencies for regex.texi. It is constructed by merging a C header | bde | 1995-07-12 | 1 | -1/+1 |
* | Fix dependencies for gcc.info and reno.info. `make depend' doesn't handle | bde | 1995-07-12 | 1 | -0/+5 |
* | ypserv performance improvements: | wpaul | 1995-07-12 | 4 | -18/+126 |
* | Fix two typos in a comment. | ats | 1995-07-08 | 1 | -3/+3 |
* | Makefile: | ats | 1995-07-08 | 3 | -9/+9 |
* | I added a few lines of code to the latest info browser in the | joerg | 1995-07-08 | 5 | -7/+102 |
* | Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to call | dfr | 1995-07-05 | 1 | -2/+3 |
* | Oh fer cryin' out loud... While playing with the ypserv code on a different | wpaul | 1995-07-04 | 1 | -1/+8 |
* | Add a dependency on the .x source file and avoid copying it. | bde | 1995-07-04 | 1 | -10/+8 |
* | Small touchups in open_database(): | wpaul | 1995-07-02 | 1 | -5/+3 |
* | Change ld.so to correctly load dependant libraries for dlopen and unload them | dfr | 1995-06-27 | 1 | -66/+234 |
* | Remove bogus references to /usr/ucb. | bde | 1995-06-26 | 1 | -2/+2 |
* | Improve the handling of large minor numbers: | bde | 1995-06-26 | 3 | -5/+142 |
* | Convert the colon after (send-pr) into a period, so the info file can | joerg | 1995-06-24 | 1 | -1/+1 |
* | Add an "-m" flag to merge instead of replace the entries. We can | asami | 1995-06-24 | 2 | -41/+75 |
* | Fixed awk scripts for 'netgroup,' 'ethers.*' and 'bootparams' targets so that | wpaul | 1995-06-18 | 1 | -5/+5 |
* | Make `ld' properly honoring the umask setting when chmod'ing the | joerg | 1995-06-14 | 1 | -3/+7 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -6/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 929 | -12754/+13019 |
* | Added a NOMAN= macro as this subdir doesn't have a manpage yet. | ats | 1995-05-28 | 2 | -0/+2 |
* | Replaced the whole former Makefile with a more BSD conformant Makefile. | ats | 1995-05-28 | 1 | -17/+4 |
* | Reviewed by: with the allowance of Rod :-). | ats | 1995-05-28 | 1 | -0/+1 |
* | Add link to sperl4.036, needed for suid scripts and pgms | ache | 1995-05-28 | 1 | -0/+1 |
* | Make link to tperl4.036, needed for suid scripts and other stuff | ache | 1995-05-28 | 1 | -0/+1 |
* | Fix $] variable value (version number), close PR 449 | ache | 1995-05-28 | 1 | -2/+8 |
* | Don't make TAB and BACK-TAB destroy field contents incorrectly. | jkh | 1995-05-28 | 1 | -2/+1 |
* | eliminate coredump for readline(NULL) case | adam | 1995-05-22 | 1 | -1/+1 |
* | configuration files are in /etc/uucp and spool files are in /var/spool/uucp | jmz | 1995-05-20 | 6 | -33/+33 |
* | Don't chdir to subdirs before formatting, non-native manpages | ache | 1995-05-20 | 1 | -28/+40 |
* | Make error message for no input files specified consistent across all | rgrimes | 1995-05-17 | 3 | -3/+3 |
* | Remove extra argument from mesgbox | ache | 1995-05-16 | 1 | -1/+1 |
* | Call mesgbox instead of msgbox for long descriptions | ache | 1995-05-16 | 1 | -1/+1 |