summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2001-05-1514348: fix globalexport with typeset -gPeter Stephenson1-1/+1
2001-05-15calculate the length of the region to map (for mapped zwc files) correctly, ↵Sven Wischnowsky1-4/+6
including the offset-page-boundary-adjustment (14346)
2001-05-14set list_pipe_job only for real pipelines (14327)Sven Wischnowsky1-1/+1
2001-05-1114314: writing const variable under cygwinPeter Stephenson1-3/+3
2001-05-10Fixed an obscure local-history bug that could make the "history"Wayne Davison1-4/+3
command output something that was slightly wrong. (14304)
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-05-10barf if a empty string is given as one of the separators for _values (14293)Sven Wischnowsky1-1/+1
2001-05-09Back off 14140 (tokenize comma)Peter Stephenson1-1/+0
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-11/+28
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson1-1/+6
2001-05-08print space/backspace when reacing the last column while printing ↵Sven Wischnowsky2-2/+8
descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
2001-05-06Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer1-2/+3
2001-05-0314214Sven Wischnowsky1-1/+4
2001-05-02Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson1-0/+1
2001-05-02remove quotes when looking at arguments in comparguments (14198)Sven Wischnowsky1-0/+6
2001-05-01Use BDIGBUFSIZE in two other placesPeter Stephenson1-2/+2
2001-04-30Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov1-3/+23
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer3-3/+5
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams2-20/+0
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams1-1/+3
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer1-13/+22
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky1-1/+6
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-25fix a sizeof() to strlen()Sven Wischnowsky1-1/+1
2001-04-24Fix term* linkage _again_.Bart Schaefer2-1/+3
2001-04-24Subscripting optimization and error checking.Bart Schaefer4-13/+23
2001-04-2314077: revert clint's build patches on 19.04.2001Andrey Borzenkov7-35/+4
2001-04-23Fix subscripting bug with backslash-double-quote.Bart Schaefer2-9/+11
2001-04-22Fix bug in (kK) subscript flags.Bart Schaefer1-9/+13
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams3-1/+9
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer1-12/+16
2001-04-21More parameter/subscript cleanup.Bart Schaefer3-18/+54
2001-04-2014055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams1-7/+13
2001-04-2014053: add $termcap special parameterClint Adams2-1/+245
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer5-51/+97
2001-04-19bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson1-4/+38
2001-04-1914041: reduce unnecessary linking for modulesClint Adams5-6/+6
2001-04-1914039: simulate old linking behaviorClint Adams5-4/+6
2001-04-1914033: reduce unnecessary library linking for modules and main binaryClint Adams6-4/+33
2001-04-19use the right path patterns for completion functionsSven Wischnowsky1-1/+1
2001-04-1914018: honor STRIPFLAGS when installing modulesClint Adams1-1/+1
2001-04-17only use the exclusion lists of options that are not currently being ↵Sven Wischnowsky1-7/+9
completed, but keep options from being completed more than once (13999)
2001-04-13Don't define gethostbyname2() as static, since it can clash with theWayne Davison1-1/+1
system header files on a system that provides the prototype but not the object.
2001-04-13Fix term*.h header file collisions.Bart Schaefer4-9/+18
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer3-9/+8
2001-04-1213961: add ifdef for tputs in term.h in prototypes.hClint Adams1-1/+5
2001-04-1213955: boolnames et al., not boolcodesClint Adams1-9/+9
2001-04-1213953: use curses capability inventories instead of hardcoding and presumeClint Adams1-6/+18
that they are terminfo
2001-04-1213951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams1-0/+104
2001-04-11Fixed a bug where the call to function "preexec" might pass the wrongWayne Davison1-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.
2001-04-11Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson1-0/+1