summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-02-17 19:34:48 +0000
committerCharles.Forsyth <devnull@localhost>2007-02-17 19:34:48 +0000
commite665f8d84a80c58fd60f2e3ae7c78d515aae17c3 (patch)
treefb6828c1d76219976522a64f5b213cf2744f6481
parentd89e7d75962bf912662d530143f721964cdeabc6 (diff)
/appl/acme/exec.b trim string correctly, issue 9
-rw-r--r--CHANGES1
-rw-r--r--dis/acme/exec.disbin19071 -> 19072 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 86b0ac8c..c3c28f6c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
20070217
repair /appl/lib/libc.b and /appl/lib/libc0.b strncmp implementations (used only by c2l output) [inferno-os issue 9]
/emu/port/devip.c, get socket fd on reopen of ctl
+ /appl/acme/exec.b, trim string correctly [inferno-os issue 11]
20070216
add /module/lists.m, /appl/lib/lists.b, and lists(2)
20070209
diff --git a/dis/acme/exec.dis b/dis/acme/exec.dis
index 392d071b..de8fa26c 100644
--- a/dis/acme/exec.dis
+++ b/dis/acme/exec.dis
Binary files differ