about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 15094: don't display battery level of -1%Clint Adams2001-06-262-1/+6
* fix for finding the first ambiguous path component in compfiles (3946)Sven Wischnowsky2001-06-262-0/+5
* make warning message for disowning stopped jobs more verbose (saying how to m...Sven Wischnowsky2001-06-262-4/+31
* Latest FAQ as per postingPeter Stephenson2001-06-252-6/+26
* 15079: completion for last(1)Clint Adams2001-06-253-1/+24
* 15030: multi-parameter `for' loopsPeter Stephenson2001-06-255-39/+85
* make expand-word not always restore the command line (3940)Sven Wischnowsky2001-06-252-1/+7
* Assorted "make check" tweaks.Bart Schaefer2001-06-256-12/+20
* PRINT_EXIT_VALUE for shell functions.Bart Schaefer2001-06-252-3/+8
* Change magic-space to respect !".Bart Schaefer2001-06-242-1/+8
* POSIX exit status changes.Bart Schaefer2001-06-232-2/+7
* 15021: new %y character; %l semantic backAndrey Borzenkov2001-06-223-1/+17
* 15038: test case for 15023Andrey Borzenkov2001-06-222-3/+17
* improve pattern matching to make match specs work for manual page completion ...Sven Wischnowsky2001-06-212-45/+65
* No POSIX "for" syntax with csh syntax.Bart Schaefer2001-06-212-4/+6
* POSIX "for" syntax.Bart Schaefer2001-06-212-0/+5
* Fix handling of interrupt in two completion widgets.Bart Schaefer2001-06-213-2/+7
* Completion for AUTO_CD.Bart Schaefer2001-06-214-2/+12
* Fix exit status of compdef.Bart Schaefer2001-06-212-3/+7
* Fix "insert-tab pending" zstyle.Bart Schaefer2001-06-202-2/+7
* rewrite 14988 as per 14989Peter Stephenson2001-06-202-3/+3
* Bug restoring saving special parameters for function scope.Peter Stephenson2001-06-202-1/+6
* Add socklen_t to possible SOCKLEN_T types.Bart Schaefer2001-06-192-1/+5
* Compiler warnings.Bart Schaefer2001-06-192-2/+6
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-195-26/+72
* 14962Sven Wischnowsky2001-06-182-1/+7
* more handler -> zhandlerPeter Stephenson2001-06-182-3/+7
* Fix file name again (sigh).Bart Schaefer2001-06-181-1/+1
* make zcompile unlink() the zwc file first (in case it is currently mapped we ...Sven Wischnowsky2001-06-182-4/+10
* rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2001-06-183-3/+8
* Add missing file name.Bart Schaefer2001-06-171-2/+2
* Fix attribution.Bart Schaefer2001-06-171-2/+2
* Per NetBSD, use "gcc -fPIC" rather than -fpic.Bart Schaefer2001-06-172-1/+6
* Fix a couple of typos; reorder a couple of entries to match the 4.0.x branchBart Schaefer2001-06-161-13/+14
* Undo mkstemp() change.Wayne Davison2001-06-161-0/+6
* Removed bogus mkstemp() code.Wayne Davison2001-06-151-3/+0
* Use mkstemp where availablePeter Stephenson2001-06-153-1/+9
* fix setting of individual positional parameters after 14915Peter Stephenson2001-06-152-6/+24
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-153-5/+13
* Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson2001-06-142-6/+51
* $* and $@ are specialPeter Stephenson2001-06-145-7/+24
* fixes for display bugs for completion lists (cursor left one line to far up o...Sven Wischnowsky2001-06-133-5/+16
* mod_export handlerPeter Stephenson2001-06-132-1/+7
* fix for comparguments (completing after single letter options that get their ...Sven Wischnowsky2001-06-135-15/+98
* minor correctionOliver Kiddle2001-06-131-4/+3
* don't complete read-only parameters on the left side of an assignment (14896)Oliver Kiddle2001-06-132-1/+6
* Fix assignment problems spotted by BartPeter Stephenson2001-06-132-4/+9
* 14883Sven Wischnowsky2001-06-132-7/+123
* Reword README a little.Bart Schaefer2001-06-132-6/+11
* 14863: tcp_connectClint Adams2001-06-123-16/+38