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

Modified Files:
        ChangeLog 
Log Message:
Wave: Fixed the is_defined() issue.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- ChangeLog   6 Mar 2007 19:28:32 -0000       1.148
+++ ChangeLog   8 Mar 2007 14:04:37 -0000       1.149
@@ -82,15 +82,20 @@
   --disambiguate=1, resembling the previous behaviour. Specifying the option
   --disambiguate=0 allows to suppress whitespace insertion alltogether.
 - Switched to Re2C V0.11.0
-- Added pragma option values push and pop to the opetions line, preserve and 
-  output allowing to store and restore the current option. The syntax is:
+- Added pragma option values push and pop to the line, preserve and output 
+  options allowing to store and restore the current option. The syntax is:
     #pragma wave options(<option>: push) and
     #pragma wave options(<option>: pop)
   where <option> may be line, preserve or output. Thanks to Eric Niebler for 
   suggesting this feature.
 - Added the possibility to use static pre-compiled DFA tables for the lexertl 
   based lexer.
-  
+- Incorporated the changes from Andrei's latest version of the flex_string 
+  class.
+- Added the is_macro_defined(name) function to the context object as described 
+  in the documentation. This function is usable with any string type 
compatible 
+  with std::string.
+
 Boost V1.34.0
 - Wave Version 1.2.4
 - Added the possibility to explicitly enable/disable the generation of #line 
@@ -249,9 +254,6 @@
   generation of a #line directive.
 - Worked around a linker issue for the True64/CXX compiler, complaining about
   multiple defined symbols when using the flex_string class.
-- Added the is_macro_defined(name) function to the context object as described 
-  in the documentation. This function is usable with any string type 
compatible 
-  with std::string.
   
 Sat Feb 18 2005
 - Version 1.2.3


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to