summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-2852509: manage internals of stdio objects when performing redirections.Bart Schaefer3-1/+28
2024-01-2852500: add layer token to zle attributesOliver Kiddle4-46/+88
This provide control over the precedence of highlighting where different regions overlap.
2024-01-2852499: support highlight groupsOliver Kiddle2-2/+52
These are defined in a .zle.hlgroups associative array and referenced using %H in prompt strings or hl= in zle_highlight/region_highlight.
2024-01-28unposted: remove unused variable to silence compiler warningOliver Kiddle2-2/+4
2024-01-2852442: mark hookdef.name as constJörg Sommer2-1/+3
At least *zle_main* uses const strings to initialize its structure *zlehooks*.
2024-01-2852444: module: Mark name argument of some functions constJörg Sommer2-7/+11
2024-01-2852441: zle_vi: Mark variables with const init as constJörg Sommer2-1/+3
Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
2024-01-2852440: zle.textobjects: Mark variables as constJörg Sommer2-3/+7
Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't ↵Oliver Kiddle3-1/+12
match
2024-01-26github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce2-1/+4
2024-01-26github #108: add perlbrew completionAurélien Olivier2-0/+320
2024-01-2552385: avoid "tr" in test output formattingBart Schaefer2-2/+7
2024-01-2452496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is setBart Schaefer3-4/+17
2024-01-2452492: prevent indexing error on recursive arithmetic in array subscriptBart Schaefer2-1/+9
Operator returns error when operand returns error
2024-01-2452482: strip trailing newlines in emulation modes of ${ command; }Bart Schaefer2-0/+9
2024-01-2452476 + cf. 52479: more FAQs about nofork substitutionBart Schaefer2-0/+40
2024-01-2452477: fix "zcurses mouse delay ..." and one other typoBart Schaefer2-2/+4
2024-01-2452473: zstyle -q for testing existence of a zstyle settingBart Schaefer3-0/+41
2024-01-2452468: save and restore state of correct TTY when using read -s / -dBart Schaefer3-15/+34
2024-01-14Fix a typoWu Zhenyu2-1/+6
$ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds
2024-01-0552465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer3-5/+16
2023-12-1652413: support Citrus version of iconv on macOS, DragonFly, NetBSDJun-ichi Takimoto2-1/+6
2023-12-1352383: Avoid incompatible pointer types in terminfo global variable checksFlorian Weimer2-6/+9
2023-12-1352394: alter form of /dev/fd test to work where /bin/sh is ksh such as on ↵Oliver Kiddle2-1/+4
Solaris 11
2023-12-1352393: fix tests on Solaris by omitting -a option to diff as it is not ↵Oliver Kiddle2-1/+6
supported there
2023-12-1352392: use octal escape to match = without error messages from awkOliver Kiddle2-1/+4
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle3-2/+6
2023-12-09unposted: Fix longstanding typo in commentBart Schaefer1-1/+1
2023-12-0952366 + fix typo: rename find_targets as _ant_targets, replace one sed with ↵Bart Schaefer2-5/+9
substitution
2023-12-0952365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer3-13/+27
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle5-3/+43
2023-12-0552373: fix _numbers for suffixes containing % and update affected functionsOliver Kiddle4-10/+17
2023-12-04unposted: Undo typo in previous commitBart Schaefer1-1/+1
2023-12-0452356: add missing function index entriesJun-ichi Takimoto2-0/+8
2023-12-0252361: fix quoting of _ant target filesBart Schaefer2-3/+6
2023-12-0252360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer2-3/+8
2023-12-02unposted: Fix email address in some entry attributionsBart Schaefer1-5/+5
2023-11-2952145: Prompt theme with current time and abbreviated VCS_info.Sebastian Gniazdowski2-0/+133
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer6-13/+25
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-22unposted: fix missing closing brace from 52301Oliver Kiddle2-1/+3
2023-11-2252315: completion options updateOliver Kiddle53-199/+475
2023-11-1852313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer2-2/+11
2023-11-18Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer1-1/+1
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle11-38/+821
2023-11-1752303: updates to completions for macOS 13Oliver Kiddle20-73/+100
2023-11-1552309: fix cases that hang with all signals blocked.Bart Schaefer2-2/+6
* no job control inside <<(substition) * allow interrupt of multios reading from a terminal
2023-11-1552308: FAQ for new features, fix some old answersBart Schaefer2-15/+123
2023-11-1552275: rationality in zgetdir() and zgetcwd()Bart Schaefer2-48/+56
2023-11-1552202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer4-25/+49
2023-11-14github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica3-3/+14
- update tmux completion functions - tweak check-tmux-state to take current file format into account