1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-05 23:26:38 +02:00

Commit Graph

  • a66e929185 52878: Fix ${foo:^bar} where bar is an associative array master Mikael Magnusson 2024-04-06 00:19:53 +0200
  • 49c6978dbb 52865: Documentation update for 52864 Bart Schaefer 2024-04-01 22:38:27 -0700
  • 76019f7174 52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...} Bart Schaefer 2024-04-01 22:35:33 -0700
  • 5ba43e58c2 52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant Bart Schaefer 2024-04-01 22:29:07 -0700
  • f57ad185b3 github #115: completion(ruby): completer opts for irb OKURA Masafumi 2024-03-17 23:44:54 +0900
  • a967c4a435 52859: use _date_formats for fc and complete -m/-M for vared Oliver Kiddle 2024-04-01 23:27:09 +0200
  • c7ae370160 52798: handle comments in ssh config Oliver Kiddle 2024-03-26 00:06:05 +0100
  • b727b74fe2 52768: Handle completer filenames with funny characters in them Mikael Magnusson 2024-03-18 15:59:43 +0100
  • 017738cd60 52780: unneccessary returns in hlgroup Peter Stephenson 2024-03-21 09:25:07 +0000
  • 7139d3b286 52783: allow for unset hash element Oliver Kiddle 2024-03-20 23:40:23 +0100
  • cd5ae4a909 unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750 Oliver Kiddle 2024-03-20 23:30:47 +0100
  • 93334b207f 52770: handle newrole in SELinux completions Oliver Kiddle 2024-03-18 21:34:11 +0100
  • 1e995cbb38 52769: fix completion of ansible keywords and --step option Oliver Kiddle 2024-03-18 21:12:55 +0100
  • 57248b8883 52750: remove ansi2knr support for old pre-ansi K&R compilers Oliver Kiddle 2024-03-18 20:02:34 +0100
  • 25182cc2e6 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline. Bart Schaefer 2024-03-17 14:28:28 -0700
  • 45b0a838aa unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace. Bart Schaefer 2024-03-14 13:22:11 -0700
  • 326e8635fe 52752: typeset -p fixes for local exports and "export -x" / "readonly -r" output. Bart Schaefer 2024-03-14 13:11:31 -0700
  • 21fe2dce44 52753: Clarify "nocorrect" when introducing precommand modifiers. Bart Schaefer 2024-03-13 21:10:23 -0700
  • d1e041188d unposted: update doc for "colors" for workers/47489,50212 (italic and bright) Bart Schaefer 2024-03-13 11:36:16 -0700
  • 8adfbfc1f0 unposted: "typeset -p" has problems with special parameters having NULL values Bart Schaefer 2024-03-12 18:02:38 -0700
  • 7c875adb09 52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT Bart Schaefer 2024-03-12 18:00:19 -0700
  • 37f434498e 52724: fix .zle.sgr for empty sequences Oliver Kiddle 2024-03-13 00:35:10 +0100
  • ea5a5d6ec4 52725: updated named reference semantics Bart Schaefer 2024-03-09 22:02:57 -0800
  • 47c7bc9b14 52721: fix metafication and regexp/subject confusion in pcre_match error message Stephane Chazelas 2024-03-09 11:45:46 +0000
  • fa9b3ad597 52704: improve zsh_eval_context documentation Stephane Chazelas 2024-03-08 11:07:05 +0000
  • 330821de01 52692: local typeset of the name of a named reference hides the reference Bart Schaefer 2024-03-05 21:13:33 -0800
  • b56250e9b9 52685: fix typo in the name of bash's BASH_ENV variable. Stephane Chazelas 2024-03-05 19:57:35 +0000
  • c0a392b392 unposted (cf. 52615): use META_NOALLOC for 52591 Bart Schaefer 2024-03-04 21:39:29 -0800
  • d27ea2ae02 unposted (cf. 52617): only scalars can instantiate a declared named reference Bart Schaefer 2024-03-04 21:36:45 -0800
  • 83e9dd15c1 unposted: fix typo in entry attribution Bart Schaefer 2024-03-04 21:25:26 -0800
  • 0848b7534e 52659: Fix crash on unset-through-nameref, add regression test Bart Schaefer 2024-03-04 21:21:20 -0800
  • 700f675bf0 Add missing test case from 52652 Bart Schaefer 2024-03-04 21:15:29 -0800
  • 610b18875a 52650 plus minor fixes: add -u for named references pointing to "upper" scope Bart Schaefer 2024-03-04 21:07:01 -0800
  • 05c7b21e2b 52646: extend support for highlight groups to completion explanation strings and WATCHFMT Oliver Kiddle 2024-03-05 00:11:02 +0100
  • 36a2d5cfa4 52641: incarg: add a backward variant and make it repeatable midchildan 2024-02-29 22:34:33 +0900
  • d1ff06f991 52652: fix obscure bug unsetting the array part of a tied parameter pair Bart Schaefer 2024-03-02 21:37:25 -0800
  • 145397b6dc 52635: show file name when test has crashed Jun. T 2024-03-02 20:26:01 -0800
  • 4fb96cc639 52612: %l replacment of zwarning() does literal string output Bart Schaefer 2024-03-02 09:22:43 -0800
  • 13f73d84d3 52645: unset through a nameref keep up-scope parameters declared unset Bart Schaefer 2024-03-01 15:43:50 -0800
  • 85172998f4 52619 (plus tests): no empty element when appending array to unset scalar Bart Schaefer 2024-02-28 20:40:26 -0800
  • 69c5887461 52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthesis in "kill -L" output Oliver Kiddle 2024-02-28 13:59:10 +0100
  • 3078e07729 52623: add some Solaris signal descriptions Oliver Kiddle 2024-02-28 13:55:51 +0100
  • 5331ff11c6 52594: support for POSIX real-time signals with kill and trap Oliver Kiddle 2024-02-28 00:21:11 +0100
  • b68002d927 Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy Bart Schaefer 2024-02-24 21:28:35 -0800
  • 6c50d15562 52597: fix character counts in context of operator and operand errors Bart Schaefer 2024-02-24 21:16:15 -0800
  • 69c0c646bb 52596: metafy interpreter name for error message Bart Schaefer 2024-02-24 20:45:29 -0800
  • 4c0ebc155e 52591: printf builtin must pass metafied strings to math evaluation Stephane Chazelas 2024-02-24 20:41:33 -0800
  • 4b9cd6b8bd 52583: extra check for proper scope and existence of readonly specials Bart Schaefer 2024-02-23 09:51:06 -0800
  • 40d5200c8b 52552: newer Java supports passing source files directly to java Oliver Kiddle 2024-02-22 19:07:01 +0100
  • 6b21e5c0e2 52559: revise "typeset -p" with respect to local readonly special parameters Bart Schaefer 2024-02-20 20:16:03 -0800
  • a6ea122867 52549: document return works in a script Peter Stephenson 2024-02-19 11:10:04 +0000
  • d2f63d0d92 * 52544: _diff_options: support macOS Ventura or newer Jun-ichi Takimoto 2024-02-19 08:50:27 +0900
  • 4a86a54d2b 52558: word splitting differences of nofork; update ToC; formatting fixes Bart Schaefer 2024-02-18 14:25:20 -0800
  • 336249e7ea unposted: referent of named reference cannot start with digits Bart Schaefer 2024-02-18 12:19:25 -0800
  • f1e7481b86 45837: fix process group restoration upon exit Stephane Chazelas 2024-02-18 18:52:50 +0000
  • c2cf21c8f0 Merge branch 'master' of git://git.code.sf.net/p/zsh/code Bart Schaefer 2024-02-18 10:32:07 -0800
  • 00b12da9c0 52556: regression test for unset referent (left out of last commit) Bart Schaefer 2024-02-18 10:31:21 -0800
  • b3cad1c24c 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts with paths starting with - or + Stephane Chazelas 2024-02-18 18:22:37 +0000
  • 8c59638522 52556: fix crash when changing type of unset referent via named reference Bart Schaefer 2024-02-17 20:27:56 -0800
  • 74722b8d4e 52546: incarg: avoid unneeded subshell Mikael Magnusson 2024-02-16 08:42:42 +0100
  • 374051cae5 52523: fixes to preceding incarg patch midchildan 2024-02-06 01:16:01 +0900
  • fb9a7cc5dd 52520: add new features and improvements to the "incarg" ZLE widget midchildan 2024-02-03 01:28:00 +0900
  • 2d2086557e github #112: Completion: todo.sh uses shorthelp and not showhelp Poncho 2024-02-14 18:56:40 +0100
  • 173c0b14ab 52535: documentation for highlight groups and layers Oliver Kiddle 2024-02-15 14:50:56 +0100