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]

r151531 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Tue Sep  8 18:38:08 2009
New Revision: 151531

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151531
Log:

2009-09-08  Basile Starynkevitch  <basile@starynkevitch.net>
	[the command infrastucture is improved thru the
	CLASS_MELT_COMMAND]
	* gcc/melt-make.mk: using melt_output instead of melt_secarg...
	* gcc/melt-runtime.h: renamed FSYSDAT_CMD_FUNDICT as
	FSYSDAT_COMMAND_DICT.
	(FMELCMD_HELP, FMELTCMD_FUN, FMELTCMD_DATA): Added enum values.
	(meltgc_new_split_string): added declaration.
	* gcc/melt-runtime.c (meltgc_new_split_string): Added new function.
	(do_initial_command) Added new command processing, and commented
	the old one...
	[during the transition, I had to temporarily add
	fieldoff__SYSDAT_CMD_FUNDICT]
	* gcc/melt/warmelt-first.melt: Added CLASS_MELT_COMMAND. Added
	primitives split_string_colon split_string_comma
	split_string_space. Renamed field :sysdata_cmd_fundict as
	:sysdata_command_dict
	* gcc/melt/warmelt-outobj.melt: added install_melt_command &
	melt_argument. Revamped all the commands. Removed old
	showvar_command help_command showmdata_command noop_command
	readseq_command install_initial_command.
	* gcc/melt-predef.list: added CLASS_MELT_COMMAND.

	[regenerated files since the command API has evolved]
	* gcc/melt/warmelt-macro-0.c: regenerated.
	* gcc/melt/warmelt-outobj-0.c: regenerated.
	* gcc/melt/warmelt-genobj-0.c: regenerated.
	* gcc/melt/warmelt-normatch-0.c: regenerated.
	* gcc/melt/warmelt-normal-0.c: regenerated.
	* gcc/melt/warmelt-first-0.c: regenerated.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-make.mk
    branches/melt-branch/gcc/melt-predef.list
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/ana-simple.melt
    branches/melt-branch/gcc/melt/warmelt-first-0.c
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/warmelt-genobj-0.c
    branches/melt-branch/gcc/melt/warmelt-macro-0.c
    branches/melt-branch/gcc/melt/warmelt-normal-0.c
    branches/melt-branch/gcc/melt/warmelt-normatch-0.c
    branches/melt-branch/gcc/melt/warmelt-outobj-0.c
    branches/melt-branch/gcc/melt/warmelt-outobj.melt


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