mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
commit bash-20140124 snapshot
This commit is contained in:
@@ -5676,3 +5676,34 @@ subst.c
|
||||
returned from expand_word_internal expects a different code path
|
||||
when $@ is being expanded. Fixes bug reported by Theodoros
|
||||
V. Kalamatianos <thkala@gmail.com>
|
||||
|
||||
1/19
|
||||
----
|
||||
subst.c
|
||||
- list_dequote_escapes: new function; analogue of list_quote_escapes
|
||||
|
||||
pathexp.c
|
||||
- quote_string_for_globbing: fix case where unescaped ^A is last char
|
||||
in string; need to pass it through unaltered instead of turning it
|
||||
into a bare backslash
|
||||
- quote_string_for_globbing: when quoting for regexp matching in [[,
|
||||
don't treat backslash as a quote character; quote the backslash as
|
||||
any other character. Part of investigation into reports from
|
||||
Eduardo A. Bustamante López <dualbus@gmail.com>
|
||||
|
||||
1/25
|
||||
----
|
||||
builtins/gen-helpfiles.c
|
||||
- write_helpfiles: add prototype
|
||||
- make sure to #undef xmalloc/xfree/xrealloc/free if USING_BASH_MALLOC
|
||||
is defined. the code does not use them, and we don't link against
|
||||
xmalloc.o. Report from Linda Walsh <bash@tlinx.org>
|
||||
|
||||
Makefile.in
|
||||
- variables.o: add dependency on builtins/builtext.h; helps with
|
||||
parallel builds. Report from Linda Walsh <bash@tlinx.org>
|
||||
|
||||
support/shobj-conf
|
||||
- darwin: combine the stanzas into one that will not require them to
|
||||
be updated on each Mac OS X release. Report and fix from Max Horn
|
||||
<max@quendi.de>
|
||||
|
||||
+5704
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user