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 output.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 13 Jan 2007 21:12:40 -0800 (PST)

pavalos     2007/01/13 21:12:40 PST

DragonFly src repository

  Modified files:
    bin/sh               output.c 
  Log:
  Replace a home-grown printf() clone with a fwopen() wrapper around
  libc's vfprintf() that writes to a `struct output' instead of a file.
  
  Print empty quotes ('') when an empty string is passed to outqstr().
  This makes a difference for the trap builtin, where after "trap '' 0" we
  printed "trap -- quit".  This is wrong, because an empty action means to reset
  the action to the default.  A side effect of this commit is that empty
  variables are now printed as "variable=''" instead of just "variable=".
  
  Obtained-from:  FreeBSD
  
  Revision  Changes    Path
  1.4       +28 -183   src/bin/sh/output.c


http://www.dragonflybsd.org/cvsweb/src/bin/sh/output.c.diff?r1=1.3&r2=1.4&f=u



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