The NetBSD Project

src/bin/sh/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / bin / sh


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] USD.doc/        
[DIR] bltin/        
[DIR] funcs/        
[TXT] Makefile  1.99   5 months  apb   Adjust everything under src (but outside src/tools) to use the TOOLDIR version o...
[TXT] TOUR  1.10   4 years  snj   Some spelling fixes from VaX#n8 in PR bin/23812.
[TXT] alias.c  1.14   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] alias.h  1.7   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] arith.y  1.22   14 months  matt   Use C89 function definitions
[TXT] arith_lex.l  1.16   14 months  matt   Use C89 function definitions
[TXT] builtins.def  1.22   4 months  dsl   Add support for '%n' being a shorthand for 'fg %n'.
[TXT] cd.c  1.44   20 months  plunky   NULL does not need a cast
[TXT] cd.h  1.6   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] error.c  1.38   14 months  joerg   Add __printflike attribution to use vprintf and friends with an argument as form...
[TXT] error.h  1.19   14 months  joerg   Add __printflike attribution to use vprintf and friends with an argument as form...
[TXT] eval.c  1.106   2 months  christos   PR/47608: Robert Elz: ``var=value func-call'' does not export var in the functio...
[TXT] eval.h  1.15   5 years  matt   Fix inconsistent definitions
[TXT] exec.c  1.44   4 months  dsl   Add support for '%n' being a shorthand for 'fg %n'.
[TXT] exec.h  1.23   14 months  joerg   Add __printflike attribution to use vprintf and friends with an argument as form...
[TXT] expand.c  1.88   4 months  dsl   Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when expanding $bar...
[TXT] expand.h  1.19   4 months  dsl   Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when expanding $bar...
[TXT] histedit.c  1.45   14 months  matt   Use C89 function definitions
[TXT] init.h  1.10   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] input.c  1.45   13 months  christos   include <limits.h> for CHAR_MIN/CHAR_MAX
[TXT] input.h  1.15   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] jobs.c  1.71   4 months  dsl   Add support for '%n' being a shorthand for 'fg %n'.
[TXT] jobs.h  1.20   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] machdep.h  1.11   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mail.c  1.16   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mail.h  1.10   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] main.c  1.57   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] main.h  1.11   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] memalloc.c  1.29   5 years  matt   Fix inconsistent definitions
[TXT] memalloc.h  1.15   5 years  matt   Fix inconsistent definitions
[TXT] miscbltin.c  1.42   11 months  njoly   Allow thread limit queries by adding the new -r flag to ulimit. Add the correspo...
[TXT] miscbltin.h  1.3   9 years  christos   remove clause 3
[TXT] mkbuiltins  1.22   3 years  apb   Make this slightly more portable; it has to run on arbitary host platforms at bu...
[TXT] mkinit.sh  1.5   4 years  apb   Don't try to remove trailing newlines from shell variables via constructs like $...
[TXT] mknodes.sh  1.2   5 years  martin   Convert to new 2 clause license
[TXT] mktokens  1.12   4 years  apb   In shell scripts run during the build, add a SED variable, defaulting to "sed". ...
[TXT] myhistedit.h  1.11   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] mystring.c  1.17   3 weeks  dholland   Add const.
[TXT] mystring.h  1.11   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] nodes.c.pat  1.13   14 months  matt   Use C89 function definitions
[TXT] nodetypes  1.13   3 years  joerg   Make indentation consistent.
[TXT] options.c  1.43   14 months  matt   Use C89 function definitions
[TXT] options.h  1.20   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] output.c  1.33   2 years  christos   dprintf is claimed by posix.
[TXT] output.h  1.24   14 months  joerg   Add __printflike attribution to use vprintf and friends with an argument as form...
[TXT] parser.c  1.83   11 months  wiz   Initialize two variables for clang.
[TXT] parser.h  1.17   8 years  dsl   Correctly apply IFS to unquoted text in ${x-text}. Fixes PR/26058 and the 'for i...
[TXT] redir.c  1.33   14 months  matt   Use C89 function definitions
[TXT] redir.h  1.16   2 years  pooka   Tell copyfd if the caller wants the exact tofd to just fd >= tofd. Fixes "echo f...
[TXT] sh.1  1.110   12 days  simonb   Document that a here-document can finish at an EOF as well as at the delimiter.
[TXT] shell.h  1.18   3 weeks  dholland   Add const.
[TXT] show.c  1.28   20 months  christos   - add pid to the trace file so that we don't keep overwriting ourselves - use va...
[TXT] show.h  1.7   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] syntax.c  1.3   13 months  christos   include <limits.h> for CHAR_MIN/CHAR_MAX
[TXT] syntax.h  1.2   9 years  dsl   Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ...
[TXT] trap.c  1.35   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] trap.h  1.20   14 months  joerg   Add __printflike attribution to use vprintf and friends with an argument as form...
[TXT] var.c  1.42   5 months  christos   PR/47317: Henning Petersen: Replace index() with strchr()
[TXT] var.h  1.25   23 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .


CVSweb <webmaster@jp.NetBSD.org>