summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-2819151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams2-1/+19
2003-09-25unposted: improve Perforce p4 -H completionPeter Stephenson2-1/+22
2003-09-2519139: add tests for typeset -TPeter Stephenson2-0/+16
2003-09-25Fix minor problem with 19129.Wayne Davison1-0/+5
2003-09-25Fix the old-style typeset -T (without the new separator arg).Wayne Davison1-1/+1
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson6-46/+160
2003-09-24unposted: improve Perforce label completionPeter Stephenson2-10/+16
2003-09-2219105: Set shout to stderr if interative with no ttyPeter Stephenson3-5/+24
2003-09-2219112: several improvements and fixes for Perforce completionPeter Stephenson2-989/+1114
2003-09-21users/6606: handle any matching control options passed downOliver Kiddle2-25/+11
2003-09-2119106: document use for _menuOliver Kiddle2-6/+11
2003-09-17*** empty log message ***Vin Shelton2-2/+7
2003-09-1719096: crash unloading zsh/systemPeter Stephenson2-0/+8
2003-09-16Fix minor typo in MIME function documentation.Vin Shelton2-1/+5
2003-09-15Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle3-3/+11
Vin Shelton: 19038: Make sed grok icc's cpp output.
2003-09-1419053 modified, c.f. 19056Peter Stephenson6-2/+677
2003-09-1419076: don't call setupterm with NULL as last argument as that causesClint Adams2-1/+10
the shell to exit when the terminal is unknown.
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle7-50/+159
2003-09-10users/6529 + unpostedWayne Davison1-0/+6
2003-09-10Improved the comments to no longer suggest that setting PATH here isWayne Davison1-12/+23
a safe thing to do (though I do provide a safe way to do that if the user really insists on it).
2003-09-0819044: typo in setting $saliases elementsPeter Stephenson2-4/+9
2003-09-0319021: in command position, try to complete directories once and once onlyOliver Kiddle2-2/+12
2003-09-0319019: only complete aliases of the appropriate type for the alias builtinOliver Kiddle2-9/+13
2003-09-0319020: fix printaliasnodePeter Stephenson2-2/+4
2003-09-0319014: add alias -s suf=handlerPeter Stephenson14-146/+383
2003-08-30zsh-users/6493: search tinfo library for cursesPeter Stephenson2-3/+6
2003-08-3018982: comments/rant for paramsubst(), accidentally uncommitedPeter Stephenson1-8/+564
2003-08-3018980: new zsh/system modulePeter Stephenson11-3/+680
2003-08-3018982: comments/rant for paramsubst()Peter Stephenson2-1/+12
2003-08-3018981: tidy up tcpsys docPeter Stephenson2-26/+32
2003-08-2218959: improve _perforce global option handling againPeter Stephenson2-2/+13
2003-08-2118958: improved option handling for p4 changePeter Stephenson2-2/+11
2003-08-2118956: update a2ps completion for a2ps 4.13Oliver Kiddle2-26/+44
2003-08-2018951: Better option handling (c.f. 18948)Peter Stephenson2-10/+31
2003-08-2018949: new completion for duOliver Kiddle4-3/+50
2003-08-2018942: Fix / suffix handling in _perforcePeter Stephenson2-1/+11
2003-08-2018947: also complete options using _argumentsOliver Kiddle2-32/+78
2003-08-19unposted: Completion/Unix/Command/_perl: allow completion of .PL filesAdam Spiers2-1/+4
(e.g. Makefile.PL). Thanks to Marko Myllynen for the suggestion.
2003-08-19unposted: Completion/Unix/Command/_irssi: fix quoting bug.Adam Spiers2-2/+4
2003-08-19unposted: Functions/Prompts/prompt_adam2_setup: fix colouring and bugAdam Spiers2-3/+9
introduced since % needed to be quoted inside ${//} substitution.
2003-08-1918948: Pass global options to p4Peter Stephenson2-38/+68
2003-08-1618944: update ruby completion for version 1.8.0Doug Kearns2-30/+35
2003-08-1118941: history wrong after parse error during alias expansionPeter Stephenson3-0/+19
2003-08-1118938: Export some data symbols.Peter Stephenson5-5/+12
2003-08-06*** empty log message ***Oliver Kiddle1-1/+1
2003-08-05fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone)Oliver Kiddle5-36/+117
2003-08-0518926: problem accepting filename require metafication with menu selectionPeter Stephenson2-0/+10
2003-08-0118920: fix unset IFS bettererPeter Stephenson3-2/+12
2003-08-01fix bug with f glob qualifier where an empty spec resulted in an infinite loopOliver Kiddle2-2/+7
2003-08-01new chmod completionOliver Kiddle3-0/+87