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.98   5 months  christos   document another non-literal format string
[TXT] TOUR  1.10   3 years  snj   Some spelling fixes from VaX#n8 in PR bin/23812.
[TXT] alias.c  1.14   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] alias.h  1.7   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] arith.y  1.21   5 months  joerg   Mark yyerror as static and __dead.
[TXT] arith_lex.l  1.15   2 years  christos   use flex options instead of #defines
[TXT] builtins.def  1.21   7 years  seb   Add new builtin `wordexp' to support wordexp(3). From FreeBSD. Provided in PR l...
[TXT] cd.c  1.44   5 months  plunky   NULL does not need a cast
[TXT] cd.h  1.6   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] error.c  1.37   3 years  dholland   Use "extern" properly for referencing globals defined in other modules. Now buil...
[TXT] error.h  1.18   5 months  christos   add more gcc printf format attributes
[TXT] eval.c  1.103   2 months  christos   PR/45613: Aleksey Cheusov: /bin/sh: 'set -e' + 'if eval false' problem Fixed fro...
[TXT] eval.h  1.15   3 years  matt   Fix inconsistent definitions
[TXT] exec.c  1.42   3 years  dholland   Wrap declaration of a STATIC function that's only conditionally defined in a sui...
[TXT] exec.h  1.22   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] expand.c  1.86   5 months  plunky   NULL does not need a cast
[TXT] expand.h  1.18   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] histedit.c  1.44   6 months  joerg   Move the savehandler assignment before setjmp() to avoid triggering warnings abo...
[TXT] init.h  1.10   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] input.c  1.44   11 months  pooka   Tell copyfd if the caller wants the exact tofd to just fd >= tofd. Fixes "echo f...
[TXT] input.h  1.15   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] jobs.c  1.69   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] jobs.h  1.20   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] machdep.h  1.11   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mail.c  1.16   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mail.h  1.10   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] main.c  1.57   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] main.h  1.11   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] memalloc.c  1.29   3 years  matt   Fix inconsistent definitions
[TXT] memalloc.h  1.15   3 years  matt   Fix inconsistent definitions
[TXT] miscbltin.c  1.40   3 months  christos   print the flag too next to the units like bash does.
[TXT] miscbltin.h  1.3   8 years  christos   remove clause 3
[TXT] mkbuiltins  1.22   2 years  apb   Make this slightly more portable; it has to run on arbitary host platforms at bu...
[TXT] mkinit.sh  1.5   3 years  apb   Don't try to remove trailing newlines from shell variables via constructs like $...
[TXT] mknodes.sh  1.2   3 years  martin   Convert to new 2 clause license
[TXT] mktokens  1.12   3 years  apb   In shell scripts run during the build, add a SED variable, defaulting to "sed". ...
[TXT] myhistedit.h  1.11   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] mystring.c  1.16   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] mystring.h  1.11   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] nodes.c.pat  1.12   7 years  dsl   Change '\0' to 0 so that the SVR4 'echo' doesn't convert it to a null byte. Fixe...
[TXT] nodetypes  1.13   2 years  joerg   Make indentation consistent.
[TXT] options.c  1.42   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] options.h  1.20   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] output.c  1.33   17 months  christos   dprintf is claimed by posix.
[TXT] output.h  1.23   5 months  christos   add more gcc printf format attributes
[TXT] parser.c  1.80   5 months  plunky   NULL does not need a cast
[TXT] parser.h  1.17   7 years  dsl   Correctly apply IFS to unquoted text in ${x-text}. Fixes PR/26058 and the 'for i...
[TXT] redir.c  1.32   5 months  plunky   NULL does not need a cast
[TXT] redir.h  1.16   11 months  pooka   Tell copyfd if the caller wants the exact tofd to just fd >= tofd. Fixes "echo f...
[TXT] sh.1  1.106   4 months  christos   Merge duplicate information.
[TXT] shell.h  1.17   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] show.c  1.28   5 months  christos   - add pid to the trace file so that we don't keep overwriting ourselves - use va...
[TXT] show.h  1.7   8 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] syntax.c  1.2   4 years  lukem   use __RCSID()
[TXT] syntax.h  1.2   8 years  dsl   Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ...
[TXT] trap.c  1.35   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] trap.h  1.19   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] var.c  1.40   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .
[TXT] var.h  1.25   7 months  christos   PR/45069: Henning Petersen: Use prototypes from builtins.h .


CVSweb <webmaster@jp.NetBSD.org>