summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2014-09-2033212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2-11/+25
2014-09-18users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson1-39/+0
2014-09-1633136: P glob qual appends words when negatedMikael Magnusson1-6/+15
2014-09-1233143: POSIX_ARGZERO more closely matches bash et al.Barton E. Schaefer1-1/+2
2014-09-12Add $functypestack special parameter in zsh/parameterPeter Stephenson1-0/+39
2014-09-08users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson1-0/+10
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-1/+1
2014-09-0633118: record original param unset state when treating empty the same as unset,Barton E. Schaefer1-6/+9
to avoid incorrect NO_UNSET errors
2014-09-0633116: followup to 32580 to prevent double-locking with shared or ↵Barton E. Schaefer1-6/+8
incremental history
2014-09-0333100: check $fd more rigorously in "exec {fd}<&-"Barton E. Schaefer1-6/+18
2014-08-3133077: SHTTY = -1 when closing it in closem()Barton E. Schaefer1-1/+4
2014-08-3033070: add %(e..) based on %eBarton E. Schaefer1-0/+11
2014-08-2933057: %e in prompts shows evaluation / execution depthPeter Stephenson1-0/+13
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson4-125/+0
2014-08-22Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-2/+2
Conflicts: ChangeLog
2014-08-2233042: $? and $pipestatus report 128+signal number for stopped jobsBarton E. Schaefer1-5/+10
2014-08-2133038: Fix {^@..a} hangingMikael Magnusson1-2/+2
2014-08-17Increase size of xbuf2 in xsymlinks to make gcc FORTIFY_SOURCE=2 happy.Barton E. Schaefer1-1/+1
2014-08-1533012: add an error return value (-1) to xsymlinks()Barton E. Schaefer1-7/+8
2014-08-0732971: negative argument with %(l..) and with %<< or %>> calculates space ↵Barton E. Schaefer1-3/+13
available before right margin
2014-08-0432958: bitwise logic fixMiles Ohlrich1-1/+1
2014-08-0432954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson1-2/+1
The (#q...) expression should simply be removed to leave a normal pattern as before
2014-08-04unposted: remove unused variablesPeter Stephenson1-1/+1
2014-08-0432949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson1-0/+61
2014-08-0132932: add hmkarray() and use to fix leakPeter Stephenson2-1/+12
2014-07-3132931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern ↵Barton E. Schaefer1-0/+2
returns the original pattern
2014-07-30missed updates to calls to ztrftime()Peter Stephenson3-3/+3
2014-07-3032918: add %. to ztrftime for use in promptsPeter Stephenson4-6/+34
2014-07-2632910: quiet update of timestamp filesBarton E. Schaefer1-2/+2
2014-07-2432853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer2-1/+8
enable old behavior via "configure --with-stack-allocation"
2014-07-24unposted (see 32892): 'fc -I' is an errorBarton E. Schaefer1-0/+4
2014-07-2432903: new empty (unset) elements in the special parameter hash tables are ↵Barton E. Schaefer1-15/+15
special themselves
2014-07-2332898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer1-1/+1
2014-07-2032891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer1-7/+6
2014-07-1732882 (cf. Augie Fackler 32879): correct reload of backslash-continuation ↵Barton E. Schaefer1-2/+12
lines from history, fix bad history write of events ending with backslashes
2014-06-2632799: resource NTHR not well handled on NetBSDPeter Stephenson1-3/+20
2014-06-2432789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson3-8/+106
2014-06-1332768 with further modifications: LOCAL_LOOPS option.Peter Stephenson3-2/+17
2014-06-1132767: another spot to tweak bracechardots()Jun T1-0/+2
2014-06-1032766: bracechardots() agrees with xpandbraces() about what constitutes a ↵Barton E. Schaefer1-0/+2
{C1..C2} pattern, thus preventing crash
2014-06-1032765: fix build when not MULTIBYTE_SUPPORTJun T1-2/+14
2014-06-0732737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil6-10/+15
fixes Src/utils.c: properly ifdef declarations Src/zsh_system.h: memmove() should return its dest argument Src/signals.c: define ret before use Src/mem.c: remove unused pointers Src/prototypes.h: use size_t in bcopy() Src/compat.c: fix const declaration inconsistency
2014-06-0632682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson3-5/+11
Revert INC_APPEND_HISTORY behaviour.
2014-06-0532723: add braces around some if/else branchesBarton E. Schaefer1-4/+7
2014-06-0532716: properly test iconv return values for error conditionsBarton E. Schaefer1-4/+3
2014-06-0432708: glob qualifier (Y) implies (oN)Daniel Shahaf1-3/+4
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
2014-06-0332694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf1-28/+46
2014-06-03unposted: restore cond_match() in case used in add-on modulePeter Stephenson1-0/+11
2014-06-0236526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵Barton E. Schaefer1-0/+31
zreaddir()
2014-06-02users/18870: fix glob scanner insert counting check.Daniel Shahaf1-10/+11
Was causing problems with globs in paths with (Y) glob qualifier