index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
52509: manage internals of stdio objects when performing redirections.
Bart Schaefer
2024-01-28
1
-0
/
+22
*
52500: add layer token to zle attributes
Oliver Kiddle
2024-01-28
3
-46
/
+84
*
52499: support highlight groups
Oliver Kiddle
2024-01-28
1
-2
/
+48
*
unposted: remove unused variable to silence compiler warning
Oliver Kiddle
2024-01-28
1
-2
/
+1
*
52442: mark hookdef.name as const
Jörg Sommer
2024-01-28
1
-1
/
+1
*
52444: module: Mark name argument of some functions const
Jörg Sommer
2024-01-28
1
-7
/
+8
*
52441: zle_vi: Mark variables with const init as const
Jörg Sommer
2024-01-28
1
-1
/
+1
*
52440: zle.textobjects: Mark variables as const
Jörg Sommer
2024-01-28
1
-3
/
+3
*
52405, 52502: add empty elements to $match for optional captures that don't m...
Oliver Kiddle
2024-01-26
1
-1
/
+4
*
52492: prevent indexing error on recursive arithmetic in array subscript
Bart Schaefer
2024-01-24
1
-1
/
+6
*
52482: strip trailing newlines in emulation modes of ${ command; }
Bart Schaefer
2024-01-24
1
-0
/
+6
*
52477: fix "zcurses mouse delay ..." and one other typo
Bart Schaefer
2024-01-24
1
-2
/
+2
*
52473: zstyle -q for testing existence of a zstyle setting
Bart Schaefer
2024-01-24
1
-0
/
+32
*
52468: save and restore state of correct TTY when using read -s / -d
Bart Schaefer
2024-01-24
2
-15
/
+29
*
52392: use octal escape to match = without error messages from awk
Oliver Kiddle
2023-12-13
1
-1
/
+1
*
52382: avoid the non-standard \e in C code, preferring \033
Oliver Kiddle
2023-12-13
2
-2
/
+2
*
unposted: Fix longstanding typo in comment
Bart Schaefer
2023-12-09
1
-1
/
+1
*
52365: record state of exited background jobs so as to be visible in TRAPCHLD
Bart Schaefer
2023-12-09
2
-13
/
+22
*
52326, 52372: add -q option to kill for sigqueue
Oliver Kiddle
2023-12-05
1
-2
/
+34
*
52325: Clarify doc for edge cases of named references and nofork substitution
Bart Schaefer
2023-11-23
1
-1
/
+1
*
52313: Src/exec.c: multios are not interactive and check for write errors.
Bart Schaefer
2023-11-18
1
-2
/
+6
*
52309: fix cases that hang with all signals blocked.
Bart Schaefer
2023-11-15
1
-2
/
+2
*
52275: rationality in zgetdir() and zgetcwd()
Bart Schaefer
2023-11-15
1
-48
/
+52
*
52202: improve handling of quoting in ${var/pattern/replacement}
Bart Schaefer
2023-11-15
2
-21
/
+39
*
52271: use correct form for unused parameter
Oliver Kiddle
2023-11-08
1
-1
/
+1
*
52253: support pcre callouts with shell evaluation of the callout string
Oliver Kiddle
2023-11-02
1
-2
/
+32
*
52252: Coverity defect 1547827
Oliver Kiddle
2023-11-01
1
-1
/
+2
*
50569 (Daniel Shahaf): main keymap defaults to emacs
Bart Schaefer
2023-10-26
1
-9
/
+3
*
52244: Fix a batch of minor defects reported by Coverity.
Bart Schaefer
2023-10-26
9
-37
/
+29
*
github #104: fix small typo
ErrrorMaxx
2023-10-24
1
-1
/
+1
*
51490: Use time_t for lastt which stores result of time(0)
Mikael Magnusson
2023-10-16
1
-2
/
+2
*
52189: ignore compadd -M if -U also specified as they don't make sense together
Oliver Kiddle
2023-10-11
1
-1
/
+3
*
52216: metafy usernames to allow for them to be UTF-8 encoded
Oliver Kiddle
2023-10-11
1
-8
/
+18
*
52214: allow extra byte for nul terminator in allocation
Oliver Kiddle
2023-10-11
1
-1
/
+1
*
52204: fix thinko, unmeta() buffer should not be freed
Bart Schaefer
2023-10-05
1
-2
/
+0
*
52198: put back incorrectly removed zfree()
Bart Schaefer
2023-10-03
1
-0
/
+1
*
52195: cached_username is already metafied when initializing LOGNAME
Bart Schaefer
2023-10-01
1
-4
/
+3
*
52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile
Bart Schaefer
2023-10-01
4
-7
/
+13
*
52169: a few more improvements of (#) flag
Jun-ichi Takimoto
2023-09-27
2
-124
/
+121
*
52176: metafy return from ${ ... } substitution
Bart Schaefer
2023-09-22
1
-3
/
+4
*
users/29160, workers/52156: Fix repetition of substitution modifier.
Bart Schaefer
2023-09-16
1
-2
/
+4
*
52154, 52155: Implement, document, and test non-forking command substitution.
Bart Schaefer
2023-09-16
2
-19
/
+210
*
52153: mapfile without HAVE_MMAP should not trim newlines
Bart Schaefer
2023-09-16
2
-13
/
+41
*
52122 + 52129: fix (#) parameter expansion flag
Jun-ichi Takimoto
2023-09-13
1
-3
/
+10
*
52125: getoutput() must not free() after gettempname(..., 1) for heap
Bart Schaefer
2023-09-10
1
-1
/
+0
*
52115: permit repeated "private" declarations as long as types aren't changed
Bart Schaefer
2023-09-05
1
-3
/
+46
*
users/29220: fix bug with assignment to private following explicit unset
Bart Schaefer
2023-09-03
1
-11
/
+18
*
52053: whitelist capability CAP_WAKE_ALARM
Robert Woods
2023-08-27
1
-3
/
+3
*
users/29175: Don't need to forget zle edits if none
Nojus Gudinavičius
2023-08-22
1
-0
/
+12
*
52008: Pattern bug with branches + exclusion
Peter Stephenson
2023-08-01
1
-2
/
+20
[next]