1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-21 18:21:01 +02:00
zsh/Src
Daniel Shahaf 6fc8e8628f Merge remote-tracking branch 'origin/master' into 5.9
* Test/D02glob.ztst:
  On the "unreadable directories can be globbed (users/24619, users/24626)"
  test, resolve conflicts by removing the Cygwin-only skip that has been added
  in master, since the test is passing on this branch.  This effectively reverts
  workers/45492.  See discussion starting in workers/45504.

* origin/master:
  unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
  45509: fix typos in B01cd.ztst
  45490 (+45495 and a test): refactor rlimits.c
  github : Fix typo: longson should be loongson
  users/24710: Fix job control problem with sudo.
  45492: skip test added by users/24633 on Cygwin
  45488: COMP_WORDS for bash need "$@"-style quoting
  45487: Missing mod_export declarations for AIX
  45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks as a top-level helper function.
  45463: test: kill: Document why we use SIGURG
  45453: builtins: kill: Do not signal current process group when pid is empty
  45452: builtins: kill: Add `kill ''` regression test with explicit sigspec
  45451: builtins: kill: Add basic test suite
  github #48/0002: vcs_info git: properly detect bare repositories
  github #48/0001: vcs_info git: avoid warnings in bare repositories
  unposted: Post-release version bump
  unposted: Release 5.8
  CVE-2019-20044: Update change log for preceding commits
  Update NEWS/README
  Add unsetopt/PRIVILEGED tests
  Clean up error-message white space
  Improve PRIVILEGED fixes (again)
  Improve PRIVILEGED fixes
  Drop privileges securely
  unposted: V01zmodload: Fix failing test from workers/45385
  45423: _su: Improve arg handling, shell look-ups
  unposted: _zip: Recognise '--'
  45385: Add a test for 'zmodload -Fa' preemptively disabling ("blacklisting"?) features.
  unposted: Test release: 5.7.1-test-3
  zsh/system: Fix infinite loop in sysread
  _diff_options: Restore -w completion lost in workers/43351
  unposted: Fix ChangeLog typo.
  45368: Add tests for workers/45367's issue about double slashes in 'cd -P' and /home/daniel/in/zsh.
  45373: Fix ERR_EXIT bug in else branch of if.
  45372: Record a symlink loop bug involving :P
  45365: _git: Fix __git_recent_branches for the case when a commit has an empty message
  45343: Queue signals around arithmetic evaluations
  45344: Document where third-party completion functions should be installed.
  45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload
  unposted: internal: Add some comments and fix indentation.  No functional change.
  45340: internal: Document the difference between paramtab and realparamtab.
  45332: _git: add completion for git-version
  _brace_parameter: add missing \

Conflicts:
	ChangeLog
	Test/D02glob.ztst
	Test/V01zmodload.ztst
2020-03-07 21:36:46 +00:00
..
Builtins 45490 (+45495 and a test): refactor rlimits.c 2020-03-06 20:12:06 +09:00
Modules Merge remote-tracking branch 'origin/master' into 5.9 2020-03-07 21:36:46 +00:00
Zle 45487: Missing mod_export declarations for AIX 2020-02-24 10:55:48 +00:00
.cvsignore
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
.exrc
.indent.pro
builtin.c 45487: Missing mod_export declarations for AIX 2020-02-24 10:55:48 +00:00
compat.c 45487: Missing mod_export declarations for AIX 2020-02-24 10:55:48 +00:00
cond.c 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather than a syntax error. 2017-11-24 22:10:27 +00:00
context.c 35642: signal queueing in zcontext_save_partial() 2015-06-27 15:53:21 -07:00
exec.c Merge remote-tracking branch 'origin/master' into 5.9 2020-03-07 21:36:46 +00:00
glob.c 45291: A glob with a trailing slash will now match unreadable/unexecutable directories. 2020-01-15 19:20:33 -06:00
hashnameddir.c
hashtable.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
hashtable.h 43616: Various parameter setting and display fixes. 2018-10-08 10:10:42 +01:00
hist.c 24581: Fix array assignments in shell word splitting and completion. 2019-12-31 18:35:06 +00:00
init.c unposted: internal: Add some comments and fix indentation. No functional change. 2020-01-26 03:46:00 +00:00
input.c 43511: Initialiase alias entry on input stack. 2018-09-21 16:29:07 +01:00
jobs.c users/24710: Fix job control problem with sudo. 2020-02-27 20:42:16 +00:00
lex.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
linklist.c 41008: Handle expansions for precommand modifiers 2017-04-26 09:44:38 +01:00
loop.c Merge remote-tracking branch 'origin/master' into 5.9 2020-03-07 21:36:46 +00:00
main.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
Makefile.in 45065: Make 'make -s' print nothing when it does nothing. 2019-12-18 06:01:49 +00:00
Makemod.in.in
makepro.awk 44637: = doesn't need quoting in awk regexp. 2019-08-03 10:57:02 +01:00
math.c 45343: Queue signals around arithmetic evaluations 2020-01-29 09:02:49 +00:00
mem.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
mkbltnmlst.sh
mkmakemod.sh 36663: replace obsolete "autobins" commentary with "autofeatures" 2015-09-27 12:43:25 -07:00
modentry.c
module.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
openssh_bsd_setres_id.c Improve PRIVILEGED fixes 2020-02-14 16:06:57 -06:00
options.c Clean up error-message white space 2020-02-14 16:06:57 -06:00
params.c 45340: internal: Document the difference between paramtab and realparamtab. 2020-01-23 03:21:36 +00:00
parse.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
pattern.c 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +00:00
prompt.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
prototypes.h
signals.c users/24710: Fix job control problem with sudo. 2020-02-27 20:42:16 +00:00
signals.h 433029: Testing signal return type is no longer needed 2018-06-18 10:18:29 +01:00
signames1.awk
signames2.awk
sort.c Fix typos reported by codespell in Src/ 2020-01-09 14:49:55 +01:00
string.c 41096: Don't assume null termination copying string. 2017-05-11 17:33:30 +01:00
subst.c 45058: internal: Add symbolic names to possible values of zexit()'s "from_where" parameter. No functional change. 2019-12-17 05:12:36 +00:00
text.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
utils.c 45487: Missing mod_export declarations for AIX 2020-02-24 10:55:48 +00:00
watch.c 45004: Fix typos in comments 2019-12-11 02:37:39 +00:00
wcwidth9.h 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00
zsh.h Fix typos reported by codespell in Src/ 2020-01-09 14:49:55 +01:00
zsh.ico
zsh.mdd Improve PRIVILEGED fixes 2020-02-14 16:06:57 -06:00
zsh.rc
zsh_system.h Improve PRIVILEGED fixes 2020-02-14 16:06:57 -06:00
ztype.h 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +00:00