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

Current tag: netbsd-5-1-5-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] USD.doc/        
[DIR] bltin/        
[DIR] funcs/        
[TXT] alias.c  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] alias.h  1.6   20 years  agc   branches: 1.6.52; Move UCB-licensed code from 4-clause to 3-clause licence. Pa...
[TXT] exec.h  1.21   20 years  agc   branches: 1.21.52; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] init.h  1.10   20 years  agc   branches: 1.10.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] input.h  1.15   20 years  agc   branches: 1.15.88; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] machdep.h  1.11   20 years  agc   branches: 1.11.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] mail.c  1.16   20 years  agc   branches: 1.16.90; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] mail.h  1.10   20 years  agc   branches: 1.10.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] main.h  1.10   20 years  agc   branches: 1.10.52; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] myhistedit.h  1.10   20 years  agc   branches: 1.10.52; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] mystring.c  1.16   20 years  agc   branches: 1.16.54; 1.16.60; Move UCB-licensed code from 4-clause to 3-clause l...
[TXT] mystring.h  1.11   20 years  agc   branches: 1.11.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] nodetypes  1.12   20 years  agc   Move 4 more files from UCB 4 clause to 3 clause licence. Thanks to Julio Merino...
[TXT] redir.h  1.15   20 years  agc   branches: 1.15.50; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] shell.h  1.17   20 years  agc   branches: 1.17.54; 1.17.60; Move UCB-licensed code from 4-clause to 3-clause l...
[TXT] show.h  1.7   20 years  agc   branches: 1.7.80; 1.7.84; Move UCB-licensed code from 4-clause to 3-clause lic...
[TXT] Makefile  1.83   15 years  apb   branches: 1.83.4; Pass SED=${TOOL_SED:Q} in the environment to scripts run duri...
[TXT] error.h  1.17   16 years  apb   If SHELL_BUILTIN is defined (as will be the case when building external builtins...
[TXT] expand.h  1.17   17 years  apb   branches: 1.17.18; 1.17.32; Make /bin/sh use intmax_t (instead of int) for ari...
[TXT] mkinit.sh  1.5   15 years  apb   Don't try to remove trailing newlines from shell variables via constructs like $...
[TXT] mktokens  1.12   15 years  apb   branches: 1.12.52; In shell scripts run during the build, add a SED variable, d...
[TXT] cd.h  1.5   18 years  christos   branches: 1.5.40; PR/31548: Alexander Rigbo: $PWD not set when shell starts up...
[TXT] miscbltin.h  1.3   20 years  christos   branches: 1.3.98; remove clause 3
[TXT] mkbuiltins  1.21   19 years  christos   don't include the printf builtin if we are SMALL; saves 10K.
[TXT] parser.c  1.69   15 years  christos   Fix here documents that end abruptly without NL before EOF. (Andy Shevchenko)
[TXT] trap.h  1.18   18 years  christos   branches: 1.18.40; make setsig() return sig_t
[TXT] error.c  1.37   15 years  dholland   branches: 1.37.18; Use "extern" properly for referencing globals defined in oth...
[TXT] exec.c  1.42   15 years  dholland   branches: 1.42.18; 1.42.20; Wrap declaration of a STATIC function that's only ...
[TXT] expand.c  1.79   15 years  dholland   branches: 1.79.2; The field width passed for a %.*s printf format is supposed t...
[TXT] input.c  1.41   15 years  dholland   branches: 1.41.4; Use "extern" properly for referencing globals defined in othe...
[TXT] jobs.c  1.66   15 years  dholland   Wrap declaration of a STATIC function that's only conditionally defined in a sui...
[TXT] main.c  1.52   15 years  dholland   Remove unused global variables
[TXT] output.c  1.30   15 years  dholland   output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable) bltin....
[TXT] output.h  1.19   15 years  dholland   output.c output.h: expose OUTPUT_ERR (flag for an exposed flags variable) bltin....
[TXT] var.c  1.39   15 years  dholland   branches: 1.39.16; Use "extern" properly for referencing globals defined in oth...
[TXT] var.h  1.24   15 years  dholland   branches: 1.24.16; Use "extern" properly for referencing globals defined in oth...
[TXT] jobs.h  1.19   20 years  dsl   branches: 1.19.52; Generate command line when SMALL is defined and make buffer ...
[TXT] nodes.c.pat  1.12   19 years  dsl   branches: 1.12.48; Change '\0' to 0 so that the SVR4 'echo' doesn't convert it ...
[TXT] options.c  1.40   18 years  dsl   TOG require that 'set +o' output the options in a form suitable for restoring th...
[TXT] options.h  1.19   18 years  dsl   branches: 1.19.40; TOG require that 'set +o' output the options in a form suita...
[TXT] parser.h  1.17   19 years  dsl   branches: 1.17.48; 1.17.54; Correctly apply IFS to unquoted text in ${x-text}....
[TXT] show.c  1.26   20 years  dsl   This seems to need stdlib.h to get a prototype for abort().
[TXT] syntax.h  1.2   20 years  dsl   Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ...
[TXT] histedit.c  1.41   16 years  joerg   Set unique mode for the history, so that repeating a command doesn't spam the hi...
[TXT] syntax.c  1.2   16 years  lukem   branches: 1.2.26; use __RCSID()
[TXT] mknodes.sh  1.2   15 years  martin   branches: 1.2.56; 1.2.62; Convert to new 2 clause license
[TXT] eval.h  1.15   16 years  matt   branches: 1.15.32; 1.15.46; Fix inconsistent definitions
[TXT] memalloc.c  1.29   16 years  matt   branches: 1.29.62; Fix inconsistent definitions
[TXT] memalloc.h  1.15   16 years  matt   Fix inconsistent definitions
[TXT] trap.c  1.34   16 years  matt   branches: 1.34.24; Fix inconsistent definitions
[TXT] redir.c  1.30   16 years  msaitoh   branches: 1.30.22; Conform to XCU Section 2.8.2 (Exit Status for Commands)
[TXT] builtins.def  1.21   19 years  seb   branches: 1.21.48; 1.21.54; Add new builtin `wordexp' to support wordexp(3). ...
[TXT] TOUR  1.9   17 years  snj   It's "its."
[TXT] cd.c  1.39.26.1   14 years  snj   Pull up following revision(s) (requested by dholland in ticket #1274): bin/sh/c...
[TXT] miscbltin.c  1.36.26.1   15 years  snj   Pull up following revision(s) (requested by mrg in ticket #622): bin/csh/csh.1:...
[TXT] sh.1  1.87.18.3   14 years  snj   Pull up following revision(s) (requested by dholland in ticket #1274): bin/sh/s...
[TXT] eval.c  1.93   15 years  tron   Revert revisions 1.91 and 1.92. The POSIX spec about the correct behaviour is co...


CVSweb <webmaster@jp.NetBSD.org>