Module Name: src
Committed By: snj
Date: Sun Jul 23 15:01:21 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
102, 103
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.28 src/doc/CHANGES-8.0:1.1.2.29
--- src/doc/CHANGES-8.0:1.1.2.28 Thu Jul 20 01:24:13 2017
+++ src/doc/CHANGES-8.0 Sun Jul 23 15:01:21 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.28 2017/07/20 01:24:13 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.29 2017/07/23 15:01:21 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -4511,3 +4511,67 @@ sys/dev/fdt/fdt_subr.c 1.17
size -1 to kmem_alloc when the property was not found.
[jmcneill, ticket #147]
+lib/libedit/Makefile 1.64-1.65
+lib/libedit/editline.3 1.94-1.96
+lib/libedit/editrc.5 1.33
+lib/libedit/el.c 1.93-1.94
+lib/libedit/el.h 1.42
+lib/libedit/literal.c 1.1-1.3
+lib/libedit/literal.h 1.1-1.2
+lib/libedit/prompt.c 1.27
+lib/libedit/read.c 1.103
+lib/libedit/refresh.c 1.52-1.54
+lib/libedit/refresh.h 1.11
+lib/libedit/terminal.c 1.33
+
+ Properly support invisible (mode change) sequences in prompts,
+ and use EDITRC from the environ (if set) instead of always
+ $HOME/.editrc
+ [kre, ticket #102]
+
+bin/kill/kill.c 1.28
+bin/sh/Makefile 1.111-1.113
+bin/sh/arith_token.c 1.5
+bin/sh/arith_tokens.h 1.2
+bin/sh/arithmetic.c 1.3
+bin/sh/arithmetic.h 1.2
+bin/sh/bltin/bltin.h 1.15
+bin/sh/cd.c 1.49-1.50
+bin/sh/error.c 1.40
+bin/sh/eval.c 1.142-1.151
+bin/sh/exec.c 1.49-1.51
+bin/sh/exec.h 1.26
+bin/sh/expand.c 1.113-1.119
+bin/sh/expand.h 1.23
+bin/sh/histedit.c 1.49-1.52
+bin/sh/input.c 1.57-1.60
+bin/sh/input.h 1.19-1.20
+bin/sh/jobs.c 1.86-1.87
+bin/sh/main.c 1.71-1.72
+bin/sh/memalloc.c 1.30
+bin/sh/memalloc.h 1.17
+bin/sh/mknodenames.sh 1.4
+bin/sh/mkoptions.sh 1.3-1.4
+bin/sh/myhistedit.h 1.12-1.13
+bin/sh/nodetypes 1.16-1.18
+bin/sh/option.list 1.3-1.5
+bin/sh/parser.c 1.133-1.141
+bin/sh/parser.h 1.22-1.23
+bin/sh/redir.c 1.58
+bin/sh/redir.h 1.24
+bin/sh/sh.1 1.149-1.159
+bin/sh/shell.h 1.24
+bin/sh/show.c 1.43-1.47
+bin/sh/show.h 1.11
+bin/sh/syntax.c 1.4
+bin/sh/syntax.h 1.8
+bin/sh/trap.c 1.41
+bin/sh/var.c 1.56-1.65
+bin/sh/var.h 1.29-1.35
+
+ Properly support LINENO, implement posix required expansions
+ or prompts (add some new variables to enable better use of
+ newly expandable prompts and avoid requests for other magic
+ expansion methods), and fix some ancient memory management bugs.
+ [kre, ticket #103]
+