summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-1537512: overeager WARN_CREATE_GLOBAL with strftimePeter Stephenson2-14/+7
2016-01-15unposted: Extend docstring of callhookfunc().Daniel Shahaf2-0/+5
2016-01-15unposted: Fix typo in comment.Daniel Shahaf2-2/+5
2016-01-1537612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵Daniel Shahaf2-1/+9
case. This manifested, e.g., in 'git am' of a single patch that had a conflict.
2016-01-13Belated ChangeLog entry for 37489, back-dated to the correct sequence.Barton E. Schaefer1-0/+6
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in ↵Barton E. Schaefer2-1/+13
replacement for transpose-words
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer2-3/+8
as whitespace
2016-01-1437590: Invoke zle-line-pre-redraw during isearch.Daniel Shahaf3-1/+9
2016-01-1337591: 'alias -L': skip with a warning aliases with '=' in their LHSDaniel Shahaf3-0/+20
2016-01-1337550: _cu: Support Linux line-device names; fail gracefully on OSes ↵Daniel Shahaf2-1/+7
matching no known line-device name pattern.
2016-01-1037551: Include the builtin's name in a "bad option" error message.Daniel Shahaf2-1/+6
Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message.
2016-01-1037534: completion for OpenBSD's cu, fw_update and rcctl utilsMatthew Martin4-0/+63
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer3-10/+37
2016-01-08unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluationBarton E. Schaefer2-1/+6
2016-01-0637513: fix typos; improve error cleanup and correct for signed/unsigned ↵Barton E. Schaefer2-10/+20
compiler warning
2016-01-06Add rosbash to bug-script's fallback list of packages with code to be ↵Axel Beckert1-0/+1
sourced in .zshrc
2016-01-0537504: refactor code using/simulating memstream to capture output for "print -v"Barton E. Schaefer2-71/+105
2016-01-05zshrc: Make expansion robust with NO_UNSETFrank Terbeck1-1/+1
Thanks: Marc Chantreux on #pkg-zsh (freenode)
2016-01-0437503: detect incompatible "print" options, fix metafication and possible ↵Barton E. Schaefer2-29/+56
memory leak, miscellaneous cosmetics
2016-01-0437501 (+ revise test): correct byte counts when simulating memstream via ↵Jun T3-7/+12
temp file
2016-01-0337489, tweaked: with POSIX_IDENTIFIERS create math var as scalarPeter Stephenson3-0/+18
2016-01-0237497: handle NUL bytes in "printf -v".Barton E. Schaefer2-4/+9
2016-01-0237493: readonly + POSIX_BUILTINS == typeset -grBarton E. Schaefer5-8/+20
2016-01-0137483: save and possibly restore cshnullglob failure state around each ↵Barton E. Schaefer2-1/+7
evaluation of an (e:...:) glob qualifier.
2016-01-0137473: check for cshnullglob in command position.Barton E. Schaefer2-0/+9
2015-12-3137469: do NOT allow semicolons in place of line breaks in conditionalsBarton E. Schaefer2-14/+19
2015-12-31unposted: enable WARN_CREATE_GLOBAL for print -vBarton E. Schaefer2-2/+4
2015-12-3137468: allow line breaks in more places in [[ ... ]]Barton E. Schaefer2-8/+14
2015-12-3137467: add "print -v var" / "printf -v var"Barton E. Schaefer4-11/+47
2015-12-3137453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵Oliver Kiddle2-1/+4
detection of noatime filesystem
2015-12-31users/21114: new dig completionOliver Kiddle2-0/+89
2015-12-3037460: make sure the default keymap is emacs before using that keymap to ↵Barton E. Schaefer2-0/+6
test bindings
2015-12-31unposted: NEWS: Document how to disable paste highlighting.Daniel Shahaf2-0/+9
This updates the 5.2 entry, note that 5.2 has been released already.
2015-12-3137456: Have zle_highlight=(none) disable paste highlightingDaniel Shahaf2-3/+8
Before this change, zle_highlight=(paste:none) worked, but zle_highlight=(none) didn't.
2015-12-3037451: vcs_info: Declare "msgs" in early contextFrank Terbeck2-1/+6
The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it.
2015-12-29Add "--ddeb-migration=zsh-dbg" to "dh_strip -pzsh" for proper Breaks/ReplacesAxel Beckert1-1/+1
Thanks: Mattia Rizzolo
2015-12-27Upload to unstable as 5.2-3Axel Beckert1-0/+15
2015-12-2737438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and laterAxel Beckert2-1/+6
2015-12-27Mark _aptitude patch as forwardedAxel Beckert1-0/+1
Gbp-Dch: Ignore
2015-12-26Add patch to fix parsing of aptitude 0.7.5's --help outputAxel Beckert2-0/+18
… without stopping to be able parse older aptitude versions' output.
2015-12-26Add patch to add missing apt purge and autoremove subcommandsFelipe Sateler2-0/+23
Closes: #808317
2015-12-26Add changelog entry for previous commitAxel Beckert1-0/+5
2015-12-26Add missing apt purge and autoremove subcommandsFelipe Sateler1-1/+3
2015-12-25Remove zsh-dbg package, there are automatic dbgsym packages nowAxel Beckert2-24/+5
2015-12-25Make zsh-common "Multi-Arch: foreign". (Closes: #808977)Axel Beckert1-0/+1
2015-12-2537435 (+ fix typo): allow execution of empty files as "sh" scriptsBarton E. Schaefer2-1/+5
2015-12-2537434: POSIXBUILTINS "command" should prevent shell exit on errors from ↵Barton E. Schaefer2-3/+10
special builtins
2015-12-2337345: VCS_INFO functions break with setopt no_unsetPhilip Sequeira3-2/+8
With setopt no_unset in my config file, vcs_info fails with: VCS_INFO_maxexports:7: vcs: parameter not set
2015-12-19users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer2-1/+23
not in the form of zsh version numbers; additional explanatory comment
2015-12-19unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBALBarton E. Schaefer2-1/+4