summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-07unposted: version is on 4.3.2-dev-1Peter Stephenson2-2/+7
2006-03-07Tweaked a couple comments.Wayne Davison1-2/+2
2006-03-0622321: optimize 22318.Bart Schaefer4-17/+41
2006-03-06users/1097: rehash style for external commandsPeter Stephenson3-1/+16
2006-03-0322318: uniquifying special arrays was brokenPeter Stephenson2-1/+8
2006-03-0322277: missed bitPeter Stephenson1-0/+34
2006-03-0222317: exit status from code backgrounded in functionPeter Stephenson5-40/+115
22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals
2006-03-02c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.acPeter Stephenson2-77/+82
2006-03-02Release 4.3.2Peter Stephenson4-5/+16
2006-03-0122313Wayne Davison1-0/+5
2006-03-01Added "mod_export" to the declaration of makecommaspecial().Wayne Davison1-1/+1
2006-03-0122036: fix warning from testPeter Stephenson2-1/+4
2006-02-2822309: update for new surfraw debsec elvi.Clint Adams2-0/+8
2006-02-28Release 4.3.1, finally (updated...)Peter Stephenson3-7/+17
2006-02-28Release 4.3.1, finallyPeter Stephenson2-2/+4
2006-02-28add missing .distfilesPeter Stephenson2-36/+41
2006-02-2822305: no default for pine-directoryPeter Stephenson5-14/+39
unposted: a couple of small doc fixes
2006-02-28Mention the latest _rsync tweaks.Wayne Davison1-1/+1
2006-02-28Added --no-H and --no-hard-links.Wayne Davison1-0/+1
2006-02-27_arguments -S for _schrootClint Adams2-3/+3
2006-02-2622302: completion for schroot.Clint Adams3-3/+42
2006-02-24One more _rsync tweak.Wayne Davison1-0/+5
2006-02-24Added --copy-dirlinks option.Wayne Davison1-0/+1
2006-02-2222298: completion for diffstatClint Adams2-0/+24
2006-02-2022294: add GNU libc confstrings to getconf completion.Clint Adams2-0/+10
2006-02-20unposted: add _linda to C/D/C/.distfiles.Clint Adams2-4/+8
2006-02-20unposted: update config.guess and config.sub to 2005-08-03 and 2005-07-08, ↵Clint Adams3-284/+307
respectively.
2006-02-20unposted: 4.3.0-dev-5Peter Stephenson2-3/+7
2006-02-20Optimized away a recently-added call to strlen().Wayne Davison1-1/+1
2006-02-2022289: completion for linda.Clint Adams2-0/+31
2006-02-20One last compcore tweak.Wayne Davison1-0/+3
2006-02-19Made the realocation of the line buffer in add_match_data() use aWayne Davison1-8/+9
little more optimal size. Also tweaked the code just a little.
2006-02-1922285: assorted fixes:Peter Stephenson5-6/+30
_imagemagick files intro.yo list of other manual pages pick-web-browser: add firefox zsh-mime-setup: list consistent with styles for zsh-mime-handler
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of ↵Clint Adams8-13/+62
getpw*(), getgr*(), initgroups() functions.
2006-02-19Another _rsync tweak.Wayne Davison1-1/+6
2006-02-19Added the missing -h option for --daemon mode.Wayne Davison1-1/+2
2006-02-18users/9936Wayne Davison1-0/+5
2006-02-18The code in add_match_data() that looks for invalid charactersWayne Davison1-25/+26
now properly parses the string as metafied.
2006-02-17A few more minor D04parameter.ztst additions.Wayne Davison1-0/+4
2006-02-17Make sure that the (A) assignment of a single-item array retainsWayne Davison1-1/+22
its arrayness. Also ensure that the array/scalar type of each assigned variable is correct.
2006-02-16Weed out hashed-entry lines from the known_hosts file.Wayne Davison1-0/+3
2006-02-16Weed out hashed host lines that start with a '|' since they'reWayne Davison1-1/+1
completely useless for completion.
2006-02-1622275Wayne Davison1-0/+3
2006-02-16A few more improvements about word splitting.Wayne Davison1-5/+9
2006-02-16The rest of 22273.Wayne Davison1-1/+3
2006-02-16Test that ${(A)=name:=word} avoids splitting on quoted whitespace.Wayne Davison1-1/+2
2006-02-16Made ${(A)=name:=word} (which is an array assignment) not split onWayne Davison1-14/+10
quoted whitespace, just like the new ${1+"$@"} handling.
2006-02-1622273 (1st hunk) to fix a typo in README.Wayne Davison1-0/+4
2006-02-16Changed "following" to "preceding".Wayne Davison1-1/+1
2006-02-1622272: 4.3.0-dev-4Peter Stephenson6-20/+82