History log of /netbsd-src/bin/sh/input.c (Results 51 – 75 of 76)
Revision Date Author Comments
# f726a3c4 11-Apr-1997 christos <christos@NetBSD.org>

Rename pread to preadfd


# 7accaec4 14-Mar-1997 christos <christos@NetBSD.org>

NO_HISTORY->SMALL


# 6042831b 13-Mar-1997 christos <christos@NetBSD.org>

Fix problems with -DNO_HISTORY


# 3a59e5e8 13-Mar-1997 mycroft <mycroft@NetBSD.org>

Set input files to close-on-exec mode.


# 48250187 11-Jan-1997 tls <tls@NetBSD.org>

kill 'register'


# 846dce0e 02-Nov-1996 christos <christos@NetBSD.org>

Fix problems that gcc -Wall found (from Todd Miller, OpenBSD)


# bc73cf95 16-Oct-1996 christos <christos@NetBSD.org>

PR/2808: Remove trailing whitespace (from FreeBSD)


# 893ade3f 19-Oct-1995 christos <christos@NetBSD.org>

- fix PR1620, -DNO_HISTORY did not work.
- restore parsing state after parsing old style command substitution.
The ';' in '`echo z;`' broke the following:
for i in 1; do
cat > /dev/tty << __EOF_

- fix PR1620, -DNO_HISTORY did not work.
- restore parsing state after parsing old style command substitution.
The ';' in '`echo z;`' broke the following:
for i in 1; do
cat > /dev/tty << __EOF__
`echo z;`
__EOF__
done

cVS: Enter Log. Lines beginning with `CVS: ' are removed automatically

show more ...


# 92380da7 06-Oct-1995 christos <christos@NetBSD.org>

fixed previous booboo that broke command line editing input.


# c1b02d9b 26-Sep-1995 christos <christos@NetBSD.org>

- Fix -v flag, so that it works properly when the shell reads from scripts.
- Bad style to fix my own PR, but I'd like to commit the parallel make
changes soon, and this is a necessary prerequisite.


# a45947b2 09-Jun-1995 christos <christos@NetBSD.org>

Changed so that 'PATH=newpath command' works, instead of looking at the
old path. Synced input.c with vangogh.


# dcb82cbd 07-Jun-1995 cgd <cgd@NetBSD.org>

needs string.h


# 07bae7ed 11-May-1995 christos <christos@NetBSD.org>

Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
bug.


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# 42f0dae5 23-Dec-1994 cgd <cgd@NetBSD.org>

pull prototypes into scope for string functions.


# 5dad1439 04-Dec-1994 cgd <cgd@NetBSD.org>

from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelch
some of the worst style errors.


# cafd1f7e 11-Jun-1994 mycroft <mycroft@NetBSD.org>

Add RCS ids.


# 7210460c 08-Jun-1994 jtc <jtc@NetBSD.org>

Fix from Christos for when NO_HISTORY is defined


# 242337bc 21-May-1994 cgd <cgd@NetBSD.org>

a few more things to omit when NO_HISTORY defined. from noel@cs.oberlin.edu


# e3c63ad9 14-May-1994 cgd <cgd@NetBSD.org>

add back in support for building w/o obj dir. also, add NO_HISTORY
define, which (if you invoke mkbuiltins properly) gets you a sh w/o
history of command line editing (for floppy sh).


# a81e4124 12-May-1994 jtc <jtc@NetBSD.org>

Include appropriate header files to bring function prototypes into scope.


# 37ed7877 11-May-1994 jtc <jtc@NetBSD.org>

sync with 4.4lite


# 8542364e 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


1234