Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Aaron Scrab: 30604: make repeating vi skip character useful by ignoring | Peter Stephenson | 2012-08-13 | 1 | -7/+24 |
| | | | | character just matched | ||||
* | Aaron Schrab: 30603: repeating vi skip characters command caused bad position | Peter Stephenson | 2012-08-13 | 1 | -0/+2 |
| | |||||
* | YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646 | Peter Stephenson | 2012-08-07 | 2 | -3/+3 |
| | |||||
* | Bart: 30560: unset ordinary array element by setting to null | Peter Stephenson | 2012-07-15 | 1 | -0/+28 |
| | |||||
* | 30540: typeset flag handling with SECONDS | Bart Schaefer | 2012-06-30 | 1 | -2/+3 |
| | |||||
* | 30530,30533: fix problems with COLUMNS or LINES < 1, and related issues | Bart Schaefer | 2012-06-27 | 2 | -2/+2 |
| | |||||
* | 30518: attempt to supply tgoto() prototype when missing only. | Peter Stephenson | 2012-06-21 | 1 | -0/+4 |
| | | | | For Solaris 10 and earlier. | ||||
* | Dima Kogan: 30515: fix globbing problem with large files: | Peter Stephenson | 2012-06-18 | 1 | -1/+3 |
| | | | | failure owing to bad cast with large integers | ||||
* | 30513: zsh/regex metafy fixes for widechar | Phil Pennock | 2012-06-16 | 1 | -7/+16 |
| | |||||
* | Danek: 30485: trailing garbage after signal number not recognised in kill | Peter Stephenson | 2012-05-22 | 1 | -3/+8 |
| | |||||
* | 30469: Src/builtin.c: allow reverse listing of history using | Peter Stephenson | 2012-05-08 | 1 | -5/+5 |
| | | | | fc -r, but don't allow reverse execution of commands at all. | ||||
* | unposted: fix trailing spaces from previous commit | Mikael Magnusson | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵ | Mikael Magnusson | 2012-05-02 | 1 | -10/+18 |
| | | | | set-local-history zle widget | ||||
* | users/17046: don't count too many elements when splitting quoted parameter | Peter Stephenson | 2012-05-01 | 1 | -1/+1 |
| | | | | substitution on null parameter | ||||
* | 30455: remove max array length test | Peter Stephenson | 2012-04-25 | 1 | -0/+13 |
| | |||||
* | unposted: add test for valid identifier to 30431 | Peter Stephenson | 2012-04-22 | 1 | -1/+8 |
| | |||||
* | 30439: ${...:*...} with nonexistent or non-array after * | Peter Stephenson | 2012-04-22 | 1 | -0/+13 |
| | | | | should return no results | ||||
* | 30431 with typo in _typeset fix: | Peter Stephenson | 2012-04-22 | 2 | -1/+44 |
| | | | | add ${...:|...} and ${...:*...} operators, as documented | ||||
* | 30433: double backslash is not line continuation. | Bart Schaefer | 2012-04-21 | 1 | -1/+2 |
| | |||||
* | 30413: (q-) parameter flag should quote null string | Peter Stephenson | 2012-04-16 | 2 | -10/+13 |
| | | | | (q-q) etc. should be treated as errors | ||||
* | 30410 plus one other case: avoid divide-by-zero errors | Peter Stephenson | 2012-04-15 | 1 | -3/+10 |
| | | | | in TIMEFMT interpretation | ||||
* | 30391: tweak to ignore DISABLED flag in new hash-based arrayuniq() | Peter Stephenson | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | 30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() by | Bart Schaefer | 2012-04-10 | 1 | -3/+89 |
| | | | | implementing a hash seive algorithm; add test to exercise it. | ||||
* | add some braces to avoid compiler warnings | Peter Stephenson | 2012-03-30 | 1 | -7/+9 |
| | |||||
* | users/16932: implement $UNDO_CHANGE_NO and argument to undo widget | Peter Stephenson | 2012-03-29 | 3 | -2/+33 |
| | |||||
* | 30351 + 30352: metafy strings on import into zsh variables | Peter Stephenson | 2012-03-13 | 2 | -16/+40 |
| | |||||
* | 30320: "emulate" accepts invocation-time flags; other small doc tweaks. | Bart Schaefer | 2012-03-07 | 3 | -73/+105 |
| | |||||
* | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 2012-03-05 | 5 | -4/+48 |
| | |||||
* | 30303: emulate inside function marked for execution tracing enables xtrace | Peter Stephenson | 2012-03-01 | 1 | -0/+14 |
| | |||||
* | 30184: use a HASH_EXECUTABLES_ONLY test that matches the test used by | Bart Schaefer | 2012-03-01 | 1 | -1/+2 |
| | | | | exec.c:iscom() during path search. | ||||
* | 30272 (tweaked): most failures of fork() cause non-interactive shells to | Bart Schaefer | 2012-03-01 | 1 | -11/+12 |
| | | | | exit nonzero; bad options to "exec" cause exit under POSIX_BUILTINS. | ||||
* | 30276: Src/glob.c: Use zlong rather than int when calculating brace ↵ | Mikael Magnusson | 2012-02-29 | 1 | -3/+4 |
| | | | | expansions of the form {1..9}. | ||||
* | 30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset | Peter Stephenson | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | 30242: use PREFORK_SINGLE for ${...=...} in POSIX emulation | Bart Schaefer | 2012-02-20 | 1 | -1/+6 |
| | |||||
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 4 | -43/+91 |
| | | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | ||||
* | 30193: remnulargs() after poking into string in case length changes | Bart Schaefer | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Timothy Redaelli: file name manipulations | Peter Stephenson | 2012-02-08 | 1 | -0/+5 |
| | | | | in history can return NULL if HAVE_CANONICALIZE_FILE_NAME | ||||
* | Holger Macht via Ismail: 30185: openSUSE directory missed from | Peter Stephenson | 2012-02-07 | 1 | -1/+1 |
| | | | | module definition | ||||
* | 30127: forbid fc from executing history lines in reverse | Peter Stephenson | 2012-02-05 | 1 | -0/+6 |
| | |||||
* | 30111: Src/exec.c: Fix segfaults with exec options. | Frank Terbeck | 2012-01-16 | 1 | -1/+12 |
| | |||||
* | 30101: add HASH_EXECUTABLES_ONLY option | Peter Stephenson | 2012-01-08 | 3 | -2/+5 |
| | |||||
* | 30098: Jun T.: alternative to 30079: don't setlocale() in setlang() if ↵ | Peter Stephenson | 2012-01-07 | 1 | -3/+4 |
| | | | | LC_ALL set | ||||
* | unposted: fix uninitialised variable warning in pcre | Peter Stephenson | 2012-01-06 | 1 | -0/+1 |
| | |||||
* | 30084: `zle -T tc func' for zle testing of termcap output | Peter Stephenson | 2012-01-05 | 4 | -3/+157 |
| | |||||
* | 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'. | Frank Terbeck | 2012-01-04 | 1 | -0/+3 |
| | |||||
* | 30084: missing zsfree(argzero) | Peter Stephenson | 2012-01-04 | 1 | -0/+1 |
| | |||||
* | queue_signals() to prevent adjustwinsize() loop on FreeBSD | Bart Schaefer | 2012-01-02 | 1 | -0/+14 |
| | |||||
* | 30041: fix bash-style offsets for positional parameters when scalars | Peter Stephenson | 2011-12-21 | 1 | -15/+17 |
| | |||||
* | 30033: silence valgrind warnings | Bart Schaefer | 2011-12-20 | 1 | -0/+1 |
| | |||||
* | 30000 plus some comments: Better POSIXJOBs behaviour. | Peter Stephenson | 2011-12-12 | 1 | -4/+25 |
| | | | | | | Don't restore default SIGTTOU etc. behaviour if still doing job control. Only carry on doing job control in subshell if it's a real (...) subshell |