aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add macedit to moveplan9.filesmmnmnnmnmm2022-08-181-0/+1
|
* INSTALL: Always set PLAN9_TARGET environment variableSören Tempel2022-07-271-1/+0
| | | | | That is, not only when -r was given. This allows using this veriable in mkfiles across the code base.
* wintext: add to moveplan9.files (#470)Jacob Vosmaer2020-12-301-0/+1
|
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-181-0/+1
| | | | | | | | | | | Runes in Plan 9 were limited to the 16-bit BMP when I drew up the RPC protocol between graphical programs and devdraw a long time ago. Now that they can be 32-bit, use a 32-bit wire encoding too. A new message number to avoid problems with other clients (like 9fans.net/go). Add keyboard shortcut alt : , for U+1F602, face with tears of joy, to test that it all works.
* all: remove Linux 2.4 vs 2.6 detectionRuss Cox2020-01-191-16/+0
| | | | | Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.)
* soelim: import from Plan9sean2020-01-151-0/+1
| | | | | Add entry in lib/moveplan9.files to trigger relocation during INSTALL.
* fortunes: correct a mispelling (#234)Travis snɯǝᗡɔW2019-04-051-1/+1
|
* keyboard: add compose sequences lc and rc for ceiling brackets (#126)thisrod2018-11-131-0/+2
| | | Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6
* keyboard: add tab/untab symbols (#160)Martin Kühl2018-11-131-0/+2
|
* moveplan9: add missing filesSteven Stallion2017-10-171-0/+35
| | | | | This PR adds additional files to update /usr/local/plan9 references for packaging.
* lib/moveplan9.files: add missing filesAdam Saponara2017-09-141-1/+12
|
* all: remove .cvsignore filesKare Nuorteva2017-09-141-1/+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
* codereview: delete, now using GitHub pull requestsRuss Cox2017-09-012-3636/+0
|
* all: fix or silence all INSTALL warnings on macOSRuss Cox2017-01-061-1/+2
| | | | | | | | Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
* all: update for GitRuss Cox2014-11-161-0/+104
| | | | | | | | | | - rewrite .gitignore to use git patterns - mv hg(1) to git(1) and rewrite - add lib/git/commit-msg.hook - add skeleton codereview script - update codereview(1) Change-Id: I061cd8e4de77ebbd6037a7c5d1582cd1d986f62f
* codereview: sync from Go.Shenghou Ma2014-02-241-112/+185
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/67820044
* keyboard: add more sequences, from existing ones or RFC 1345Jonathan Cast2014-01-061-0/+13
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-1/+2
| | | | | R=rsc http://codereview.appspot.com/6744054
* fortunes: new oneRuss Cox2012-09-241-0/+1
| | | | | R=rsc http://codereview.appspot.com/6554081
* lib/acme.rc: remove noscrollIngo Dreilich2012-09-101-1/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6346079
* lib/codereview: update from GoRuss Cox2012-07-141-35/+121
| | | | | R=rsc http://codereview.appspot.com/6396045
* fortuneRuss Cox2012-03-261-0/+4
| | | | | R=rsc http://codereview.appspot.com/5900076
* codereview: sync from GoRuss Cox2012-01-201-525/+637
| | | | | R=rsc http://codereview.appspot.com/5558060
* fortunesRuss Cox2011-12-091-0/+6
| | | | | R=rsc http://codereview.appspot.com/5480055
* codereview: update from goRuss Cox2011-11-081-44/+127
| | | | | R=rsc http://codereview.appspot.com/5340059
* build: missing fileRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4815081
* codereview: import from GoRuss Cox2011-08-021-1685/+1718
| | | | | R=rsc http://codereview.appspot.com/4819053
* INSTALL: add -r flagPeter Saveliev2011-06-021-1/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
* fortunesRuss Cox2011-05-011-0/+2
| | | | | R=rsc http://codereview.appspot.com/4444082
* fortunes: remove duplicateRuss Cox2011-03-091-1/+0
| | | | | R=rsc http://codereview.appspot.com/4252070
* more fortunesRuss Cox2011-02-231-0/+2
| | | | | R=rsc http://codereview.appspot.com/4224041
* fortunesRuss Cox2011-02-081-0/+8
| | | | | R=rsc http://codereview.appspot.com/4149042
* mac: add 9term.app, Plumb.appRuss Cox2010-10-271-0/+2
| | | | | R=rsc http://codereview.appspot.com/2783041
* codereview: import latest from goRuss Cox2010-08-041-40/+103
| | | | | R=rsc http://codereview.appspot.com/1922042
* fortunes: grab latest from Bell Labs, add one of our ownRuss Cox2010-04-151-0/+5
| | | | | R=r http://codereview.appspot.com/925041
* import fortunes from plan 9 and add one of our ownRuss Cox2010-03-241-0/+43
| | | | | R=r http://codereview.appspot.com/744041
* codereview: add hg plugin from GoRuss Cox2010-01-122-0/+3186
| | | | | | R=, rsc CC= http://codereview.appspot.com/186107
* devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber2009-07-081-4/+9
|
* Unicode superscript updateRuss Cox2009-05-142-3/+4
| | | | | | | font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard
* fortunesRuss Cox2008-07-101-0/+48
|
* mergeRuss Cox2008-04-151-0/+2
|
* mergeRuss Cox2007-11-271-0/+1
|
* updatersc2007-02-221-0/+9
|
* More fortunes!rsc2006-12-131-0/+11
|
* stupid dashrsc2006-12-101-1/+2
|
* avoid bug if /bin/sh is dash -- use single quotes around \1rsc2006-12-091-4/+4
|
* update from plan9rsc2006-10-121-0/+40
|
* more rc scriptsrsc2006-07-231-0/+4
|
* remove extra acme (Arvindh Tamilmani)rsc2006-06-301-3/+3
|
* update from plan9rsc2006-02-231-1/+51
|