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]

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


Author: bstarynk
Date: Wed Feb 25 22:01:39 2009
New Revision: 144435

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144435
Log:
2009-02-25  Basile Starynkevitch  <basile@starynkevitch.net>
	[the whole compilation of generated C code in temporary directory
	stuff should be cleaned and is buggy; -fbasilys=runfile hello.bysl
	dont work yet; really the name of the generated C code should be
	unique, not every tempdir_path!]
	* basilys.h (basilysgc_new_string_tempbasename): removed
	(basilysgc_new_string_tempname_suffixed): added
	* basilys.c (basilysgc_new_string_tempbasename): removed
	(basilysgc_new_string_tempname_suffixed): added
	(basilys_tempdir_path): compute the basename of its argument and
	uses a unique counter.
	(load_checked_dynamic_module_index): check the module file base &
	suffix...
	* melt/warmelt-first.bysl: added make_string_tempname_suffixed
	primitive instead of make_string_tempbasename
	* melt/warmelt-outobj.bysl: corrected in runfile the invocation of
	compile_one_or_more_files.

Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    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-outobj.bysl


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