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]

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


Author: bstarynk
Date: Mon Jun 30 17:45:51 2008
New Revision: 137274

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137274
Log:
2008-06-30  Basile Starynkevitch  <basile@starynkevitch.net>
	[still buggy - duplicate homonymous symbols!]

	* basilys.h: added obj_serial when ENABLE_CHECKING & basilys_obj_serial routine.

	* basilys.c: added basilys_object_set_serial. Added & commented
	code to detect in mapobjects entries with the same hash & key
	class as the attribute.

	* Makefile.in: the frandom-seed is made from the md5 of *bysl sources.

	* melt/warmelt-first.bysl: added class_described_environment
	obj_serial. Less verbose dbgoutput for mapobjects. dbgout print
	the serial if nonzero. debug_msg prints !!!!****#### .
	initfresh_contenvmaker takes the unboxed module string as 2nd
	argument.

	* melt/warmelt-macro.bysl: mexpand_assert_msg check that
	assert_failed is appropriately bound with more debug messages.

	* melt/warmelt-normal.bysl: the sysdata_cont_fresh_env in the
	initial_system_data is called with the name of the module as
	second argment.

	* melt/warmelt-outobj.bysl: output call to
	basilys_object_set_serial


Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/melt/warmelt-macro.bysl
    branches/melt-branch/gcc/melt/warmelt-normal.bysl
    branches/melt-branch/gcc/melt/warmelt-outobj.bysl


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