DragonFly commits List (threaded) for 2007-01
DragonFly BSD
DragonFly commits List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/bin/sh arith.h arith.y arith_lex.l shell.h


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Jan 2007 06:06:21 -0800 (PST)

pavalos     2007/01/04 06:06:21 PST

DragonFly src repository

  Modified files:
    bin/sh               arith.h arith.y arith_lex.l shell.h 
  Log:
  Sync with FreeBSD:
  
  Implement missing shell arithmetic operators in $(()) expansion
  and variable recognition.
  
  Provide missing prototypes and variable declarations in arith.h.
  
  Spelling/style fixes.
  
  Revision  Changes    Path
  1.4       +4 -1      src/bin/sh/arith.h
  1.5       +235 -63   src/bin/sh/arith.y
  1.5       +74 -31    src/bin/sh/arith_lex.l
  1.3       +13 -6     src/bin/sh/shell.h


http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith.y.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith_lex.l.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/shell.h.diff?r1=1.2&r2=1.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]