about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 28461: flush stderr in PRINT_EXIT_VALUE handling.Bart Schaefer2010-11-271-0/+1
|
* 28559: flush shell output in PROMPT_SP handlingPeter Stephenson2010-11-271-0/+1
|
* Use newer PROMPT_SP behavior for hasxn terms too.Wayne Davison2010-11-261-4/+1
|
* Overwrite PROMPT_SP string if it should remain invisible,Wayne Davison2010-11-251-3/+4
| | | | even with an upcoming newline.
* 28434: make ${NAME:OFFSET} always use zero-offsetPeter Stephenson2010-11-251-6/+5
|
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-223-3/+16
|
* 28425: remove null arguments and untokenizePeter Stephenson2010-11-201-0/+2
|
* 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:Peter Stephenson2010-11-181-2/+34
| | | | KSH_ARRAY ${*:0:1} gives $0, etc.
* 28418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson2010-11-183-9/+149
|
* 28384: improve error message on assignment to a field of a read-only hash.Bart Schaefer2010-11-031-1/+8
| | | | CVS ----------------------------------------------------------------------
* 28363: fix insert bug refreshing zle with wide characteterPeter Stephenson2010-10-251-10/+32
|
* 28360: NO_UNSET option should check parameters with trailing optionsPeter Stephenson2010-10-221-1/+7
|
* Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson2010-10-171-1/+3
|
* 28345: make ${(D)...} return a fully usable command line argumentPeter Stephenson2010-10-152-11/+19
|
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-102-5/+24
| | | | 28340: assignment to range of scalar variable with multibyte characters
* 28332: backslash-newline with HIST_LEX_WORDSPeter Stephenson2010-10-101-2/+12
|
* 28338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock2010-10-101-1/+2
|
* 28327: fix pseudolexical word splitting with RC_QUOTESPeter Stephenson2010-10-071-10/+8
|
* not yet posted: fix some more HIST_LEX_WORDS anomaliesPeter Stephenson2010-10-061-17/+35
|
* 28319: (z) splitting odditiesPeter Stephenson2010-10-061-18/+88
|
* 28285: zle-isearch-update and zle-isearch-exitPeter Stephenson2010-10-061-0/+2
|
* 28308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson2010-10-023-44/+66
|
* 28309: fix infinite loop padding with extra wide charactersPeter Stephenson2010-10-021-6/+54
|
* 28295 plus tweak: use lexer to split words from history filePeter Stephenson2010-09-251-21/+59
|
* 28282: new function zlecallhook()Peter Stephenson2010-09-203-34/+37
| | | | fix arguments to zle-keymap-select
* 28268: I/O to a terminated (or never created) coprocess emits aBart Schaefer2010-09-191-2/+18
| | | | "no coprocess" diagnostic, instead of either nothing or "bad file number".
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-145-34/+140
|
* 28258: fix undefined variable in trapsPeter Stephenson2010-09-141-4/+3
|
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-123-4/+8
|
* 28237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2010-09-082-2/+11
| | | | 28241: don't list .safe with bindkey -lL
* 28229: can list individual keymapsPeter Stephenson2010-09-051-4/+18
|
* 28227: improved documentation on keymapsPeter Stephenson2010-09-051-10/+106
| | | | 28226: improve bindkey -lL for aliased keymaps
* 28220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson2010-08-312-12/+41
|
* 28202: unmetafy line for reversemenucompletePeter Stephenson2010-08-311-0/+2
|
* 28179, users/15314, users/15310, users/15200:Peter Stephenson2010-08-223-107/+183
| | | | various job and process control fixes
* 28172: mark processes as not stopped if sent SIGCONTPeter Stephenson2010-08-181-4/+14
|
* 28167: reset more variables on invalidating completion listPeter Stephenson2010-08-151-0/+2
|
* 28160, 28164: fix redisplay problem after display resetPeter Stephenson2010-08-131-1/+6
|
* 28122 (Frank) / 28139: add ZLE_STATEPeter Stephenson2010-08-111-0/+60
|
* Daiki Ueno: 28112: fix character width assignmentPeter Stephenson2010-08-021-1/+1
|
* users/15219: PRINTEXITVALUE if terminated by signalPeter Stephenson2010-07-311-0/+4
|
* always print job status if non-zero status and PRINTEXITSVALUEPeter Stephenson2010-07-311-12/+18
|
* users/15217: use top-level status when redrawing promptPeter Stephenson2010-07-311-0/+23
|
* <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson2010-07-291-1/+1
| | | | Actually commit the code.
* 28102: use lstat() when checking ignore-parentsPeter Stephenson2010-07-261-3/+12
|
* 28073: allow #! scripts to search path if interpreter not foundPeter Stephenson2010-07-153-19/+46
|
* 28065 plus unposted zsh.mdd:Peter Stephenson2010-07-091-1/+1
| | | | add cdr and related functions and docs
* 28047: attempt to make locking with fc command more usefulPeter Stephenson2010-06-221-24/+58
|
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-143-4/+10
| | | | of math functions and builtins
* 28010: use getcwd() as fallbackPeter Stephenson2010-06-141-1/+18
|