Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 29991: allow explicit "d" for days in time qualifiers | Peter Stephenson | 2011-12-11 | 1 | -0/+2 |
| | |||||
* | 29955++: IGNORE_CLOSE_BRACES option | Peter Stephenson | 2011-12-08 | 3 | -1/+4 |
| | |||||
* | 29952: fix cut'n'paste error in nanosecond timestamp support | Oliver Kiddle | 2011-12-07 | 1 | -3/+3 |
| | |||||
* | 29940: metafy() added null termination even if buffer was not modifiable | Peter Stephenson | 2011-12-03 | 1 | -2/+2 |
| | |||||
* | 29934: Stef van Vlierberghe: uninitialised memory after lexer realloc | Peter Stephenson | 2011-12-03 | 1 | -10/+2 |
| | |||||
* | Ismail Dönmez: 29920: NO_EXEC problem with arithmetic substitution | Peter Stephenson | 2011-11-28 | 1 | -1/+4 |
| | |||||
* | 29907: Jun T.: remove declaration of unused variable | Peter Stephenson | 2011-11-17 | 1 | -1/+0 |
| | |||||
* | users/16581: skip correction shortcut based on command table search when | Bart Schaefer | 2011-11-15 | 1 | -9/+13 |
| | | | | | the word is not in command position; on rejected command correction, reset incremental path hashing. | ||||
* | 29891: make zle -lL with arguments work | Peter Stephenson | 2011-11-04 | 1 | -1/+11 |
| | |||||
* | Jun T: 29883: cast resource types to types they should be anyway | Peter Stephenson | 2011-10-31 | 2 | -13/+13 |
| | |||||
* | 29879: metafy dlerror message to avoid corruption | Peter Stephenson | 2011-10-28 | 1 | -1/+2 |
| | |||||
* | 29844, 29845: remove bogus | Peter Stephenson | 2011-10-26 | 1 | -2/+12 |
| | | | | error on closing fd's 0 to 9; update test | ||||
* | 29865: don't compile pcre if no pcre-config | Peter Stephenson | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | 29859: compadd handles its own options | Peter Stephenson | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes) | Phil Pennock | 2011-10-24 | 1 | -16/+45 |
| | |||||
* | 29820: _pick_variant -b to match builtin | Peter Stephenson | 2011-10-14 | 1 | -0/+41 |
| | |||||
* | 29799: swap order of RESET_PROMPT / REFRESH in adjustwinsize(). | Bart Schaefer | 2011-10-02 | 1 | -1/+1 |
| | |||||
* | unposted: cross-reference zmodload from the modules intro doc. | Bart Schaefer | 2011-09-25 | 1 | -1/+3 |
| | | | | 29769: follow-up 29677 to handle the case where thisjob == -1. | ||||
* | users/16375: initialise nrefs on each loop in match tests | Peter Stephenson | 2011-09-18 | 1 | -4/+6 |
| | |||||
* | 29776: fix case of double quotes in double-quote-style | Peter Stephenson | 2011-09-15 | 1 | -1/+1 |
| | | | | parsing where end character is something else | ||||
* | 29744: don't mess up non '-A' cases in read -E fix | Peter Stephenson | 2011-08-29 | 1 | -1/+8 |
| | |||||
* | 29731: fix read -AE, test that and read -Ae | Peter Stephenson | 2011-08-28 | 1 | -2/+2 |
| | |||||
* | users/16289: don't delete temporary files on disown. | Peter Stephenson | 2011-08-28 | 2 | -20/+25 |
| | | | | Document. | ||||
* | 29694: avoid overwriting current history word when not expanding an alias | Bart Schaefer | 2011-08-18 | 1 | -1/+2 |
| | | | | or history event in-place. | ||||
* | 29703: crash when failing to parse process substitutions | Peter Stephenson | 2011-08-17 | 2 | -1/+11 |
| | |||||
* | users/16253, users/16255: a nulstring should be split like an empty string | Peter Stephenson | 2011-08-17 | 1 | -0/+4 |
| | |||||
* | 29681: use [] to dereference region_highlights | Mikael Magnusson | 2011-08-17 | 1 | -7/+7 |
| | |||||
* | 29650: Don't lose time info after a suspend+restore. | Wayne Davison | 2011-08-16 | 1 | -0/+2 |
| | |||||
* | unposted: use pm->node.nam to get names for parameters in errors | Peter Stephenson | 2011-08-15 | 1 | -4/+6 |
| | |||||
* | 29677: Do not allow external processes in a pipeline to become suspended | Bart Schaefer | 2011-08-14 | 3 | -5/+16 |
| | | | | | when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended. | ||||
* | unposted: fix capitalized word in the middle of a sentence | Mikael Magnusson | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | unposted: fix a typo in a comment. | Mikael Magnusson | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | fix datetime autofeatures | Peter Stephenson | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | fix tests using zsh/datetime that I broke | Peter Stephenson | 2011-08-11 | 1 | -3/+15 |
| |