1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 17:31:02 +01:00

zsh-3.1.5-pws-4

This commit is contained in:
Tanaka Akira 1999-04-15 18:10:10 +00:00
parent 9003d99d16
commit 2a5a899a55
47 changed files with 1371 additions and 341 deletions

View file

@ -992,9 +992,13 @@ cd_new_pwd(int func, LinkNode dir, int chaselinks)
/* execute the chpwd function */
if ((l = getshfunc("chpwd")) != &dummy_list) {
int osc = sfcontext;
fflush(stdout);
fflush(stderr);
sfcontext = SFC_HOOK;
doshfunc("chpwd", l, NULL, 0, 1);
sfcontext = osc;
}
dirstacksize = getiparam("DIRSTACKSIZE");
@ -1469,7 +1473,7 @@ bin_typeset(char *name, char **argv, char *ops, int func)
Param pm;
Asgment asg;
Comp com;
char *optstr = "aiLRZlurtxU----A";
char *optstr = "aiALRZlurtxU";
int on = 0, off = 0, roff, bit = PM_ARRAY;
int initon, initoff, of, i;
int returnval = 0, printflags = 0;