Changeset 702 for trunk/tcl


Ignore:
Timestamp:
May 4, 2007 5:22:57 PM (17 years ago)
Author:
mmc
Message:
  • Added Rappture::daemon function so that any process can be forked and run as a daemon process in the background. This was needed for the middleware filexfer server.
  • Fixed download for binary data stored in <string> results.
  • Fixed "binary" example in the zoo. You can now upload a tarball, run the simulation, and download the same tarball.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tcl/scripts/library.tcl

    r687 r702  
    447447        return ""
    448448    }
    449     return [string trim [Rappture::encoding::decode [$node text]]]
     449    return [Rappture::encoding::decode [string trim [$node text]]]
    450450}
    451451
Note: See TracChangeset for help on using the changeset viewer.