[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Tue Nov 11 14:41:15 CET 2008


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	08/11/11 14:41:15

Modified files:
	cm3/m3-libs/m3core/src/C/Common/: Cstdio.i3 Cstring.i3 
	                                  m3makefile 
	cm3/m3-libs/m3core/src/C/NT386/: Csetjmp.i3 m3makefile 
	cm3/m3-libs/m3core/src/runtime/AMD64_LINUX/: RTMachine.i3 
	cm3/m3-libs/m3core/src/runtime/NT386/: RTMachine.i3 
	cm3/m3-libs/m3core/src/runtime/NT386GNU/: RTMachine.i3 
	cm3/m3-libs/m3core/src/runtime/SPARC32_LINUX/: RTMachine.i3 
	cm3/m3-libs/m3core/src/runtime/SPARC64_LINUX/: RTMachine.i3 
	cm3/m3-libs/m3core/src/runtime/SPARC64_SOLARIS/: RTMachine.i3 
	cm3/scripts/python/: pylib.py 
Added files:
	cm3/m3-libs/m3core/src/C/Common/: Csetjmp.i3 
Removed files:
	cm3/m3-libs/m3core/src/C/NT386/: Cstdio.i3 CstdioC.c Cstring.i3 

Log message:
	remove more residue of user thread support for
	systems on which it was never complete/working (and probably never will be)
	
	where possible -- which is fairly often -- share Csetjmp.i3
	again, on systems without user thread support, so the
	size of jmp_buf isn't needed, and where longjmp == "_longjmp" (not NT386)
	
	move NT386 to common Cstdio.i3, Cstring.i3
	
	use paranoidgc on AMD64_LINUX for now (pylib.py)




More information about the M3commit mailing list