Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 1 | -0/+3 | |
2020-01-15 | clock: Remove unused static variable in clock.c | Dan Cross | 1 | -2/+0 | |
`struct Tm tms` was set but never referenced; noticed in a compiler warning. Remove it. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2020-01-13 | clock: import from plan 9 | Russ Cox | 1 | -0/+104 | |
Fixes #250. | |||||
2020-01-13 | cmapcube: don't crash on initdraw failure | Russ Cox | 1 | -1/+2 | |
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 1 | -1/+1 | |
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 8 | -31/+27 | |
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> | |||||
2018-11-15 | tweak: add support for Cursor2 | Russ Cox | 1 | -30/+78 | |
2018-03-27 | mc: fix crash in acme with hidpi display | Xiao-Yong Jin | 1 | -5/+9 | |
2018-01-03 | gview: fix int vs ulong confusion causing silent exit 1 at startup | Russ Cox | 1 | -4/+4 | |
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 1 | -2/+0 | |
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 | |||||
2017-01-06 | 9term, mc: conspire to handle hidpi displays | Russ Cox | 1 | -1/+18 | |
9term now uses the low bit of ws.ws_ypixel to signal whether this is a hidpi display, and mc adjusts the font it uses for columnation accordingly. Makes 'lc' work right on hidpi displays. Change-Id: I52928871ffb7f4c6fd6722f3d59f1836379148c6 Reviewed-on: https://plan9port-review.googlesource.com/2760 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2014-07-09 | mc: use $termprog to identify 9term | Russ Cox | 1 | -1/+1 | |
TBR=rsc https://codereview.appspot.com/112890043 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -2/+2 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2011-05-01 | crop: fix 64-bit | Russ Cox | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/4438088 | |||||
2010-03-11 | crop: fix size calculation | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/429042 | |||||
2009-08-08 | stats: make more stats work in Linux | Fazlul Shahriar | 1 | -1/+6 | |
http://codereview.appspot.com/96084 | |||||
2007-03-25 | import statusbar, converted to libthread (Lou Kamenov) | rsc | 1 | -0/+234 | |
2006-06-25 | add -D for testing | rsc | 1 | -0/+5 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 5 | -12/+14 | |
2006-03-27 | flushdisplay (erik quanstrom) | rsc | 1 | -4/+9 | |
2006-03-20 | remove debugging | rsc | 1 | -1/+0 | |
2006-03-20 | update lucida | rsc | 1 | -0/+2 | |
2006-02-14 | bigger buffer | rsc | 1 | -4/+4 | |
2005-11-04 | add -C | rsc | 1 | -1/+1 | |
2005-10-31 | Add -F option. (Lou Kamenov) | rsc | 1 | -2/+9 | |
2005-09-09 | NetBSD-macppc ctype needs uchars. | rsc | 1 | -1/+1 | |
2005-03-18 | add flushimage | rsc | 1 | -0/+1 | |
2005-01-19 | avoid c99 extensions | rsc | 1 | -4/+15 | |
2005-01-15 | use threadexits instead of exits | rsc | 1 | -3/+3 | |
2005-01-14 | stupid sun | rsc | 3 | -7/+12 | |
2005-01-13 | Many small edits. | rsc | 1 | -0/+102 | |
2005-01-07 | sunos fixes | rsc | 1 | -1/+1 | |
2005-01-04 | exit correctly. | rsc | 1 | -3/+3 | |
2005-01-04 | use 9pclient | rsc | 1 | -4/+4 | |
2005-01-04 | 3d color cube | rsc | 1 | -0/+226 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -13/+0 | |
2004-12-28 | add crop | rsc | 1 | -0/+211 | |
2004-12-28 | FreeBSD tweaks | rsc | 1 | -3/+3 | |
2004-12-27 | good test programs | rsc | 2 | -0/+404 | |
2004-12-26 | update to use new thread library | rsc | 2 | -9/+22 | |
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 1 | -2/+2 | |
2004-06-09 | asdf | rsc | 1 | -0/+2 | |
2004-06-09 | add -C for cpu | rsc | 1 | -0/+3 | |
2004-04-30 | Little fixes. | rsc | 1 | -2/+2 | |
2004-04-29 | add -W to specify window size. | rsc | 4 | -4/+29 | |
various other little fixes. | |||||
2004-04-25 | little fixes | rsc | 2 | -1/+2 | |
2004-04-25 | fix some bugs when using 9term | rsc | 1 | -6/+15 | |
2004-04-25 | whoops | rsc | 2 | -0/+312 | |
2004-04-24 | a simple plan 9 image viewer | rsc | 1 | -0/+63 | |
2004-04-24 | bug fixes and a new gview | rsc | 1 | -0/+2007 | |