Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 22392: completion for ladspa's analyseplugin | Clint Adams | 2006-04-05 | 2 | -0/+30 |
| | |||||
* | users/10107: shell ignores SIGQUIT | Peter Stephenson | 2006-03-29 | 2 | -0/+5 |
| | |||||
* | 22390 | Wayne Davison | 2006-03-28 | 1 | -0/+5 |
| | |||||
* | Fixed a typo. | Wayne Davison | 2006-03-28 | 1 | -1/+1 |
| | |||||
* | My improved version of the _bzr script taken from the bzr.dev | Wayne Davison | 2006-03-28 | 1 | -8/+321 |
| | | | | repository (from contrib/zsh/_bzr). | ||||
* | Patch for part of sourceforge bug #1262954. | Wayne Davison | 2006-03-27 | 1 | -0/+5 |
| | |||||
* | Fixed a compilation problem when HAVE_GETRUSAGE is defined | Wayne Davison | 2006-03-27 | 1 | -4/+13 |
| | | | | | but HAVE_WAIT3. See the sourceforge bug report: https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068 | ||||
* | users/10087: no aliases for case of "in" in "case" | Peter Stephenson | 2006-03-26 | 2 | -0/+15 |
| | |||||
* | 22386: fix acroread version detection according to Bart's 22385. | Clint Adams | 2006-03-26 | 2 | -2/+7 |
| | |||||
* | Fixed undefined function reference (zwarnname() should have been | Wayne Davison | 2006-03-25 | 1 | -0/+5 |
| | | | | zwarnnam()). | ||||
* | Fixed call to undefined function zwarnname() instead of zwarnnam(). | Wayne Davison | 2006-03-25 | 1 | -1/+1 |
| | |||||
* | 22375, 22376: ${(0)...} splits on NULL byte | Peter Stephenson | 2006-03-22 | 2 | -0/+12 |
| | |||||
* | 22638: MACHINES: IRIX | Peter Stephenson | 2006-03-21 | 5 | -6/+37 |
| | | | | users/10047: zle widget -K keymap | ||||
* | thinko fix | Clint Adams | 2006-03-20 | 2 | -2/+2 |
| | |||||
* | 22371: use only alphanumerics and underscores as word characters with vi ↵ | Clint Adams | 2006-03-20 | 3 | -13/+21 |
| | | | | bindings. | ||||
* | 22360, 22365: support version 2 of Yodl | Peter Stephenson | 2006-03-20 | 24 | -147/+217 |
| | |||||
* | 22366: better handling for multibyte-character-containing words in vi widgets. | Clint Adams | 2006-03-17 | 2 | -12/+17 |
| | |||||
* | 22364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO). | Clint Adams | 2006-03-17 | 2 | -0/+7 |
| | |||||
* | 22349: completion for nautilus. | Clint Adams | 2006-03-16 | 2 | -0/+18 |
| | |||||
* | Got rid of a compiler warning. | Wayne Davison | 2006-03-13 | 1 | -2/+6 |
| | |||||
* | - Got rid of one compiler warning about a clobbered variable. | Wayne Davison | 2006-03-13 | 1 | -2/+3 |
| | | | | | - Split a line that had two statements on it (looked like an accidental joining). | ||||
* | users/10013: fix use of zshall in helpfiles | Peter Stephenson | 2006-03-13 | 2 | -6/+11 |
| | |||||
* | users/10007 | Wayne Davison | 2006-03-09 | 1 | -0/+3 |
| | |||||
* | Added missing <D> for HIST_SAVE_BY_COPY. | Wayne Davison | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | 22335 | Wayne Davison | 2006-03-09 | 1 | -0/+5 |
| | |||||
* | Fix some compiler warnings and ensure that zmod gets restored | Wayne Davison | 2006-03-09 | 1 | -7/+3 |
| | | | | properly in bin_zle_call(). | ||||
* | 22337: debugging code omitted from 22331 | Peter Stephenson | 2006-03-08 | 2 | -1/+5 |
| | |||||
* | 22301 | Wayne Davison | 2006-03-08 | 1 | -0/+3 |
| | |||||
* | Briefly enable aliases for one of the evals so that the expansion | Wayne Davison | 2006-03-08 | 1 | -0/+2 |
| | | | | of a $(...) or `...` properly uses normal and global aliases. | ||||
* | 22271 | Wayne Davison | 2006-03-07 | 1 | -0/+4 |
| | |||||
* | Use the new "flags" integer to get rid of the mult_isarr global. | Wayne Davison | 2006-03-07 | 1 | -55/+34 |
| | |||||
* | Initialize the new "flags" integer when creating a list. | Wayne Davison | 2006-03-07 | 2 | -0/+4 |
| | |||||
* | 22331 and an extra change. | Wayne Davison | 2006-03-07 | 1 | -0/+17 |
| | |||||
* | Changed struct listnode to use "prev" for the previous pointer, | Wayne Davison | 2006-03-07 | 2 | -24/+24 |
| | | | | not "last". | ||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 34 | -1066/+1043 |
| | |||||
* | 22328, modified: add -o option to compadd | Peter Stephenson | 2006-03-07 | 8 | -10/+149 |
| | | | | add _list_files helper to handle new file-list style for _path_files | ||||
* | unposted: version is on 4.3.2-dev-1 | Peter Stephenson | 2006-03-07 | 2 | -2/+7 |
| | |||||
* | Tweaked a couple comments. | Wayne Davison | 2006-03-07 | 1 | -2/+2 |
| | |||||
* | 22321: optimize 22318. | Bart Schaefer | 2006-03-06 | 4 | -17/+41 |
| | |||||
* | users/1097: rehash style for external commands | Peter Stephenson | 2006-03-06 | 3 | -1/+16 |
| | |||||
* | 22318: uniquifying special arrays was broken | Peter Stephenson | 2006-03-03 | 2 | -1/+8 |
| | |||||
* | 22277: missed bit | Peter Stephenson | 2006-03-03 | 1 | -0/+34 |
| | |||||
* | 22317: exit status from code backgrounded in function | Peter Stephenson | 2006-03-02 | 5 | -40/+115 |
| | | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals | ||||
* | c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.ac | Peter Stephenson | 2006-03-02 | 2 | -77/+82 |
| | |||||
* | Release 4.3.2 zsh-4.3.2 | Peter Stephenson | 2006-03-02 | 4 | -5/+16 |
| | |||||
* | 22313 | Wayne Davison | 2006-03-01 | 1 | -0/+5 |
| | |||||
* | Added "mod_export" to the declaration of makecommaspecial(). | Wayne Davison | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | 22036: fix warning from test | Peter Stephenson | 2006-03-01 | 2 | -1/+4 |
| | |||||
* | 22309: update for new surfraw debsec elvi. | Clint Adams | 2006-02-28 | 2 | -0/+8 |
| | |||||
* | Release 4.3.1, finally (updated...) zsh-4.3.1 | Peter Stephenson | 2006-02-28 | 3 | -7/+17 |
| |