summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-29Merge .distfiles change from 4.0.2 branch.Bart Schaefer2-2/+6
2001-06-2815172Wayne Davison1-0/+5
2001-06-28Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison1-0/+4
2001-06-2815160, 15169: Doc formatting changes for texinfo and .html filesPeter Stephenson5-8/+24
2001-06-28update for test file renaming and fix typosOliver Kiddle3-4/+6
2001-06-28fix for two digit display numbers and -encodings option (15159)Oliver Kiddle2-5/+9
2001-06-28Unposted: Add _last.Bart Schaefer1-1/+1
2001-06-28Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky3-24/+54
(15152)
2001-06-27enable-sitefndir -> enable-site-fndirPeter Stephenson2-1/+6
2001-06-27(only the patch to compmatch.c from the mail); improve merging cline lists ↵Sven Wischnowsky2-1/+11
coming from different IPREFIX/PREFIX combinations and such by avoiding to generate cline structs for empty parts after a match spec anchor cline struct (15123)
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky7-3/+44
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-2615099: rudimental support for skipping unimplemented testsAndrey Borzenkov3-9/+29
2001-06-2615094: don't display battery level of -1%Clint Adams2-1/+6
2001-06-26fix for finding the first ambiguous path component in compfiles (3946)Sven Wischnowsky2-0/+5
2001-06-26make warning message for disowning stopped jobs more verbose (saying how to ↵Sven Wischnowsky2-4/+31
make the job running again) (15087)
2001-06-25Latest FAQ as per postingPeter Stephenson2-6/+26
2001-06-2515079: completion for last(1)Clint Adams3-1/+24
2001-06-2515030: multi-parameter `for' loopsPeter Stephenson5-39/+85
2001-06-25make expand-word not always restore the command line (3940)Sven Wischnowsky2-1/+7
2001-06-25Assorted "make check" tweaks.Bart Schaefer6-12/+20
2001-06-25PRINT_EXIT_VALUE for shell functions.Bart Schaefer2-3/+8
2001-06-24Change magic-space to respect !".Bart Schaefer2-1/+8
2001-06-23POSIX exit status changes.Bart Schaefer2-2/+7
2001-06-2215021: new %y character; %l semantic backAndrey Borzenkov3-1/+17
2001-06-2215038: test case for 15023Andrey Borzenkov2-3/+17
2001-06-21improve pattern matching to make match specs work for manual page completion ↵Sven Wischnowsky2-45/+65
(15029)
2001-06-21No POSIX "for" syntax with csh syntax.Bart Schaefer2-4/+6
2001-06-21POSIX "for" syntax.Bart Schaefer2-0/+5
2001-06-21Fix handling of interrupt in two completion widgets.Bart Schaefer3-2/+7
2001-06-21Completion for AUTO_CD.Bart Schaefer4-2/+12
2001-06-21Fix exit status of compdef.Bart Schaefer2-3/+7
2001-06-20Fix "insert-tab pending" zstyle.Bart Schaefer2-2/+7
2001-06-20rewrite 14988 as per 14989Peter Stephenson2-3/+3
2001-06-20Bug restoring saving special parameters for function scope.Peter Stephenson2-1/+6
2001-06-19Add socklen_t to possible SOCKLEN_T types.Bart Schaefer2-1/+5
2001-06-19Compiler warnings.Bart Schaefer2-2/+6
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov5-26/+72
2001-06-1814962Sven Wischnowsky2-1/+7
2001-06-18more handler -> zhandlerPeter Stephenson2-3/+7
2001-06-18Fix file name again (sigh).Bart Schaefer1-1/+1
2001-06-18make zcompile unlink() the zwc file first (in case it is currently mapped we ↵Sven Wischnowsky2-4/+10
don't want to overwrite it); also, create the file read-only (14952)
2001-06-18rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky3-3/+8
2001-06-17Add missing file name.Bart Schaefer1-2/+2
2001-06-17Fix attribution.Bart Schaefer1-2/+2
2001-06-17Per NetBSD, use "gcc -fPIC" rather than -fpic.Bart Schaefer2-1/+6
2001-06-16Fix a couple of typos; reorder a couple of entries to match the 4.0.x branchBart Schaefer1-13/+14
ChangeLog.
2001-06-16Undo mkstemp() change.Wayne Davison1-0/+6
2001-06-15Removed bogus mkstemp() code.Wayne Davison1-3/+0
2001-06-15Use mkstemp where availablePeter Stephenson3-1/+9
2001-06-15fix setting of individual positional parameters after 14915Peter Stephenson2-6/+24