summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* with my mentor hat on...billf2001-03-151-2/+0
* Revert previous change -- apparently it's not quite right. It brokewill2001-03-151-15/+9
* Fix make(1) bug: nested comments may be placed in .if, .else .if, andwill2001-03-151-9/+15
* Fix two bugs in null suffix handling. Both occured only after the suffixtmm2001-03-081-6/+19
* Include -DDEFSHELL=1 in Makefile.dist so people boostrapping willimp2001-03-011-1/+2
* MAXPATHLEN includes the trailing NUL.imp2001-03-012-6/+6
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-191-0/+15
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-186-7/+7
* Uname is in section 3 of the manual pages.dwmalone2001-02-111-1/+1
* Fix nasty bug where make(1) assumed that you could read the directory itwill2001-02-101-0/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-13/+6
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingwill2001-01-213-11/+9
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* Fix for the case where the first two entries returned by readdir() arewill2000-12-261-6/+12
* Prepare for mdoc(7)NG.ru2000-12-191-10/+11
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.des2000-12-161-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-0236-512/+472
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-0238-238/+224
* Format string paranoia. This should avoid potential buffer overflows fromwill2000-11-303-13/+29
* Xref make.conf(5), and point to /usr/share/doc/psd/12.make for thenik2000-11-291-1/+4
* Reimplement the groff(1) warnings elimination fixes in a better way.ru2000-11-242-10/+5
* Eliminate groff(1) warnings.ru2000-11-232-2/+20
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-13/+13
* Unlink the temporary file immediately so it is removed on exit.kris2000-11-191-19/+15
* Add :L and :U variable modifiers. These convert the variable's value towill2000-10-092-0/+38
* Add :C/// variable modifier, which is similar to :S/// in functionalitywill2000-10-092-0/+414
* Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSDwill2000-09-291-0/+2
* *** empty log message ***peter2000-09-252-12/+28
* Remove gratuitous free() call when we use special .SHELL target.ru2000-08-181-5/+0
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forgreen2000-08-164-2/+39
* Do include <unistd.h> for getopt interface.imp2000-07-281-2/+1
* Use pwd instead of cwd in backticks. cwd in backticks doesn't dosheldonh2000-07-171-2/+2
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroache2000-07-091-2/+1
* Use __RCSID()wsanchez2000-07-0916-100/+67
* Use __RCSID()wsanchez2000-07-0927-56/+82
* Initialize variablewsanchez2000-07-091-1/+1
* Update make(1) manpage to include information about the new loudwill2000-05-141-0/+3
* Add loud debugging facility (-dl option) which allows programmers/developerswill2000-05-144-2/+6
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-142-5/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-10/+20
* Fix errors in .Xr usage.nik2000-03-011-1/+1
* ${.MAKE} -> ${MAKE}ru2000-01-191-1/+1
* Create tempfiles securely.kris2000-01-172-23/+16
* Make '||' visible.cracauer1999-12-051-1/+1
* Improve backward compatibility.marcel1999-11-231-1/+5
* Remove CROSS_MAKE_FLAGS.marcel1999-11-151-1/+1
* Fix the following:julian1999-10-101-1/+1
* s/with historical makefils//. Also, relocate and change the descriptionhoek1999-09-111-7/+15
* Remove the #include of sys/param.h. It was meant to improve portabilityhoek1999-09-111-1/+0
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-1113-36/+10
OpenPOWER on IntegriCloud