index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-28
52509: manage internals of stdio objects when performing redirections.
Bart Schaefer
3
-1
/
+28
2024-01-28
52500: add layer token to zle attributes
Oliver Kiddle
4
-46
/
+88
2024-01-28
52499: support highlight groups
Oliver Kiddle
2
-2
/
+52
2024-01-28
unposted: remove unused variable to silence compiler warning
Oliver Kiddle
2
-2
/
+4
2024-01-28
52442: mark hookdef.name as const
Jörg Sommer
2
-1
/
+3
2024-01-28
52444: module: Mark name argument of some functions const
Jörg Sommer
2
-7
/
+11
2024-01-28
52441: zle_vi: Mark variables with const init as const
Jörg Sommer
2
-1
/
+3
2024-01-28
52440: zle.textobjects: Mark variables as const
Jörg Sommer
2
-3
/
+7
2024-01-26
52405, 52502: add empty elements to $match for optional captures that don't m...
Oliver Kiddle
3
-1
/
+12
2024-01-26
github #110: Fix incorrect completion for `dnf --showduplicates`
OpenSauce
2
-1
/
+4
2024-01-26
github #108: add perlbrew completion
Aurélien Olivier
2
-0
/
+320
2024-01-25
52385: avoid "tr" in test output formatting
Bart Schaefer
2
-2
/
+7
2024-01-24
52496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is set
Bart Schaefer
3
-4
/
+17
2024-01-24
52492: prevent indexing error on recursive arithmetic in array subscript
Bart Schaefer
2
-1
/
+9
2024-01-24
52482: strip trailing newlines in emulation modes of ${ command; }
Bart Schaefer
2
-0
/
+9
2024-01-24
52476 + cf. 52479: more FAQs about nofork substitution
Bart Schaefer
2
-0
/
+40
2024-01-24
52477: fix "zcurses mouse delay ..." and one other typo
Bart Schaefer
2
-2
/
+4
2024-01-24
52473: zstyle -q for testing existence of a zstyle setting
Bart Schaefer
3
-0
/
+41
2024-01-24
52468: save and restore state of correct TTY when using read -s / -d
Bart Schaefer
3
-15
/
+34
2024-01-14
Fix a typo
Wu Zhenyu
2
-1
/
+6
2024-01-05
52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exit
Bart Schaefer
3
-5
/
+16
2023-12-16
52413: support Citrus version of iconv on macOS, DragonFly, NetBSD
Jun-ichi Takimoto
2
-1
/
+6
2023-12-13
52383: Avoid incompatible pointer types in terminfo global variable checks
Florian Weimer
2
-6
/
+9
2023-12-13
52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Sol...
Oliver Kiddle
2
-1
/
+4
2023-12-13
52393: fix tests on Solaris by omitting -a option to diff as it is not suppor...
Oliver Kiddle
2
-1
/
+6
2023-12-13
52392: use octal escape to match = without error messages from awk
Oliver Kiddle
2
-1
/
+4
2023-12-13
52382: avoid the non-standard \e in C code, preferring \033
Oliver Kiddle
3
-2
/
+6
2023-12-09
unposted: Fix longstanding typo in comment
Bart Schaefer
1
-1
/
+1
2023-12-09
52366 + fix typo: rename find_targets as _ant_targets, replace one sed with s...
Bart Schaefer
2
-5
/
+9
2023-12-09
52365: record state of exited background jobs so as to be visible in TRAPCHLD
Bart Schaefer
3
-13
/
+27
2023-12-05
52326, 52372: add -q option to kill for sigqueue
Oliver Kiddle
5
-3
/
+43
2023-12-05
52373: fix _numbers for suffixes containing % and update affected functions
Oliver Kiddle
4
-10
/
+17
2023-12-04
unposted: Undo typo in previous commit
Bart Schaefer
1
-1
/
+1
2023-12-04
52356: add missing function index entries
Jun-ichi Takimoto
2
-0
/
+8
2023-12-02
52361: fix quoting of _ant target files
Bart Schaefer
2
-3
/
+6
2023-12-02
52360: simplify and improve bad-descriptor detection in %prep section
Bart Schaefer
2
-3
/
+8
2023-12-02
unposted: Fix email address in some entry attributions
Bart Schaefer
1
-5
/
+5
2023-11-29
52145: Prompt theme with current time and abbreviated VCS_info.
Sebastian Gniazdowski
2
-0
/
+133
2023-11-23
52325: Clarify doc for edge cases of named references and nofork substitution
Bart Schaefer
6
-13
/
+25
2023-11-22
unposted: fix missing closing brace from 52301
Oliver Kiddle
2
-1
/
+3
2023-11-22
52315: completion options update
Oliver Kiddle
53
-199
/
+475
2023-11-18
52313: Src/exec.c: multios are not interactive and check for write errors.
Bart Schaefer
2
-2
/
+11
2023-11-18
Unposted (cf. 52296): correct description of "vared -e"
Bart Schaefer
1
-1
/
+1
2023-11-17
52307: new completion for many SELinux tools
Oliver Kiddle
11
-38
/
+821
2023-11-17
52303: updates to completions for macOS 13
Oliver Kiddle
20
-73
/
+100
2023-11-15
52309: fix cases that hang with all signals blocked.
Bart Schaefer
2
-2
/
+6
2023-11-15
52308: FAQ for new features, fix some old answers
Bart Schaefer
2
-15
/
+123
2023-11-15
52275: rationality in zgetdir() and zgetcwd()
Bart Schaefer
2
-48
/
+56
2023-11-15
52202: improve handling of quoting in ${var/pattern/replacement}
Bart Schaefer
4
-25
/
+49
2023-11-14
github #106: update tmux completion (20230919); tweak Util/check-tmux-state
Matt Koscica
3
-3
/
+14
[next]