$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-08-15 11:44:09
On Sat, 14 Aug 2004 22:44:48 -0400, Daryle Walker wrote
> Does anyone know how to add patches to a file? (It looked like it
> was in a "diff" format. Isn't there an automated tool for this, or
> do I apply the changes manually?)
On unix it's typically:
patch filename_to_patch name_of_patchfile
> Have we branched for release yet? I don't want to add the changes
> (to the main line) until then so I won't risk breaking the release build.
Nope, no branch that I've seen yet...
Jeff