Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 20:45:12 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh eval.c histedit.c parser.c var.c
Message-ID:  <200906232050.n5NKoHpD068891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-06-23 20:45:12 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               eval.c histedit.c parser.c var.c 
  Log:
  SVN rev 194765 on 2009-06-23 20:45:12Z by jilles
  
  sh: Improve handling of setjmp/longjmp volatile:
  - remove ineffective and unnecessary (void) &var; [1]
  - remove some unnecessary volatile keywords
  - add a necessary volatile keyword
  - save the old handler before doing something that could use the saved
    value
  
  Submitted by:   Christoph Mallon [1]
  Approved by:    ed (mentor)
  
  Revision  Changes    Path
  1.62      +7 -15     src/bin/sh/eval.c
  1.31      +9 -22     src/bin/sh/histedit.c
  1.63      +1 -19     src/bin/sh/parser.c
  1.39      +1 -5      src/bin/sh/var.c



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