[pygccxml-commit] source/pygccxml/docs/history history.rest,1.7,1.8
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-20 04:07:14
|
Update of /cvsroot/pygccxml/source/pygccxml/docs/history In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pygccxml/docs/history Modified Files: history.rest Log Message: I was ill and did not have my TortoiseCVS :-). This commit contains documentation changes only. Those changes had been done for latest release version. Index: history.rest =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/docs/history/history.rest,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** history.rest 6 Apr 2006 06:15:57 -0000 1.7 --- history.rest 20 Apr 2006 04:06:41 -0000 1.8 *************** *** 77,81 **** 10. Few helper functions has been added in order to make construction of ! cofiguration file to be as easy as possible: * ``parser.create_text_fc`` - creates file configuration, that contains text --- 77,81 ---- 10. Few helper functions has been added in order to make construction of ! configuration file to be as easy as possible: * ``parser.create_text_fc`` - creates file configuration, that contains text *************** *** 113,117 **** 2. Class *declarations.variable_t* has new property - *bit_fields* ! 3. Now it is possible to specify "undefine" derectives using *parser.config_t* class. --- 113,117 ---- 2. Class *declarations.variable_t* has new property - *bit_fields* ! 3. Now it is possible to specify "undefined" directives using *parser.config_t* class. |