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
/
rc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
rc: avoid problematic internal names "var", "thread"
Russ Cox
1
-0
/
+6
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-01-10
Trivial changes: whitespace and modes.
Dan Cross
5
-10
/
+10
2020-01-02
cmd/rc: fix declarations of some externally linked variables
Neven Sajko
2
-3
/
+2
2018-01-17
rc: use proper type for storing ulimit values
Ray Lai
1
-6
/
+7
2017-09-14
all: remove .cvsignore files
Kare Nuorteva
1
-3
/
+0
2013-03-19
rc: avoid undefined C
Xi Wang
1
-4
/
+4
2011-08-02
rc: silence lion roar
Russ Cox
1
-0
/
+1
2011-02-16
rc: fix $ifs bug introduced with utf-8 code
Russ Cox
1
-2
/
+4
2011-01-02
rc: handle 4-byte utf-8
Russ Cox
3
-0
/
+20
2011-01-02
rc: handle utf-8 in $ifs
Russ Cox
1
-8
/
+16
2009-09-13
rc: implement and document <>{cmd} notation
Michael Teichgräber
1
-17
/
+47
2009-08-23
rc: make read not ignore interrupts/errors (again)
Michael Teichgräber
1
-2
/
+7
2009-08-08
rc: fix segfault when SIGINT is received
Michael Teichgräber
1
-1
/
+2
2008-08-14
rc: fix local variables in functions
Russ Cox
2
-4
/
+4
2008-07-20
rc: add subscript sequences (Erik Quanstrom)
Russ Cox
1
-5
/
+35
2007-03-28
keep path and PATH in sync
rsc
1
-0
/
+2
2007-03-26
do not redefine rewind
rsc
1
-1
/
+1
2007-03-26
more memory errors (valgrind)
rsc
3
-1
/
+3
2007-03-26
fix wait
rsc
5
-251
/
+97
2007-03-26
fix phantom rc crashes
rsc
1
-0
/
+1
2007-03-26
sync with plan 9
rsc
23
-1232
/
+1967
2007-03-25
cope with programs that leave fd in non-blocking mode (Tim Wiess)
rsc
2
-1
/
+27
2006-06-27
experiment - allow = in words late in the command line
rsc
1
-0
/
+3
2006-04-08
add exitcode
rsc
1
-0
/
+11
2006-04-01
Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
rsc
2
-3
/
+3
2006-03-20
update lucida
rsc
1
-1
/
+1
2006-02-14
shut up about signals in scripts
rsc
1
-1
/
+1
2005-08-11
Add rfork builtin.
rsc
1
-0
/
+53
2005-08-11
make sure errors cause non-zero exit status
rsc
1
-0
/
+2
2005-07-26
fixes from bengt for sun
rsc
1
-2
/
+2
2005-07-14
ignore window size change
rsc
1
-0
/
+1
2005-07-13
stupid sun
rsc
1
-0
/
+3
2005-05-19
set $PLAN9 if necessary
rsc
1
-0
/
+3
2005-03-18
try harder to put background jobs in background; do not print in response to ...
rsc
4
-1
/
+45
2005-03-18
correct command-printing bug
rsc
1
-1
/
+3
2005-02-13
handle /dev/stdin always
rsc
2
-3
/
+3
2005-02-11
set pid=-1 explicitly
rsc
1
-0
/
+1
2005-01-23
more searchpath-related changes
rsc
2
-1
/
+2
2005-01-19
use correct yacc
rsc
1
-1
/
+0
2005-01-13
Many small edits.
rsc
1
-0
/
+1
2005-01-12
maintain $path and $PATH simultaneously
rsc
5
-4
/
+74
2005-01-07
success on the sun
rsc
1
-0
/
+16
2004-12-28
FreeBSD tweaks
rsc
1
-4
/
+2
2004-10-17
print out signalled exits
rsc
1
-0
/
+5
2004-10-17
add ulimit and umask as builtins
rsc
3
-0
/
+202
[next]