zsh-workers
 help / color / mirror / code / Atom feed
* An important fux to hzoli10
@ 1995-07-14 15:49 Zoltan Hidvegi
  0 siblings, 0 replies; only message in thread
From: Zoltan Hidvegi @ 1995-07-14 15:49 UTC (permalink / raw)
  To: zsh-workers

With zsh-2.6-beta10-hzoli10 or zsh-2.6-beta10-hzoli10.1:

% cat =(echo hehe)
zsh: oops.


This is caused by an old bug, which was invisible before Peter's input
patches. The old history code discarded all tokens from a string staffed to
the input buffer by hungets(). This is no longer true with the new input
routines.

Bye,
  Zoltan

*** 1.11	1995/07/07 16:57:45
--- Src/exec.c	1995/07/14 13:09:36
***************
*** 1898,1904 ****
  	return NULL;
      }
      *str = '\0';
!     if (str[1] || !(list = parselstring(cmd))) {
  	zerr("parse error in process substitution", NULL, 0);
  	return NULL;
      }
--- 1898,1904 ----
  	return NULL;
      }
      *str = '\0';
!     if (str[1] || !(list = parselstring(cmd + 2))) {
  	zerr("parse error in process substitution", NULL, 0);
  	return NULL;
      }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-07-14 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-14 15:49 An important fux to hzoli10 Zoltan Hidvegi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).