Update of /cvsroot/boost/boost/libs/wave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31356/libs/wave

Modified Files:
        ChangeLog 
Log Message:
Wave: added handling of #import directives, fixed a problem in the Wave driver.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- ChangeLog   20 May 2007 00:28:21 -0000      1.159
+++ ChangeLog   26 Jun 2007 19:40:03 -0000      1.160
@@ -15,6 +15,10 @@
   function.
 - Fix the trigraph backslash problem in the re2c (C/C++ and IDL) scanners, if 
   there is the end of the (internal) buffer just in between a '??/' and a '\n'.
+- Add a macro introspection facility allowing to iterate on all defined macro 
+  names.
+- Change the cpp_exception::what() function to return more meaningful error 
+  texts.
   
 - Do a sourceforge release.
 
@@ -109,6 +113,10 @@
 - Changed found_include_directive hook function to return a bool indicating, 
   whether the file should be included (true) or skipped (false). Thanks to 
   Felipe Magno de Almeida for suggesting this feature.
+- Added code to the wave driver applet ignoring a #import directive (the whole
+  directive is passed through to the output) whenever the pp constant 
+  BOOST_WAVE_SUPPORT_MS_EXTENSIONS is defined to something not equal to zero.
+- Fixed the wave driver applet to correctly continue after a error or warning.
 
 Boost V1.34.0
 - Wave Version 1.2.4


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to