[savant-devel] savant update
Dale E Martin
dmartin at cliftonlabs.com
Wed Mar 9 16:12:23 EST 2005
Update of /usr/local/cvsroot/savant/src/util
In directory silverton:/tmp/cvs-serv10791/src/util
Modified Files:
Makefile.am error_func.cc resolution_func.cc string_utils.cc
Removed Files:
sstream-wrap.hh
Log Message:
Ripped out sstream-wrap.hh so we don't even pretend to be g++ 2.95.x
friendly any more.
EnumerationLiteralLists were being malloced and dealloced all over the
place. I'm not sure how that code was even working without memory issues.
Fixed that - the lists now only live in base types. Probably should make
similar changes for some of the other types. I think that the AIRE
heirarchy is suboptimal in this area to some degree.
More information about the savant-devel
mailing list