Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 1996 22:20:06 -0800 (PST)
From:      Steve Price <steve>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/sh cd.h alias.c arith.y arith_lex.l cd.c error.c error.h eval.c eval.h exec.c exec.h expand.c histedit.c input.c input.h jobs.c mail.c main.c memalloc.c miscbltin.c mkinit.c mknodes.c mksyntax.c myhistedit.h mystring.c options.c options.h output.c output.h parser.c parser.h redir.c redir.h sh.1 shell.h show.c show.h trap.c trap.h var.c var.h src/bin/sh/bltin bltin.h echo.c
Message-ID:  <199612140620.WAA13466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       96/12/13 22:20:05

  Modified:    bin/sh    alias.c arith.y arith_lex.l cd.c error.c error.h
                        eval.c eval.h  exec.c exec.h expand.c histedit.c
                        input.c input.h jobs.c  mail.c main.c memalloc.c
                        miscbltin.c mkinit.c mknodes.c  mksyntax.c
                        myhistedit.h mystring.c options.c options.h 
                        output.c output.h parser.c parser.h redir.c redir.h
                        sh.1  shell.h show.c show.h trap.c trap.h var.c
                        var.h
               bin/sh/bltin  bltin.h echo.c
  Added:       bin/sh    cd.h
  Log:
  Merge in NetBSD mods and -Wall cleaning.
  
  Obtained from: NetBSD, me
  
  Revision  Changes    Path
  1.5       +2 -2      src/bin/sh/alias.c
  1.4       +7 -6      src/bin/sh/arith.y
  1.6       +5 -3      src/bin/sh/arith_lex.l
  1.7       +20 -16    src/bin/sh/cd.c
  1.6       +59 -22    src/bin/sh/error.c
  1.5       +3 -1      src/bin/sh/error.h
  1.9       +40 -42    src/bin/sh/eval.c
  1.4       +8 -1      src/bin/sh/eval.h
  1.7       +22 -6     src/bin/sh/exec.c
  1.4       +3 -2      src/bin/sh/exec.h
  1.12      +28 -18    src/bin/sh/expand.c
  1.7       +12 -15    src/bin/sh/histedit.c
  1.7       +15 -12    src/bin/sh/input.c
  1.4       +2 -2      src/bin/sh/input.h
  1.9       +49 -19    src/bin/sh/jobs.c
  1.4       +2 -2      src/bin/sh/mail.c
  1.10      +39 -17    src/bin/sh/main.c
  1.5       +5 -5      src/bin/sh/memalloc.c
  1.9       +11 -13    src/bin/sh/miscbltin.c
  1.7       +18 -20    src/bin/sh/mkinit.c
  1.5       +3 -3      src/bin/sh/mknodes.c
  1.7       +8 -6      src/bin/sh/mksyntax.c
  1.4       +2 -2      src/bin/sh/myhistedit.h
  1.5       +2 -2      src/bin/sh/mystring.c
  1.9       +109 -32   src/bin/sh/options.c
  1.5       +9 -7      src/bin/sh/options.h
  1.5       +11 -15    src/bin/sh/output.c
  1.4       +2 -2      src/bin/sh/output.h
  1.17      +121 -45   src/bin/sh/parser.c
  1.4       +2 -2      src/bin/sh/parser.h
  1.6       +11 -9     src/bin/sh/redir.c
  1.4       +2 -2      src/bin/sh/redir.h
  1.10      +106 -50   src/bin/sh/sh.1
  1.7       +2 -2      src/bin/sh/shell.h
  1.5       +7 -19     src/bin/sh/show.c
  1.3       +4 -2      src/bin/sh/show.h
  1.5       +9 -9      src/bin/sh/trap.c
  1.4       +4 -4      src/bin/sh/trap.h
  1.7       +75 -30    src/bin/sh/var.c
  1.4       +28 -15    src/bin/sh/var.h
  1.6       +6 -5      src/bin/sh/bltin/bltin.h
  1.5       +1 -4      src/bin/sh/bltin/echo.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612140620.WAA13466>