summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-2019801: implement autoloading of trap functionsPeter Stephenson2-3/+26
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-7/+9
completion system to be used with ksh_autoload set
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle13-80/+116
completion system to be used with ksh_autoload set
2004-04-2019800: reverse sense of `declare +m' test, -m now being allowed for declareOliver Kiddle2-5/+9
2004-04-1919798: rudimentary completion for bogoutil.Clint Adams3-0/+64
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson7-4/+35
2004-04-18 * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,Clint Adams2-1/+6
thanks to Rene H. Larsen.
2004-04-1719790: complete functions after -a and allow multiple -z/-k optionsOliver Kiddle2-14/+22
2004-04-1619775: new completion for phpDoug Kearns4-2/+45
2004-04-15see 19778 etc.: remove Doc change from 19735Peter Stephenson2-1/+5
2004-04-15 * 19606: Completion/Unix/Command/_tla: switch tla completion toClint Adams2-7/+971
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-14* Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:Clint Adams2-2/+7
fix quoting for remote file completion, add -L to ls command.
2004-04-14Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commandsOliver Kiddle2-1/+4
2004-04-14add missing local declarationOliver Kiddle2-1/+3
2004-04-1419768: add clue to insecure directories warning and send errors to stderrOliver Kiddle2-9/+15
2004-04-0619741 and 19743.Wayne Davison1-0/+7
2004-04-06Test the new F glob qualifier.Wayne Davison1-6/+17
2004-04-06Minor optimization to qualnonemptydir() when a dir has a subdir.Wayne Davison1-2/+8
2004-04-0619712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle3-6/+18
2004-04-06make expn change clearer, suggested by WaynePeter Stephenson2-2/+5
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson7-6/+81
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson6-86/+147
2004-04-0519728: note on (^F) qualifierPeter Stephenson2-1/+7
2004-04-05restore comment in ChangeLogPeter Stephenson1-1/+2
2004-04-05moved stuff since 4.2.0 back into ChangeLogPeter Stephenson2-69/+71
2004-04-05Change version to 4.2.0-dev-1Peter Stephenson3-5430/+5435
Move old ChangeLog to ChangeLog-4.1
2004-04-0119717: (F) glob qualifier for full directoriesPeter Stephenson3-0/+32
2004-03-31unposted: change "mv" to "mv -f" when backing up .zwc files in zrecompileBart Schaefer2-4/+10
2004-03-3019708: change getent() to handle two argumentsOliver Kiddle2-1/+10
2004-03-3019707: negative index into arrays should return scalar and not one element arrayOliver Kiddle3-2/+24
2004-03-25 * 19691: Completion/Unix/Type/_diff_options: Allow more thanClint Adams2-1/+6
one --exclude or -x to diff.
2004-03-2519683: Work around dllwrap problem on CygwinPeter Stephenson2-0/+16
2004-03-2519682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson4-5/+40
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson6-58/+215
2004-03-2319661: Support diff -u for Solaris 2.10 upwardsPeter Stephenson2-1/+6
2004-03-22 * 19673: Peter Palfrader: Completion/Unix/Command/_cvs:Clint Adams2-1/+6
tags can contain the + character. ----------------------------------------------------------------------
2004-03-2219669, 19670: Danek Duvall: two compaudit problemsPeter Stephenson2-8/+15
2004-03-2219671: error in zle-line-init caused infinite loopPeter Stephenson1-0/+1
2004-03-2119666 and users/7212.Bart Schaefer1-0/+8
2004-03-21Add "unset" to the localoptions in several functions (users/7212).Bart Schaefer1-3/+3
2004-03-21As suggested by 19666 and corrected by 19668, fix remote file completion.Bart Schaefer1-1/+1
2004-03-19Get it right this time.Peter Stephenson1-2/+1
2004-03-19Missing ChangeLog entry for 4.2.0 changesPeter Stephenson4-3/+10
2004-03-18unposted: make 19655 a bit saferPeter Stephenson2-0/+3
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson4-10/+44
Also bug with multiple math function autoloads.
2004-03-17unposted: tweak dlcompat notePeter Stephenson2-2/+5
2004-03-1719653: Latest OS-specific informationPeter Stephenson2-13/+16
2004-03-17mention HFS+ as possible cause of -N test failureOliver Kiddle2-2/+6
2004-03-1719648: complete -t and -n optionsOliver Kiddle2-10/+17
2004-03-16 * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams2-14/+71
suggested by Oliver.