From owner-cvs-all@FreeBSD.ORG Thu Apr 1 10:37:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C123D16A4CE; Thu, 1 Apr 2004 10:37:58 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F63843D1F; Thu, 1 Apr 2004 10:37:58 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 9C1555C808; Thu, 1 Apr 2004 10:37:58 -0800 (PST) Date: Thu, 1 Apr 2004 20:37:58 +0200 From: Maxime Henrion To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040401183758.GC44790@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: cvs commit: src/contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdlib.is Cstring.is Ctypes.is ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 18:37:58 -0000 mux 2004/04/01 10:02:17 PST FreeBSD src repository Added files: contrib/ezm3 BasicCtypes.is CConvert.is CConvert.ms Cerrno.is CerrnoC.c Convert.is Convert.ms Csetjmp.is Csignal.is Cstdarg.is Cstdarg.ms Cstddef.is Cstdio.is Cstdio.ms CstdioC.c Cstdlib.is Cstring.is Ctypes.is Date.is DateBsd.ms DragonInt.is DragonInt.ms DragonT.is DragonT.ms Extended.is Extended.ms ExtendedFloat.is ExtendedFloat.ms FPU.is FPU.ms Fingerprint.is Fingerprint.ms FloatMode.is FloatMode.ms FmtTime.is FmtTime.ms IEEESpecial.is IEEESpecial.ms LongFloat.is LongFloat.ms LongReal.is LongReal.ms LongRealRep.is M3toC.is M3toC.ms Main.is Poly.is Poly.ms PolyBasis.is PolyBasis.ms RT0.is RT0.ms RT0u.is RT0u.ms RTAllocStats.is RTAllocStats.ms RTAllocator.is RTAllocator.ms RTArgs.is RTArgs.ms RTBuiltin.c RTCollector.is RTCollector.ms RTCollectorSRC.is RTExRep.is RTException.is RTException.ms RTHeap.is RTHeap.ms RTHeapDebug.is RTHeapDebug.ms RTHeapDep.is RTHeapDep.ms RTHeapDepC.c RTHeapEvent.is RTHeapInfo.is RTHeapInfo.ms RTHeapMap.is RTHeapMap.ms RTHeapRep.is RTHeapRep.ms RTHeapStats.is RTHeapStats.ms RTHooks.is RTHooks.ms RTIO.is RTIO.ms RTLinker.is RTLinker.ms RTMachine.is RTMapOp.is RTMapOp.ms RTMisc.is RTMisc.ms RTModule.is RTModule.ms RTOS.is RTOS.ms RTPacking.is RTPacking.ms RTParams.is RTParams.ms RTPerfTool.is RTPerfTool.ms RTProcedure.is RTProcedure.ms RTProcedureSRC.is RTProcess.is RTProcess.ms RTSignal.is RTSignal.ms RTStack.is RTStackC.c RTThread.is RTThread.ms RTThreadC.c RTThreadInit.is RTThreadStk.ms RTTipe.is RTTipe.ms RTType.is RTType.ms RTTypeFP.is RTTypeFP.ms RTTypeMap.is RTTypeMap.ms RTTypeSRC.is RTWeakRef.is RTutils.is RTutils.ms Real.is Real.ms RealFloat.is RealFloat.ms RealRep.is Scheduler.is SchedulerPosix.is Text.is Text.ms TextConv.is TextConv.ms TextExtras.is TextExtras.ms TextF.is Thread.is ThreadEvent.is ThreadF.is ThreadPosix.ms Tick.is TickPortable.ms Time.is TimePosix.is TimePosix.ms Udir.is Uerror.is Uexec.is Ugrp.is Uin.is Uin.ms Uipc.is Umman.is Umsg.is Umsg.ms Unetdb.is Unetdb.ms Unix.is UnsafeHash.ms Uprocess.is Upwd.is Uresource.is Usem.is Ushm.is Usignal.is Usignal.ms Usocket.is Ustat.is Usyslog.is Utime.is Utypes.is Utypes.ms Uugid.is Uuio.is Uutmp.is WeakRef.is WeakRef.ms Word.is Word.ms _fpsetjmp.s dtoa.c dtoa.h hand.c lala libm3core.m3x make.boot malloc.c off_t_wrap.c Log: Bite the bullet and import ezm3 into base, so that it's easier for users to upgrade. We should have done this ages ago. Revision Changes Path 1.1 +2422 -0 src/contrib/ezm3/BasicCtypes.is (new) 1.1 +2263 -0 src/contrib/ezm3/CConvert.is (new) 1.1 +2975 -0 src/contrib/ezm3/CConvert.ms (new) 1.1 +449 -0 src/contrib/ezm3/Cerrno.is (new) 1.1 +1431 -0 src/contrib/ezm3/CerrnoC.c (new) 1.1 +2713 -0 src/contrib/ezm3/Convert.is (new) 1.1 +2337 -0 src/contrib/ezm3/Convert.ms (new) 1.1 +2509 -0 src/contrib/ezm3/Csetjmp.is (new) 1.1 +3247 -0 src/contrib/ezm3/Csignal.is (new) 1.1 +1263 -0 src/contrib/ezm3/Cstdarg.is (new) 1.1 +3029 -0 src/contrib/ezm3/Cstdarg.ms (new) 1.1 +2337 -0 src/contrib/ezm3/Cstddef.is (new) 1.1 +3646 -0 src/contrib/ezm3/Cstdio.is (new) 1.1 +533 -0 src/contrib/ezm3/Cstdio.ms (new) 1.1 +1867 -0 src/contrib/ezm3/CstdioC.c (new) 1.1 +2272 -0 src/contrib/ezm3/Cstdlib.is (new) 1.1 +3021 -0 src/contrib/ezm3/Cstring.is (new) 1.1 +589 -0 src/contrib/ezm3/Ctypes.is (new) 1.1 +577 -0 src/contrib/ezm3/Date.is (new) 1.1 +2153 -0 src/contrib/ezm3/DateBsd.ms (new) 1.1 +658 -0 src/contrib/ezm3/DragonInt.is (new) 1.1 +528 -0 src/contrib/ezm3/DragonInt.ms (new) 1.1 +1845 -0 src/contrib/ezm3/DragonT.is (new) 1.1 +3134 -0 src/contrib/ezm3/DragonT.ms (new) 1.1 +2964 -0 src/contrib/ezm3/Extended.is (new) 1.1 +2650 -0 src/contrib/ezm3/Extended.ms (new) 1.1 +331 -0 src/contrib/ezm3/ExtendedFloat.is (new) 1.1 +3714 -0 src/contrib/ezm3/ExtendedFloat.ms (new) 1.1 +85 -0 src/contrib/ezm3/FPU.is (new) 1.1 +555 -0 src/contrib/ezm3/FPU.ms (new) 1.1 +2234 -0 src/contrib/ezm3/Fingerprint.is (new) 1.1 +3582 -0 src/contrib/ezm3/Fingerprint.ms (new) 1.1 +305 -0 src/contrib/ezm3/FloatMode.is (new) 1.1 +1185 -0 src/contrib/ezm3/FloatMode.ms (new) 1.1 +2662 -0 src/contrib/ezm3/FmtTime.is (new) 1.1 +3579 -0 src/contrib/ezm3/FmtTime.ms (new) 1.1 +3741 -0 src/contrib/ezm3/IEEESpecial.is (new) 1.1 +2694 -0 src/contrib/ezm3/IEEESpecial.ms (new) 1.1 +226 -0 src/contrib/ezm3/LongFloat.is (new) 1.1 +1790 -0 src/contrib/ezm3/LongFloat.ms (new) 1.1 +1738 -0 src/contrib/ezm3/LongReal.is (new) 1.1 +81 -0 src/contrib/ezm3/LongReal.ms (new) 1.1 +2937 -0 src/contrib/ezm3/LongRealRep.is (new) 1.1 +2926 -0 src/contrib/ezm3/M3toC.is (new) 1.1 +1372 -0 src/contrib/ezm3/M3toC.ms (new) 1.1 +3809 -0 src/contrib/ezm3/Main.is (new) 1.1 +140 -0 src/contrib/ezm3/Poly.is (new) 1.1 +3912 -0 src/contrib/ezm3/Poly.ms (new) 1.1 +228 -0 src/contrib/ezm3/PolyBasis.is (new) 1.1 +1085 -0 src/contrib/ezm3/PolyBasis.ms (new) 1.1 +1556 -0 src/contrib/ezm3/RT0.is (new) 1.1 +1863 -0 src/contrib/ezm3/RT0.ms (new) 1.1 +3435 -0 src/contrib/ezm3/RT0u.is (new) 1.1 +630 -0 src/contrib/ezm3/RT0u.ms (new) 1.1 +1983 -0 src/contrib/ezm3/RTAllocStats.is (new) 1.1 +2004 -0 src/contrib/ezm3/RTAllocStats.ms (new) 1.1 +2011 -0 src/contrib/ezm3/RTAllocator.is (new) 1.1 +410 -0 src/contrib/ezm3/RTAllocator.ms (new) 1.1 +2341 -0 src/contrib/ezm3/RTArgs.is (new) 1.1 +1621 -0 src/contrib/ezm3/RTArgs.ms (new) 1.1 +2698 -0 src/contrib/ezm3/RTBuiltin.c (new) 1.1 +869 -0 src/contrib/ezm3/RTCollector.is (new) 1.1 +1576 -0 src/contrib/ezm3/RTCollector.ms (new) 1.1 +1896 -0 src/contrib/ezm3/RTCollectorSRC.is (new) 1.1 +274 -0 src/contrib/ezm3/RTExRep.is (new) 1.1 +1885 -0 src/contrib/ezm3/RTException.is (new) 1.1 +2023 -0 src/contrib/ezm3/RTException.ms (new) 1.1 +329 -0 src/contrib/ezm3/RTHeap.is (new) 1.1 +2318 -0 src/contrib/ezm3/RTHeap.ms (new) 1.1 +3708 -0 src/contrib/ezm3/RTHeapDebug.is (new) 1.1 +2765 -0 src/contrib/ezm3/RTHeapDebug.ms (new) 1.1 +691 -0 src/contrib/ezm3/RTHeapDep.is (new) 1.1 +1917 -0 src/contrib/ezm3/RTHeapDep.ms (new) 1.1 +1436 -0 src/contrib/ezm3/RTHeapDepC.c (new) 1.1 +1995 -0 src/contrib/ezm3/RTHeapEvent.is (new) 1.1 +3650 -0 src/contrib/ezm3/RTHeapInfo.is (new) 1.1 +2364 -0 src/contrib/ezm3/RTHeapInfo.ms (new) 1.1 +913 -0 src/contrib/ezm3/RTHeapMap.is (new) 1.1 +580 -0 src/contrib/ezm3/RTHeapMap.ms (new) 1.1 +203 -0 src/contrib/ezm3/RTHeapRep.is (new) 1.1 +1552 -0 src/contrib/ezm3/RTHeapRep.ms (new) 1.1 +1303 -0 src/contrib/ezm3/RTHeapStats.is (new) 1.1 +2269 -0 src/contrib/ezm3/RTHeapStats.ms (new) 1.1 +2903 -0 src/contrib/ezm3/RTHooks.is (new) 1.1 +619 -0 src/contrib/ezm3/RTHooks.ms (new) 1.1 +74 -0 src/contrib/ezm3/RTIO.is (new) 1.1 +1644 -0 src/contrib/ezm3/RTIO.ms (new) 1.1 +1949 -0 src/contrib/ezm3/RTLinker.is (new) 1.1 +3658 -0 src/contrib/ezm3/RTLinker.ms (new) 1.1 +3696 -0 src/contrib/ezm3/RTMachine.is (new) 1.1 +2136 -0 src/contrib/ezm3/RTMapOp.is (new) 1.1 +1774 -0 src/contrib/ezm3/RTMapOp.ms (new) 1.1 +3122 -0 src/contrib/ezm3/RTMisc.is (new) 1.1 +1868 -0 src/contrib/ezm3/RTMisc.ms (new) 1.1 +1462 -0 src/contrib/ezm3/RTModule.is (new) 1.1 +3385 -0 src/contrib/ezm3/RTModule.ms (new) 1.1 +585 -0 src/contrib/ezm3/RTOS.is (new) 1.1 +2645 -0 src/contrib/ezm3/RTOS.ms (new) 1.1 +3827 -0 src/contrib/ezm3/RTPacking.is (new) 1.1 +3771 -0 src/contrib/ezm3/RTPacking.ms (new) 1.1 +875 -0 src/contrib/ezm3/RTParams.is (new) 1.1 +673 -0 src/contrib/ezm3/RTParams.ms (new) 1.1 +2658 -0 src/contrib/ezm3/RTPerfTool.is (new) 1.1 +33 -0 src/contrib/ezm3/RTPerfTool.ms (new) 1.1 +3252 -0 src/contrib/ezm3/RTProcedure.is (new) 1.1 +665 -0 src/contrib/ezm3/RTProcedure.ms (new) 1.1 +3409 -0 src/contrib/ezm3/RTProcedureSRC.is (new) 1.1 +3880 -0 src/contrib/ezm3/RTProcess.is (new) 1.1 +871 -0 src/contrib/ezm3/RTProcess.ms (new) 1.1 +3784 -0 src/contrib/ezm3/RTSignal.is (new) 1.1 +379 -0 src/contrib/ezm3/RTSignal.ms (new) 1.1 +1457 -0 src/contrib/ezm3/RTStack.is (new) 1.1 +3458 -0 src/contrib/ezm3/RTStackC.c (new) 1.1 +1906 -0 src/contrib/ezm3/RTThread.is (new) 1.1 +2798 -0 src/contrib/ezm3/RTThread.ms (new) 1.1 +2632 -0 src/contrib/ezm3/RTThreadC.c (new) 1.1 +2283 -0 src/contrib/ezm3/RTThreadInit.is (new) 1.1 +3390 -0 src/contrib/ezm3/RTThreadStk.ms (new) 1.1 +3647 -0 src/contrib/ezm3/RTTipe.is (new) 1.1 +609 -0 src/contrib/ezm3/RTTipe.ms (new) 1.1 +2280 -0 src/contrib/ezm3/RTType.is (new) 1.1 +3866 -0 src/contrib/ezm3/RTType.ms (new) 1.1 +3708 -0 src/contrib/ezm3/RTTypeFP.is (new) 1.1 +2623 -0 src/contrib/ezm3/RTTypeFP.ms (new) 1.1 +2625 -0 src/contrib/ezm3/RTTypeMap.is (new) 1.1 +2095 -0 src/contrib/ezm3/RTTypeMap.ms (new) 1.1 +634 -0 src/contrib/ezm3/RTTypeSRC.is (new) 1.1 +2359 -0 src/contrib/ezm3/RTWeakRef.is (new) 1.1 +1291 -0 src/contrib/ezm3/RTutils.is (new) 1.1 +213 -0 src/contrib/ezm3/RTutils.ms (new) 1.1 +2522 -0 src/contrib/ezm3/Real.is (new) 1.1 +3228 -0 src/contrib/ezm3/Real.ms (new) 1.1 +1226 -0 src/contrib/ezm3/RealFloat.is (new) 1.1 +162 -0 src/contrib/ezm3/RealFloat.ms (new) 1.1 +3403 -0 src/contrib/ezm3/RealRep.is (new) 1.1 +3895 -0 src/contrib/ezm3/Scheduler.is (new) 1.1 +1054 -0 src/contrib/ezm3/SchedulerPosix.is (new) 1.1 +2355 -0 src/contrib/ezm3/Text.is (new) 1.1 +3815 -0 src/contrib/ezm3/Text.ms (new) 1.1 +1807 -0 src/contrib/ezm3/TextConv.is (new) 1.1 +115 -0 src/contrib/ezm3/TextConv.ms (new) 1.1 +840 -0 src/contrib/ezm3/TextExtras.is (new) 1.1 +2000 -0 src/contrib/ezm3/TextExtras.ms (new) 1.1 +450 -0 src/contrib/ezm3/TextF.is (new) 1.1 +409 -0 src/contrib/ezm3/Thread.is (new) 1.1 +1127 -0 src/contrib/ezm3/ThreadEvent.is (new) 1.1 +3523 -0 src/contrib/ezm3/ThreadF.is (new) 1.1 +3294 -0 src/contrib/ezm3/ThreadPosix.ms (new) 1.1 +3161 -0 src/contrib/ezm3/Tick.is (new) 1.1 +3751 -0 src/contrib/ezm3/TickPortable.ms (new) 1.1 +250 -0 src/contrib/ezm3/Time.is (new) 1.1 +1206 -0 src/contrib/ezm3/TimePosix.is (new) 1.1 +3961 -0 src/contrib/ezm3/TimePosix.ms (new) 1.1 +2278 -0 src/contrib/ezm3/Udir.is (new) 1.1 +1323 -0 src/contrib/ezm3/Uerror.is (new) 1.1 +3003 -0 src/contrib/ezm3/Uexec.is (new) 1.1 +2100 -0 src/contrib/ezm3/Ugrp.is (new) 1.1 +1904 -0 src/contrib/ezm3/Uin.is (new) 1.1 +1265 -0 src/contrib/ezm3/Uin.ms (new) 1.1 +2993 -0 src/contrib/ezm3/Uipc.is (new) 1.1 +2481 -0 src/contrib/ezm3/Umman.is (new) 1.1 +822 -0 src/contrib/ezm3/Umsg.is (new) 1.1 +2516 -0 src/contrib/ezm3/Umsg.ms (new) 1.1 +3572 -0 src/contrib/ezm3/Unetdb.is (new) 1.1 +900 -0 src/contrib/ezm3/Unetdb.ms (new) 1.1 +3222 -0 src/contrib/ezm3/Unix.is (new) 1.1 +3412 -0 src/contrib/ezm3/UnsafeHash.ms (new) 1.1 +593 -0 src/contrib/ezm3/Uprocess.is (new) 1.1 +2662 -0 src/contrib/ezm3/Upwd.is (new) 1.1 +472 -0 src/contrib/ezm3/Uresource.is (new) 1.1 +523 -0 src/contrib/ezm3/Usem.is (new) 1.1 +1399 -0 src/contrib/ezm3/Ushm.is (new) 1.1 +1463 -0 src/contrib/ezm3/Usignal.is (new) 1.1 +440 -0 src/contrib/ezm3/Usignal.ms (new) 1.1 +2034 -0 src/contrib/ezm3/Usocket.is (new) 1.1 +2870 -0 src/contrib/ezm3/Ustat.is (new) 1.1 +3067 -0 src/contrib/ezm3/Usyslog.is (new) 1.1 +534 -0 src/contrib/ezm3/Utime.is (new) 1.1 +1491 -0 src/contrib/ezm3/Utypes.is (new) 1.1 +3073 -0 src/contrib/ezm3/Utypes.ms (new) 1.1 +2541 -0 src/contrib/ezm3/Uugid.is (new) 1.1 +3508 -0 src/contrib/ezm3/Uuio.is (new) 1.1 +2822 -0 src/contrib/ezm3/Uutmp.is (new) 1.1 +1797 -0 src/contrib/ezm3/WeakRef.is (new) 1.1 +3683 -0 src/contrib/ezm3/WeakRef.ms (new) 1.1 +710 -0 src/contrib/ezm3/Word.is (new) 1.1 +737 -0 src/contrib/ezm3/Word.ms (new) 1.1 +1267 -0 src/contrib/ezm3/_fpsetjmp.s (new) 1.1 +3188 -0 src/contrib/ezm3/dtoa.c (new) 1.1 +3276 -0 src/contrib/ezm3/dtoa.h (new) 1.1 +3005 -0 src/contrib/ezm3/hand.c (new) 1.1 +1004 -0 src/contrib/ezm3/lala (new) 1.1 +3226 -0 src/contrib/ezm3/libm3core.m3x (new) 1.1 +3468 -0 src/contrib/ezm3/make.boot (new) 1.1 +922 -0 src/contrib/ezm3/malloc.c (new) 1.1 +1303 -0 src/contrib/ezm3/off_t_wrap.c (new)