Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | mk: treat X= as empty list in rc shell | Russ Cox | 1 | -6/+12 | |
This brings mk's behavior when using rc in line with Plan 9's. The existing code is for Unix environment data structures but also was assuming Unix shell semantics where empty and missing variables are mostly equivalent. The Plan 9 code (/sys/src/cmd/mk/plan9.c in the distribution) explicitly removes /env/name (creating an empty list) when the value is missing or an empty string. Fixes #255. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -3/+3 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2006-04-20 | 64-bit | rsc | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2005-05-07 | use full prototypes | rsc | 1 | -1/+1 | |
2005-01-23 | avoid saying unsigned long, for unix port | rsc | 1 | -1/+1 | |
2005-01-04 | add new | syntax. | rsc | 1 | -15/+38 | |
syntax will change. | |||||
2004-05-14 | More little bug fixes | rsc | 1 | -0/+8 | |
2004-04-21 | the lastbug fix? | rsc | 1 | -4/+7 | |
2004-03-02 | More Mac tweaks. | rsc | 1 | -0/+1 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+306 | |