summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-10Jeremy Mates: 30505: Allow multiple --header= in _wgetMikael Magnusson2-2/+7
2012-06-06unposted: add : to ChangeLog entryMikael Magnusson1-2/+2
2012-06-0630497: xsltproc option completion issuePeter Stephenson2-3/+8
2012-06-04users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson4-84/+109
in widgets using forward-word-match
2012-05-31Foudil Brétel: _systemctl -> _systemd plus enhancementsPeter Stephenson4-313/+467
2012-05-23unposted: Add x-seq: number of last commit to ChangeLog (30488)Frank Terbeck1-2/+2
2012-05-23Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'Frank Terbeck2-2/+8
2012-05-22Jun T.: 30483: improved completion on MacOSPeter Stephenson2-3/+11
2012-05-22Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson2-4/+14
2012-05-21c.f 30482 (Peter Jaros): typo in description.Peter Stephenson2-2/+7
2012-05-1730474: add ssh -O cancel completionMikael Magnusson2-3/+5
2012-05-1730473: update _strace completionMikael Magnusson2-18/+28
2012-05-14ChangeLog: forgot to mention who reported 30468Mikael Magnusson1-2/+3
2012-05-1430466: Add prompt format and printf format completion.Mikael Magnusson4-33/+201
2012-05-1430468: prompt_fade_setup: add missing $Mikael Magnusson2-2/+6
2012-05-08Describe differences in -i/-I/-l/-L/-n options from xargs to zargs.Bart Schaefer2-1/+14
2012-05-0830469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson2-6/+14
fc -r, but don't allow reverse execution of commands at all.
2012-05-08unposted: clarify that zargs is different from xargsPeter Stephenson1-6/+7
2012-05-03unposted, c.f. 30465: add index entries and cross-referencesPeter Stephenson3-1/+28
for match, mbegin, mend, MATCH, MBEGIN, MEND
2012-05-02unposted: fix trailing spaces from previous commitMikael Magnusson1-1/+1
2012-05-0230425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵Mikael Magnusson3-16/+37
set-local-history zle widget
2012-05-0230461, 30462 (tweaked): add missing local for match, mbegin and mendMikael Magnusson5-2/+12
2012-05-01users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson3-3/+23
substitution on null parameter
2012-05-0130456: Completion/Unix/Command/_getconf: Use new array syntax.Mikael Magnusson2-2/+6
2012-04-2530455: remove max array length testPeter Stephenson3-7/+31
2012-04-2530444: add NEWS entry for 30431Mikael Magnusson2-1/+9
2012-04-2530430: fix some errors and outdatedness in intro.msMikael Magnusson2-9/+25
2012-04-2530429: avoid error in _init_d when service doesn't existMikael Magnusson2-1/+7
2012-04-22unposted: add test for valid identifier to 30431Peter Stephenson2-2/+11
2012-04-2230439: ${...:*...} with nonexistent or non-array after *Peter Stephenson3-2/+24
should return no results
2012-04-2230431 with typo in _typeset fix:Peter Stephenson6-4/+93
add ${...:|...} and ${...:*...} operators, as documented
2012-04-2130433: double backslash is not line continuation.Bart Schaefer2-2/+7
2012-04-2030427: fix syntax error from previous commitMikael Magnusson2-2/+4
2012-04-1930412: document set-local-historyMikael Magnusson2-1/+14
2012-04-16Michael Proko: 30414: more flexible configuration file finding for _mdadmPeter Stephenson2-2/+13
2012-04-1630413: (q-) parameter flag should quote null stringPeter Stephenson4-11/+27
(q-q) etc. should be treated as errors
2012-04-15unposted: more NEWS tweaksPeter Stephenson1-1/+7
2012-04-15unposted: more NEWS tweaksPeter Stephenson1-0/+9
2012-04-15unposted: incporate Bart's NEWS suggestions from 30408Peter Stephenson1-1/+1
2012-04-15unposted: incporate Bart's NEWS suggestions from 30408Peter Stephenson2-9/+14
2012-04-1530410 plus one other case: avoid divide-by-zero errorsPeter Stephenson2-4/+16
in TIMEFMT interpretation
2012-04-1430402: turn intro.ms into intro.pdf for doc distributionPeter Stephenson3-2/+11
2012-04-1430406: NEWS: typo fixesMikael Magnusson2-6/+10
2012-04-13update Etc/.distfiles for moved NEWS-4.3Peter Stephenson2-1/+4
2012-04-13Christian Neukirchen: 30398, 30399: TIMEFMT documentationPeter Stephenson2-6/+9
2012-04-1330400 plus extra tweaks: update NEWS for 5.0Peter Stephenson3-342/+627
2012-04-1330391: tweak to ignore DISABLED flag in new hash-based arrayuniq()Peter Stephenson2-2/+8
2012-04-12fix UTF-8Peter Stephenson1-2/+2
2012-04-1230388, 30389 (Stephane): zargs: handle zero-length arguments.Peter Stephenson2-9/+14
2012-04-1030383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() byBart Schaefer3-4/+118
implementing a hash seive algorithm; add test to exercise it.