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]

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


Author: bstarynk
Date: Tue Mar 13 15:50:22 2012
New Revision: 185342

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

2011-03-13  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (meltgc_handle_interrupt): Renamed to
	(melt_handle_interrupt).
	(melt_got_sigio, melt_got_sigalrm): New volatile variables.
	(MELT_CHECK_INTERRUPT): Call melt_handle_interrupt.
	(meltgc_notify_inchannel_data): New function.

	* melt-runtime.c (meltgc_new_longsbucket): Default DISCR_BUCKET_LONGS.
	(melt_raw_sigio_signal, melt_raw_sigalrm_signal)
	(meltgc_notify_inchannel_data, meltgc_handle_sigio, meltgc_handle_sigalrm): New functions. 
	(meltgc_handle_interrupt): Renamed to
	(melt_handle_interrupt).

	* melt/warmelt-base.melt (class_input_channel_handler): New.
	(register_input_channel_handler): New stub.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-base.melt


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