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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
53060: silence build warnings
Clinton Bunch
2024-08-31
1
-0
/
+4
*
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
2024-08-31
3
-0
/
+542
*
Ooops, missed the actualy patch from the foregoing...
Peter Stephenson
2024-05-13
1
-0
/
+1
*
52780: unneccessary returns in hlgroup
Peter Stephenson
2024-03-21
1
-2
/
+2
*
52783: allow for unset hash element
Oliver Kiddle
2024-03-20
1
-1
/
+2
*
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
2024-03-18
4
-7
/
+7
*
unposted: "typeset -p" has problems with special parameters having NULL values
Bart Schaefer
2024-03-12
1
-7
/
+8
*
52724: fix .zle.sgr for empty sequences
Oliver Kiddle
2024-03-13
1
-0
/
+4
*
52725: updated named reference semantics
Bart Schaefer
2024-03-09
1
-12
/
+32
*
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
2024-03-09
1
-1
/
+1
*
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
2024-03-04
1
-1
/
+1
*
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
2024-03-05
1
-1
/
+8
*
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
2024-02-28
1
-1
/
+1
*
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
2024-02-20
1
-1
/
+1
*
52533: add module to provide alternate readonly views of the content of .zle....
Oliver Kiddle
2024-02-15
2
-0
/
+218
*
52526: metafy terminfo capabilities
Mikael Magnusson
2024-02-09
1
-2
/
+2
*
52513: fixes and doc for using nofork substitutions with private parameters
Bart Schaefer
2024-02-03
1
-21
/
+32
*
unposted: remove unused variable to silence compiler warning
Oliver Kiddle
2024-01-28
1
-2
/
+1
*
52405, 52502: add empty elements to $match for optional captures that don't m...
Oliver Kiddle
2024-01-26
1
-1
/
+4
*
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
*
52382: avoid the non-standard \e in C code, preferring \033
Oliver Kiddle
2023-12-13
1
-1
/
+1
*
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
*
52244: Fix a batch of minor defects reported by Coverity.
Bart Schaefer
2023-10-26
1
-3
/
+3
*
52216: metafy usernames to allow for them to be UTF-8 encoded
Oliver Kiddle
2023-10-11
1
-8
/
+18
*
52153: mapfile without HAVE_MMAP should not trim newlines
Bart Schaefer
2023-09-16
1
-6
/
+4
*
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
*
51889: fix module loading problem with full RELRO
Jun-ichi Takimoto
2023-06-26
1
-1
/
+1
*
51877: do not build pcre module if pcre2-config is not found
Jun-ichi Takimoto
2023-06-20
1
-1
/
+1
*
51722: Safety for extracting elements of $historywords
Peter Stephenson
2023-05-13
1
-2
/
+9
*
51738: support pcre's alternative DFA matching algorithm
Oliver Kiddle
2023-05-13
1
-17
/
+36
*
51728: assign pcre named capture groups to a hash
Oliver Kiddle
2023-05-13
1
-10
/
+33
*
51723: migrate pcre module to pcre2
Oliver Kiddle
2023-05-13
1
-136
/
+87
*
51557: Clarify availability of ksh-mode parameters, improve vi-mode detection.
Bart Schaefer
2023-03-11
1
-2
/
+3
*
51524: dependency on zsh/zle for linkage
Bart Schaefer
2023-03-06
1
-0
/
+2
*
51485: module for several ksh93 features, mostly enabled only in ksh emulation.
Bart Schaefer
2023-03-05
2
-0
/
+273
*
unposted: fix memory leak flagged by coverity
Bart Schaefer
2023-03-05
1
-0
/
+1
*
51430: Misc. problems with typeset and $parameters
Bart Schaefer
2023-02-13
1
-1
/
+1
*
51374: Expose named references in $parameters, fix substitution error.
Bart Schaefer
2023-02-12
1
-3
/
+8
*
51360: Initial implementation of named references.
Bart Schaefer
2023-02-12
2
-3
/
+18
*
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
2023-01-10
1
-31
/
+33
*
51212: remove STOUC() macro
Oliver Kiddle
2022-12-16
5
-22
/
+22
*
50658 + test: Enable to switch between C/UTF-8 locales in PCRE
Jun-ichi Takimoto
2022-09-26
1
-8
/
+2
*
50368: adjust ztie'd bitflags so local variables cannot mess with database
Bart Schaefer
2022-06-21
1
-3
/
+3
*
50355: documentation and return status consistency in zsh/system module
Bart Schaefer
2022-06-11
1
-2
/
+17
*
50363: avoid use of heap memory that depends on parameter scoping
Bart Schaefer
2022-06-09
1
-1
/
+11
*
50150: Filenames need unmetafy for printing
Bart Schaefer
2022-04-30
1
-5
/
+7
[next]