about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵ pre-func-moveSven Wischnowsky2001-04-022-2/+3
| | | | cursor positioning with partial word match specs (13868)
* Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2001-03-302-3/+18
|
* Refuse to setopt noexec when interactiveBart Schaefer2001-03-301-0/+3
|
* Don't assume we can change the string for the HOST parameter when used inPeter Stephenson2001-03-291-4/+1
| | | | a prompt
* disallow changing of parameter typePeter Stephenson2001-03-291-4/+10
| | | | for autoloadable parameter (bug 219459 on Sourceforge).
* Add `bindkey -p'Peter Stephenson2001-03-282-2/+22
|
* try to make _h_c_w smarter at the beginning and end of the list; avoid ↵Sven Wischnowsky2001-03-271-1/+1
| | | | list-beeping if the old completion list is re-used (3752)
* 13777: maxfilelocks limit for glibc2.2Clint Adams2001-03-261-22/+39
|
* handle colons in xor lists (13770)Sven Wischnowsky2001-03-261-1/+1
|
* avoid adding empty strings to the kill ring (13767)Sven Wischnowsky2001-03-261-0/+3
|
* skip redirections in execpline2() when looking for the command code (13706)Sven Wischnowsky2001-03-221-2/+2
|
* fix misaligned percent output of zprof (13673)Sven Wischnowsky2001-03-201-29/+25
|
* fix default colour for directories (3674)Sven Wischnowsky2001-03-151-1/+1
|
* 13633: don't use termcap cursor keys if single key which is already boundPeter Stephenson2001-03-141-1/+13
|
* 13611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson2001-03-133-21/+74
|
* two optimisationsSven Wischnowsky2001-03-073-30/+32
|
* make the parser use real memory for the ecbuf to avoid having hrealloc() ↵Sven Wischnowsky2001-03-062-7/+22
| | | | throw away lots of memory (13576)
* another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky2001-03-061-0/+6
|
* fix for matching control, try harder to merge separately completed parts to ↵Sven Wischnowsky2001-03-052-4/+26
| | | | avoid losing user-typed characters (13565)
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-286-10/+14
|
* properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2001-02-261-1/+2
|
* more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2001-02-201-0/+10
|
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-193-25/+70
|
* ?## fix from 13497 and site name change from GeoffPeter Stephenson2001-02-181-2/+8
|
* Fix "${=foo=$@}".Bart Schaefer2001-02-161-4/+4
|
* Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer2001-02-161-1/+16
|
* unposted: remove unused variable declarationClint Adams2001-02-141-1/+0
|
* 13478: whence shouldn't segfault on an empty path componentClint Adams2001-02-141-4/+4
|
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-134-4/+24
|
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-131-5/+11
|
* unposted: fix patterns previous patchAndrey Borzenkov2001-02-021-2/+1
|
* 13412: avoid duplicates in subdirecory list for recursive buildAndrey Borzenkov2001-01-311-1/+7
|
* 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2001-01-261-6/+23
|
* fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵Sven Wischnowsky2001-01-251-1/+1
| | | | it thought there were characters missing) (13388)
* make signal queueing variables be exported to modules (13384)Sven Wischnowsky2001-01-251-3/+3
|
* *** empty log message ***Sven Wischnowsky2001-01-222-5/+4
|
* 13370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2001-01-191-46/+52
| | | | | Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv().
* *** empty log message ***Sven Wischnowsky2001-01-186-11/+23
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-1627-266/+535
| | | | signal handlers are only executed when it is safe to run them (13365)
* fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky2001-01-161-1/+4
|
* two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky2001-01-152-7/+22
| | | | (13349)
* fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky2001-01-122-11/+21
| | | | case where missing characters weren't remembered (13343)
* *** empty log message ***Sven Wischnowsky2001-01-113-37/+143
|
* fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky2001-01-102-31/+44
|
* fix for listpacked for matches as long as screen is wide (minus added ↵Sven Wischnowsky2001-01-082-4/+5
| | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
* Back out 13285.Bart Schaefer2000-12-182-6/+6
|
* 13288: cast pointers for arg 2 of ztrapread/writeClint Adams2000-12-171-3/+3
|
* 13285: use vi-up and -down in vicmd modeClint Adams2000-12-162-47/+63
|
* Rename waitjob() to zwaitjob().Peter Stephenson2000-12-061-4/+4
|
* 13242: don't segfault on $terminfo[nonexistentcap]Clint Adams2000-12-061-1/+1
|