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

  • ec446a6f34 52516: fix crash in %H when hlgroups is empty Mikael Magnusson 2024-02-04 16:25:14 +0100
  • c8f0946ddc unposted: updates and fixed omissions for the printdefines utility Bart Schaefer 2024-02-03 22:00:35 -0800
  • 2744208ab3 unposted: elaboration on Roman's "slurp" implementation from zsh-users Bart Schaefer 2024-02-03 20:10:52 -0800
  • c039a74e09 Typos in previous commit comments Bart Schaefer 2024-02-03 19:55:41 -0800
  • ce8909b494 unposted: Record as comments some notes about namespace usage exceptions. Bart Schaefer 2024-02-03 19:52:39 -0800
  • 8801665e5b 52513: fixes and doc for using nofork substitutions with private parameters Bart Schaefer 2024-02-03 12:07:14 -0800
  • 18400b68e4 52510: document how ${ ... } et al. affect use of "private"; add index entries Bart Schaefer 2024-01-28 18:22:36 -0800
  • d7cf4f25eb 52509: manage internals of stdio objects when performing redirections. Bart Schaefer 2024-01-28 17:14:23 -0800
  • 85545af42b 52500: add layer token to zle attributes Oliver Kiddle 2024-01-28 00:47:10 +0100
  • 3c5dacd503 52499: support highlight groups Oliver Kiddle 2024-01-28 00:34:05 +0100
  • 8e622c25b2 unposted: remove unused variable to silence compiler warning Oliver Kiddle 2024-01-22 23:19:23 +0100
  • fe276d3873 52442: mark hookdef.name as const Jörg Sommer 2024-01-01 19:10:21 +0100
  • 4929910267 52444: module: Mark name argument of some functions const Jörg Sommer 2024-01-01 19:10:20 +0100
  • 98affe1115 52441: zle_vi: Mark variables with const init as const Jörg Sommer 2024-01-01 19:10:18 +0100
  • ce033e2b9c 52440: zle.textobjects: Mark variables as const Jörg Sommer 2024-01-01 19:10:16 +0100
  • 698af7bc13 52405, 52502: add empty elements to $match for optional captures that don't match Oliver Kiddle 2024-01-26 07:33:38 +0100
  • 742049a4cb github : Fix incorrect completion for dnf --showduplicates OpenSauce 2024-01-18 23:31:03 +0000
  • 0119a57e9c github : add perlbrew completion Aurélien Olivier 2024-01-10 21:28:51 +0100
  • 1a3ebb68d6 52385: avoid "tr" in test output formatting Bart Schaefer 2024-01-25 21:58:25 -0800
  • 2a538491eb 52496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is set Bart Schaefer 2024-01-24 18:06:44 -0800
  • 1f861ceba1 52492: prevent indexing error on recursive arithmetic in array subscript Bart Schaefer 2024-01-24 18:00:16 -0800
  • b3e763cc22 52482: strip trailing newlines in emulation modes of ${ command; } Bart Schaefer 2024-01-24 17:56:21 -0800
  • 0fccdf0d57 52476 + cf. 52479: more FAQs about nofork substitution Bart Schaefer 2024-01-24 17:42:36 -0800
  • 0459cc2eaf 52477: fix "zcurses mouse delay ..." and one other typo Bart Schaefer 2024-01-24 17:36:18 -0800
  • c72b4a74ef 52473: zstyle -q for testing existence of a zstyle setting Bart Schaefer 2024-01-24 17:32:45 -0800
  • 3406089647 52468: save and restore state of correct TTY when using read -s / -d Bart Schaefer 2024-01-24 17:27:41 -0800
  • dde12593db Fix a typo Wu Zhenyu 2024-01-11 22:03:52 +0800
  • d6e4ddd4d4 52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exit Bart Schaefer 2024-01-05 20:38:58 -0800
  • a528af5c57 52413: support Citrus version of iconv on macOS, DragonFly, NetBSD Jun-ichi Takimoto 2023-12-16 23:22:58 +0900
  • 4c89849c98 52383: Avoid incompatible pointer types in terminfo global variable checks Florian Weimer 2023-12-08 21:58:07 +0100
  • 0b5850c162 52394: alter form of /dev/fd test to work where /bin/sh is ksh such as on Solaris 11 Oliver Kiddle 2023-12-13 11:45:38 +0100
  • 10c3ed20c7 52393: fix tests on Solaris by omitting -a option to diff as it is not supported there Oliver Kiddle 2023-12-13 11:40:03 +0100
  • 58840922ee 52392: use octal escape to match = without error messages from awk Oliver Kiddle 2023-12-13 11:34:12 +0100
  • 25f5618b17 52382: avoid the non-standard \e in C code, preferring \033 Oliver Kiddle 2023-12-13 11:27:32 +0100
  • 4da0f689c4 unposted: Fix longstanding typo in comment Bart Schaefer 2023-12-09 19:48:48 -0800
  • 71b7008ceb 52366 + fix typo: rename find_targets as _ant_targets, replace one sed with substitution Bart Schaefer 2023-12-09 19:47:09 -0800
  • 0ecc456fb2 52365: record state of exited background jobs so as to be visible in TRAPCHLD Bart Schaefer 2023-12-09 19:36:47 -0800
  • 618f842b46 52326, 52372: add -q option to kill for sigqueue Oliver Kiddle 2023-12-05 18:49:42 +0100
  • 0394b7cf17 52373: fix _numbers for suffixes containing % and update affected functions Oliver Kiddle 2023-12-05 18:46:25 +0100
  • 57d70d1b70 unposted: Undo typo in previous commit Bart Schaefer 2023-12-04 20:24:26 -0800
  • 9e6a54a368 52356: add missing function index entries Jun-ichi Takimoto 2023-12-04 16:47:24 +0900
  • cceace0eb6 52361: fix quoting of _ant target files Bart Schaefer 2023-12-02 15:26:46 -0800
  • 1ba0fff93c 52360: simplify and improve bad-descriptor detection in %prep section Bart Schaefer 2023-12-02 15:14:12 -0800
  • 10bb67df5a unposted: Fix email address in some entry attributions Bart Schaefer 2023-12-02 14:41:01 -0800
  • 02a99863b0 52145: Prompt theme with current time and abbreviated VCS_info. Sebastian Gniazdowski 2023-11-29 15:28:56 -0800
  • fbec213cc5 52325: Clarify doc for edge cases of named references and nofork substitution Bart Schaefer 2023-11-23 13:23:55 -0800
  • 7a84713bb7 unposted: fix missing closing brace from 52301 Oliver Kiddle 2023-11-22 00:09:57 +0100
  • 6aa15f57fd 52315: completion options update Oliver Kiddle 2023-11-22 00:07:37 +0100
  • fcf080ab57 52313: Src/exec.c: multios are not interactive and check for write errors. Bart Schaefer 2023-11-18 16:22:24 -0800
  • e32da86111 Unposted (cf. 52296): correct description of "vared -e" Bart Schaefer 2023-11-18 16:08:28 -0800
  • 8f0a8131fa 52307: new completion for many SELinux tools Oliver Kiddle 2023-11-17 18:25:21 +0100
  • 6306dcfaa5 52303: updates to completions for macOS 13 Oliver Kiddle 2023-11-17 18:13:41 +0100
  • ddfc81a2b8 52309: fix cases that hang with all signals blocked. Bart Schaefer 2023-11-15 20:29:50 -0800
  • 0840f34e1f 52308: FAQ for new features, fix some old answers Bart Schaefer 2023-11-15 20:23:54 -0800
  • 420d2c713f 52275: rationality in zgetdir() and zgetcwd() Bart Schaefer 2023-11-15 20:21:51 -0800
  • e6ad117ccb 52202: improve handling of quoting in ${var/pattern/replacement} Bart Schaefer 2023-11-15 20:16:04 -0800
  • be223aedee github : update tmux completion (20230919); tweak Util/check-tmux-state Matt Koscica 2023-10-09 22:26:27 +0200
  • 5c7a97ff7d unposted (cf. 52167): mutt's -a takes a list of files terminated by -- Oliver Kiddle 2023-11-14 21:19:30 +0100
  • 424746982b 52301: update options in completions for ruby 3.2, gem 3.4.10 and ri 6.5 Oliver Kiddle 2023-11-14 20:39:23 +0100
  • c3cb5a3e0c 52300: update completion options for ansible 2.15.2 Oliver Kiddle 2023-11-14 20:36:31 +0100
  • d8a3bff4f5 52280: update git completion for new options in git through to version 2.42.0 Oliver Kiddle 2023-11-09 16:48:12 +0100
  • 2573786fd3 github : add "-I" for "zle" completion Shotaro Aoyama 2023-11-02 01:38:40 +0900
  • 7cd5b7f1fc 52168: add completion for xfce's xfconf-query(1) Eric Cook 2023-09-20 20:50:49 -0400
  • bad8af1808 52271: use correct form for unused parameter Oliver Kiddle 2023-11-08 02:32:23 +0100
  • 985cc5aae8 Unposted: List of files was omitted from 50569 log entry Bart Schaefer 2023-11-03 10:15:00 -0700
  • 03f52f1da6 50569: missed file from commit f36fccbb Bart Schaefer 2023-11-02 23:27:53 -0700
  • 364ecf7099 52268: update nmcli completion to networkmanager 1.42.2 Oliver Kiddle 2023-11-02 16:26:16 +0100
  • 8e65233747 52266: update completion for strace to 2.6.5 Oliver Kiddle 2023-11-01 23:44:45 +0100
  • 491e268e8b 52265: update completions for some util-linux tools to version 2.39.2 Oliver Kiddle 2023-11-01 22:59:48 +0100
  • de635b4ee5 52253: support pcre callouts with shell evaluation of the callout string Oliver Kiddle 2023-10-31 01:04:19 +0100
  • a9b0ccd661 52260: handle variable assignments before the command in sudo completion Oliver Kiddle 2023-10-31 19:48:20 +0100
  • 9f57ca4ac8 52252: Coverity defect 1547827 Oliver Kiddle 2023-11-01 00:34:29 +0100
  • 8ebbf25a71 52179: Fix gradlew completion when it isn't in PATH Shohei Yoshida 2023-09-23 12:13:36 +0900
  • 97e4310563 github : Ensure todo.sh completion uses builtin commands Ulysse Buonomo 2023-09-26 11:59:55 -0500
  • f36fccbb84 50569 (Daniel Shahaf): main keymap defaults to emacs Bart Schaefer 2023-10-26 20:55:45 -0700
  • d86cc841f7 52240: use work-var $s not $suffix when setting flags Sebastian Gniazdowski 2023-10-26 13:41:03 -0700
  • 98a6892cb1 52244: Fix a batch of minor defects reported by Coverity. Bart Schaefer 2023-10-26 08:27:18 -0700
  • 0c15cc8712 github : fix small typo ErrrorMaxx 2023-10-21 09:05:52 +0300
  • 5fd8cccf54 github : fix completion for zpool upgrade Christian Heusel 2023-10-13 21:31:54 +0200
  • 20739b5458 Unposted (cf. 52221, 52227, 52228): typos and unnecessary inclusions Bart Schaefer 2023-10-17 09:35:27 -0700
  • 457ab9f9fe 52222: Document bracketed-paste-url-magic Mikael Magnusson 2022-06-06 12:43:57 +0200
  • 6b34f3dc14 51490: Use time_t for lastt which stores result of time(0) Mikael Magnusson 2023-02-28 14:25:57 +0100
  • c9da370470 52056: _sccs: don't handle subcommands in main namespace Mikael Magnusson 2023-08-15 15:13:48 +0200
  • a709643b76 unposted (cf. 52219): fix typo Bart Schaefer 2023-10-15 16:40:34 -0700
  • 487fba3fb3 52218: update notes since 5.9 release Bart Schaefer 2023-10-15 15:03:58 -0700
  • 70320635b4 52189: ignore compadd -M if -U also specified as they don't make sense together Oliver Kiddle 2023-09-26 23:08:54 +0200
  • 985952e2f6 52217: update completions for FreeBSD 14 Oliver Kiddle 2023-10-11 00:57:16 +0200
  • 4878c2b130 52216: metafy usernames to allow for them to be UTF-8 encoded Oliver Kiddle 2023-10-10 23:46:15 +0200
  • 83f8a71a7c 52214: allow extra byte for nul terminator in allocation Oliver Kiddle 2023-10-08 23:47:25 +0200
  • a920e368b8 unposted (cf. 52166): remove obsolete helper for svk Oliver Kiddle 2023-10-11 00:37:35 +0200
  • 60479a7a18 51812: run-help for docker, perf, podman, ssh, svnadmin Jörg Sommer 2023-05-31 19:45:59 +0200
  • 1ffc6d0ef5 52204: fix thinko, unmeta() buffer should not be freed Bart Schaefer 2023-10-05 07:58:27 -0700
  • 86196843bd 52198: put back incorrectly removed zfree() Bart Schaefer 2023-10-03 21:21:54 -0700
  • 0f0ba0539e 52195: cached_username is already metafied when initializing LOGNAME Bart Schaefer 2023-10-01 13:38:25 -0700
  • 29644f12e7 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile Bart Schaefer 2023-10-01 11:34:33 -0700
  • 1b8446e1cd 52188: skip tests that fail if multibyte is not available Jun-ichi Takimoto 2023-09-27 23:45:00 +0900
  • 02e33c54d8 52169: a few more improvements of (#) flag Jun-ichi Takimoto 2023-09-27 01:56:47 +0900
  • e4e9afe373 52180: clarify array behavior of ${|var|...} and REPLY Bart Schaefer 2023-09-23 09:30:55 -0500
  • b357992697 52176: metafy return from ${ ... } substitution Bart Schaefer 2023-09-22 20:29:40 -0500
  • 9eb2b04703 51747: ip accepts the reduction of link to l. Jörg Sommer 2023-05-18 00:12:45 +0200