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
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-18
Merge remote-tracking branch 'upstream/master'
Petter Rodhelind
23
-113
/
+254
2020-06-04
fontsrv: fix compilation on X11 (#420)
Gregor Best
1
-0
/
+1
2020-05-29
ed: handle Unicode beyond the BMP correctly in list mode.
sean
1
-9
/
+32
2020-05-29
devdraw: accept 5- and 6-byte Unicode hex values
Russ Cox
1
-8
/
+31
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-18
devdraw, libdraw: handle keyboard runes > U+FFFF
Russ Cox
2
-3
/
+8
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
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-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
mk: replace overlapping strcpy with memmove
Russ Cox
1
-1
/
+2
2020-05-07
all: fix #includes for AIX, add a few AIX "implementation" files
Ben Huntsman
5
-0
/
+17
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
1
-1
/
+1
2020-05-06
Merge remote-tracking branch 'upstream/master'
Petter Rodhelind
14
-22
/
+840
2020-05-05
rc: clean up parser levels, disallow free carats on lists
Russ Cox
4
-31
/
+37
2020-05-04
rc: allow unquoted = in command arguments
Russ Cox
2
-10
/
+27
2020-05-04
rc: move free carat handling into parser
Russ Cox
4
-74
/
+103
2020-05-04
rc: move newline handling into parser
Russ Cox
6
-24
/
+67
2020-05-04
rc: add recursive descent parser
Russ Cox
13
-9
/
+730
2020-03-30
acme: scale window bodies on resize, not including tag space
Russ Cox
1
-3
/
+5
2020-02-11
Merge remote-tracking branch 'upstream/master'
Petter Rodhelind
19
-51
/
+1935
2020-02-03
devdraw: fix `cmd-r` to toggle retina vs. non-retina mode on macOS (#361)
Martin Palma
1
-1
/
+1
2020-01-24
acme: report close failure in Put, this time for sure
Russ Cox
1
-5
/
+5
2020-01-16
devdraw: abort alt sequence on window change on macOS
Russ Cox
1
-0
/
+4
2020-01-16
malloc: remove locking
Dan Cross
1
-10
/
+0
2020-01-15
devdraw: avoid deadlock in x11 resize
Russ Cox
2
-0
/
+3
2020-01-15
cmd/rio: xshove: set geometry by window id
Nicola Girardi
1
-1
/
+6
2020-01-15
devdraw: set windowrect correctly on x11 if window gets unexpected size
Russ Cox
1
-2
/
+2
2020-01-15
devdraw: actually send resize event on resize
Russ Cox
1
-0
/
+7
2020-01-15
factotum: update for new nbrecvul return value
Russ Cox
1
-2
/
+30
2020-01-15
compress: import Plan9 compress
sean
2
-0
/
+1289
2020-01-15
winwatch: Plan 9-ify.
Dan Cross
1
-426
/
+412
2020-01-15
clock: Remove unused static variable in clock.c
Dan Cross
1
-2
/
+0
2020-01-15
winwatch: port based Plan 9 winwatch
markvanatten
2
-1
/
+539
2020-01-15
9pfuse: update errortab
Oleg Nemanov
1
-0
/
+2
2020-01-14
venti/buildindex: fix hang on large indexes
Russ Cox
1
-1
/
+1
2020-01-14
devdraw: notify window resize promptly on x11
Russ Cox
5
-13
/
+28
2020-01-14
acme: save/restore multiline tags in Dump/Load
Russ Cox
1
-4
/
+16
2020-01-14
tar: remove /bin/ when invoking compressors
phonologus
1
-6
/
+1
2020-01-14
devdraw: do not force-hide menu and dock during full screen on mac
Russ Cox
1
-3
/
+15
2020-01-14
Merge remote-tracking branch 'upstream/master'
Petter Rodhelind
745
-10685
/
+8183
2020-01-13
devdraw: hide dock in full screen mode
Russ Cox
1
-0
/
+13
2020-01-13
devdraw: correctly hide Mac menu bar (#335)
Xiao-Yong
1
-9
/
+9
2020-01-13
acme: fix buffer overflow introduced in parsetag refactor
Russ Cox
3
-8
/
+8
2020-01-13
acme: fix movetodel for spaces in file names
Russ Cox
1
-11
/
+8
2020-01-13
acme: allow spaces in window names
Russ Cox
2
-5
/
+20
[next]