summaryrefslogtreecommitdiffstats
path: root/src/cmd/sam
Commit message (Collapse)AuthorAgeFilesLines
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-112-3/+3
| | | | http://codereview.appspot.com/116075
* sam: clean up checkerrs (Rob Pike)Russ Cox2008-04-161-3/+3
|
* sam: allow more output from ! command (Rob Pike)Russ Cox2008-04-151-2/+2
|
* sam: fix regexp match choice bugRuss Cox2008-01-301-1/+1
|
* sam: revert regexp fixRuss Cox2007-12-071-59/+49
|
* sam: regexp fix (see libregexp change)Russ Cox2007-12-071-49/+59
|
* sam: turn off DEBUG logging (oops)Russ Cox2007-12-041-1/+0
|
* better fixrsc2007-06-091-14/+15
|
* day one bug in sam regexp codersc2007-06-091-1/+1
|
* change namersc2007-01-122-3/+3
|
* Bug fix fix - remove debugging implementation of needoutflush.rsc2007-01-121-1/+2
|
* Fix 15-year-old sam protocol bug.rsc2007-01-124-34/+34
|
* Aviod seg fault when no filersc2006-08-291-1/+4
|
* set $samfile during external commandsrsc2006-08-241-0/+9
|
* fix dup file name bugrsc2006-06-261-1/+10
|
* shut up gcc volatilersc2006-05-061-3/+6
|
* darwinrsc2006-04-211-0/+3
|
* 64-bit fixesrsc2006-04-207-81/+153
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0111-20/+22
|
* update usagersc2006-03-203-8/+1
|
* update lucidarsc2006-03-203-2/+9
|
* warningsrsc2005-07-131-0/+1
|
* use full prototypesrsc2005-05-071-1/+1
|
* bug fix from plan 9rsc2005-03-181-2/+5
|
* remove debugging printrsc2005-01-271-1/+0
|
* add autoindent (-a) and chording.rsc2005-01-274-61/+42
| | | | clean up argument parsing.
* Many small edits.rsc2005-01-131-1/+1
|
* Goodbye SHORTLIBrsc2005-01-041-1/+0
|
* FreeBSD tweaksrsc2004-12-282-3/+4
|
* more little compile fixesrsc2004-12-282-8/+15
|
* use libplumb insteadrsc2004-06-092-10/+2
|
* allowrsc2004-05-143-6/+25
| | | | | | sam -r machine filelist... from presotto
* add -W to specify window size.rsc2004-04-291-1/+7
| | | | various other little fixes.
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* SunOS can rot in hell.rsc2004-03-261-0/+1
|
* Various tweaks.rsc2004-02-291-2/+0
|
* Small tweaks to make things build again.rsc2004-02-291-1/+1
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-88/+0
| | | | with them.
* Add the #goo to allow use in C++.rsc2003-11-253-6/+5
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-0/+1
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* make -> mkrsc2003-11-231-4/+3
|
* create, perror, and remove are now properly in the headers.rsc2003-11-231-4/+0
|
* Don't need to install 'u' as flagfmt anymore.rsc2003-11-231-5/+0
|
* use path-less names for ssh, samterm.rsc2003-11-231-2/+2
| | | | let execvp sort it out.
* Use execvp to avoid hard-coding path names for ssh, samterm.rsc2003-11-231-3/+3
|
* Use new directory structure.rsc2003-10-112-5/+5
|
* Licensing and various tweaks.rsc2003-10-111-258/+0
|
* Various tweaks. The implementation of notify, create, etc.rsc2003-10-113-6/+16
| | | | should really be in lib9.
* Various tweaks to make things run on Mac OS.rsc2003-10-011-0/+36
| | | | The main change is the use of pthread to implement ffork.
* Reorgrsc2003-09-3016-166/+140
|