NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45069 CVS commit: src/bin/sh



The following reply was made to PR bin/45069; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45069 CVS commit: src/bin/sh
Date: Sat, 18 Jun 2011 17:18:47 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Sat Jun 18 21:18:46 UTC 2011
 
 Modified Files:
        src/bin/sh: alias.c alias.h arith.y cd.c cd.h exec.h expand.c expand.h
            histedit.c jobs.c jobs.h main.c main.h miscbltin.c myhistedit.h
            options.c options.h trap.c trap.h var.c var.h
 
 Log Message:
 PR/45069: Henning Petersen: Use prototypes from builtins.h .
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/bin/sh/alias.c
 cvs rdiff -u -r1.6 -r1.7 src/bin/sh/alias.h
 cvs rdiff -u -r1.19 -r1.20 src/bin/sh/arith.y src/bin/sh/jobs.h \
     src/bin/sh/options.h
 cvs rdiff -u -r1.42 -r1.43 src/bin/sh/cd.c src/bin/sh/histedit.c
 cvs rdiff -u -r1.5 -r1.6 src/bin/sh/cd.h
 cvs rdiff -u -r1.21 -r1.22 src/bin/sh/exec.h
 cvs rdiff -u -r1.83 -r1.84 src/bin/sh/expand.c
 cvs rdiff -u -r1.17 -r1.18 src/bin/sh/expand.h
 cvs rdiff -u -r1.68 -r1.69 src/bin/sh/jobs.c
 cvs rdiff -u -r1.56 -r1.57 src/bin/sh/main.c
 cvs rdiff -u -r1.10 -r1.11 src/bin/sh/main.h src/bin/sh/myhistedit.h
 cvs rdiff -u -r1.38 -r1.39 src/bin/sh/miscbltin.c
 cvs rdiff -u -r1.41 -r1.42 src/bin/sh/options.c
 cvs rdiff -u -r1.34 -r1.35 src/bin/sh/trap.c
 cvs rdiff -u -r1.18 -r1.19 src/bin/sh/trap.h
 cvs rdiff -u -r1.39 -r1.40 src/bin/sh/var.c
 cvs rdiff -u -r1.24 -r1.25 src/bin/sh/var.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index