summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-1927723: eval shouldn't modify non-zero return statusesPeter Stephenson1-1/+1
2010-02-1327708: remove distracting initial semicolons in job outptPeter Stephenson1-33/+38
2010-02-13unposted: initially clear list for P glob qualifierPeter Stephenson1-0/+1
2010-02-0927694: add P glob qualifier for prependingPeter Stephenson1-4/+36
2010-02-0927693: Missed this.Peter Stephenson1-1/+1
2010-02-09Geoff: 27693: rename underscore to avoid name clashPeter Stephenson3-12/+12
2010-02-08unposted: a couple of typeset -g's and a commentPeter Stephenson1-0/+5
2010-02-0727675: Michael Hwang: fix crash in hash builtinPeter Stephenson1-1/+0
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson4-10/+43
Turn off repeat and turn on ulimit in emulation modes
2010-01-29users/14752: add #! line to zedPeter Stephenson1-1/+2
allow script run with -i to exit on return
2010-01-2727638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson3-0/+7
2010-01-22users/14732: Test X:/ rather than X: in CygwinPeter Stephenson1-9/+34
2010-01-21users/14723: invalid converted characters should never match valid onesPeter Stephenson1-7/+20
2010-01-2027611: cache parameter values in math eval so subscripts are eval'd oncePeter Stephenson1-14/+71
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson2-6/+6
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson2-7/+128