Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make X{$~foo}Y where $foo contains commas behave as expected | Peter Stephenson | 2001-05-02 | 1 | -0/+1 |
| | |||||
* | remove quotes when looking at arguments in comparguments (14198) | Sven Wischnowsky | 2001-05-02 | 1 | -0/+6 |
| | |||||
* | Use BDIGBUFSIZE in two other places | Peter Stephenson | 2001-05-01 | 1 | -2/+2 |
| | |||||
* | Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were | Andrey Borzenkov | 2001-04-30 | 1 | -3/+23 |
| | | | | | changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__ | ||||
* | BDIGBUFSIZE for binary conversions. | Bart Schaefer | 2001-04-28 | 3 | -3/+5 |
| | |||||
* | 14125: remove static incleanup flag because it is unused | Clint Adams | 2001-04-26 | 2 | -20/+0 |
| | |||||
* | 14123: don't include curses.h in termcap.c if term.h doesn't need it | Clint Adams | 2001-04-26 | 1 | -1/+3 |
| | |||||
* | Another HAVE_TERM* compilation tweak. | Bart Schaefer | 2001-04-26 | 1 | -13/+22 |
| | |||||
* | rename -W option to -w, add new -W option which makes _arguments complete ↵ | Sven Wischnowsky | 2001-04-26 | 1 | -1/+6 |
| | | | | options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) | ||||
* | fix a sizeof() to strlen() | Sven Wischnowsky | 2001-04-25 | 1 | -1/+1 |
| | |||||
* | Fix term* linkage _again_. | Bart Schaefer | 2001-04-24 | 2 | -1/+3 |
| | |||||
* | Subscripting optimization and error checking. | Bart Schaefer | 2001-04-24 | 4 | -13/+23 |
| | |||||
* | 14077: revert clint's build patches on 19.04.2001 | Andrey Borzenkov | 2001-04-23 | 7 | -35/+4 |
| | |||||
* | Fix subscripting bug with backslash-double-quote. | Bart Schaefer | 2001-04-23 | 2 | -9/+11 |
| | |||||
* | Fix bug in (kK) subscript flags. | Bart Schaefer | 2001-04-22 | 1 | -9/+13 |
| | |||||
* | 14065: decrease termcap/terminfo parameter fishiness | Clint Adams | 2001-04-22 | 3 | -1/+9 |
| | |||||
* | More term*.h inclusion un-confusion. | Bart Schaefer | 2001-04-21 | 1 | -12/+16 |
| | |||||
* | More parameter/subscript cleanup. | Bart Schaefer | 2001-04-21 | 3 | -18/+54 |
| | |||||
* | 14055: include termio.h in termcap.c for the benefit of Solaris 8 | Clint Adams | 2001-04-20 | 1 | -7/+13 |
| | |||||
* | 14053: add $termcap special parameter | Clint Adams | 2001-04-20 | 2 | -1/+245 |
| | |||||
* | Parameter repairs, mostly for subscripting. | Bart Schaefer | 2001-04-20 | 5 | -51/+97 |
| | |||||
* | bindkey -rp removes prefix bindings; bindkey -p bugfix | Peter Stephenson | 2001-04-19 | 1 | -4/+38 |
| | |||||
* | 14041: reduce unnecessary linking for modules | Clint Adams | 2001-04-19 | 5 | -6/+6 |
| | |||||
* | 14039: simulate old linking behavior | Clint Adams | 2001-04-19 | 5 | -4/+6 |
| | |||||
* | 14033: reduce unnecessary library linking for modules and main binary | Clint Adams | 2001-04-19 | 6 | -4/+33 |
| | |||||
* | use the right path patterns for completion functions | Sven Wischnowsky | 2001-04-19 | 1 | -1/+1 |
| | |||||
* | 14018: honor STRIPFLAGS when installing modules | Clint Adams | 2001-04-19 | 1 | -1/+1 |
| | |||||
* | only use the exclusion lists of options that are not currently being ↵ | Sven Wischnowsky | 2001-04-17 | 1 | -7/+9 |
| | | | | completed, but keep options from being completed more than once (13999) | ||||
* | Don't define gethostbyname2() as static, since it can clash with the | Wayne Davison | 2001-04-13 | 1 | -1/+1 |
| | | | | | system header files on a system that provides the prototype but not the object. | ||||
* | Fix term*.h header file collisions. | Bart Schaefer | 2001-04-13 | 4 | -9/+18 |
| | |||||
* | Fiddle with <term.h> vs. <termcap.h> inclusion. | Bart Schaefer | 2001-04-12 | 3 | -9/+8 |
| | |||||
* | 13961: add ifdef for tputs in term.h in prototypes.h | Clint Adams | 2001-04-12 | 1 | -1/+5 |
| | |||||
* | 13955: boolnames et al., not boolcodes | Clint Adams | 2001-04-12 | 1 | -9/+9 |
| | |||||
* | 13953: use curses capability inventories instead of hardcoding and presume | Clint Adams | 2001-04-12 | 1 | -6/+18 |
| | | | | that they are terminfo | ||||
* | 13951: working ${(k)terminfo} and ${(kv)terminfo} | Clint Adams | 2001-04-12 | 1 | -0/+104 |
| | |||||
* | Fixed a bug where the call to function "preexec" might pass the wrong | Wayne Davison | 2001-04-11 | 1 | -1/+9 |
| | | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed. | ||||
* | Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse | Peter Stephenson | 2001-04-11 | 1 | -0/+1 |
| | |||||
* | Slightly optimized should_ignore_line() by using getjobtext() rather | Wayne Davison | 2001-04-10 | 1 | -9/+3 |
| | | | | than getpermtext(). | ||||
* | Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not | Wayne Davison | 2001-04-09 | 1 | -1/+2 |
| | | | | defined. |