summaryrefslogtreecommitdiffstats
path: root/Src/init.c
Commit message (Expand)AuthorAgeFilesLines
* 53438: support for changing terminal cursor shape and colourOliver Kiddle2025-11-101-1/+1
* 53404: terminal integration with semantic markersOliver Kiddle2025-11-101-2/+7
* 54007: remove some uses of mod_export that were likely unintendedOliver Kiddle2025-10-311-4/+6
* 53399: don't load ZLE early to set keymapOliver Kiddle2025-03-031-23/+7
* github #126: Fix some typosWu, Zhenyu2025-01-271-1/+1
* 53257: use monotonic clock where appropriatedana2024-12-261-4/+3
* 53092: silence deprecated header warning on older Linux systemsOliver Kiddle2024-09-181-1/+1
* 53085: support for BSDs in $ZSH_EXEPATH implementationOliver Kiddle2024-09-141-8/+26
* 53081: remove old BeOS support codeOliver Kiddle2024-09-141-6/+2
* 53080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle2024-09-141-8/+4
* 52999: import OLDPWD from environment if setPeter Stephenson2024-07-281-1/+5
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-0/+3
* 45837: fix process group restoration upon exitStephane Chazelas2024-02-181-5/+8
* 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompileBart Schaefer2023-10-011-2/+2
* 51639: new parameter ZSH_EXEPATH (full path of zsh executable)Jun-ichi Takimoto2023-04-111-1/+116
* 51631: initialize $_ by copying it from environmentJun-ichi Takimoto2023-04-091-3/+6
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-1/+18
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle2023-01-101-2/+1
* 51212: remove STOUC() macroOliver Kiddle2022-12-161-5/+5
* 49534, 49539: separate watch/log functionality out into a moduleOliver Kiddle2021-11-021-1/+0
* 49290: Replace stdio for buffered shell input.Peter Stephenson2021-08-271-8/+6
* 45660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2020-04-091-7/+23
* unposted: internal: Add some comments and fix indentation. No functional cha...Daniel Shahaf2020-01-261-2/+13
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-171-5/+5
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-3/+3
* 44307: allow for atoi() returning a negative numberOliver Kiddle2019-05-201-1/+4
* 44284: Mark SIGQUIT as ignore if ignored on entry to shell.Peter Stephenson2019-04-251-0/+9
* 43747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle2018-11-051-0/+1
* 43669: ensure explicit exit status is used over implicitPeter Stephenson2018-10-101-1/+1
* 43660: extend 43653 when final exit is implicit.Peter Stephenson2018-10-091-4/+4
* 43219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto2018-07-311-1/+2
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-34/+98
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-2/+2
* 40977: "emulate" disallows "--help" and "--version"Barton E. Schaefer2017-04-151-2/+2
* 40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...Daniel Shahaf2017-03-081-1/+1
* 39545: Add some missing unqueue_signals().Peter Stephenson2016-10-031-1/+3
* 39167: Make $ENV handling more like POSIXTeubel György2016-09-051-11/+14
* 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...Greg Klanderman2016-03-061-5/+8
* unposted: fix init_io() calls in previous changePeter Stephenson2015-12-041-0/+2
* 37294: Add ZSH_EXECUTION_STRING.Peter Stephenson2015-12-041-13/+15
* 37161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson2015-11-201-2/+4
* 36090: keep signals queued for preprompt()Barton E. Schaefer2015-08-111-2/+0
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-091-0/+5
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer2015-07-221-1/+1
* 35482: be consistent about how argzero is allocatedBarton E. Schaefer2015-06-161-2/+3
* 34961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer2015-04-251-1/+1
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-4/+7
* Rearrange context saving.Peter Stephenson2015-01-091-2/+2
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-1/+2
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-4/+25