commit bash-20190405 snapshot

This commit is contained in:
Chet Ramey
2019-04-08 09:08:27 -04:00
parent befdddcbf1
commit 03e4274f9b
5 changed files with 42 additions and 7 deletions
+7
View File
@@ -5704,3 +5704,10 @@ builtins/common.c,builtins/printf.def
builtins/read.def
- bind_read_variable: now uses builtin_bind_variable
4/4
---
lib/readline/histfile.c
- history_rename: wrapper function for rename(2) to deal with the Win32
refusal to rename over an existing file; changed callers. Bug and fix
from <john.david.donoghue@gmail.com>