Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11541
Modified Files:
Tag: OpenVRML-0_16-BRANCH
ChangeLog
Log Message:
Pass ios_base::binary when opening arbitrary (i.e., possibly not text) files. Windows requires this.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1310.2.69
retrieving revision 1.1310.2.70
diff -C2 -d -r1.1310.2.69 -r1.1310.2.70
*** ChangeLog 5 Dec 2006 21:15:07 -0000 1.1310.2.69
--- ChangeLog 6 Dec 2006 01:21:38 -0000 1.1310.2.70
***************
*** 1,4 ****
--- 1,17 ----
2006-12-05 Braden McDaniel <br...@en...>
+ Pass ios_base::binary when opening arbitrary (i.e., possibly not
+ text) files. Windows requires this.
+
+ * examples/sdl_viewer.cpp
+ (browser::do_get_resource(const std::string &): Pass the
+ ios_base::binary flag when opening the filebuf.
+ * src/libopenvrml/openvrml/browser.cpp
+ (openvrml::browser::do_get_resource(const std::string &): In the
+ example in the doc-comment, pass the ios_base::binary flag when
+ opening the filebuf.
+
+ 2006-12-05 Braden McDaniel <br...@en...>
+
Fixed relative URI resolution on Windows.
|