summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2010-10-17Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson1-1/+3
2010-10-1528345: make ${(D)...} return a fully usable command line argumentPeter Stephenson2-11/+19
2010-10-1028339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2-5/+24
28340: assignment to range of scalar variable with multibyte characters
2010-10-1028332: backslash-newline with HIST_LEX_WORDSPeter Stephenson1-2/+12
2010-10-1028338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock1-1/+2
2010-10-0728327: fix pseudolexical word splitting with RC_QUOTESPeter Stephenson1-10/+8
2010-10-06not yet posted: fix some more HIST_LEX_WORDS anomaliesPeter Stephenson1-17/+35
2010-10-0628319: (z) splitting odditiesPeter Stephenson1-18/+88
2010-10-0628285: zle-isearch-update and zle-isearch-exitPeter Stephenson1-0/+2
2010-10-0228308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson3-44/+66
2010-10-0228309: fix infinite loop padding with extra wide charactersPeter Stephenson1-6/+54
2010-09-2528295 plus tweak: use lexer to split words from history filePeter Stephenson1-21/+59
2010-09-2028282: new function zlecallhook()Peter Stephenson3-34/+37
fix arguments to zle-keymap-select
2010-09-1928268: I/O to a terminated (or never created) coprocess emits aBart Schaefer1-2/+18
"no coprocess" diagnostic, instead of either nothing or "bad file number".
2010-09-1428259: Finally fix some ancient problems with here-documentsPeter Stephenson5-34/+140
2010-09-1428258: fix undefined variable in trapsPeter Stephenson1-4/+3
2010-09-1228253: document -h argument to atribute commandsPeter Stephenson3-4/+8
2010-09-0828237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2-2/+11
28241: don't list .safe with bindkey -lL
2010-09-0528229: can list individual keymapsPeter Stephenson1-4/+18
2010-09-0528227: improved documentation on keymapsPeter Stephenson1-10/+106
28226: improve bindkey -lL for aliased keymaps
2010-08-3128220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson2-12/+41
2010-08-3128202: unmetafy line for reversemenucompletePeter Stephenson1-0/+2
2010-08-2228179, users/15314, users/15310, users/15200:Peter Stephenson3-107/+183
various job and process control fixes
2010-08-1828172: mark processes as not stopped if sent SIGCONTPeter Stephenson1-4/+14
2010-08-1528167: reset more variables on invalidating completion listPeter Stephenson1-0/+2
2010-08-1328160, 28164: fix redisplay problem after display resetPeter Stephenson1-1/+6
2010-08-1128122 (Frank) / 28139: add ZLE_STATEPeter Stephenson1-0/+60
2010-08-02Daiki Ueno: 28112: fix character width assignmentPeter Stephenson1-1/+1
2010-07-31users/15219: PRINTEXITVALUE if terminated by signalPeter Stephenson1-0/+4
2010-07-31always print job status if non-zero status and PRINTEXITSVALUEPeter Stephenson1-12/+18
2010-07-31users/15217: use top-level status when redrawing promptPeter Stephenson1-0/+23
2010-07-29<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson1-1/+1
Actually commit the code.
2010-07-2628102: use lstat() when checking ignore-parentsPeter Stephenson1-3/+12
2010-07-1528073: allow #! scripts to search path if interpreter not foundPeter Stephenson3-19/+46
2010-07-0928065 plus unposted zsh.mdd:Peter Stephenson1-1/+1
add cdr and related functions and docs
2010-06-2228047: attempt to make locking with fc command more usefulPeter Stephenson1-24/+58
2010-06-1428037: improved error messages for module autoloadsPeter Stephenson3-4/+10
of math functions and builtins
2010-06-1428010: use getcwd() as fallbackPeter Stephenson1-1/+18
2010-06-1128025: (D) parameter flagPeter Stephenson2-11/+40
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson3-12/+44
only use "." if setting pwd
2010-06-0327983: colours could be output twicePeter Stephenson1-1/+6
2010-06-0327994: better error for failed parameter autoloadPeter Stephenson1-1/+2
2010-06-0227990: don't use return value from setupterm()Peter Stephenson2-5/+13
to decide if module booted OK
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson4-14/+39
2010-05-12unposted: fix typo in previous commitPeter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson9-30/+72
2010-05-0527947: some cases where we should execute EXIT trapsPeter Stephenson1-1/+7
2010-04-28Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson1-1/+1
2010-04-2727926: fix completion suffix when inserting last wordPeter Stephenson1-0/+1
2010-04-2027889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson1-5/+10