Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | + Changed histreduceblanks() to preserve spaces at the start of the | Wayne Davison | 2001-05-15 | 1 | -14/+30 |
| | | | | | | | | | line when HISTIGNORESPACE is set. + Flag a history entry with HIST_TMPSTORE when should_ignore_line() returns true (instead of dropping it from the history immediately). + Get rid of old HIST_TMPSTORE entries when a new command is entered. + The hist-file-reading code now handles destroying a foreign duplicate (when marked as duplicate by addhistnode()). | ||||
* | Changed addhistnode() to not displace an already-hashed command with | Wayne Davison | 2001-05-15 | 1 | -2/+3 |
| | | | | | | one that is marked HIST_TMPSTORE. Also changed the function to not ever destroy the entry we're currently adding (the caller now destroys the newly-added entry, if it so desires). | ||||
* | (14350) | Sven Wischnowsky | 2001-05-15 | 1 | -8/+25 |
| | |||||
* | 14348: fix globalexport with typeset -g | Peter Stephenson | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | calculate the length of the region to map (for mapped zwc files) correctly, ↵ | Sven Wischnowsky | 2001-05-15 | 1 | -4/+6 |
| | | | | including the offset-page-boundary-adjustment (14346) | ||||
* | set list_pipe_job only for real pipelines (14327) | Sven Wischnowsky | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | 14314: writing const variable under cygwin | Peter Stephenson | 2001-05-11 | 1 | -3/+3 |
| | |||||
* | Fixed an obscure local-history bug that could make the "history" | Wayne Davison | 2001-05-10 | 1 | -4/+3 |
| | | | | command output something that was slightly wrong. (14304) | ||||
* | users/3872: rename inet_* routines to avoid clash with Solaris 7 headers. | Andrey Borzenkov | 2001-05-10 | 1 | -32/+52 |
| | |||||
* | barf if a empty string is given as one of the separators for _values (14293) | Sven Wischnowsky | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | Back off 14140 (tokenize comma) | Peter Stephenson | 2001-05-09 | 1 | -1/+0 |
| | |||||
* | add -S option to specify separator between values and their arguments; make ↵ | Sven Wischnowsky | 2001-05-08 | 1 | -11/+28 |
| | | | | _values add the value-separator as a suffix for most types of actions (14257) | ||||
* | Fixes from Andrej for zpty on cygwin | Peter Stephenson | 2001-05-08 | 1 | -1/+6 |
| | |||||
* | print space/backspace when reacing the last column while printing ↵ | Sven Wischnowsky | 2001-05-08 | 2 | -2/+8 |
| | | | | descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251) | ||||
* | Prevent "no multi-letter values" error on values of '\:' and '' in compvalues(). | Bart Schaefer | 2001-05-06 | 1 | -2/+3 |
| | |||||
* | 14214 | Sven Wischnowsky | 2001-05-03 | 1 | -1/+4 |
| |