Blob


1 March 26, 2004
3 Fix 9term chording paste bug reported by Sam.
5 Fix libdraw resize bug reported by Axel Belinfante.
7 Handle interrupts better in rc - don't kill background procs.
8 Reported by Sam.
11 March 25, 2004
13 Change putenv not to free the string after calling real putenv.
14 Apparently BSDs copy the string but Linux and others use the
15 one you pass in.
17 Add Indent command to acme listing. Reported by Rob Pike.
19 Define clock to plumbclock in plumber/fsys.c to avoid name clash on SunOS.
20 Reported by Axel Belinfante and Markus Friedl.
22 Expanded NOTES to discuss CVS some more.
24 Change one instance of ulong in rio to unsigned long.
26 Tweak SunOS ps from Axel Belinfante.
28 Change diff not to mention the dirty word "stdout" anymore.
29 Reported by Taj Khattra et al.
31 Change 9l to add -lpthread on OpenBSD.
32 Reported by Markus Friedl.
34 Change 9l to add -Rfoo for each -Lfoo on the command line
35 on SunOS. Avoids need to maintain LD_LIBRARY_PATH.
36 Reported by Axel Belinfante.
38 #define time to p9time in libc.h for systems where time_t != long (OpenBSD).
39 Reported by Markus Friedl.
41 Add SHAPE support and bitmapped grey background back to rio.
42 Reported by Markus Friedl.
44 Add various OpenBSD-specific files from Markus Friedl.
46 Change rcmain to use "test" rather than "/bin/test" to accomodate
47 systems where test is in /usr/bin. Reported by Sam.
49 Silence "unknown id '' in attach" message from acme.
50 There are just more attaches than there were in Plan 9, and not
51 all of them are for windows.
53 Change 9term to handle "send" a little better.
55 Add grep. Reported by Taj Khattra.
57 Split lib9.h into u.h and libc.h, so that programs can
58 include u.h, then unix headers, then libc.h. Then changed
59 lib9 to do this.
60 Fixes many warnings on SunOS reported by Axel Belinfante.
62 Change 9term not to misfree when plumbing empty string.
63 Fix reported by Taj Khattra.
65 Fix threadexecl to process vararg list with va_list etc. rather
66 than using &f+1. The &f+1 trick fails on SunOS. Reported by
67 Axel Belinfate.
69 Change x11-init to handle SunOS 24-bit colormapped screen
70 properly? Fix reported by Axel Belinfante. Let's just play along.
72 Add awd. Suggested by Sam.
74 9term no longer aborts without plumber.
76 Remove _p9translate from guts of various calls.
77 Instead, callers who want #9 or #d paths explicitly call unsharp
78 to translate them.
80 Added ^F completion to 9term.
82 Change win to use a real pty, so that things like rubout work.
84 Change 9term, win to handle rubout even when output
85 is streaming in.