Updated games/gcompris to 8.4.4nb3
Updated finance/libofx to 0.8.3nb3
Updated editors/emacs to 22.3nb2
Updated cad/pcb to 20081128nb1
Updated cad/geda-examples to 1.4.3nb1
Changes in CMake 2.6.4 RC 6
- Use $ var in CPack.cmake, and not @var@
- Add more missing OSXX11 CPack files
Changes in CMake 2.6.4 RC 5
- Add missing file for OSXX11 CPack generator
- cmake-gui fix path length in the binary directory's combo box
Changes in CMake 2.6.4 RC 4
- Better document Verbatim in custom commands
- Fix#8843 ctest system information was not always correct on linux
- Fix transitive linking of imported libraries
Changes in CMake 2.6.4 RC 3
- Documentation fix for #8815
- Fix CDash only submit with ctest_submit
- various fixes for FindQt4.cmake
- cmake-gui block checkable flag for item during configure/generate.
- put qt version in about for cmake-gui
Changes in CMake 2.6.4 RC 2
- Fix issues in FindBoost #8576#8734
- Fix -D issues with VS 6
- Fix scope issue with CMAKE_CURRENT_LIST_FILE and macros
- Eclipse make VERBOSE off in makfiles #7585, and use built-in includes
- Codeblocks auto header finding
- Fix crash in include_directories #8704
- Some documentation fixes to commands and classes.
- Do not warn if LIBPATH is not set for nmake
Changes in CMake 2.6.4 RC 1
- Add some better documentation about RPATH variables
- No longer mark header files as HEADER_FILE_ONLY automatically,
this gets rid of the ugly red marks in Visual Stuido
- Fix man-page preformatted text paragraphing
- Teach file(REMOVE) how to use relative paths
- Gracefully handle broken version symlinks
- Fix ASM source file extension default list
- Pass shared library export symbol in DEFINES
- Enforce unique binary directories
- Fix cmake-mode.el indentation cursor motion
- Simplify reverse cmLocalGenerator::Convert
- More robust decision to suppress implicit include dirs
- Fix Fortran implicit dependency include path (and test it)
- Clarify docs of old *_OUTPUT_PATH vars
- Fix svn update logic for modified files
- Add get_filename_component(... REALPATH)
- Work around broken GetLongPathName case
Bankim Bhavsar (2):
Add RegionEqual function for older XFree86 versions.
Video Overlay: Handle clipping correctly with AutoPaint colorkey.
Philip Langdale (2):
Prepare for 10.16.4 release.
Bump version for 10.16.5 release.
Added force_start for etm.warn. Separated prompt from entry
textpad in get_response and added a second line for possible
wrapped overflow. Removed any spurious line-ends before writing
to file.
* 0.1.8
** Language:
** Features:
- Metavariables now capture the cpp code contained within their definitions
- When - fragments are separated by ... or nest boundaries in the semantic
patch, but end up matching adjacent source code, the comments, cpp code
and whitespace that are between them are not deleted.
- better parsing of C: do expansion of macros only when needed when
have actually a parse error and also leverage the definition of macros
in the parsed file (or in a optional_standard.h file passed as a parameter).
This should reduce the need for many hardcoded definitions in standard.h
- new semantics for the -macro_file option, by default now expand macros
only when necessary. To force use the -macro_file_builtins option instead.
- a new -extract_macros command line action to help the parser. Works with
the -macro_file option. e.g.
$ ./spatch -extract_macros ~/linux > /tmp/alldefs.h
$ ./spatch -macro_file /tmp/alldefs.h -sp_file foo.cocci -dir ~/linux
- removed -D macro_file option, not consistent with what -D usually means
- reattempt to be more efficient for statement metavariables that are just
placeholders (ie, no modification, no reuse)
- triples now returned from ctl in sorted order. The main key is the
state. On the other hand, the state order does not always agree with the
order of appearance in the code.
- spatch is now less verbose on the things it does yet handle. Less confusing
for new users.
- slightly better error report. Thanks to Derek Jones for the suggestion.
- added the options -linux_spacing and -smpl_spacing. -linux_spacing
causes spatch to follow the spacing conventions of Linux, while
-smpl_spacing causes spatch to follow the spacing in the semantic patch.
-linux_spacing is the default.
- more informative error reporting for the already tagged token case.
Thanks to Erik Hovland for the suggestion.
** Bugfix:
- better parsing of declare macro at toplevel and in structure.
cf -text xfield
- allowing back typedef names for fieldname
- better printing of else in generated code
- slightly better type inference for binary operators.
- clear out declarer names and iterator names between SmPL files (for
-testall)
- better parsing and type checking of macro type aliases. Cf -test macro_int16.
Thanks to Li Yingtong for pointing out the problem.
- make insert_virtual_positions tail rec, avoid stack overflow pb.
Thanks to Diego Liziero <diegoliz@gmail.com> for pointing out the
problem.
- Better type inference for arithmetic binary operators
Thanks to Li Yingtong for pointing out the problem.
- Better type inference for constants
Thanks to Li Yingtong for pointing out the problem.
- move computing of adjacency information for semantic patches to after
application of isomorphisms, because isomorphisms can introduce "..."
- compute adjacency information for negated ...
- record with each transformation site the set of indices of the witness
trees that caused the transformation site to come about. Whitespace and
comments between remove tokens associated with disjoint witness trees is
not removed.
- correct treatment of function pointer typed parameters in the SmPL ast0
visitor.
- better parsing error message and error recovery when comments are not ended,
when some macros have a weird body, and when some switch have a weird
Body.
Thanks to Derek Jones for pointing out the problem.
- better detection and passing of "dangerous" ifdefs, cf -test
double_switch.
- dropped the separation of decls and body in Seq. This gives better
positioning of the bindings of metavariables shared between them.
Thanks to Erik Hovland for an example that shows the problem.
Pkgsrc changes:
- Change run-time dependency on p5-Test-MockObject to a build dependency
Upstream changes:
changes from 0.03 to 0.04
-------------------------
* changed fatal behavior to throw strings instead of objects
Changes from 5.0.1 include
* -n option now starts dhcpcd if not already started
* 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf
* Fix warning about missing dirs if we don't have any existing state
* Fix compile on some Linux distros re linux/wireless.h
data binding compiler. Provided with an XML instance specification (XML
Schema), it generates C++ classes that represent the given vocabulary as
well as parsing and serialization code.