Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed bogus mkstemp() code. | Wayne Davison | 2001-06-15 | 1 | -3/+0 |
| | |||||
* | Use mkstemp where available | Peter Stephenson | 2001-06-15 | 1 | -0/+3 |
| | |||||
* | fix setting of individual positional parameters after 14915 | Peter Stephenson | 2001-06-15 | 1 | -6/+15 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 2 | -5/+8 |
| | |||||
* | $* and $@ are special | Peter Stephenson | 2001-06-14 | 2 | -3/+10 |
| | |||||
* | fixes for display bugs for completion lists (cursor left one line to far up ↵ | Sven Wischnowsky | 2001-06-13 | 2 | -5/+10 |
| | | | | or down) (14903) | ||||
* | mod_export handler | Peter Stephenson | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 2001-06-13 | 1 | -1/+57 |
| | | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) | ||||
* | 14863: tcp_connect | Clint Adams | 2001-06-12 | 2 | -16/+33 |
| | |||||
* | Added KSH_TYPESET option. | Peter Stephenson | 2001-06-12 | 3 | -3/+12 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 2 | -4/+11 |
| | |||||
* | (14841) | Sven Wischnowsky | 2001-06-11 | 1 | -98/+184 |
| | |||||
* | Fix problems with zwcstat() on systems that do not USE_MMAP. | Bart Schaefer | 2001-06-09 | 2 | -19/+22 |
| | |||||
* | 14815: fix thinko | Clint Adams | 2001-06-08 | 1 | -1/+3 |
| | |||||
* | 14813: autoload functions from deleted .zwc files | Clint Adams | 2001-06-08 | 3 | -2/+22 |
| | |||||
* | Fix #includes for gcc 2.95 compilation. | Bart Schaefer | 2001-06-08 | 2 | -27/+23 |
| | |||||
* | Untrustworthy return value of tgetflag(). | Bart Schaefer | 2001-06-08 | 1 | -29/+36 |
| | |||||
* | Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST | Wayne Davison | 2001-06-08 | 1 | -1/+1 |
| | | | | algorithm in savehistfile() will recheck this hist num later. | ||||
* | unposted: add tcp module to .distfiles | Clint Adams | 2001-06-07 | 1 | -0/+1 |
| | |||||
* | 14778: rename zsh/tcp to zsh/net/tcp. | Clint Adams | 2001-06-06 | 2 | -2/+2 |
| | |||||
* | 14770: tcp module from zftp | Clint Adams | 2001-06-06 | 5 | -205/+399 |
| | |||||
* | 14766: unify %l substitution (tty0, pts/3 etc) | Andrey Borzenkov | 2001-06-06 | 1 | -2/+2 |
| | |||||
* | unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both | Andrey Borzenkov | 2001-06-06 | 1 | -3/+10 |
| | | | | autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50 | ||||
* | fix for exclusion of normal arguments (14630) | Sven Wischnowsky | 2001-06-01 | 1 | -5/+11 |
| | |||||
* | fix tag-order problem with _arguments (completion after an option that gets ↵ | Sven Wischnowsky | 2001-05-31 | 1 | -1/+1 |
| | | | | an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) | ||||
* | fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵ | Sven Wischnowsky | 2001-05-31 | 5 | -38/+38 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | Improve gettermcap(). | Bart Schaefer | 2001-05-30 | 1 | -8/+27 |
| | |||||
* | 145??: fix thinko | Clint Adams | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | 145??: repeat last vi history search if search string is blank | Clint Adams | 2001-05-29 | 1 | -2/+10 |
| | |||||
* | 14541: %# with capabilities prompt-expand to # iff Effective set non-empty ↵ | Clint Adams | 2001-05-29 | 1 | -5/+1 |
| | | | | or euid=0 | ||||
* | print at least a warning when disowning a stopped job (14524) | Sven Wischnowsky | 2001-05-29 | 1 | -0/+8 |
| | |||||
* | 14517: glibc 2.2.3 tweaks revisited | Clint Adams | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | Silence compiler warnings. | Bart Schaefer | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | fix for cursor positioning with that -y option of compctl (display strings) ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -13/+22 |
| | | | | (14507) | ||||
* | make the zprof wrapper function be more careful, avoiding almost all of the ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -48/+59 |
| | | | | code when the module is being unloaded (14504) | ||||
* | another attempt at fixing the job problem from 14327; make execpline() reset ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -1/+4 |
| | | | | list_pipe_job to zero if it would be set for a job started in the background (14503) | ||||
* | Fixed acceptandinfernexthistory() to work when called repeatedly. | Wayne Davison | 2001-05-26 | 1 | -373/+433 |
| | | | | | | | Also changed it to not accept the line if the infer fails. Ignore transient edits in the history when searching for an inference and grabbing the next line (affecting acceptandinfernexthistory(), infernexthistory(), and acceptlineanddownhistory()). | ||||
* | add mod_export in a couple of places where it was missing | Oliver Kiddle | 2001-05-23 | 2 | -2/+2 |
| | |||||
* | 14419: glibc 2.2.3 rlimits enum | Clint Adams | 2001-05-21 | 1 | -1/+12 |
| | |||||
* | 14401: workaround for script execution under Cygwin | Andrey Borzenkov | 2001-05-20 | 2 | -4/+4 |
| | |||||
* | Added some array-assignment boundary checks. | Wayne Davison | 2001-05-20 | 1 | -2/+7 |
| | |||||
* | Fix, test and comment unsetting and resetting of special tied parameters | Peter Stephenson | 2001-05-19 | 1 | -0/+6 |
| | |||||
* | Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line. | Wayne Davison | 2001-05-19 | 1 | -3/+4 |
| | | | | Also, don't call addhistnode() on a HIST_TMPSTORE entry. | ||||
* | The function addhistnode() is no longer called for a HIST_TMPSTORE | Wayne Davison | 2001-05-19 | 1 | -2/+2 |
| | | | | | entry, so I removed the checking for that flag. Also, freehistdata() now avoids calling removehashnode() on a HIST_TMPSTORE entry. | ||||
* | Fix re-set of integer special params after unset. | Bart Schaefer | 2001-05-19 | 2 | -16/+12 |
| | |||||
* | fix zmodload -uf for not-yet-loaded function | Peter Stephenson | 2001-05-18 | 1 | -3/+5 |
| | |||||
* | try to make ${(e)..} work for complicated parameter expansions in the value; ↵ | Sven Wischnowsky | 2001-05-18 | 1 | -2/+13 |
| | | | | this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381) | ||||
* | Signal queuing tweak. | Bart Schaefer | 2001-05-17 | 1 | -0/+3 |
| | |||||
* | more fixage for expansion: just convert the command line to the original ↵ | Sven Wischnowsky | 2001-05-16 | 1 | -6/+24 |
| | | | | when expansion shouldn't or couldn't do something sensible on the line (14359) | ||||
* | Added HIST_TMPSTORE define. | Wayne Davison | 2001-05-15 | 1 | -0/+1 |
| |