Age | Commit message (Expand) | Author | Files | Lines |
2016-03-08 | 38108: enable to create both zsh_{a4,us}.pdf | Jun-ichi Takimoto | 5 | -25/+50 |
2016-03-08 | 38074: _git reset HEAD: complete only staged files | Jun-ichi Takimoto | 1 | -1/+28 |
2016-03-07 | 38043: allow any completion widget to cycle matches for menu completion to fi... | Oliver Kiddle | 4 | -10/+9 |
2016-03-07 | 38111: Remove redundant return values in parsing. | Peter Stephenson | 2 | -11/+7 |
2016-03-07 | users/21352: ensure $'' doesn't get elided. | Peter Stephenson | 3 | -1/+12 |
2016-03-07 | 38094: Fix POSIX EXIT traps defined in function. | Peter Stephenson | 3 | -3/+32 |
2016-03-06 | 38106: if...then if...else should be a parse error. | Barton E. Schaefer | 2 | -1/+3 |
2016-03-06 | 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_... | Greg Klanderman | 4 | -18/+30 |
2016-03-04 | 38084: Use previously located pcre-config for libs | Baruch Siach | 2 | -1/+6 |
2016-03-03 | 38048: fix "zle redisplay" when called while a listing is below the prompt | Barton E. Schaefer | 2 | -2/+5 |
2016-03-03 | 38039: POSIXy behavior for "set +o" | Barton E. Schaefer | 2 | -3/+8 |
2016-02-26 | 38020: fix problems with $SECONDS. | Stephane Chazelas | 2 | -3/+8 |
2016-02-25 | 38024: Improve POSIX and native EXIT traps compatibility. | Peter Stephenson | 3 | -1/+29 |
2016-02-19 | unposted: Fix typos in ChangeLog. | Daniel Shahaf | 1 | -2/+2 |
2016-02-19 | unposted: developer documentation: Clarify the term "variant". | Daniel Shahaf | 2 | -1/+6 |
2016-02-17 | 38001: clear-screen re-expands prompts | Barton E. Schaefer | 2 | -0/+3 |
2016-02-17 | 37988: $0 becomes read-only under POSIXARGZERO | Barton E. Schaefer | 2 | -1/+7 |
2016-02-17 | 37999: Sticky behaviour of EXIT traps. | Peter Stephenson | 4 | -9/+77 |
2016-02-16 | users/21256 + workers/37965: New math functions min(), max(), sum(), provided... | Daniel Shahaf | 4 | -1/+30 |
2016-02-15 | 37975: Completion/Unix/Command/_php: remove _arguments' -A option | Eric Cook | 2 | -1/+6 |
2016-02-14 | 37898: fix typo in completer menu | Barton E. Schaefer | 2 | -2/+4 |
2016-02-14 | 37898: complete gcc linker options | Barton E. Schaefer | 2 | -0/+16 |
2016-02-14 | 37972: Redirect stderr to /dev/null in cases where ${~param} might generate e... | Barton E. Schaefer | 10 | -9/+18 |
2016-02-14 | 37971: fix potential issues when interacting with user-defined widgets | Barton E. Schaefer | 2 | -2/+6 |
2016-02-14 | 37961: fix crash on bad memory access | Barton E. Schaefer | 2 | -8/+30 |
2016-02-13 | 37927: recreate local keymaps as necessary in case the user has deleted them | Barton E. Schaefer | 2 | -21/+39 |
2016-02-11 | 37913: add additional completers and _zpool improvement | Eric Cook | 9 | -0/+271 |
2016-02-11 | 37946: make rm * warnings more informative. | Peter Stephenson | 2 | -4/+32 |
2016-02-10 | Missed ChangeLog entry for 37895 | Peter Stephenson | 1 | -0/+5 |
2016-02-09 | 37893: document typeset -U behaviour for PATH-style variables | Peter Stephenson | 2 | -0/+10 |
2016-02-08 | 37914: reparse associative array subscripts in "unset" so keys with "[" or "]... | Barton E. Schaefer | 3 | -13/+25 |
2016-02-09 | 37924: Completion: _git: Complete files for 'check-ignore' | Daniel Shahaf | 2 | -1/+4 |
2016-02-09 | 37923: Completion: _bts: Fix quoting of $DEBEMAIL. | Daniel Shahaf | 2 | -2/+5 |
2016-02-09 | 37922: zyodl.vim: Add alternative installation instructions. | Daniel Shahaf | 2 | -0/+5 |
2016-02-09 | 37896: zshbuiltins: Document argv behaviour of 'source' without arguments | Daniel Shahaf | 2 | -0/+7 |
2016-02-09 | unposted: ChangeLog: Move the 37678 entry to the correct location (and author). | Daniel Shahaf | 1 | -4/+9 |
2016-02-07 | 37895: $ZSH_SCRIPT is POSIX $0 but always availble | Peter Stephenson | 2 | -0/+8 |
2016-02-07 | unposted: complist module docs: Fix parameter name in an example. | Dominik Ritter | 2 | -2/+7 |
2016-02-07 | unposted: Follow-up to 37833: extend description of 37804 in README. | Daniel Shahaf | 2 | -1/+8 |
2016-02-04 | 37874: remove unused function argument | Jun-ichi Takimoto | 2 | -5/+9 |
2016-02-03 | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 16 | -27/+34 |
2016-02-01 | Upload to experimental as 5.2-dev-1-1 | Axel Beckert | 1 | -2/+12 |
2016-02-01 | Now that compiling with -fPIE is fixed, build with hardening=+all | Axel Beckert | 1 | -3/+1 |
2016-02-01 | Add patch by Bart Schaefer to fix segfault in is_cond_binary_op | Axel Beckert | 2 | -0/+19 |
2016-01-31 | 37859: NULL-terminate cond_binary_ops static array. | Barton E. Schaefer | 2 | -1/+5 |
2016-01-31 | 37845: Forward-reference typeset instances where no parameter is created, and... | Barton E. Schaefer | 2 | -3/+7 |
2016-01-31 | Yet another minor fixup of the alternatives-system removal | Axel Beckert | 2 | -1/+3 |
2016-01-31 | Switch Vcs-Git from git:// to https://, fixes lintian warning vcs-field-uses-... | Axel Beckert | 1 | -1/+1 |
2016-01-31 | Minor fixups for previous commit | Axel Beckert | 2 | -4/+4 |
2016-01-31 | Remove usage of alternatives system for zsh, rzsh and zsh-static | Axel Beckert | 11 | -57/+50 |