summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2010-04-0927865: fix problem with glob_subst in parameter subsitutionPeter Stephenson1-1/+1
2010-03-27rationalise widths of non-printing characters to zero.Peter Stephenson2-34/+66
2010-03-2527827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson1-9/+12
2010-03-2227823: fix memory access in 27822Peter Stephenson1-2/+2
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson3-13/+60
2010-03-22Fix ZLE access to pushed history linePeter Stephenson4-9/+48
2010-03-1827804: don't hang in isearch if invalid character foundPeter Stephenson1-0/+2
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson3-21/+85
2010-03-1127785: IFS doesn't have a null in it in POSIXPeter Stephenson3-3/+10
unposted: note & needs quoting in :s in glob qualifier
2010-03-07Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson1-0/+70
2010-02-27users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson1-3/+28
2010-02-26users/14902: another go at strftimePeter Stephenson1-1/+1
2010-02-26users/14900: ULONG_MAX is a valid return value from strotoul()Peter Stephenson1-1/+2
2010-02-26users/14897: extra test in strftime builtin for time conversionPeter Stephenson1-0/+4
2010-02-2627756: add OS file locking to calendarPeter Stephenson1-0/+4
add errflag test to loop over fcntl()
2010-02-2527755: add "zsystem supports" to zsh/systemPeter Stephenson1-0/+31
2010-02-2427754 plus NEWS change: add "zsystem flock"Peter Stephenson4-3/+231
2010-02-22unposted: add debug code to zclose()Peter Stephenson1-0/+9
2010-02-2227721: rationalise initialisation of file descriptorsPeter Stephenson4-43/+70
2010-02-1927722: bad error reporting and checking in conditionsPeter Stephenson1-7/+14