plan9port/src/cmd/mk
Neven Sajko 26cae02da7 mk: fix hash function (#315)
Avoid signed integer overflow using ulong instead of long h.
2020-01-13 22:05:03 -05:00
..
arc.c 64-bit 2006-04-20 22:54:18 +00:00
archive.c all: fix or silence various gcc warnings 2020-01-12 15:07:42 -05:00
bufblock.c Initial import. 2003-09-30 17:47:42 +00:00
env.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
file.c 64-bit 2006-04-20 22:54:18 +00:00
fns.h avoid saying unsigned long, for unix port 2005-01-23 22:57:21 +00:00
graph.c 64-bit 2006-04-20 22:54:18 +00:00
job.c Initial import. 2003-09-30 17:47:42 +00:00
lex.c not reached 2005-01-14 17:57:32 +00:00
main.c Long-standing bug in syminit, tickled by placing 2005-01-15 20:54:41 +00:00
match.c add new | syntax. 2005-01-04 22:41:27 +00:00
mk.c mk: pass environment to P command 2011-08-27 23:06:15 -04:00
mk.h mk: avoid infinite loop when targets are repeated 2015-08-27 00:36:40 +00:00
mk.pdf Initial import. 2003-09-30 17:47:42 +00:00
mkfile Goodbye SHORTLIB 2005-01-04 22:10:29 +00:00
mkfile.test Many small edits. 2005-01-13 04:49:19 +00:00
NOTICE Initial import. 2003-09-30 17:47:42 +00:00
parse.c Many small edits. 2005-01-13 04:49:19 +00:00
rc.c better rc detection (Michael Teichgräber) 2007-03-26 13:38:36 +00:00
README Initial import. 2003-09-30 17:47:42 +00:00
recipe.c mk: avoid infinite loop when targets are repeated 2015-08-27 00:36:40 +00:00
rule.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
run.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
sh.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
shell.c Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
shprint.c add new | syntax. 2005-01-04 22:41:27 +00:00
symtab.c mk: fix hash function (#315) 2020-01-13 22:05:03 -05:00
sys.h Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
sys.std.h unix fix 2007-04-21 22:36:01 +00:00
unix.c mk: treat X= as empty list in rc shell 2020-01-13 19:20:34 -05:00
var.c 64-bit 2006-04-20 22:54:18 +00:00
varsub.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
word.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00

This is a Unix port of mk,
originally done for the Inferno operating system.

Russ Cox repackaged this to build as a standalone
Unix program.  Send comments about packaging to
Russ Cox <rsc@post.harvard.edu>