summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-10-13two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky1-5/+5
components) and reverse order of sub-strings in match-strings (12995)
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky5-63/+195
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky2-5/+13
the currently selected match (12959)
2000-10-10*** empty log message ***Sven Wischnowsky1-3/+3
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky1-7/+30
to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-09prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky1-1/+10
`nomatch') (12930)
2000-10-05don't return invalid Eprog after parse error (12898)Sven Wischnowsky1-2/+3
2000-10-05comparguments: don't use rest-argument-specification if it was inactivated ↵Sven Wischnowsky1-3/+6
(12897)
2000-10-04don't stop parsing too early when completing inside a command substitution ↵Sven Wischnowsky1-0/+1
(12885)
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky1-1/+4
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer5-23/+20
2000-10-01unposted: remove unused variable declaration from ztat()Clint Adams1-2/+0
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams2-27/+13
2000-09-26Tweak to STTY fix.Bart Schaefer1-0/+3
2000-09-25Fix STTY parameter.Bart Schaefer1-7/+17
2000-09-2212860: don't limit size of pwd in job tableClint Adams1-7/+3
2000-09-2212859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams2-8/+26
2000-09-1912847: dynamically allocate buf and z in bin_whence()Clint Adams1-8/+6
2000-09-1912846: moved simple string manipulation functions to string.cClint Adams5-108/+137
2000-09-1912845: dynamically allocate pbuf in domove()Clint Adams1-5/+13
2000-09-1812836: bin_ln now independent of PATH_MAXClint Adams1-20/+13
2000-09-18Back out 12814.Bart Schaefer2-94/+0
2000-09-18Improve upon some of the PATH_MAX changes.Bart Schaefer3-53/+68
2000-09-1812828: dynamically allocate 'dir' in mailstatClint Adams1-31/+26
2000-09-1812827: dynamically allocate 'file' in mailstatClint Adams1-20/+18
2000-09-18unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams2-4/+4
2000-09-1812823: use zsh heap in lieu of perm. heap in bin_dotClint Adams2-4/+18
2000-09-1712821: bin_dot is now independent of PATH_MAXClint Adams1-9/+8
2000-09-17"typeset +m ..." and "typeset +g -m ..."Bart Schaefer1-2/+11
2000-09-1712818: use tricat() in lieu of zasprintfClint Adams1-1/+1
2000-09-1612814: zasprintfClint Adams3-2/+100
2000-09-1412804: Fix "typeset -m".Bart Schaefer1-0/+1
2000-09-0812779: remove sinix special case. Too lazy to add prototype check forAndrey Borzenkov1-0/+6
gettimeofday as it is not needed with currently supported versions of ReliantUNIX
2000-09-0412741: outputradix was stomped on by nested mathevalPeter Stephenson1-1/+3
2000-09-04Fix 12722.Bart Schaefer1-1/+3
2000-09-0212722: [##base] for output base selection without a base prefixAndrew Main2-16/+30
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson2-6/+12
2000-08-29fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ↵Sven Wischnowsky1-1/+3
(12717)
2000-08-28fix for `function' without names (12710)Sven Wischnowsky1-1/+4
2000-08-16Src/.cvsignore fix for Windows resources and iconPeter Stephenson1-3/+5
2000-08-16pws/Andrej: 12594, 12661: Windows resources and iconPeter Stephenson3-2/+15
2000-08-1612658: cscope ignorancePeter Stephenson1-1/+6
2000-08-16make $modules report aliases correctly (12654)Sven Wischnowsky1-3/+5
2000-08-1512652: Variable scoping problem.Bart Schaefer1-10/+11
2000-08-15Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer2-102/+47
2000-08-1412621: Avoid bad free.Bart Schaefer1-0/+2
2000-08-14Andrej, 12620: Fix up mmap tests.Bart Schaefer1-4/+0
2000-08-14missing mod_export (12613)Sven Wischnowsky1-1/+1
2000-08-14make all builtins in computil test if they were called from a completion ↵Sven Wischnowsky1-0/+12
function (12610)
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer4-47/+51