Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 1998 12:24:57 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/bin/sh expand.c expand.h memalloc.c parser.c
Message-ID:  <199809131924.MAA20870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       1998/09/13 12:24:57 PDT

  Modified files:
    bin/sh               expand.c expand.h memalloc.c parser.c 
  Log:
  Be more consistent with handling of quote mark control character.
  Don't output double-quotes inside variable expansion/arithmetic
  expansion region in here-documents.  When leaving the arithmetic
  expansion syntax mode, adjust the dblquote flag according to
  previous syntax, in order to avoid splitting of quoted variables.
  
  Revision  Changes    Path
  1.24      +6 -58     src/bin/sh/expand.c
  1.7       +1 -3      src/bin/sh/expand.h
  1.12      +2 -2      src/bin/sh/memalloc.c
  1.24      +19 -9     src/bin/sh/parser.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809131924.MAA20870>