index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
parse.c
Age
Commit message (
Expand
)
Author
2000-03-26
Remove idiotic, braindead casts T* -> void*
Marc Espie
2000-01-08
Finish changing all Var_Parse arguments to size_t. Thanks to millert@
Marc Espie
1999-12-18
Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront,
Marc Espie
1999-12-18
Lst_DeQueue already checks for empty lists.
Marc Espie
1999-12-18
NIL, NILGNODE, etc, are only glorified NULL.
Marc Espie
1999-12-18
make does not use circular lists, get rid of the extra weight.
Marc Espie
1999-12-16
Var_Subst is actually two distinct functions folded into one:
Marc Espie
1999-12-16
for.c becomes sane.
Marc Espie
1999-12-16
Allocate buffers as static data structures.
Marc Espie
1999-12-16
Remove unneeded extraneous zeros at the end of buffers.
Marc Espie
1999-12-16
Split Buf_GetAll into Buf_Retrieve/Buf_Size.
Marc Espie
1999-12-16
Start cleaning up buf.c in earnest.
Marc Espie
1999-12-06
Clean up buffers interface somewhat:
Marc Espie
1999-11-11
Communicate line numbers between parse.c and for.c.
Marc Espie
1999-11-11
Lineno as unsigned long. Slightly easier for printf, and more sensible.
Marc Espie
1999-11-10
Make ParseSkipLine more regular:
Marc Espie
1999-10-05
Mark ParseReadC as inline (from NetBSD)
Marc Espie
1999-10-05
Efficiency patch from NetBSD:
Marc Espie
1999-05-04
Better comment explaining last change:
Todd C. Miller
1999-05-04
Allow embedded ":" or "!" in target names
Todd C. Miller
1998-12-05
Modifications from netbsd:
Marc Espie
1998-07-02
Fix a bug where make gets confused by targets beginning with a period (``.'')
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-04-28
Back out newer .USE code as it caused problems. I've done a "make build"
Todd C. Miller
1997-04-01
Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)
Todd C. Miller
1997-03-26
s/main/listmain/; seebs@solon.com
Theo de Raadt
1996-11-30
Sync with NetBSD:
Todd C. Miller
1996-09-21
From NetBSD (christos):
briggs
1996-09-02
Sync up with NetBSD:
briggs
1996-07-23
nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jp
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1996-03-02
Make sure SYSV-style include directives are only matched when there is a
Thorsten Lockert
1996-02-23
Implement an -m option used for replacing /usr/share/mk with a
Niklas Hallqvist
1996-02-22
From NetBSD:
Niklas Hallqvist
1995-12-17
from christos:
Theo de Raadt
1995-12-14
from christos@netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt