index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-15
tmac: rename IM (italic manual) to MR (manual reference)
Russ Cox
286
-1588
/
+1591
2020-08-15
fontsrv: fix handling of colored glyphs (emoji)
Russ Cox
1
-5
/
+17
2020-08-13
tmac: introduce real manual reference macro instead of overloading IR
Russ Cox
297
-1774
/
+1790
2020-08-08
touch: fix for OpenBSD.
James Cook
1
-1
/
+1
2020-07-22
fontsrv(4): update man page for size of fontsrv subfonts
Russ Cox
1
-8
/
+8
2020-07-22
devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)
Igor Böhm
2
-4
/
+11
2020-07-18
acme: add font control message
Russ Cox
2
-1
/
+24
2020-07-18
draw: use int for Cacheinfo x field
Russ Cox
1
-1
/
+1
2020-06-22
src/cmd: rm dformat
Russ Cox
1
-108
/
+0
2020-06-15
libthread: use libc functions in ucontext for macOS (#417)
Xiao-Yong
3
-81
/
+3
2020-06-04
fontsrv: fix compilation on X11 (#420)
Gregor Best
1
-0
/
+1
2020-05-30
osxvers: use swvers -productVersion to skip one awk call
Russ Cox
1
-1
/
+1
2020-05-29
ed(1): fix documentation for list mode
Russ Cox
1
-36
/
+36
2020-05-29
ed: handle Unicode beyond the BMP correctly in list mode.
sean
2
-11
/
+42
2020-05-29
devdraw: accept 5- and 6-byte Unicode hex values
Russ Cox
2
-15
/
+45
2020-05-29
fontsrv: scale f->originy to match f->height on x11
dzklaim
1
-1
/
+1
2020-05-29
fontsrv: handle non-BMP runes on X11
Russ Cox
4
-43
/
+44
2020-05-29
libdraw: handle larger number of subfonts
Russ Cox
3
-4
/
+5
2020-05-18
man: update man pages to say $HOME when accurate
Russ Cox
4
-33
/
+37
2020-05-18
devdraw, libdraw: handle keyboard runes > U+FFFF
Russ Cox
7
-8
/
+34
2020-05-18
build: drop _XOPEN_SOURCE in u.h on AIX
Russ Cox
1
-1
/
+0
2020-05-18
build: use installbsd instead of install on AIX
Russ Cox
6
-8
/
+5
2020-05-18
9c: fix tab
Russ Cox
1
-1
/
+1
2020-05-18
9l: xlc_r automatically adds -lpthread.
Ben Huntsman
1
-1
/
+0
2020-05-18
lib9: use __builtin_return_address on IBM XL/C
Ben Huntsman
1
-1
/
+1
2020-05-18
rc: avoid problematic internal names "var", "thread"
Russ Cox
1
-0
/
+6
2020-05-18
acme: avoid global named "class"
Russ Cox
1
-0
/
+3
2020-05-18
libdiskfs: avoid problematic internal constant names
Russ Cox
2
-0
/
+66
2020-05-18
diff: rename class to fix AIX
Russ Cox
1
-0
/
+3
2020-05-18
devdraw: use indirect impl interface in x11
Gabriel Diaz
1
-0
/
+21
2020-05-18
lib9: avoid unportable use of d_namlen in dirread
Russ Cox
1
-2
/
+1
2020-05-17
devdraw: use global drawlk instead of per-client
Russ Cox
3
-18
/
+20
2020-05-17
devdraw: use indirect impl interface
Russ Cox
4
-30
/
+61
2020-05-17
libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handling
Russ Cox
2
-6
/
+26
2020-05-17
libthread: add pthreadperthread mode and use under ASAN
Russ Cox
4
-18
/
+120
2020-05-17
INSTALL: build mk all the time
Russ Cox
1
-4
/
+3
2020-05-17
9c, 9l: accept CC9FLAGS from config
Russ Cox
3
-18
/
+39
2020-05-17
mk: replace overlapping strcpy with memmove
Russ Cox
1
-1
/
+2
2020-05-17
lib9: use opendir/readdir to read directories
Russ Cox
2
-186
/
+187
2020-05-17
lib9: move seek into open.c
Russ Cox
4
-12
/
+7
2020-05-17
lib9: add close
Russ Cox
2
-1
/
+10
2020-05-17
lib9: merge create, open, dirread into open.c
Russ Cox
5
-292
/
+273
2020-05-08
fmt: adjust GCC version check
Kurt H Maier
1
-2
/
+2
2020-05-07
all: fix #includes for AIX, add a few AIX "implementation" files
Ben Huntsman
9
-0
/
+25
2020-05-07
mk: support Big Archive Format under AIX
Ben Huntsman
1
-0
/
+4
2020-05-07
all: update build scripts to fix AIX XL/C compatibility
Ben Huntsman
6
-11
/
+35
2020-05-07
fmt: disable use of stdatomic on AIX XL C and old GCC
Russ Cox
1
-0
/
+21
2020-05-05
9term.app: respect user-set shell instead of forcing bash
Russ Cox
1
-2
/
+22
2020-05-05
rc(1): mention /etc/shells in BUGS section
Russ Cox
1
-0
/
+6
2020-05-05
rc: clean up parser levels, disallow free carats on lists
Russ Cox
4
-31
/
+37
[next]