about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add typeset -C to control whether to assert the cached length mikachu/badarraysMikael Magnusson2016-05-084-18/+30
|
* Add typeset -c to control when cached length is usedMikael Magnusson2016-05-084-41/+116
|
* Assert on problemsMikael Magnusson2016-05-082-2/+15
|
* UNREVIEWED: Further optimizationsDaniel Shahaf2016-05-082-13/+17
|
* CPU SPINNER AND OUT-OF-MEMORY BUGS - DO NOT USEDaniel Shahaf2016-05-081-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | % make -s check ./B08shift.ztst: starting. *** /tmp/zsh.ztst.out.20779 Sun Dec 13 16:15:26 2015 --- /tmp/zsh.ztst.tout.20779 Sun Dec 13 16:15:26 2015 *************** *** 1,4 **** ! tether mether pip azer sezar akker conter dick ! mether pip azer sezar akker conter dick ! mether pip azer sezar ! mether pip azer --- 1,4 ---- ! yan tan tether mether pip azer sezar akker conter dick ! yan tan tether mether pip azer sezar akker conter dick ! yan tan tether mether pip azer sezar akker conter dick ! yan tan tether mether pip azer sezar akker conter dick Test ./B08shift.ztst failed: output differs from expected as shown above for: array=(yan tan tether mether pip azer sezar akker conter dick) shift 2 array print $array shift array print $array shift -p 3 array print $array shift -p array print $array Error output: (eval):shift:2: shift count must be <= $# (eval):shift:4: shift count must be <= $# (eval):shift:6: shift count must be <= $# (eval):shift:8: shift count must be <= $# Was testing: shifting array ./B08shift.ztst: test failed. ./D04parameter.ztst: starting. *** /tmp/zsh.ztst.out.22016 Sun Dec 13 16:15:49 2015 --- /tmp/zsh.ztst.tout.22016 Sun Dec 13 16:15:49 2015 *************** *** 1,10 **** ! a 1 b 2 c 3 ! a 1 b 2 c 3 ! a 1 b 2 ! a 1 b 2 c 1 d 2 ! a a b ! 1 ! a a ! 1 ! b ! 2 2 --- 1,6 ---- ! ! a b c ! ! a b c d ! ! Test ./D04parameter.ztst failed: output differs from expected as shown above for: foo=(a b c) bar=(1 2 3) print ${foo:^bar} print ${foo:^^bar} foo=(a b c d) bar=(1 2) print ${foo:^bar} print ${foo:^^bar} foo=('a a' b) bar=(1 '2 2') print -l "${foo:^bar}" print -l "${(@)foo:^bar}" Was testing: Zipping arrays, correct output ./D04parameter.ztst: test failed. ./X02zlevi.ztst: starting. comptesteval:6: fatal error: out of heap memory ./X03zlebindkey.ztst: starting. comptesteval:6: fatal error: out of heap memory ./Y01completion.ztst: starting. comptesteval:6: fatal error: out of heap memory ./Y02compmatch.ztst: starting. comptesteval:6: fatal error: out of heap memory ./Y03arguments.ztst: starting. comptesteval:6: fatal error: out of heap memory ************************************** 41 successful test scripts, 7 failures, 0 skipped **************************************
* UncontroversialDaniel Shahaf2016-05-0812-35/+45
| | | | | | Changes from Mikael's bcf975a2ea3ebc6ba1ed8150b376bef45e527cda: - paramsubst: Change setting of 'ziplen'
* Change version on this branchMikael Magnusson2016-05-081-1/+1
|
* 38401: _deb_packages: New completion for source packages.Daniel Shahaf2016-05-062-3/+23
|
* unposted: Doc/Zsh/builtins.yo: Fix typoAxel Beckert2016-05-062-1/+5
| | | | Found by Debian's lintian tool.
* 38402: Complete 'eatmydata'.Daniel Shahaf2016-05-042-1/+4
|
* 38399: _bts: Complete debbugs bug numbers from `bts cache`.Daniel Shahaf2016-05-044-18/+30
|
* 38393: _git: Fix typo in completion of '--minimal'Russell Currey2016-05-032-1/+6
| | | | Signed-off-by: Russell Currey <ruscur@russell.cc>
* 38375 (tweaked per 38384): try harder to detect noatime filesystems.Barton E. Schaefer2016-05-022-5/+22
|
* 38388: Refactor baud rate completionFrank Terbeck2016-05-027-32/+96
| | | | | This adds a new helper function _baudrate and uses it in place of private solutions in various existing completions.
* unposted: _querybts: Fix positional arguments' description.Daniel Shahaf2016-05-012-1/+4
|
* unposted: _compadd: Fix typo.Daniel Shahaf2016-05-012-1/+5
|
* unposted: ChangeLog: Add missed entries.Daniel Shahaf2016-05-011-0/+16
|
* unposted: typo in redirect docPeter Stephenson2016-05-012-1/+5
|
* 38381: Add completion for picocom utilityFrank Terbeck2016-05-012-0/+85
|
* _git: Complete fetchy refspecs correctly.Daniel Shahaf2016-05-011-2/+13
|
* _git: Bifurcate __git_ref_specs.Daniel Shahaf2016-05-011-10/+24
| | | | | No functional change, except for completion of 'git bundle' and 'git config branch.*.merge'; this is a required groundwork for future patches.
* _git: Fix an apparent typo in __git_heads().Daniel Shahaf2016-05-011-2/+2
| | | | | I couldn't reproduce different behaviour with and without this patch, although the called command's output differs.
* _git: Offer alternatives properly.Daniel Shahaf2016-05-011-2/+1
|
* _git-bundle: Complete required file argument to 'git bundle' correctly.Daniel Shahaf2016-05-011-0/+1
|
* unposted: silence spurious compiler warningBarton E. Schaefer2016-04-292-1/+3
|
* 38358: "fgrep --" for noatime check in case a mount point is named "-"Barton E. Schaefer2016-04-292-1/+6
|
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-293-4/+23
|
* 39354: zcurses fix for colour managementSebastian Gniazdowski2016-04-292-4/+9
| | | | Alter internal return code so as not to mask curses error code.
* 38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the ↵Barton E. Schaefer2016-04-262-2/+7
| | | | root directory as well
* 38316: _git-rebase: Complete any committish for the second argumentDaniel Shahaf2016-04-232-1/+6
|
* 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak2016-04-233-22/+27
|
* Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer2016-04-233-1/+15
| | | | unposted: regression test for 38307
* 38306: in printf formats, treat a missing precision as zero rather than as ↵Barton E. Schaefer2016-04-222-1/+7
| | | | unlimited
* 38289: "builtin enable" in $_comp_setup to avoid accidentally invoking ↵Barton E. Schaefer2016-04-152-4/+9
| | | | external command of the same name
* 38219: remove redundant left square bracketHan Pingtian2016-04-142-1/+4
|
* 38287: fix position for the end of a visual selection range for the cursor ↵Oliver Kiddle2016-04-142-1/+4
| | | | on an empty last line in the buffer
* 38286: cursor correction following yank-pop is only applicable to vi command ↵Oliver Kiddle2016-04-142-1/+6
| | | | mode
* 37847: update du arguments up to GNU du 8.25Christian Neukirchen2016-04-142-2/+6
|
* m0viefreak: 38264: improve doc for 38145m0viefreak2016-04-102-4/+9
|
* For help listing, capture the fallback to compctl in case there is one definedBarton E. Schaefer2016-04-092-1/+7
|
* 38255: _git: Fix argument pastedness.Daniel Shahaf2016-04-092-43/+47
| | | | | | Found by searching for /-\w\>.*:/. This covers short options only, from the top of file through _git-tag().
* 38248: fix word position calculation when completing on or just before a ↵Barton E. Schaefer2016-04-073-3/+28
| | | | | | | | | redirection operator The completion result is still in need of some repair; e.g., if the first thing on the line is the redirection, completion before it is not taken to be in command position, and in this and other cases a necessary space is not inserted between the completed word and the redirection.
* 38229: fix cursor placement calculation when completing in empty double quotesBarton E. Schaefer2016-04-052-1/+13
|
* 38241: ungetkeycmd() needs to unmetafy key string.Peter Stephenson2016-04-042-7/+17
| | | | | | Use the new function to simplify memory management in prefix handling. Third time lucky.
* 38236: Order of redirections is important.Peter Stephenson2016-04-041-0/+19
|
* Dmitry Marakasov: 38162: accept G for gigabytes in limit commandBarton E. Schaefer2016-03-263-2/+9
| | | | from github pull request - some formatting edited
* 38191: additional re-entrancy checks in reexpandprompt()Barton E. Schaefer2016-03-212-8/+34
| | | | | | Do not free global pointers until after promptexpand() in case they are referenced from signal handlers, and check for window size changes during promptexpand().
* 38188: signal re-entrancy, maybeBarton E. Schaefer2016-03-212-38/+54
| | | | | | Crams several globals into a struct so they can be saved/restored as one, and then tries pushing the signal queue management down into patmatch() from pattryrefs().
* 38142: signal re-entrancy, maybeBarton E. Schaefer2016-03-212-5/+23
|
* Remove unnecessary filePeter Stephenson2016-03-211-30/+0
|