1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-05-16 09:00:54 +02:00

Commit graph

  • 25dceb1dea 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. Bart Schaefer 2023-03-11 13:20:21 -0800
  • 211682b78f 51539: don't complete diff options to git blame Oliver Kiddle 2023-03-11 13:52:05 +0100
  • 8424fe5e23 51534: update for recent changes in zsh.h Bart Schaefer 2023-03-07 17:57:06 -0800
  • 42640b2613 51511: More discussion of unsupported ksh features Bart Schaefer 2023-03-06 20:08:12 -0800
  • b17431e6dd 51511: Documentation for namespaces Bart Schaefer 2023-03-06 20:04:31 -0800
  • 8d009d35a9 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug Bart Schaefer 2023-03-06 20:01:04 -0800
  • 0562be0af8 51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named reference Bart Schaefer 2023-03-06 19:54:48 -0800
  • ac1bf482ba 51524: dependency on zsh/zle for linkage Bart Schaefer 2023-03-06 14:54:28 -0800
  • 9bd9693fdb 51486: clarify module development section Bart Schaefer 2023-03-05 14:21:18 -0800
  • ea0bd72dd8 51485: module for several ksh93 features, mostly enabled only in ksh emulation. Bart Schaefer 2023-03-05 14:16:31 -0800
  • 4bc1f6e0d2 51484: Extend named reference handling for special parameters, improve doc. Bart Schaefer 2023-03-05 14:06:25 -0800
  • a9ba166216 51483: Enable assignment and expansion of parameters with ksh-like namespace prefixes. Bart Schaefer 2023-03-05 14:03:42 -0800
  • 806d096b0e unposted: fix memory leak flagged by coverity Bart Schaefer 2023-03-05 13:26:57 -0800
  • 86a5278f9f 51491: Check should use zlemetacs instead of zlecs Mikael Magnusson 2023-02-28 14:35:52 +0100
  • b3980ecc58 51464: utility to interpret zsh.h constants Bart Schaefer 2023-02-26 19:26:46 -0800
  • 3d8c567d58 Fix typo Bart Schaefer 2023-02-26 19:18:19 -0800
  • ec4bd3169d 51460: avoid crash on bad parameter autofeature Bart Schaefer 2023-02-26 18:54:10 -0800
  • d76004588b 51473: Update cal/ncal completion Shohei YOSHIDA 2023-02-23 16:39:35 +0900
  • bb36b80178 51470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories completion Sebastian Stark 2023-02-21 23:12:47 +0100
  • f604645d06 51474: make -e and --vault-id options repeatable and update for new options to ansible 2.13.2 Oliver Kiddle 2023-02-24 12:34:14 +0100
  • 82f307bddf Fix access to autoloaded parameter. Peter Stephenson 2023-02-21 12:16:40 +0000
  • d2768f2f88 51431: "typeset -p" shouldn't change parameter flags Bart Schaefer 2023-02-20 10:32:40 -0800
  • 76be800073 51456: complete only modified files with git add -u Oliver Kiddle 2023-02-19 15:06:45 +0100
  • c83ce203f5 51455, 51461: new completion for the OpenLDAP client tools including a helper function for LDAP search filters Oliver Kiddle 2023-02-18 01:10:10 +0100
  • 6f4aa1d949 51447: silence compiler maybe-uninitialized warning by combining a couple of variables Oliver Kiddle 2023-02-17 23:38:14 +0100
  • 619cf4fbd5 51391: complete remote branch names respecting --delete for git push Øystein Walle 2023-02-10 08:23:01 +0100
  • 32cceefa95 51437: Fix incorrectly-passed test case, masked by unrelated bug. Bart Schaefer 2023-02-14 17:54:42 -0800
  • 7e0c4406ce 51424: $(<...) shouldn't try to open a file with NO_EXEC Peter Stephenson 2023-02-14 09:21:19 +0000
  • 03887bb03f 51430: Misc. problems with typeset and $parameters Bart Schaefer 2023-02-13 18:20:11 -0800
  • f4c706f0c8 51417: Check subscripts in named reference values more rigorously. Bart Schaefer 2023-02-12 12:20:33 -0800
  • acb15e3cc9 51403: Tests and documentation for 51402, clean up some other tests. Bart Schaefer 2023-02-12 11:57:31 -0800
  • 3eed6f70cd 51402: Some ksh/bash features, additional sanity checking Bart Schaefer 2023-02-12 11:51:41 -0800
  • e807ac1157 51375: Clarify documentation, fix typos, add indexing. Bart Schaefer 2023-02-12 11:32:11 -0800
  • 3e55a135c1 51374: Expose named references in $parameters, fix substitution error. Bart Schaefer 2023-02-12 11:29:10 -0800
  • 102145b048 51362: Begin documentation for named references. Bart Schaefer 2023-02-12 11:25:42 -0800
  • 143e153259 51361: Tests for 51360. Bart Schaefer 2023-02-12 11:23:06 -0800
  • 511e020c68 51360: Initial implementation of named references. Bart Schaefer 2023-02-12 11:21:23 -0800
  • d3edf31830 51404: Nullify filelist after deleting (fix segfault) Bart Schaefer 2023-02-12 09:52:39 -0800
  • 6502d05897 51320, 51383: fixes to prevent later reappearance of old attributes Oliver Kiddle 2023-02-09 00:10:19 +0100
  • d6b027c3c1 51350: ${(S)...//#%...} didn't match the whole string Peter Stephenson 2023-02-06 14:16:17 +0000
  • bffdbccda6 51354: Fix markup in man page version Daniel Shahaf 2023-02-02 17:54:17 +0000
  • 76d095df9d 51306: error message in ${unset?error} should be expanded Peter Stephenson 2023-02-02 10:12:17 +0000
  • 21baad1037 51307: Improve error on attempt to define function from aliased name Peter Stephenson 2023-02-02 10:09:21 +0000
  • c8c894f83f 51342: update PARAMDEF description Bart Schaefer 2023-01-31 17:45:42 -0800
  • 88ccf2be1e 51337: parameter attributes cross-reference typeset equivalents (or lack thereof) Bart Schaefer 2023-01-31 17:08:57 -0800
  • 096e72ce78 unposted (cribbed from users/28784 by Roman): Add XFail tests for substituting a single-quoting backslash. Daniel Shahaf 2023-01-27 18:42:20 +0000
  • f264fcde80 51330: Update python3 completion for version 3.11 Shohei YOSHIDA 2023-01-25 14:48:38 +0900
  • 9a75555b0f unposted: Fix typo in an X-Seq number in an old ChangeLog entry Daniel Shahaf 2023-01-27 15:08:52 +0000
  • ba834fa53c 51326: Improve -fsanitize option completion Shohei YOSHIDA 2023-01-24 11:08:32 +0900
  • f54ed0b76a 51322 (+ minor tweak): Update gnu make completion for version 4.4 Shohei YOSHIDA 2023-01-19 10:48:24 +0900
  • 37569049f0 51313: fix "git rerere forget" completion Bart Schaefer 2023-01-21 19:21:30 -0800
  • f93ad02b94 51310: zle -F handlers preserve LASTWIDGET Bart Schaefer 2023-01-21 19:18:15 -0800
  • 03292bceec 51278: make (i) subscript flag for zero-length string consistent Peter Stephenson 2023-01-16 11:10:02 +0000
  • 857bc4343b 51297: update expected test results to match more optimised escape sequences with recent changes Oliver Kiddle 2023-01-11 18:41:10 +0100
  • 3a08f68288 51256: Add --refetch to completions of git-fetch Jörg Sommer 2022-12-27 17:49:50 +0100
  • e2a39513dc unposted: mention attributes changes, fix renumbering mistake and allow completion to offer prompt escapes for PROMPT_EOL_MARK Oliver Kiddle 2023-01-11 16:05:06 +0100
  • 246b7c7505 51295: where the end of a region coincides with the end of PREDISPLAY, don't extend it to include new text Oliver Kiddle 2023-01-11 15:58:45 +0100
  • b513ca21c8 51292: fix dynamic updates of region_highlight to account for PREDISPLAY Oliver Kiddle 2023-01-10 21:17:24 +0100
  • be2c91bbc3 51291: support for highlighting ellipses in the line editor Oliver Kiddle 2023-01-10 21:13:52 +0100
  • 498b771a82 51290: fix display of control characters with SINGLE_LINE_ZLE set Oliver Kiddle 2023-01-10 21:09:54 +0100
  • cc672f1c3b 51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE and remove superfluous extra escapes to disable attributes Oliver Kiddle 2023-01-10 21:06:55 +0100
  • 9d99a01367 51281: keep track of attributes left on at the end of left and right prompts and reapply them explicitly as appropriate Oliver Kiddle 2023-01-10 21:02:16 +0100
  • c01479a2ed 51280: add support for italic and faint fonts in the line editor Oliver Kiddle 2023-01-10 20:57:03 +0100
  • 667ead3a64 51258, 51272: refactor handling of terminal attributes, removing OFF flags in zattr Oliver Kiddle 2023-01-10 20:53:17 +0100
  • 996b515156 51276: Fix diff completion for non GNU / FreeBSD platforms Nathan Houghton 2023-01-04 14:44:18 -0800
  • 81684e334d unposted: In a comment, replace a C variables glob pattern with its matches, for greppability. Daniel Shahaf 2023-01-08 13:09:34 +0000
  • 4ad99ab788 unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not completed correctly. Daniel Shahaf 2023-01-06 12:58:31 +0000
  • d23bcf1171 51263: fix typo - an path -> a path Max Coplan 2022-12-30 15:41:27 -0800
  • 92316b70ff 51255: Update erb completion for version 4.0.2 Shohei YOSHIDA 2022-12-27 11:31:51 +0900
  • 7b50d62080 51254: Add irb completion for version 1.6.2 Shohei YOSHIDA 2022-12-27 11:31:50 +0900
  • 1ff0f12a9a 51253: Update ruby completion for version 3.2.0 Shohei YOSHIDA 2022-12-27 11:31:49 +0900
  • 4f1544a628 51233: Update sanitizer list to GCC 12 Shohei YOSHIDA 2022-12-17 23:45:09 +0900
  • bc7511bdd8 51249: use of --force-local with tar completion Daniel Shahaf 2022-12-24 11:17:16 +0000
  • 35a2f155c3 51214: handle read -d and a delimiter that can't be decoded into a character Oliver Kiddle 2022-12-17 00:09:37 +0100
  • 2701ab161d 51207: fix for read -d when the delimiter is a byte >= 0x80 Jun-ichi Takimoto 2022-12-13 20:12:06 +0900
  • a73c705b0c 51212: remove STOUC() macro Oliver Kiddle 2022-12-16 23:22:33 +0100
  • 7fb6c133bf 51215: consume whole CSI sequences from the input Oliver Kiddle 2022-12-16 23:12:54 +0100
  • 1de8baded2 unpasted: add missing ChangeLog entry Peter Stephenson 2022-12-16 14:58:20 +0000
  • 56e7b147ad unposted: Follow-up to the last commit: Fix a typo in a comment. Daniel Shahaf 2022-12-15 21:35:21 +0000
  • 5c9713603d unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference. Daniel Shahaf 2022-12-15 20:38:08 +0000
  • 6d49734d46 51210: Clear errflag before calling EXIT trap Bart Schaefer 2022-12-13 21:11:33 -0800
  • 727079f7e5 51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation Philippe Altherr 2022-12-13 21:05:13 -0800
  • 8a45f16d83 51193: Discuss ERR_EXIT changes Philippe Altherr 2022-12-13 21:01:47 -0800
  • 67d4bf5bb9 51134: ! return doesn't change the return status Peter Stephenson 2022-12-12 10:30:13 +0000
  • 14559421e2 51134: document interactive behaviour with ERR_EXIT and ERR_RETURN Peter Stephenson 2022-12-12 10:27:29 +0000
  • 2028539cb1 51161: correct errno after closing xtrace FD Bart Schaefer 2022-12-09 19:30:35 -0800
  • 72540a758a 51111: update completion for global to version 6.6.8 Shohei YOSHIDA 2022-12-09 19:27:31 -0800
  • 48f36784a8 51047: fix quoting of completion matches when _canonical_paths -N option is used Bart Schaefer 2022-12-09 19:21:45 -0800
  • 510df60dd1 51144, 51146: vcs_info git: stg: Extract patch descriptions Daniel Shahaf 2022-12-09 01:39:21 +0000
  • 7cdada166c 51142: vcs_info git: Check the get-unapplied style as documented Daniel Shahaf 2022-12-08 21:59:25 +0000
  • ca7c42e1ee 51138: Updated StGit patch detection in vcs_info Peter Grayson 2022-12-08 09:52:42 -0500
  • 2473d83521 51108: single letter forms of Shift-JIS / EUC-JP options were reversed Shohei YOSHIDA 2022-12-06 20:47:10 -0800
  • f9bb03cd72 51088: fix standards reference in comment Atte Peltomäki 2022-12-06 20:40:21 -0800
  • 8086f10615 51094: consistent use of bit-manipulation for noerrexit value changes Philippe Altherr 2022-12-03 21:46:42 -0800
  • ab9c579ef9 51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects Philippe Altherr 2022-12-03 21:35:51 -0800
  • f253ea6b9d 51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments Philippe Altherr 2022-12-03 21:14:26 -0800
  • 259f1e944b 51071: fix ERR_RETURN for functions in conditional statements Philippe Altherr 2022-12-03 21:03:36 -0800
  • 28ac3e9fe5 51001: ChangeLog entry for preceding four patch commits. Bart Schaefer 2022-12-03 20:46:13 -0800
  • dd3ba3d599 51001: fix for ERR_EXIT following shell function; update tests Philippe Altherr 2022-12-03 20:44:10 -0800
  • d47b8480f0 51001: fix for ERR_EXIT with pipeline negation ("!"); update tests Philippe Altherr 2022-12-03 20:42:13 -0800