Activity for zsh

  • Bart Schaefer committed [5977d3] on Code

    unposted: fix parsing of Bang token in value side of array element assignment

  • Eric Cook Eric Cook committed [8a811b] on Code

    53031: Completion/Unix/Command/_git: add missing terminator in case statement

  • Bart Schaefer committed [b2f24f] on Code

    53026: fix failure to free old value when setting new value of reference

  • Bart Schaefer committed [72751b] on Code

    53025: fix memory leaks and pointer errors upon named reference self-reference

  • Bart Schaefer committed [65da46] on Code

    53023: fix memory leak of unset private parameter

  • Bart Schaefer committed [4616ea] on Code

    53005: off-by-one error when resetting signals on subshell entrance

  • Eric Cook Eric Cook committed [5cb32e] on Code

    52989: _rsync: support rsync 3.2.4+ remote filename handling.

  • Peter Stephenson Peter Stephenson committed [0bb140] on Code

    52999: import OLDPWD from environment if set

  • Bart Schaefer committed [09c5b1] on Code

    Missed commit of ChangeLog for 52977 / da733f5d

  • Jun T. Jun T. committed [2a54de] on Code

    52985: avoid adding original param to restorelist

  • Bart Schaefer committed [da733f] on Code

    52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists

  • Jun T. Jun T. committed [98a877] on Code

    52968: use pdfroff to create intro.pdf

  • Jun T. Jun T. committed [a3b56d] on Code

    52951: make sure to close memstream for 'print -v'

  • Mikael Magnusson Mikael Magnusson committed [9a79a6] on Code

    52946: Revert "Handle completer filenames with funny characters in them"

  • Bart Schaefer committed [9dcaf7] on Code

    users/29882: Explain $RANDOM predictability

  • Bart Schaefer committed [300ce9] on Code

    52910: Improve handling of **/ patterns

  • Bart Schaefer committed [7f196d] on Code

    52904: Improve quoting of paths passed via _call_program to "git ls-files"

  • Mikael Magnusson Mikael Magnusson committed [bd19d4] on Code

    52895: Partial revert of 44274 which broke _baudrates

  • Peter Stephenson committed [f6e005] on Code

    Ooops, missed the actualy patch from the foregoing...

  • Peter Stephenson committed [efb7a9] on Code

    52924: Set zfsessions to NULL after free

  • Peter Stephenson committed [acdcf9] on Code

    52915: be explicit about pattern syntax in conditions

  • Mikael Magnusson Mikael Magnusson committed [a66e92] on Code

    52878: Fix ${foo:^bar} where bar is an associative array

  • Bart Schaefer committed [76019f] on Code

    52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}

  • Bart Schaefer committed [49c697] on Code

    52865: Documentation update for 52864

  • Bart Schaefer committed [5ba43e] on Code

    52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant

  • Oliver Kiddle committed [a967c4] on Code

    52859: use _date_formats for fc and complete -m/-M for vared

  • Oliver Kiddle committed [f57ad1] on Code

    github #115: completion(ruby): completer opts for irb

  • Oliver Kiddle committed [c7ae37] on Code

    52798: handle comments in ssh config

  • Mikael Magnusson Mikael Magnusson committed [b727b7] on Code

    52768: Handle completer filenames with funny characters in them

  • Peter Stephenson committed [017738] on Code

    52780: unneccessary returns in hlgroup

  • Oliver Kiddle committed [7139d3] on Code

    52783: allow for unset hash element

  • Oliver Kiddle committed [cd5ae4] on Code

    unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750

  • Oliver Kiddle committed [93334b] on Code

    52770: handle newrole in SELinux completions

  • Oliver Kiddle committed [1e995c] on Code

    52769: fix completion of ansible keywords and --step option

  • Oliver Kiddle committed [57248b] on Code

    52750: remove ansi2knr support for old pre-ansi K&R compilers

  • Bart Schaefer committed [25182c] on Code

    52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.

  • Stefan Ring Stefan Ring posted a comment on merge request #1

    Just something that I stumbled over while reading it

  • Stefan Ring Stefan Ring created merge request #1 on Website-content

    Tiny typos in guide

  • Bart Schaefer committed [45b0a8] on Code

    unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.

  • Bart Schaefer committed [326e86] on Code

    52752: typeset -p fixes for local exports and "export -x" / "readonly -r" output.

  • Bart Schaefer committed [21fe2d] on Code

    52753: Clarify "nocorrect" when introducing precommand modifiers.

  • Bart Schaefer committed [d1e041] on Code

    unposted: update doc for "colors" for workers/47489,50212 (italic and bright)

  • Bart Schaefer committed [8adfbf] on Code

    unposted: "typeset -p" has problems with special parameters having NULL values

  • Bart Schaefer committed [7c875a] on Code

    52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT

  • Oliver Kiddle committed [37f434] on Code

    52724: fix .zle.sgr for empty sequences

  • Bart Schaefer committed [ea5a5d] on Code

    52725: updated named reference semantics

  • Stephane Chazelas committed [47c7bc] on Code

    52721: fix metafication and regexp/subject confusion in pcre_match error message

  • Stephane Chazelas committed [fa9b3a] on Code

    52704: improve zsh_eval_context documentation

  • Bart Schaefer committed [330821] on Code

    52692: local typeset of the name of a named reference hides the reference

  • Stephane Chazelas committed [b56250] on Code

    52685: fix typo in the name of bash's BASH_ENV variable.

  • Bart Schaefer committed [c0a392] on Code

    unposted (cf. 52615): use META_NOALLOC for 52591

  • Bart Schaefer committed [d27ea2] on Code

    unposted (cf. 52617): only scalars can instantiate a declared named reference

  • Bart Schaefer committed [83e9dd] on Code

    unposted: fix typo in entry attribution

  • Bart Schaefer committed [0848b7] on Code

    52659: Fix crash on unset-through-nameref, add regression test

  • Bart Schaefer committed [700f67] on Code

    Add missing test case from 52652

  • Bart Schaefer committed [610b18] on Code

    52650 plus minor fixes: add -u for named references pointing to "upper" scope

  • Oliver Kiddle committed [05c7b2] on Code

    52646: extend support for highlight groups to completion explanation strings and WATCHFMT

  • Oliver Kiddle committed [36a2d5] on Code

    52641: incarg: add a backward variant and make it repeatable

  • Bart Schaefer committed [d1ff06] on Code

    52652: fix obscure bug unsetting the array part of a tied parameter pair

  • Bart Schaefer committed [145397] on Code

    52635: show file name when test has crashed

  • Bart Schaefer committed [4fb96c] on Code

    52612: %l replacment of zwarning() does literal string output

  • Bart Schaefer committed [13f73d] on Code

    52645: unset through a nameref keep up-scope parameters declared unset

  • Bart Schaefer committed [851729] on Code

    52619 (plus tests): no empty element when appending array to unset scalar

  • Oliver Kiddle committed [69c588] on Code

    52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthesis in "kill -L" output

  • Oliver Kiddle committed [3078e0] on Code

    52623: add some Solaris signal descriptions

  • Oliver Kiddle committed [5331ff] on Code

    52594: support for POSIX real-time signals with kill and trap

  • Bart Schaefer committed [b68002] on Code

    Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy

  • Bart Schaefer committed [6c50d1] on Code

    52597: fix character counts in context of operator and operand errors

  • Bart Schaefer committed [69c0c6] on Code

    52596: metafy interpreter name for error message

  • Bart Schaefer committed [4c0ebc] on Code

    52591: printf builtin must pass metafied strings to math evaluation

  • Bart Schaefer committed [4b9cd6] on Code

    52583: extra check for proper scope and existence of readonly specials

  • Oliver Kiddle committed [40d520] on Code

    52552: newer Java supports passing source files directly to java

  • Bart Schaefer committed [6b21e5] on Code

    52559: revise "typeset -p" with respect to local readonly special parameters

  • Peter Stephenson committed [a6ea12] on Code

    52549: document return works in a script

  • Jun T. Jun T. committed [d2f63d] on Code

    * 52544: _diff_options: support macOS Ventura or newer

  • Bart Schaefer committed [4a86a5] on Code

    52558: word splitting differences of nofork; update ToC; formatting fixes

  • Bart Schaefer committed [336249] on Code

    unposted: referent of named reference cannot start with digits

  • Stephane Chazelas committed [f1e748] on Code

    45837: fix process group restoration upon exit

  • Bart Schaefer committed [c2cf21] on Code

    Merge branch 'master' of git://git.code.sf.net/p/zsh/code

  • Bart Schaefer committed [00b12d] on Code

    52556: regression test for unset referent (left out of last commit)

  • Stephane Chazelas committed [b3cad1] on Code

    52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts with paths starting with - or +

  • Bart Schaefer committed [8c5963] on Code

    52556: fix crash when changing type of unset referent via named reference

  • Mikael Magnusson Mikael Magnusson committed [74722b] on Code

    52546: incarg: avoid unneeded subshell

  • Oliver Kiddle committed [374051] on Code

    52523: fixes to preceding incarg patch

  • Oliver Kiddle committed [fb9a7c] on Code

    52520: add new features and improvements to the "incarg" ZLE widget

  • Oliver Kiddle committed [2d2086] on Code

    github #112: Completion: todo.sh uses shorthelp and not showhelp

  • Oliver Kiddle committed [173c0b] on Code

    52535: documentation for highlight groups and layers

  • Oliver Kiddle committed [14c230] on Code

    52533: add module to provide alternate readonly views of the content of .zle.hlgroups

  • Mikael Magnusson Mikael Magnusson committed [04ae7d] on Code

    52526: metafy terminfo capabilities

  • Bart Schaefer committed [791aaf] on Code

    cf. users/29635: additional detail of parameter expansion in math context.

  • Bart Schaefer committed [58ff6c] on Code

    52521: mapfile (mis)handling of empty/unreadable files

  • Mikael Magnusson Mikael Magnusson committed [653be0] on Code

    52517: ensure that %H is followed by {

  • Mikael Magnusson Mikael Magnusson committed [ec446a] on Code

    52516: fix crash in %H when hlgroups is empty

  • Bart Schaefer committed [c8f094] on Code

    unposted: updates and fixed omissions for the printdefines utility

  • Bart Schaefer committed [274420] on Code

    unposted: elaboration on Roman's "slurp" implementation from zsh-users

  • Bart Schaefer committed [c039a7] on Code

    Typos in previous commit comments

  • Bart Schaefer committed [ce8909] on Code

    unposted: Record as comments some notes about namespace usage exceptions.

  • Bart Schaefer committed [880166] on Code

    52513: fixes and doc for using nofork substitutions with private parameters

  • Bart Schaefer committed [18400b] on Code

    52510: document how ${ ... } et al. affect use of "private"; add index entries

  • Bart Schaefer committed [d7cf4f] on Code

    52509: manage internals of stdio objects when performing redirections.

1 >