summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a21b405c8..a35eb6501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,47 @@
+2021-04-13 dana <dana@dana.is>
+
+ * Daniel Shahaf: 48522: README: Clarify _alternative change
+
+2021-04-13 Tim Lee <progscriptclone@gmail.com>
+
+ * 48525: Misc/vcs_info-examples: vcs_info git docs: ahead/behind
+ commits: Run fewer external programs
+
+2021-04-12 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+ * 48439: Src/mem.c: remove macros that became unnecessary by 47785
+
+2021-04-11 Oliver Kiddle <opk@zsh.org>
+
+ * 48504: Src/hist.c, Src/input.c, Src/watch.c:
+ use SEEK_ macros in fseek() calls
+
+ * Michael Stapelberg: 45396: Src/hist.c: readhistfile:
+ avoid thousands of lseek(2) syscalls via ftell()
+
+ * Marc Chantreux: 48466: Completion/Unix/Command/_surfraw:
+ correct indentation and remove tabs and trailing spaces
+
+ * Marc Chantreux: 48445: Completion/Unix/Command/_surfraw:
+ pluralize tags in _surfraw
+
+ * Marc Chantreux: users/26645: Completion/X/Command/_gv:
+ update options in gv completion
+
+2021-04-10 Bart Schaefer <schaefer@zsh.org>
+
+ * 47913: Doc/Zsh/options.yo, Src/options.c, Src/pattern.c, Src/zsh.h:
+ implement CASE_PATHS option to make NO_CASE_GLOB more sensible
+
2021-04-10 dana <dana@dana.is>
+ * brian m. carlson: 47794: README, Src/exec.c,
+ Test/B07emulate.ztst: exec: run final pipeline command in a
+ subshell in sh mode
+
+ * unposted (see 48415): README: Document incompatibility
+ caused by workers/43928
+
* 48338: Completion/Unix/Command/_git: Support case-insensitive
path matching