This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r213222 - in /branches/melt-branch: ChangeLog.M...


Author: bstarynk
Date: Tue Jul 29 17:33:53 2014
New Revision: 213222

URL: https://gcc.gnu.org/viewcvs?rev=213222&root=gcc&view=rev
Log:

2014-07-29  Basile Starynkevitch  <basile@starynkevitch.net>

	* INSTALL/README-MELT-PLUGIN: mention date of 1.1 release.

[gcc/]

2014-07-29  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.cc (melt_really_initialize): Use a curmodstr, dont
	change modstr.

	* melt/warmelt-hooks.melt (register_pragma_processor)
	(hook_register_pragmas, remove_pragma_handler): More debug.
	(connect_to_server): Check the length of the service string.

	* melt/libmelt-ana-tree.melt (melt_register_pragmas_callback): Add
	counter & debug.
	(melt_pragma_process_callback): Add debug.
	(register_expanded_pragma, register_plain_pragma): Check name and
	correctly extract its namestr.
	(real_pragma_processor): More debug.

	* testsuite/melt/tpragma-1.melt: Improve command in comment.


Modified:
    branches/melt-branch/ChangeLog.MELT
    branches/melt-branch/INSTALL/README-MELT-PLUGIN
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.cc
    branches/melt-branch/gcc/melt/libmelt-ana-tree.melt
    branches/melt-branch/gcc/melt/warmelt-hooks.melt
    branches/melt-branch/gcc/testsuite/melt/tpragma-1.melt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]