about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* two completion matching fixes; wrong (path) prefix matching (removed path com...Sven Wischnowsky2000-10-131-5/+5
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-115-63/+195
* make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky2000-10-112-5/+13
* *** empty log message ***Sven Wischnowsky2000-10-101-3/+3
* follow-up to 12930, make it first try exact character matches, but enable it ...Sven Wischnowsky2000-10-101-7/+30
* prefer exact character matches over match specs (so that `nom' can match `nom...Sven Wischnowsky2000-10-091-1/+10
* don't return invalid Eprog after parse error (12898)Sven Wischnowsky2000-10-051-2/+3
* comparguments: don't use rest-argument-specification if it was inactivated (1...Sven Wischnowsky2000-10-051-3/+6
* don't stop parsing too early when completing inside a command substitution (1...Sven Wischnowsky2000-10-041-0/+1
* don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2000-10-041-1/+4
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-025-23/+20
* unposted: remove unused variable declaration from ztat()Clint Adams2000-10-011-2/+0
* 12863: remove ztrdupstrip, use VARARR in ztatClint Adams2000-09-272-27/+13
* Tweak to STTY fix.Bart Schaefer2000-09-261-0/+3
* Fix STTY parameter.Bart Schaefer2000-09-251-7/+17
* 12860: don't limit size of pwd in job tableClint Adams2000-09-221-7/+3
* 12859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams2000-09-222-8/+26
* 12847: dynamically allocate buf and z in bin_whence()Clint Adams2000-09-191-8/+6
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-195-108/+137
* 12845: dynamically allocate pbuf in domove()Clint Adams2000-09-191-5/+13
* 12836: bin_ln now independent of PATH_MAXClint Adams2000-09-181-20/+13
* Back out 12814.Bart Schaefer2000-09-182-94/+0
* Improve upon some of the PATH_MAX changes.Bart Schaefer2000-09-183-53/+68
* 12828: dynamically allocate 'dir' in mailstatClint Adams2000-09-181-31/+26
* 12827: dynamically allocate 'file' in mailstatClint Adams2000-09-181-20/+18
* unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams2000-09-182-4/+4
* 12823: use zsh heap in lieu of perm. heap in bin_dotClint Adams2000-09-182-4/+18
* 12821: bin_dot is now independent of PATH_MAXClint Adams2000-09-171-9/+8
* "typeset +m ..." and "typeset +g -m ..."Bart Schaefer2000-09-171-2/+11
* 12818: use tricat() in lieu of zasprintfClint Adams2000-09-171-1/+1
* 12814: zasprintfClint Adams2000-09-163-2/+100
* 12804: Fix "typeset -m".Bart Schaefer2000-09-141-0/+1
* 12779: remove sinix special case. Too lazy to add prototype check forAndrey Borzenkov2000-09-081-0/+6
* 12741: outputradix was stomped on by nested mathevalPeter Stephenson2000-09-041-1/+3
* Fix 12722.Bart Schaefer2000-09-041-1/+3
* 12722: [##base] for output base selection without a base prefixAndrew Main2000-09-022-16/+30
* 12719: quoting arrays in vared with real backslashesPeter Stephenson2000-08-292-6/+12
* fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ...Sven Wischnowsky2000-08-291-1/+3
* fix for `function' without names (12710)Sven Wischnowsky2000-08-281-1/+4
* Src/.cvsignore fix for Windows resources and iconPeter Stephenson2000-08-161-3/+5
* pws/Andrej: 12594, 12661: Windows resources and iconPeter Stephenson2000-08-163-2/+15
* 12658: cscope ignorancePeter Stephenson2000-08-161-1/+6
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-161-3/+5
* 12652: Variable scoping problem.Bart Schaefer2000-08-151-10/+11
* Andrej, 12623: Fix dynamic linking for cygwin.Bart Schaefer2000-08-152-102/+47
* 12621: Avoid bad free.Bart Schaefer2000-08-141-0/+2
* Andrej, 12620: Fix up mmap tests.Bart Schaefer2000-08-141-4/+0
* missing mod_export (12613)Sven Wischnowsky2000-08-141-1/+1
* make all builtins in computil test if they were called from a completion func...Sven Wischnowsky2000-08-141-0/+12
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-144-47/+51