[slang-users] slirp 1.7.8 released
Michael Noble
mnoble at space.mit.edu
Wed Feb 8 10:55:23 EST 2006
Friends,
Version 1.7.8 of SLIRP has been released to
http://space.mit.edu/CXC/software/slang/modules/slirp
Regards,
Mike Noble
-----------------------------------------------------------------------
Changes in v1.7.8
1. Enhanced preprocessing capabilities:
- support conditional compilation directives in C/C++ headers
- slirp_substitute_macro() was ill-conceived, and has been
deprecated; its replacement is slirp_define_macro()
- new #define annotation: cleaner equivalent of slirp_define_macro()
- new #undef annotation : companion to #define
- Allow preprocessing tokens within enumerations
2. New examples:
- complete examples/opengl demo (exercises preprocessor and -stubs)
- show how to use an OUTPUT argmap to effectively morph a FORTRAN
subroutine into a function
3. Ensure -tmapin/-tmapout do not reflect stubbed/temp types
4. Improved line number diagnostics when reporting malformed code
5. Enhanced Makefile generation:
- fix IFLAGS typo
- ensure code generated by-stubs is reflected in generated Makefiles
6. Extensive restructuring of the documentation, to reflect new features
and better organize the content for existing ones.
More information about the slang-users-l
mailing list