summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-06No "wordcode".Bart Schaefer2-2/+3
2000-09-06unposted: Remove patch from 12686 that was accidentally commitedAndrey Borzenkov3-71/+13
2000-09-06No "wordcode".Bart Schaefer2-11/+15
2000-09-0612762: Akinori MUSHA: changes for new FreeBSD releases.Peter Stephenson3-2/+7
2000-09-0612761: `` is converted into " by makeinfo; use `@:` instead; use `{}` for texAndrey Borzenkov2-0/+9
2000-09-05Add a cross reference and some completer hints.Bart Schaefer2-1/+17
2000-09-05*** empty log message ***Sven Wischnowsky1-4/+4
2000-09-05change context for i-c-w styles, update docs (12744)Sven Wischnowsky3-4/+22
2000-09-05Fix typo.Bart Schaefer1-1/+1
2000-09-04Create "User Contributions" doc and make some assoctiated changes.Bart Schaefer15-138/+862
2000-09-0412741: outputradix was stomped on by nested mathevalPeter Stephenson2-1/+8
2000-09-0412736: fix `make install' dependency for Cygwin static buildAndrey Borzenkov2-7/+11
2000-09-043.1.9-dev-6Peter Stephenson5-13/+78
2000-09-04Fix colors.Bart Schaefer2-8/+11
2000-09-04Fix 12722.Bart Schaefer2-1/+8
2000-09-03Fix zrecompile.Bart Schaefer2-10/+27
2000-09-0312728: man -l / --local-file completes _filesClint Adams2-0/+9
2000-09-03Fix helpfiles.Bart Schaefer2-3/+7
2000-09-02Fix reporter.Bart Schaefer2-66/+143
2000-09-0212722: [##base] for output base selection without a base prefixAndrew Main4-16/+42
2000-09-02fix up missing message numbersAndrew Main1-3/+3
2000-09-02Fix allopt.Bart Schaefer2-5/+9
2000-08-3112720: replace _files with _path_files for two instances in _dpkgClint Adams2-2/+7
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson4-10/+23
2000-08-29fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ↵Sven Wischnowsky2-1/+8
(12717)
2000-08-29Fix email addressBart Schaefer1-1/+1
2000-08-2912716: Document and index REPLY/reply paramters properly.Bart Schaefer8-19/+53
2000-08-28fix for `function' without names (12710)Sven Wischnowsky2-1/+8
2000-08-27new AIX specific completion function (12708)Oliver Kiddle2-0/+18
2000-08-23complete compressed files for gv; improve results from _pspdf (12692)Sven Wischnowsky5-9/+78
2000-08-21use return value (12682)Sven Wischnowsky2-0/+6
2000-08-18enhance _zmodload to use _arguments (12677)Oliver Kiddle2-17/+46
2000-08-16Src/.cvsignore fix for Windows resources and iconPeter Stephenson2-3/+7
2000-08-16pws/Andrej: 12594, 12661: Windows resources and iconPeter Stephenson5-2/+24
2000-08-1612658: cscope ignorancePeter Stephenson3-1/+11
2000-08-16make $modules report aliases correctly (12654)Sven Wischnowsky3-5/+11
2000-08-16remove unnecessary localSven Wischnowsky2-3/+6
2000-08-1512650: don't show aliased modules if there aren't anyPeter Stephenson2-2/+10
2000-08-1512652: Variable scoping problem.Bart Schaefer2-10/+16
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky4-24/+28
2000-08-15small improvement to allow lists where the pid is not in the first column ↵Sven Wischnowsky2-2/+7
(12635)
2000-08-15Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer4-103/+64
2000-08-1412621: Avoid bad free.Bart Schaefer2-0/+5
2000-08-14Andrej, 12620: Fix up mmap tests.Bart Schaefer3-5/+4
2000-08-1412614 and 12617.Bart Schaefer1-0/+11
2000-08-1412617: Use AC_FUNC_MMAP.Bart Schaefer1-1/+5
2000-08-14Andrej, 12614: DLL is a shared library suffix.Bart Schaefer1-1/+1
2000-08-14Andrej, 12614: Clean zpty module after testing.Bart Schaefer3-1/+9
2000-08-14missing mod_export (12613)Sven Wischnowsky2-1/+3
2000-08-14make all builtins in computil test if they were called from a completion ↵Sven Wischnowsky2-0/+17
function (12610)