2003-12-30 10:46 wagner * scripts/: PkgTags, pkginfo.sh: fix syscall_wrappers_exist predicate modified: scripts/pkginfo.sh 2003-12-29 13:57 wagner * m3-libs/libm3/: PkgTags, src/text/m3makefile, src/types/m3makefile: fix broken makefile entries for Unicode module modified: libm3/src/text/m3makefile modified: libm3/src/types/m3makefile 2003-12-17 15:22 wagner * m3-libs/libm3/: PkgTags, src/text/m3makefile, src/types/Unicode.i3, src/types/Unicode.m3: Add the implementation of the missing Unicode interfaces contributed by Dirk Muysers. The code compiles, but has not been checked for correctness nor has it been tested yet. Please read the comments and have a look at the code before using it :-) modified: libm3/src/text/m3makefile modified: libm3/src/types/Unicode.i3 modified: libm3/src/types/Unicode.m3 2003-12-17 13:59 wagner * m3-libs/m3core/: PkgTags, src/unix/freebsd-2/Umman.i3, src/unix/freebsd-2/Unix.i3, src/unix/freebsd-3/Umman.i3, src/unix/freebsd-3/Unix.i3, src/unix/freebsd-4/Umman.i3, src/unix/freebsd-4/Unix.i3: Make it compile on FreeBSD again after the off_t changes by Anthony Hosking. I've compiled everything on FreeBSD4 with these fixes and hope that it will work for FreeBSD2 and FreeBSD3 as well, in case anybody still needs them. modified: m3core/src/unix/freebsd-2/Umman.i3 modified: m3core/src/unix/freebsd-2/Unix.i3 modified: m3core/src/unix/freebsd-3/Umman.i3 modified: m3core/src/unix/freebsd-3/Unix.i3 modified: m3core/src/unix/freebsd-4/Umman.i3 modified: m3core/src/unix/freebsd-4/Unix.i3 2003-12-17 13:41 wagner * m3-libs/sgml/: PkgTags, src/m3overrides: fix problem report 215 added: sgml/src/m3overrides 2003-12-17 13:36 wagner * m3-libs/deepcopy/: PkgTags, src/m3overrides: fix problem report 214 added: deepcopy/src/m3overrides 2003-12-14 22:19 thielema * m3-libs/wellfett/: src/m3makefile, test/src/TestMatchWavelet.m3, test/src/m3makefile: adapted to new library name 'arithmetic' 2003-12-13 15:30 thielema * m3-libs/arithmetic/: .cvsignore, Makefile, report.txt, src/m3makefile, test/.cvsignore, test/src/TestFmtLex.m3, test/src/m3makefile: adapted library to new name 2003-12-13 15:28 thielema * doc/reference/objects.html: terminating quote was forgotten in HREF 2003-12-10 04:21 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/: accept.c, bind.c, close.c, connect.c, dup.c, dup2.c, gethostbyaddr.c, gethostbyname.c, getpeername.c, getsockname.c, listen.c, read.c, recv.c, recvfrom.c, select.c, send.c, sendto.c, shutdown.c, socket.c, socksconf.h, wrap.h, write.c: System call wrappers now correctly use weak symbols, so SOCKS wrappers can simply invoke the original names. 2003-12-09 00:37 hosking * m3-libs/m3core/src/runtime/common/RTHeapRep.m3: Permit RTAllocator to EXPORT RTHeapRep. 2003-12-08 19:53 hosking * m3-libs/m3core/src/runtime/common/: RTAllocator.m3, RTHeapRep.i3: Allow RTAllocator to EXPORT RTHeapRep. 2003-12-07 15:50 wagner * m3-libs/m3core/: PkgTags, src/runtime/LINUXLIBC6/RTHeapDep.m3, src/runtime/common/RTAllocator.m3: make it compile again on LINUXLIBC6 after recent changes modified: m3core/src/runtime/LINUXLIBC6/RTHeapDep.m3 modified: m3core/src/runtime/common/RTAllocator.m3 2003-12-07 15:28 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: update compiler version for current development and tests modified: cm3/src/Makefile.m3 2003-12-06 13:37 wagner * style/normal.css: check-in addition of two background style defs forgotten some months ago 2003-12-05 16:02 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: test new matching routines, especially how a larger (and correctly signed) wavelet amplitude reduces the approximation 2003-12-05 16:01 thielema * m3-libs/wellfett/src/wavelet/discrete/match/: MatchWavelet.ig, MatchWavelet.mg: new routines for matching: determine optimal amplitude of wavelet, determine optimal linear combination of generators without a wavelet 2003-12-04 15:32 thielema * m3-libs/plplot/: .cvsignore, src/m3makefile: correct compiler date, ignore LINUXLIBC6 directory for CVS 2003-12-01 16:57 thielema * m3-libs/wellfett/src/wavelet/discrete/match/: LongRealMatchWavelet.i3, LongRealMatchWavelet.m3, MatchWavelet.ig, MatchWavelet.mg, m3makefile, matchwavelet.tmpl: turned LongRealMatchWavelet into the generic module MatchWavelet 2003-12-01 16:36 thielema * m3-libs/wellfett/: src/wavelet/discrete/m3makefile, src/wavelet/discrete/match/LongRealMatchWavelet.i3, src/wavelet/discrete/match/LongRealMatchWavelet.m3, src/wavelet/discrete/match/m3makefile, test/src/PlotWavelets.i3, test/src/PlotWavelets.m3, test/src/TestMatchWavelet.i3, test/src/TestMatchWavelet.m3, test/src/m3makefile: moved PlotWavelets from test cases to a separate project, moved MatchPattern from TestMatchWavelet to a separate module 2003-12-01 04:17 hosking * m3-libs/m3core/src/runtime/common/RTAllocator.m3: Fix races in allocation and deallocation by wrapping calls to malloc/free with LockHeap/UnlockHeap. 2003-11-28 23:57 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/m3makefile: System call wrappers now correctly use weak symbols, so SOCKS wrappers can simply invoke the original names. 2003-11-28 23:34 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/RTSignal.m3: Map SIGBUS to SegV like SIGSEGV. 2003-11-28 23:20 hosking * m3-libs/m3core/src/unix/darwin-generic/Uresource.i3: Update comments. 2003-11-27 15:16 thielema * m3-libs/wellfett/test/src/: PlotWavelets.m3, TestMatchWavelet.m3, TestTransform.m3, TestTransition.m3: adapt to custom PLPlot error 2003-11-27 15:06 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/LongRealWaveletPlot.m3: adapt to custom PLPlot error 2003-11-27 15:04 thielema * m3-libs/plplot/swig/plplotmodula3.i: correct compiler date 2003-11-27 15:00 thielema * m3-libs/plplot/test/src/Main.m3: adapt to custom PLPlot error 2003-11-27 14:57 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: [no log message] 2003-11-26 22:24 thielema * m3-libs/plplot/: src/PLPlot.i3, src/PLPlot.m3, src/m3makefile, swig/plplotmodula3.i: made package independent from the arithmetic package 2003-11-26 20:03 thielema * m3-libs/plplot/swig/plplotmodula3.i: renamed typemaps to long style 2003-11-26 18:06 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/RTMachine.i3: Remove reference to m3_setjmp. 2003-11-26 16:23 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: fast generation of normal equation works 2003-11-26 10:20 thielema * m3-libs/wellfett/test/src/: PlotWavelets.m3, TestMatchWavelet.i3, TestMatchWavelet.m3: MatchPattern does no longer force to symmetric constellation of translates, test of fast computation of the normal equations 2003-11-26 10:19 thielema * m3-libs/wellfett/src/wavelet/discrete/: basis/m3makefile, refinable/RefinableFunc.ig: [no log message] 2003-11-25 11:42 thielema * m3-libs/arithmetic/src/basictypes/integer/: IntegerBasic.ig, IntegerBasic.mg: added reference to GCD paper 2003-11-24 20:31 hosking * m3-sys/: cm3/src/Builder.m3, cm3/src/config/PPC_DARWIN, cminstall/src/config/PPC_DARWIN: Remaining cleanup for PPC_DARWIN enhanced GC. 2003-11-24 18:26 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/RTMachine.i3: Updates to MacOSX interfaces. 2003-11-24 18:23 hosking * m3-libs/m3core/src/unix/darwin-generic/: Uexec.i3, Unix.i3, Uresource.i3, Usignal.i3, Usocket.i3, Utime.i3, off_t_wrap.c: Updated interfaces for MacOSX. 2003-11-24 15:51 wagner * m3-libs/m3core/: PkgTags, src/runtime/common/RTCollector.m3: add missing parenthesis modified: m3core/src/runtime/common/RTCollector.m3 2003-11-24 15:16 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: Test of numerical computation of the number of vanishing moments of a signal. I assumed that multiplying with Chebyshev polynomials instead of simple power functions would increase numerical stability but I couldn't find an example where this is really better. 2003-11-24 11:49 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: reading in a patterm to match from a text file 2003-11-24 04:04 hosking * m3-libs/m3core/src/runtime/PPC_DARWIN/RTHeapDep.m3: Accidently left in call to abort. 2003-11-22 10:36 thielema * m3-libs/: arithmetic/report.txt, arithmetic/src/inout/m3makefile, wellfett/src/m3makefile: [no log message] 2003-11-21 15:32 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestFmtLex.m3, m3makefile, template.m3: test parsing of vectors and matrices 2003-11-21 15:30 thielema * m3-libs/arithmetic/src/inout/text/: FmtLexSupport.i3, FmtLexSupport.m3: forward exceptions instead of catching them 2003-11-21 15:30 thielema * m3-libs/arithmetic/src/basictypes/: biginteger/BigIntegerFmtLex.i3, complex/ComplexFmtLex.ig, complex/ComplexFmtLex.mg, fraction/FractionFmtLex.ig, fraction/FractionFmtLex.mg, polar/PolarFmtLex.mg: removed some unused imports 2003-11-21 15:29 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/MatrixFmtLex.ig, matrix/MatrixFmtLex.mg, matrix/m3makefile, vector/VectorFmtLex.ig, vector/VectorFmtLex.mg, vector/vector.tmpl: to achieve all the flexibility when parsing vectors of some data, we also have to specify a termination character which could be the separator of the level above 2003-11-20 19:14 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.mg, algebra/polynomial/polynomial.tmpl, basictypes/biginteger/BigIntegerFmtLex.m3, basictypes/complex/ComplexFmtLex.ig, basictypes/complex/ComplexFmtLex.mg, basictypes/float/ExtendedFmtLexIntf.i3, basictypes/float/FloatFmtLex.mg, basictypes/float/LongRealFmtLexIntf.i3, basictypes/float/RealFmtLexIntf.i3, basictypes/fraction/FractionFmtLex.ig, basictypes/fraction/FractionFmtLex.mg, basictypes/integer/IntegerFmtLex.ig, basictypes/integer/IntegerFmtLex.mg, basictypes/polar/PolarFmtLex.ig, basictypes/polar/PolarFmtLex.mg, inout/text/FmtLexSupport.i3, inout/text/FmtLexSupport.m3, linearalgebra/matrix/MatrixFmtLex.ig, linearalgebra/matrix/MatrixFmtLex.mg, linearalgebra/matrix/matrix.tmpl, linearalgebra/vector/VectorFmtLex.mg, linearalgebra/vector/m3makefile, linearalgebra/vector/vector.tmpl: implemented some of the Lex routines 2003-11-20 17:40 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.ig, algebra/polynomial/PolynomialFmtLex.mg, basictypes/biginteger/BigIntegerFmtLex.m3, basictypes/complex/ComplexFmtLex.ig, basictypes/complex/ComplexFmtLex.mg, basictypes/float/FloatFmtLex.ig, basictypes/float/FloatFmtLex.mg, basictypes/fraction/FractionFmtLex.ig, basictypes/fraction/FractionFmtLex.mg, basictypes/integer/IntegerFmtLex.ig, basictypes/integer/IntegerFmtLex.mg, basictypes/physicalunit/PhysicalUnitFmtLex.i3, basictypes/physicalunit/PhysicalUnitFmtLex.m3, basictypes/physicalunit/PhysicalValueFmtLex.ig, basictypes/physicalunit/PhysicalValueFmtLex.mg, basictypes/polar/PolarFmtLex.ig, basictypes/polar/PolarFmtLex.mg, linearalgebra/matrix/MatrixFmtLex.ig, linearalgebra/matrix/MatrixFmtLex.mg, linearalgebra/vector/VectorFmtLex.ig, linearalgebra/vector/VectorFmtLex.mg: inserted skeleton for Lex routine into the implementation 2003-11-20 16:09 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.ig, algebra/polynomial/PolynomialFmtLex.mg, basictypes/biginteger/BigIntegerFmtLex.i3, basictypes/biginteger/BigIntegerFmtLex.m3, basictypes/complex/ComplexFmtLex.ig, basictypes/complex/ComplexFmtLex.mg, basictypes/float/FloatFmtLex.ig, basictypes/float/FloatFmtLex.mg, basictypes/fraction/FractionFmtLex.ig, basictypes/fraction/FractionFmtLex.mg, basictypes/integer/IntegerFmtLex.ig, basictypes/integer/IntegerFmtLex.mg, basictypes/physicalunit/PhysicalUnitFmtLex.i3, basictypes/physicalunit/PhysicalUnitFmtLex.m3, basictypes/physicalunit/PhysicalValueFmtLex.ig, basictypes/polar/PolarFmtLex.ig, basictypes/polar/PolarFmtLex.mg, linearalgebra/matrix/MatrixFmtLex.ig, linearalgebra/matrix/MatrixFmtLex.mg, linearalgebra/vector/VectorFmtLex.ig, linearalgebra/vector/VectorFmtLex.mg: added Lex procedure interface; removed ruler comments 2003-11-20 15:36 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.ig, basictypes/biginteger/BigIntegerFmtLex.i3, basictypes/complex/ComplexFmtLex.ig, basictypes/float/FloatFmtLex.ig, basictypes/fraction/FractionFmtLex.ig, basictypes/integer/IntegerFmtLex.ig, basictypes/physicalunit/PhysicalUnitFmtLex.i3, basictypes/physicalunit/PhysicalValueFmtLex.ig, basictypes/polar/PolarFmtLex.ig, linearalgebra/matrix/MatrixFmtLex.ig, linearalgebra/vector/VectorFmtLex.ig, linearalgebra/vector/VectorFmtLex.mg: grouped format types for Fmt and Tex with their procedures; m3pp formatted 2003-11-20 09:34 thielema * m3-libs/plplot/: src/PLPlot.m3, src/PLPlotRaw.i3, src/m3makefile, swig/plplotmodula3.i, test/src/Main.m3, test/src/m3makefile: separated PLPlot wrapper package can be used (with cm3), there remain problems with the library path 2003-11-20 09:21 thielema * m3-libs/arithmetic/: src/m3makefile, src/algebra/chebyshev/m3makefile, src/algebra/misc/m3makefile, src/algebra/polynomial/m3makefile, src/algebra/root/m3makefile, src/basictypes/biginteger/m3makefile, src/basictypes/complex/m3makefile, src/basictypes/float/m3makefile, src/basictypes/fraction/m3makefile, src/basictypes/integer/m3makefile, src/basictypes/physicalunit/m3makefile, src/basictypes/polar/m3makefile, src/inout/m3makefile, src/inout/text/m3makefile, src/linearalgebra/fourier/m3makefile, src/linearalgebra/matrix/m3makefile, src/linearalgebra/vector/m3makefile, src/misc/approximation/m3makefile, src/misc/functional/m3makefile, src/misc/lowlevel/m3makefile, src/misc/stochastic/m3makefile, test/src/m3makefile: capitalized Module, Interface etc. to declare their visibility, this was ignored by cm3 2003-11-19 23:12 thielema * m3-libs/plplot/: Makefile, src/PLPlot.i3, src/PLPlotRaw.i3, src/m3makefile, swig/plplotmodula3.i: swig interface manually create import_lib quake statement for libplplotd 2003-11-19 17:19 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestPLPlot.m3, m3makefile: removed test case for plplot 2003-11-19 14:31 hosking * m3-libs/m3core/src/runtime/: POSIX/RTOS.m3, common/RTCollector.m3, common/RTHeapRep.i3: Fix longstanding bug in address computations in GrowHeap -- use Word operations instead of INTEGER arithmetic, so that high addresses returned from mmap work correctly. 2003-11-18 10:19 hosking * m3-libs/m3core/src/runtime/POSIX/RTOS.m3: Need to pass both MAP_ANON and MAP_PRIVATE to mmap. 2003-11-18 10:18 hosking * m3-libs/m3core/src/unix/solaris-2-x/: Umman.i3, Unix.i3: Tweaks to make things compile. 2003-11-18 09:09 thielema * m3-libs/wellfett/test/src/: Main.m3, TestMatchWavelet.m3: prepared for demonstration of how smoothness evolves with decreasing eigenvalues 2003-11-18 08:24 hosking * m3-libs/m3core/src/unix/linux-libc6/Umman.i3: Match latest headers. 2003-11-18 07:04 hosking * m3-libs/m3core/src/unix/: aix-3-2/Utypes.m3, aix-ps2-1-2/Utypes.m3, cygwin/Utypes.m3, freebsd-1/Utypes.m3, hpux-7-0/Utypes.m3, ibm-4-3/Utypes.m3, irix-5.2/Utypes.m3, linux/Utypes.m3, linux-libc6/Utypes.m3, os2/Utypes.m3, osf-1.ALPHA_OSF/Utypes.m3, osf-1.DS3100/Utypes.m3, solaris-2-x/Utypes.m3, sunos-4-x/Utypes.m3, sysv-4.0/Utypes.m3, ultrix-3-1.generic/Utypes.m3: Need declaration of long for asLong. 2003-11-18 06:16 hosking * m3-lectern/lecterntohtml/src/FSPosixExtras.m3, m3-libs/libm3/src/os/POSIX/FSPosix.m3, m3-libs/libm3/src/os/POSIX/FilePosix.m3, m3-libs/libm3/src/os/POSIX/SocketPosix.m3, m3-libs/m3core/src/C/PPC_DARWIN/Csetjmp.i3, m3-libs/m3core/src/Csupport/Common/hand.c, m3-libs/m3core/src/runtime/POSIX/RTOS.m3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTHeapDep.m3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTHeapDepC.i3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTMachine.i3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTSignal.m3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTStackASM.s, m3-libs/m3core/src/runtime/PPC_DARWIN/RTThread.m3, m3-libs/m3core/src/runtime/PPC_DARWIN/RTThreadC.s, m3-libs/m3core/src/runtime/PPC_DARWIN/_fpsetjmp.s, m3-libs/m3core/src/runtime/PPC_DARWIN/m3makefile, m3-libs/m3core/src/unix/aix-3-2/Udir.i3, m3-libs/m3core/src/unix/aix-3-2/Udir.m3, m3-libs/m3core/src/unix/aix-3-2/Uexec.i3, m3-libs/m3core/src/unix/aix-3-2/Unix.i3, m3-libs/m3core/src/unix/aix-3-2/Uresource.i3, m3-libs/m3core/src/unix/aix-3-2/Utypes.i3, m3-libs/m3core/src/unix/aix-3-2/Utypes.m3, m3-libs/m3core/src/unix/aix-3-2/m3makefile, m3-libs/m3core/src/unix/aix-ps2-1-2/Udir.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Udir.m3, m3-libs/m3core/src/unix/aix-ps2-1-2/Uexec.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Unix.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Uresource.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Utypes.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Utypes.m3, m3-libs/m3core/src/unix/aix-ps2-1-2/m3makefile, m3-libs/m3core/src/unix/cygwin/Utypes.i3, m3-libs/m3core/src/unix/cygwin/Utypes.m3, m3-libs/m3core/src/unix/darwin-generic/Udir.i3, m3-libs/m3core/src/unix/darwin-generic/Uerror.i3, m3-libs/m3core/src/unix/darwin-generic/Umman.i3, m3-libs/m3core/src/unix/darwin-generic/Unix.i3, m3-libs/m3core/src/unix/darwin-generic/Uresource.i3, m3-libs/m3core/src/unix/darwin-generic/Usignal.i3, m3-libs/m3core/src/unix/darwin-generic/Usignal.m3, m3-libs/m3core/src/unix/darwin-generic/Ustat.i3, m3-libs/m3core/src/unix/darwin-generic/Utypes.i3, m3-libs/m3core/src/unix/darwin-generic/off_t_wrap.c, m3-libs/m3core/src/unix/darwin-i386/Uucontext.i3, m3-libs/m3core/src/unix/darwin-i386/m3makefile, m3-libs/m3core/src/unix/darwin-ppc/Uucontext.i3, m3-libs/m3core/src/unix/darwin-ppc/m3makefile, m3-libs/m3core/src/unix/freebsd-1/Uresource.i3, m3-libs/m3core/src/unix/freebsd-1/Utypes.i3, m3-libs/m3core/src/unix/freebsd-1/Utypes.m3, m3-libs/m3core/src/unix/freebsd-2/Unix.i3, m3-libs/m3core/src/unix/freebsd-2/Uresource.i3, m3-libs/m3core/src/unix/freebsd-2/Ustat.i3, m3-libs/m3core/src/unix/freebsd-2/Utypes.i3, m3-libs/m3core/src/unix/freebsd-2/off_t_wrap.c, m3-libs/m3core/src/unix/freebsd-3/Unix.i3, m3-libs/m3core/src/unix/freebsd-3/Uresource.i3, m3-libs/m3core/src/unix/freebsd-3/Ustat.i3, m3-libs/m3core/src/unix/freebsd-3/Utypes.i3, m3-libs/m3core/src/unix/freebsd-3/off_t_wrap.c, m3-libs/m3core/src/unix/freebsd-4/Unix.i3, m3-libs/m3core/src/unix/freebsd-4/Ustat.i3, m3-libs/m3core/src/unix/freebsd-4/Utypes.i3, m3-libs/m3core/src/unix/freebsd-4/off_t_wrap.c, m3-libs/m3core/src/unix/hpux-7-0/Uexec.i3, m3-libs/m3core/src/unix/hpux-7-0/Unix.i3, m3-libs/m3core/src/unix/hpux-7-0/Uresource.i3, m3-libs/m3core/src/unix/hpux-7-0/Utypes.i3, m3-libs/m3core/src/unix/hpux-7-0/Utypes.m3, m3-libs/m3core/src/unix/ibm-4-3/Uexec.i3, m3-libs/m3core/src/unix/ibm-4-3/Unix.i3, m3-libs/m3core/src/unix/ibm-4-3/Uresource.i3, m3-libs/m3core/src/unix/ibm-4-3/Utypes.i3, m3-libs/m3core/src/unix/ibm-4-3/Utypes.m3, m3-libs/m3core/src/unix/ibm-4-3/m3makefile, m3-libs/m3core/src/unix/irix-5.2/Uexec.i3, m3-libs/m3core/src/unix/irix-5.2/Unix.i3, m3-libs/m3core/src/unix/irix-5.2/Uresource.i3, m3-libs/m3core/src/unix/irix-5.2/Utypes.i3, m3-libs/m3core/src/unix/irix-5.2/Utypes.m3, m3-libs/m3core/src/unix/linux/Uerror.i3, m3-libs/m3core/src/unix/linux/Uexec.i3, m3-libs/m3core/src/unix/linux/Umman.i3, m3-libs/m3core/src/unix/linux/Unix.i3, m3-libs/m3core/src/unix/linux/Uresource.i3, m3-libs/m3core/src/unix/linux/Usignal.i3, m3-libs/m3core/src/unix/linux/Utypes.i3, m3-libs/m3core/src/unix/linux/Utypes.m3, m3-libs/m3core/src/unix/linux-libc6/Unix.i3, m3-libs/m3core/src/unix/linux-libc6/Uresource.i3, m3-libs/m3core/src/unix/linux-libc6/Usignal.i3, m3-libs/m3core/src/unix/linux-libc6/Utermio.i3, m3-libs/m3core/src/unix/linux-libc6/Utypes.i3, m3-libs/m3core/src/unix/linux-libc6/Utypes.m3, m3-libs/m3core/src/unix/os2/Utypes.i3, m3-libs/m3core/src/unix/os2/Utypes.m3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Umman.i3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Unix.i3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Usignal.i3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Usignal.m3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Utypes.i3, m3-libs/m3core/src/unix/osf-1.ALPHA_OSF/Utypes.m3, m3-libs/m3core/src/unix/osf-1.DS3100/Unix.i3, m3-libs/m3core/src/unix/osf-1.DS3100/Utypes.i3, m3-libs/m3core/src/unix/osf-1.DS3100/Utypes.m3, m3-libs/m3core/src/unix/osf-1.DS3100/m3makefile, m3-libs/m3core/src/unix/osf-1.generic/Uexec.i3, m3-libs/m3core/src/unix/osf-1.generic/Uresource.i3, m3-libs/m3core/src/unix/solaris-2-x/Unix.i3, m3-libs/m3core/src/unix/solaris-2-x/Uresource.i3, m3-libs/m3core/src/unix/solaris-2-x/Usignal.i3, m3-libs/m3core/src/unix/solaris-2-x/Utypes.i3, m3-libs/m3core/src/unix/solaris-2-x/Utypes.m3, m3-libs/m3core/src/unix/sunos-4-x/Uexec.i3, m3-libs/m3core/src/unix/sunos-4-x/Unix.i3, m3-libs/m3core/src/unix/sunos-4-x/Uresource.i3, m3-libs/m3core/src/unix/sunos-4-x/Utypes.i3, m3-libs/m3core/src/unix/sunos-4-x/Utypes.m3, m3-libs/m3core/src/unix/sysv-4.0/Uexec.i3, m3-libs/m3core/src/unix/sysv-4.0/Unix.i3, m3-libs/m3core/src/unix/sysv-4.0/Uresource.i3, m3-libs/m3core/src/unix/sysv-4.0/Utypes.i3, m3-libs/m3core/src/unix/sysv-4.0/Utypes.m3, m3-libs/m3core/src/unix/sysv-4.0/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.AP3000/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.AP3000/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.AP3000/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.AP3000/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.ARM/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.ARM/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.ARM/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.ARM/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.DS3100/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.DS3100/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.DS3100/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.DS3100/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.NEXT/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.NEXT/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.NEXT/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.NEXT/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.SEQUENT/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.SEQUENT/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.SEQUENT/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.SEQUENT/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.SUN3/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN3/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN3/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN3/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.SUN386/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN386/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN386/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN386/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.UMAX/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.UMAX/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.UMAX/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.UMAX/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.VAX/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.VAX/Unix.i3, m3-libs/m3core/src/unix/ultrix-3-1.VAX/Utypes.i3, m3-libs/m3core/src/unix/ultrix-3-1.VAX/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.generic/Uresource.i3, m3-libs/m3core/src/unix/ultrix-3-1.generic/Utypes.m3, m3-libs/m3core/src/unix/ultrix-3-1.generic/m3makefile, m3-mail/llscan/src/SRCstdlib.h, m3-mail/llscan/src/err.c, m3-mail/llscan/src/err.h, m3-mail/llscan/src/llscan.c, m3-mail/llscan/src/strlib.c, m3-mail/llscan/src/strlib.h, m3-mail/postcard/src/OSUtils.m3, m3-mail/webcard/src/OSUtils.m3, m3-sys/cm3/src/config/PPC_DARWIN, m3-sys/cminstall/src/config/PPC_DARWIN, m3-sys/m3middle/src/Target.m3, scripts/sysinfo.sh: Support for enhanced GC on PPC_DARWIN. Some minor fixes for previous build glitches on PPC_DARWIN (eg, undefined symbols). 2003-11-18 04:15 hosking * m3-ui/ui/src/xvbt/XScrnCrsr.m3: Work around gcc internal compiler error. 2003-11-17 20:49 thielema * m3-libs/plplot/: Makefile, src/PLPlotRaw.i3, src/PLPlotRaw.m3, src/m3makefile, swig/plplotmodula3.i: separated interface to PLPlot from arithmetic library, made Makefile 2003-11-17 17:39 thielema * m3-libs/wellfett/test/src/PlotWavelets.m3: if vanishing moments of wavelet and pattern don't match, the approximation is bad 2003-11-17 16:05 thielema * m3-libs/wellfett/test/src/: PlotWavelets.m3, TestMatchWavelet.i3, TestMatchWavelet.m3: make MatchPattern usable for computation. Show crappy dual generator caused by unconstrained lifting. 2003-11-17 16:02 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/DyadicFilterBank.ig, src/wavelet/discrete/basis/DyadicFilterBank.mg, src/wavelet/discrete/basis/LongRealWaveletPlot.m3, test/src/TestTransform.m3: There is no difference between conversion from primal to dual basis and back. GetComplement replaces PrimalToDual and DualToPrimal. 2003-11-14 19:53 thielema * m3-libs/wellfett/test/src/PlotWavelets.m3: use CDF-3,5 instead of CDF-2,4 to get a better fit to the ramp target 2003-11-14 19:50 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.i3, TestMatchWavelet.m3: export simple MatchPattern routine so that it can be used by PlotWavelets 2003-11-14 17:52 thielema * m3-libs/plplot/: swig/plplotmodula3.i, src/PLPlot.i3, src/PLPlot.m3, src/PLPlotRaw.i3: make use of automatic constant conversion 2003-11-13 17:46 thielema * m3-libs/wellfett/test/src/PlotWavelets.m3: wider pen suitable for presentations on foils 2003-11-13 16:17 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/DyadicFilterBank.ig, src/wavelet/discrete/basis/DyadicFilterBank.mg, test/.cvsignore, test/src/PlotWavelets.m3: forgot the adjoint in DualToPrimal what didn't make much problems when considering symmetric filters 2003-11-12 15:11 thielema * m3-libs/wellfett/test/src/: Main.m3, PlotWavelets.i3, PlotWavelets.m3, m3makefile: plots of some common wavelets that matches those from 'ten lectures on wavelets' 2003-11-12 14:21 thielema * m3-libs/wellfett/: src/wavelet/discrete/refinable/RefinableFunc.ig, src/wavelet/discrete/refinable/RefinableFunc.mg, src/wavelet/discrete/refinable/RefinableSmooth.ig, src/wavelet/discrete/refinable/RefinableSmooth.mg, src/wavelet/discrete/refinable/refinablefunc.tmpl, test/src/TestTransition.m3: moved some smoothness related routines from RefinableFunc to RefinableSmooth 2003-11-12 11:49 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, test/src/TestTransform.m3: extractPeak instead of downsampling and upsampling 2003-11-11 19:10 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.m3, TestTransform.m3: Now an impulse can be reconstructed after the modified DWT. 2003-11-11 19:03 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: ScalingType forbids Scaling factor to be 0 2003-11-11 18:39 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.m3, TestTransform.m3: I thought it would be clever to move the vanishing moments from the analysis highpass to the synthesis highpass. This won't work because after applying the vanishing moments you have to downsample and upsample again. This is equal to clearing all coefficients at odd positions. 2003-11-11 18:09 thielema * m3-libs/wellfett/src/signal/Signal.mg: fixed ConvolveDown using SliceRev 2003-11-11 18:07 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/: BSplineWavelet.mg, bsplinewavelet.tmpl: fixed GeneratorMask 2003-11-11 18:07 thielema * m3-libs/wellfett/src/signal/Signal.mg: fixed ConvolveDown 2003-11-11 13:43 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.i3, TestMatchWavelet.m3, TestTransform.m3: Checked perfect for matched wavelet mask. I had to fiddeled around with translations and negations to get it. It does now work for all tested cases of vanishing moments but it is not really satisfying. 2003-11-11 13:38 thielema * m3-libs/wellfett/src/wavelet/discrete/transform/: DiscreteWaveletTransform.ig, DiscreteWaveletTransform.mg: VS->SV, MS->SM matches the abbreviation conventions 2003-11-11 13:37 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/BSplineWavelet.mg: use V.NewUniform for initialization 2003-11-11 06:19 hosking * m3-libs/m3core/src/runtime/: SOLgnu/RTThread.m3, SOLsun/RTThread.m3: Fix bug in UpdateFrameForNewSP: new thread frames should have a NIL savfp. 2003-11-05 09:23 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/DyadicFilterBank.ig, src/wavelet/discrete/basis/DyadicFilterBank.mg, src/wavelet/discrete/basis/FilterBank.ig, src/wavelet/discrete/basis/FilterBank.mg, src/wavelet/discrete/basis/LongRealWaveletPlot.m3, src/wavelet/discrete/basis/filterbank.tmpl, src/wavelet/discrete/basis/m3makefile, test/src/TestTransform.m3: conversion between primal and dual filter pair moved to separate module 2003-11-03 21:11 thielema * m3-libs/wellfett/: src/wavelet/discrete/transform/DiscreteWaveletTransform.ig, src/wavelet/discrete/transform/DiscreteWaveletTransform.mg, src/wavelet/discrete/transform/discretewavelettransform.tmpl, test/src/Main.m3, test/src/TestCDFLifting.m3, test/src/TestTransform.i3, test/src/TestTransform.m3, test/src/m3makefile: discrete translation invariant wavelet transform works 2003-11-03 21:08 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: Signals might be multidimensional in future and need scaling matrices instead of scaling factors 2003-11-03 20:35 thielema * m3-libs/arithmetic/src/linearalgebra/: vector/Vector.ig, vector/Vector.mg, vector/VectorBasic.ig, vector/VectorBasic.mg, vector/VectorFast.ig, vector/VectorRep.ig, matrix/MatrixBasic.mg: new dot product without adjoint 2003-11-03 20:34 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexFast.ig, complex/ComplexTrans.ig, float/FloatBasic.ig, float/FloatTrans.ig: Half 2003-10-31 18:12 thielema * m3-libs/wellfett/src/wavelet/discrete/transform/: DiscreteWaveletTransform.ig, DiscreteWaveletTransform.mg, discretewavelettransform.tmpl: discrete wavelet transform allows for different numbers of channels and down-sampling factor 2003-10-31 17:41 thielema * m3-libs/wellfett/: src/wavelet/discrete/transform/DiscreteWaveletTransform.ig, src/wavelet/discrete/transform/DiscreteWaveletTransform.mg, test/src/TestMatchWavelet.m3: discrete wavelet transform: analysis and synthesis, special case dyadic transform with multiple levels 2003-10-30 15:38 thielema * m3-libs/wellfett/src/: signal/Signal.ig, signal/Signal.mg, signal/m3makefile, wavelet/discrete/m3makefile, wavelet/discrete/transform/DiscreteWaveletTransform.ig, wavelet/discrete/transform/DiscreteWaveletTransform.mg, wavelet/discrete/transform/discretewavelettransform.tmpl, wavelet/discrete/transform/m3makefile: discrete wavelet transform 2003-10-29 16:08 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: We achieve good approximation of the ramp for the dual wavelet and good smoothness for the primal wavelet. 2003-10-29 16:05 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: Replaced dynamic object methods by a parameter that matches the number of vanishing moments of the pattern. The number of the vanishing moments that are turned into smoothness factors on the primal side can be even higher. 2003-10-28 15:18 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: show wavelet functions as they appear by using a modified DWT 2003-10-28 15:17 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/: LongRealWaveletPlot.i3, LongRealWaveletPlot.m3: PlotAnyYLim gDual instead of gdual and so on 2003-10-22 17:39 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/LongRealWaveletPlot.i3, src/wavelet/discrete/basis/LongRealWaveletPlot.m3, test/src/TestBSpline.m3, test/src/TestCDFLifting.m3: more versions of plotting for specific types of wavelet bases 2003-10-22 17:15 hosking * m3-sys/cm3/src/config/ALPHA_OSF: CM3/PM3 on ALPHA_OSF now runs with shared libraries when compiling with the gcc-3.x backend, so m3_link changed accordingly. 2003-10-21 17:39 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: choice between approximation for standard and vanishing moment deferring DWT is made by objects 2003-10-21 03:01 hosking * m3-sys/m3front/src/misc/CG.m3: Replace hardcoded use of 32-bit alignment mask for Closure alignment. Assume it is aligned to at least Integer.align so compute mask from TargetMap.CG_Align_bytes[Target.Integer.cg_type]. 2003-10-20 21:54 hosking * m3-sys/m3middle/src/Target.m3: The ALPHA_OSF backend based on gcc-3.x no longer ordinarily aligns functions, resulting in alignment traps for checking if a closure has been passed. Setting -falign-functions=8 eliminates the traps. In general we should probably also set Target.Aligned_procedures=FALSE for ALPHA_OSF, though this results in slightly higher overhead for closure checking (see CG.If_closure in m3front/src/misc for details). Doing this will ensure that non-M3 functions passed as procedure parameters to M3 code will never cause alignment traps (as for Main__M3 passed to RTLinker.AddUnit in __m3main). 2003-10-20 17:21 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: use of upConvolve instead of separated upsample and convolve 2003-10-20 13:40 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: choice between fixed and variable amplitude of the basic wavelet is implemented with an object class hierarchy 2003-10-18 07:41 thielema * m3-libs/plplot/swig/plplotmodula3.i: Modula set type for plbox and plaxes options 2003-10-18 07:38 thielema * m3-libs/plplot/swig/plplotmodula3.i: add import statements depending on 'import' extensions for typemaps 2003-10-16 17:18 thielema * m3-libs/wellfett/: src/signal/m3makefile, src/signal/signal.tmpl, src/wavelet/discrete/basis/BSplineWavelet.ig, src/wavelet/discrete/basis/BSplineWavelet.mg, src/wavelet/discrete/basis/LongRealWaveletPlot.m3, src/wavelet/discrete/basis/bsplinewavelet.tmpl, src/wavelet/discrete/basis/daubechieswavelet.tmpl, src/wavelet/discrete/basis/m3makefile, src/wavelet/discrete/refinable/RefinableSmooth.ig, src/wavelet/discrete/refinable/RefinableSmooth.mg, src/wavelet/discrete/refinable/m3makefile, src/wavelet/discrete/refinable/refinablefunc.tmpl, test/src/TestMatchWavelet.m3: separated smoothness estimation to a new module 2003-10-15 16:42 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: modulated gaussian can also be used for bandpass filtering 2003-10-15 13:31 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.m3, Main.m3: modulated sinc function can be used for bandpass filtering approximation of such a function tends to be better if it is larger (it does, of course, because the number of relative degree of freedem is larger) 2003-10-14 04:56 hosking * m3-sys/m3cc/gcc/gcc/m3cg/decl.c: Fix t_int for 64-bit ALPHA_OSF to be same as for 32-bit targets. Bootstrapping ALPHA_OSF now. 2003-10-12 06:17 hosking * m3-sys/m3cc/src/m3makefile: Oops. Left a couple lines in. 2003-10-12 06:15 hosking * m3-sys/m3cc/src/m3makefile: Use guessed configuration for gcc when host and target are the same. Use enable-languages flag to configure (use of LANGUAGES=... is deprecated). Add machinery to build mips-tfile for ALPHA_OSF. 2003-10-12 05:38 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Setting DECL_NONLOCAL is now the only way to force memory (ie, stack frame) allocation for parameters/locals -- DECL_ADDRESSABLE merely permits addressing a value, even though it may still end up in a register (ie, if the address is always dereferenced, as in the C code *&x). 2003-10-12 04:41 hosking * m3-sys/m3cc/gcc/gcc/function.c: Patch to gcc for bug #12544. 2003-10-11 Eric Botcazou PR optimization/12544 * function.c (put_var_into_stack): Don't generate ADDRESSOFs for DECL_NONLOCAL decls. 2003-10-10 02:34 hosking * m3-sys/cm3/src/config/: ALPHA_OSF, SOLgnu, SOLsun: gcc-based backend now successfully generates exception scope tables. 2003-10-10 02:29 hosking * m3-sys/m3cc/gcc/gcc/: expr.c, final.c, m3cg/parse.c: Fixes to permit use of stack unwinding exception mechanisms (e.g., for ALPHA_OSF, SOLsun/SOLgnu). Incorporated selected simplifications from PM3 version of the gcc backend. Successfully bootstrapped on SOLgnu with -O1. Only known problem is for passing of large by-value parameters that are also accessed by nested functions (workarounds are straightforward using READONLY and copying) -- this is a known bug in gcc-3.3.1 and should be remedied by 3.3.3 (gcc bug #12544). Witness the behavior of the following C program, which causes an internal compiler error: typedef struct { int a; int f; } A; A *b; void x (A a) { void y () { a.a = 0; } b = &a; y(); } For -O2 there still seem to be problems (basic block reordering and sibling call optimisations break on Solaris) -- not sure if these are problems inherent to the cm3 backend or not. 2003-10-09 15:43 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixTrans.ig, MatrixTrans.mg, matrix.tmpl: Frobenius norm 2003-10-09 15:43 thielema * m3-libs/arithmetic/src/basictypes/float/: FloatTrans.ig, FloatTrans.mg: more logarithms 2003-10-09 15:22 thielema * m3-libs/wellfett/test/src/: Main.m3, TestTransition.m3: compare the eigenvalue square sum estimate with the Frobenius norm, here the Frobenius norm looks quite poor 2003-10-09 15:21 thielema * m3-libs/wellfett/test/src/: TestDaubechies.m3, TestMatchWavelet.m3: removed 'Fast' and 'Basic' suffices 2003-10-07 08:39 thielema * m3-libs/arithmetic/: src/algebra/misc/Combinatoric.mg, test/src/TestRoot.m3, test/src/TestUnit.m3: turned some useless TRYs into <*FATAL*> 2003-10-07 08:38 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorSupport.ig, VectorSupport.mg, m3makefile, vector.tmpl: removed general routines from VectorSupport that was also in VectorRep 2003-10-06 11:29 thielema * m3-libs/: arithmetic/doc/arch.tex, arithmetic/doc/introduction.tex, arithmetic/src/algebra/chebyshev/ChebyPolynomial.ig, arithmetic/src/algebra/chebyshev/ChebyPolynomial.mg, arithmetic/src/algebra/chebyshev/ChebyPolynomialFast.ig, arithmetic/src/algebra/chebyshev/ChebyPolynomialFast.mg, arithmetic/src/algebra/chebyshev/chebypolynomial.tmpl, arithmetic/src/algebra/chebyshev/m3makefile, arithmetic/src/algebra/misc/combinatoric.tmpl, arithmetic/src/algebra/misc/gcd.tmpl, arithmetic/src/algebra/misc/integerpower.tmpl, arithmetic/src/algebra/misc/m3makefile, arithmetic/src/algebra/polynomial/Polynomial.ig, arithmetic/src/algebra/polynomial/Polynomial.mg, arithmetic/src/algebra/polynomial/PolynomialBasic.ig, arithmetic/src/algebra/polynomial/PolynomialBasic.mg, arithmetic/src/algebra/polynomial/PolynomialFast.ig, arithmetic/src/algebra/polynomial/PolynomialFast.mg, arithmetic/src/algebra/polynomial/m3makefile, arithmetic/src/algebra/polynomial/polynomial.tmpl, arithmetic/src/algebra/root/RootApproximation.mg, arithmetic/src/algebra/root/RootBasic.ig, arithmetic/src/algebra/root/RootBasic.mg, arithmetic/src/algebra/root/m3makefile, arithmetic/src/algebra/root/root.tmpl, arithmetic/src/basictypes/biginteger/BigInteger.i3, arithmetic/src/basictypes/biginteger/BigInteger.m3, arithmetic/src/basictypes/biginteger/BigIntegerBasic.i3, arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3, arithmetic/src/basictypes/biginteger/BigIntegerFmtLex.i3, arithmetic/src/basictypes/biginteger/BigIntegerFmtLex.m3, arithmetic/src/basictypes/biginteger/BigIntegerRep.i3, arithmetic/src/basictypes/biginteger/BigIntegerRep.m3, arithmetic/src/basictypes/biginteger/m3makefile, arithmetic/src/basictypes/complex/ComplexBasic.ig, arithmetic/src/basictypes/complex/ComplexBasic.mg, arithmetic/src/basictypes/complex/ComplexFast.ig, arithmetic/src/basictypes/complex/ComplexFast.mg, arithmetic/src/basictypes/complex/ComplexTrans.ig, arithmetic/src/basictypes/complex/ComplexTrans.mg, arithmetic/src/basictypes/complex/complex.tmpl, arithmetic/src/basictypes/complex/m3makefile, arithmetic/src/basictypes/float/FloatBasic.ig, arithmetic/src/basictypes/float/FloatBasic.mg, arithmetic/src/basictypes/fraction/FractionBasic.ig, arithmetic/src/basictypes/fraction/FractionBasic.mg, arithmetic/src/basictypes/fraction/FractionFmtLex.ig, arithmetic/src/basictypes/fraction/FractionFmtLex.mg, arithmetic/src/basictypes/fraction/fraction.tmpl, arithmetic/src/basictypes/fraction/m3makefile, arithmetic/src/basictypes/physicalunit/PhysicalValueFmtLex.ig, arithmetic/src/basictypes/physicalunit/PhysicalValueFmtLex.mg, arithmetic/src/basictypes/physicalunit/m3makefile, arithmetic/src/basictypes/physicalunit/physicalvalue.tmpl, arithmetic/src/basictypes/polar/PolarBasic.ig, arithmetic/src/basictypes/polar/PolarBasic.mg, arithmetic/src/basictypes/polar/PolarFmtLex.ig, arithmetic/src/basictypes/polar/PolarFmtLex.mg, arithmetic/src/basictypes/polar/m3makefile, arithmetic/src/basictypes/polar/polar.tmpl, plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, arithmetic/src/linearalgebra/fourier/fourier.tmpl, arithmetic/src/linearalgebra/fourier/m3makefile, arithmetic/src/linearalgebra/matrix/FloatMatrixLapack.mg, arithmetic/src/linearalgebra/matrix/Matrix.ig, arithmetic/src/linearalgebra/matrix/Matrix.mg, arithmetic/src/linearalgebra/matrix/MatrixBasic.ig, arithmetic/src/linearalgebra/matrix/MatrixBasic.mg, arithmetic/src/linearalgebra/matrix/MatrixDecomposition.mg, arithmetic/src/linearalgebra/matrix/MatrixFast.ig, arithmetic/src/linearalgebra/matrix/MatrixFast.mg, arithmetic/src/linearalgebra/matrix/m3makefile, arithmetic/src/linearalgebra/matrix/matrix.tmpl, arithmetic/src/linearalgebra/vector/Vector.ig, arithmetic/src/linearalgebra/vector/Vector.mg, arithmetic/src/linearalgebra/vector/VectorBasic.ig, arithmetic/src/linearalgebra/vector/VectorBasic.mg, arithmetic/src/linearalgebra/vector/VectorFast.ig, arithmetic/src/linearalgebra/vector/VectorFast.mg, arithmetic/src/linearalgebra/vector/VectorRep.ig, arithmetic/src/linearalgebra/vector/VectorRep.mg, arithmetic/src/linearalgebra/vector/VectorSupport.ig, arithmetic/src/linearalgebra/vector/VectorTrans.mg, arithmetic/src/linearalgebra/vector/m3makefile, arithmetic/src/linearalgebra/vector/vector.tmpl, arithmetic/src/misc/approximation/EulerSum.ig, arithmetic/src/misc/approximation/EulerSum.mg, arithmetic/src/misc/approximation/FindZero.mg, arithmetic/src/misc/approximation/Interpolation.ig, arithmetic/src/misc/approximation/Interpolation.mg, arithmetic/src/misc/approximation/eulersum.tmpl, arithmetic/src/misc/approximation/findzero.tmpl, arithmetic/src/misc/approximation/interpolation.tmpl, arithmetic/src/misc/approximation/m3makefile, arithmetic/src/misc/functional/functional.tmpl, arithmetic/src/misc/functional/m3makefile, arithmetic/test/src/Test.m3, arithmetic/test/src/TestBigInteger.m3, arithmetic/test/src/TestChebyshev.m3, arithmetic/test/src/TestComplex.m3, arithmetic/test/src/TestEigenSystem.m3, arithmetic/test/src/TestFunctional.m3, arithmetic/test/src/TestGCD.m3, arithmetic/test/src/TestLapack.m3, arithmetic/test/src/TestMatrix.m3, arithmetic/test/src/TestPLPlot.m3, arithmetic/test/src/TestPolynomial.m3, arithmetic/test/src/TestRoot.m3, arithmetic/test/src/TestSLE.m3, arithmetic/test/src/TestTex.m3, arithmetic/test/src/TestUnit.m3, arithmetic/test/src/TestVector.m3: provide unified interfaces without suffixes 'Basic' or 'Fast' 2003-10-03 17:33 thielema * m3-libs/arithmetic/: doc/arch.tex, doc/introduction.tex, src/algebra/misc/combinatoric.tmpl, src/algebra/misc/gcd.tmpl, src/algebra/misc/integerpower.tmpl, src/algebra/misc/m3makefile, src/algebra/polynomial/m3makefile, src/algebra/polynomial/polynomial.tmpl, src/algebra/root/m3makefile, src/algebra/root/root.tmpl, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexTrans.ig, src/basictypes/complex/ComplexTrans.mg, src/basictypes/complex/complex.tmpl, src/basictypes/complex/m3makefile, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/physicalunit/PhysicalValueFmtLex.ig, src/basictypes/physicalunit/PhysicalValueFmtLex.mg, src/basictypes/physicalunit/m3makefile, src/basictypes/physicalunit/physicalvalue.tmpl, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/m3makefile, src/basictypes/polar/polar.tmpl, src/linearalgebra/fourier/fourier.tmpl, src/linearalgebra/fourier/m3makefile, src/linearalgebra/matrix/m3makefile, src/linearalgebra/matrix/matrix.tmpl, src/linearalgebra/vector/m3makefile, src/linearalgebra/vector/vector.tmpl, src/misc/approximation/EulerSum.ig, src/misc/approximation/EulerSum.mg, src/misc/approximation/FindZero.mg, src/misc/approximation/Interpolation.ig, src/misc/approximation/Interpolation.mg, src/misc/approximation/eulersum.tmpl, src/misc/approximation/findzero.tmpl, src/misc/approximation/interpolation.tmpl, src/misc/approximation/m3makefile, test/src/TestComplex.m3, test/src/TestGCD.m3, test/src/TestRoot.m3, test/src/TestTex.m3, test/src/TestUnit.m3: instantiated 'Complex' modules without 'Fast' and 'Basic' suffices and finally adapted all 'quake' and template files to the changed paradigm 2003-10-02 16:56 thielema * m3-libs/: plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, wellfett/src/signal/Signal.ig, wellfett/src/signal/Signal.mg, wellfett/src/signal/SignalFmtLex.ig, wellfett/src/signal/SignalFmtLex.mg, wellfett/src/wavelet/discrete/refinable/RefinableFunc.mg: optimized some common combinations of convolution and down-sampling 2003-10-02 07:58 thielema * m3-libs/wellfett/test/src/: Main.m3, TestCDFLifting.m3: odd order CDF filters 2003-10-01 19:49 thielema * m3-libs/arithmetic/: src/algebra/chebyshev/ChebyPolynomialFast.ig, src/algebra/polynomial/m3makefile, src/basictypes/fraction/FractionBasic.ig, src/basictypes/fraction/FractionBasic.mg, src/basictypes/fraction/FractionFmtLex.ig, src/basictypes/fraction/FractionFmtLex.mg, src/basictypes/fraction/fraction.tmpl, src/basictypes/fraction/m3makefile, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/PolarFmtLex.ig, src/basictypes/polar/PolarFmtLex.mg, src/basictypes/polar/m3makefile, src/basictypes/polar/polar.tmpl, src/linearalgebra/vector/m3makefile, test/src/TestComplex.m3, test/src/TestGCD.m3, test/src/TestTex.m3: changed names of instantiated modules for Fractions and Polar coordinates so that no suffix 'Basic' remains, no wrapper module introduced 2003-10-01 19:43 thielema * m3-libs/arithmetic/src/algebra/chebyshev/: ChebyPolynomial.ig, ChebyPolynomial.mg: ChebyPolynomial without suffix 'Fast' 2003-10-01 09:10 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, src/signal/m3makefile, test/.cvsignore: interface for Signal matches the needs for a vector space and thus can be instantiated with Vector and Matrix module 2003-09-30 20:32 thielema * m3-libs/arithmetic/: src/algebra/chebyshev/ChebyPolynomialFast.ig, src/algebra/chebyshev/ChebyPolynomialFast.mg, src/algebra/chebyshev/chebypolynomial.tmpl, src/algebra/chebyshev/m3makefile, test/src/Test.m3, test/src/TestBigInteger.m3, test/src/TestChebyshev.m3, test/src/TestGCD.m3, test/src/TestTex.m3: ChebyPolynomial without suffix 'Fast' 2003-09-30 16:44 thielema * m3-libs/arithmetic/src/: algebra/misc/m3makefile, algebra/polynomial/m3makefile, algebra/root/m3makefile, basictypes/biginteger/BigInteger.i3, basictypes/biginteger/BigInteger.m3, basictypes/biginteger/BigIntegerBasic.i3, basictypes/biginteger/BigIntegerBasic.m3, basictypes/biginteger/BigIntegerFmtLex.i3, basictypes/biginteger/BigIntegerFmtLex.m3, basictypes/biginteger/BigIntegerRep.i3, basictypes/biginteger/BigIntegerRep.m3, basictypes/biginteger/m3makefile, basictypes/complex/m3makefile, basictypes/fraction/m3makefile, basictypes/physicalunit/m3makefile, linearalgebra/matrix/m3makefile, linearalgebra/vector/m3makefile, misc/functional/m3makefile: removed 'Basic' suffix from BigIntegerBasic 2003-09-29 20:51 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.ig, src/algebra/root/m3makefile, src/algebra/root/root.tmpl, src/linearalgebra/matrix/matrix.tmpl, test/src/Test.m3, test/src/TestRoot.m3: Root.ig would collide with the Root module of libm3, but the instantiated module has no 'Basic' appended 2003-09-29 20:13 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/Matrix.ig, src/linearalgebra/matrix/Matrix.mg, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/matrix/matrix.tmpl, src/linearalgebra/vector/vector.tmpl, test/src/Test.m3, test/src/TestBigInteger.m3, test/src/TestEigenSystem.m3, test/src/TestFunctional.m3, test/src/TestLapack.m3, test/src/TestMatrix.m3, test/src/TestSLE.m3, test/src/TestTex.m3: made a central Matrix module that integrates the services of the specific Fast or the general Basic implementation 2003-09-29 14:37 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: using the row sum norm as smoothness criterion we won't get good convergence 2003-09-29 13:27 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: an approximation of the Frobenius norm does the job, too 2003-09-29 12:27 thielema * m3-tools/kate/src/m3quake.xml: capital Generic_* functions 2003-09-29 09:10 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: Vector.ig, Vector.mg: NewZero, NewUniform 2003-09-29 09:09 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3: turned some 'VAR arg : TEXT' into 'arg : TEXT' 2003-09-28 16:51 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: m3outname for parameters that are turned into return values 2003-09-28 15:13 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: made the input and output typemaps a bit more consistent, but especially the returning of the results is still not satisfying 2003-09-26 21:16 thielema * m3-libs/plplot/swig/plplotmodula3.i: made sure that result checking is not skipped by RETURN 2003-09-26 16:35 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: try to achieve smoothness by moving the mask towards the one of the B-Spline generator, a first try doesn't look very promising 2003-09-26 15:04 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: ... but without autocorrelation it cannot fully convince 2003-09-26 15:00 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: TransitionMatrix was the wrong term for the function, because a transition matrix contains the values of the autocorrelated mask, it's now RadicBandMatrix What I had optimized for was the Frobenius norm of the r-adic band matrix not that of the transition matrix, but it worked quite well though. 2003-09-26 14:57 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, src/wavelet/discrete/refinable/RefinableFunc.ig, test/src/TestDaubechies.m3, test/src/TestTransition.m3, src/wavelet/discrete/refinable/RefinableFunc.mg: TransitionMatrix was the wrong term for the function, because a transition matrix contains the values of the autocorrelated mask, it's now RadicBandMatrix 2003-09-25 22:24 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3: inserted TRY..FINALLY in some cases 2003-09-25 22:15 thielema * m3-libs/arithmetic/report.txt: [no log message] 2003-09-25 21:22 thielema * m3-libs/plplot/swig/plplotmodula3.i: m3outcheck 2003-09-25 12:34 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: the square smoothness estimate allows for a loophole where small smoothness estimates can be achieved with big filter coefficients 2003-09-25 09:19 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: matching a pattern with 1 vanishing moment with a wavelet of 9 vanishing moments can't work obviously 2003-09-25 08:42 thielema * m3-libs/plplot/swig/plplotmodula3.i: exchanged gridMinor and gridMajor 2003-09-24 16:50 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: matching the Sinc looks promising, too although varying the weighting sequence leads to quite different results 2003-09-24 14:41 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/LongRealWaveletPlot.m3: use arrays instead of single variables for basis functions 2003-09-24 13:52 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/: LongRealWaveletPlot.i3, LongRealWaveletPlot.m3: Plot function with fixed Y range 2003-09-24 13:52 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: fixing the Y range for display simplifies observation of the evolution of the wavelet 2003-09-24 13:28 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: using the trace of the 'convariance' of the transition matrix as smoothness criterion works quite good 2003-09-24 13:25 thielema * m3-libs/wellfett/test/src/TestTransition.m3: SetColor0 -> SetFGColorDiscr 2003-09-24 12:56 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3: SetEnvironment with SET types for flags 2003-09-24 12:54 thielema * m3-libs/plplot/swig/plplotmodula3.i: use IF/ELSIF instead of CASE 2003-09-24 12:47 thielema * m3-libs/plplot/swig/plplotmodula3.i: enumeration type for environment flags; Modula 3 don't accept set types for CASE selectors 2003-09-24 08:56 thielema * m3-libs/wellfett/test/src/: TestMatchWavelet.m3, m3makefile: use doubly linked lists for the enabled columns and rows 2003-09-23 16:37 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: I tried to make the wavelet smooth by minimizing the distance between its transition eigenvalues and those of the B-Spline wavelet. This seems to be not very promising because the actual eigenvalues are rather huge compared with the 0.5, 0.25, 0.125 sequence of the B-Spline transition spectrum. Minimizing some sum of the eigenvalues may have the same effect. 2003-09-23 13:55 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: process distance matrix with a boolean vector for enabled columns and rows is not very elegant 2003-09-23 05:02 hosking * m3-libs/m3core/src/runtime/LINUXLIBC6/RTThread.m3: Bug in UpdateStateForNewSP/UpdateFrameForNewSP: Need to zero return address and previous frame pointer at new BP, not at new SP. 2003-09-22 17:33 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: It's hard to get the iteration converging with the square smoothness estimate. If you make the weight small enough it converges but there is no visual improvement. 2003-09-22 16:56 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: removed SqRtTwo weighting from phi and psi to get rid of extra scaling factors 2003-09-22 15:06 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: smoothness estimate was accidentally derived from the filters that contain the (1,1) factors rewritten the routine GetLiftedPrimalGeneratorMask to get the lifted filter without these factors 2003-09-21 17:07 thielema * m3-libs/arithmetic/src/algebra/polynomial/: Polynomial.ig, Polynomial.mg, PolynomialBasic.mg, PolynomialFast.mg: use some VectorRep routines for more modularization 2003-09-21 16:36 thielema * m3-libs/arithmetic/: src/algebra/chebyshev/chebypolynomial.tmpl, src/algebra/chebyshev/m3makefile, src/algebra/misc/m3makefile, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/algebra/polynomial/m3makefile, src/algebra/polynomial/polynomial.tmpl, src/algebra/root/RootApproximation.mg, src/algebra/root/m3makefile, src/algebra/root/root.tmpl, src/linearalgebra/vector/Vector.ig, src/linearalgebra/vector/VectorRep.ig, src/misc/approximation/m3makefile, test/src/Test.m3, test/src/TestEigenSystem.m3, test/src/TestGCD.m3, test/src/TestPolynomial.m3, test/src/TestRoot.m3, test/src/TestTex.m3: provide Polynomial without Basic and Fast extension 2003-09-21 13:17 thielema * m3-libs/arithmetic/: src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorRep.ig, test/src/TestEigenSystem.m3, test/src/TestFunctional.m3, test/src/TestLapack.m3, test/src/TestMatrix.m3, test/src/TestSLE.m3, test/src/TestTex.m3, test/src/TestVector.m3, test/src/m3makefile: test set compilable 2003-09-21 13:05 thielema * m3-libs/arithmetic/src/: algebra/chebyshev/ChebyPolynomialFast.mg, algebra/chebyshev/chebypolynomial.tmpl, algebra/polynomial/PolynomialFast.mg, algebra/polynomial/PolynomialFmtLex.mg, algebra/polynomial/polynomial.tmpl, algebra/root/RootApproximation.mg, algebra/root/RootBasic.mg, algebra/root/root.tmpl, linearalgebra/matrix/CharPolynomial.mg, linearalgebra/matrix/EigenSystem.mg, linearalgebra/matrix/FloatMatrixLapack.mg, linearalgebra/matrix/MatrixDecomposition.mg, linearalgebra/matrix/MatrixFast.mg, linearalgebra/matrix/matrix.tmpl, linearalgebra/vector/Vector.ig, linearalgebra/vector/VectorBasic.mg, linearalgebra/vector/VectorFast.mg, linearalgebra/vector/VectorFmtLex.mg, linearalgebra/vector/VectorRep.ig, linearalgebra/vector/VectorTrans.mg, linearalgebra/vector/vector.tmpl, misc/functional/Functional.mg, misc/functional/functional.tmpl: making the vector type opaque makes everything too complicated 2003-09-21 12:35 thielema * m3-libs/: arithmetic/src/algebra/chebyshev/ChebyPolynomialFast.mg, arithmetic/src/algebra/chebyshev/chebypolynomial.tmpl, arithmetic/src/algebra/polynomial/PolynomialBasic.mg, arithmetic/src/algebra/polynomial/PolynomialFast.mg, arithmetic/src/algebra/polynomial/PolynomialFmtLex.mg, arithmetic/src/algebra/polynomial/polynomial.tmpl, arithmetic/src/algebra/root/RootApproximation.mg, arithmetic/src/algebra/root/RootBasic.mg, arithmetic/src/algebra/root/root.tmpl, arithmetic/src/linearalgebra/matrix/CharPolynomial.mg, arithmetic/src/linearalgebra/matrix/EigenSystem.mg, plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, arithmetic/src/linearalgebra/matrix/FloatMatrixLapack.mg, arithmetic/src/linearalgebra/matrix/MatrixDecomposition.mg, arithmetic/src/linearalgebra/matrix/MatrixFast.mg, arithmetic/src/linearalgebra/matrix/m3makefile, arithmetic/src/linearalgebra/matrix/matrix.tmpl, arithmetic/src/linearalgebra/vector/Vector.ig, arithmetic/src/linearalgebra/vector/Vector.mg, arithmetic/src/linearalgebra/vector/VectorBasic.ig, arithmetic/src/linearalgebra/vector/VectorBasic.mg, arithmetic/src/linearalgebra/vector/VectorFast.ig, arithmetic/src/linearalgebra/vector/VectorFast.mg, arithmetic/src/linearalgebra/vector/VectorFmtLex.mg, arithmetic/src/linearalgebra/vector/VectorRep.ig, arithmetic/src/linearalgebra/vector/VectorRep.mg, arithmetic/src/linearalgebra/vector/VectorSupport.ig, arithmetic/src/linearalgebra/vector/VectorTrans.mg, arithmetic/src/linearalgebra/vector/m3makefile, arithmetic/src/linearalgebra/vector/vector.tmpl, arithmetic/src/misc/approximation/m3makefile, arithmetic/src/misc/functional/Functional.mg, arithmetic/src/misc/functional/functional.tmpl: There is now a central Vector module which redirects calls to Basic or Fast implementation 2003-09-20 20:02 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: the SWIG generated interface can be compiled and the simple test set works, too 2003-09-20 18:59 thielema * m3-libs/arithmetic/report.txt: thoughts about a new structure with e.g. Vector instead of VectorFast and VectorBasic as front-end 2003-09-20 18:58 thielema * m3-libs/: arithmetic/test/src/Test.m3, plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, plplot/src/PLPlotRaw.i3, arithmetic/test/src/TestPLPlot.m3: the SWIG generated interface can be compiled and the simple test set works, too 2003-09-20 10:19 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: const arrays, tried to get output arguments working by some hacks 2003-09-19 17:24 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: although the spectral radius of the transition matrix varies only slightly around 0.5 the visual smoothness varies heavily 2003-09-19 15:28 wagner * www/: PkgTags, download.html, index.html, known-problems.html: Add fix and description about broken 5.2.6. installation program for SOLgnu platform. Also add a short note about Reactor. modified: www/download.html modified: www/index.html modified: www/known-problems.html 2003-09-19 15:16 wagner * style/: PkgTags, normal.css: add color class sun modified: style/normal.css 2003-09-19 14:29 wagner * scripts/: PkgTags, README, README-WIN32, cm3Proj.cmd, cm3SetupCmdEnv.cmd, startReactor.cmd, v526_all.CM3P, doc/CM3SetupCmdEnv.html, doc/cm3Proj.html, doc/startReactor.html: Add CMD shell scripts for Windows systems and their documentation. These scripts are a contribution from Randy Coleburn. added: scripts/README-WIN32 added: scripts/cm3Proj.cmd added: scripts/cm3SetupCmdEnv.cmd added: scripts/startReactor.cmd added: scripts/v526_all.CM3P added: scripts/doc/CM3SetupCmdEnv.html added: scripts/doc/cm3Proj.html added: scripts/doc/startReactor.html modified: scripts/README 2003-09-19 13:54 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: test to approximate a slightly translated wavelet in the same base somehow the optimizer succeeds in falling back to the original wavelet 2003-09-19 13:33 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: custom Newton iteration, that starts with weight zero for the smoothing term, then increases the weight successively and tries to find the optimum for each weight changed translation of generator functions, now the wavelet function is always centered with respect to all generator translations 2003-09-18 15:18 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: enumeration of test examples more structure for target function difference computation 2003-09-18 15:12 thielema * m3-libs/wellfett/test/src/TestTransition.m3: computation of the spectral radius of the transition matrix imported from module RefinableFunction 2003-09-17 21:32 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: pragma for UNSAFE modules, generation of RAISES clauses 2003-09-17 16:56 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: optimization works also with finite differences as replacement for derivatives 2003-09-17 16:46 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/EigenSystem.ig, src/linearalgebra/matrix/FloatMatrixLapack.ig, src/linearalgebra/matrix/FloatMatrixLapack.mg, src/misc/functional/Functional.mg, test/src/TestLapack.m3: removed 'Gen' part from some LAPACK identifiers, the 'General' case should be the standard one and special cases get such tags appended to the Modula3 identifier 2003-09-17 16:24 thielema * m3-libs/arithmetic/src/misc/functional/: Functional.ig, Functional.mg: allow the functional to throw the Error exception 2003-09-17 16:18 thielema * m3-libs/wellfett/: test/src/TestMatchWavelet.m3, test/src/TestTransition.m3, .cvsignore, src/wavelet/discrete/refinable/RefinableFunc.mg: removed 'Gen' part from some LAPACK identifiers, the 'General' case should be the standard one and special cases get such tags appended to the Modula3 identifier 2003-09-17 16:00 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: moved Newton iteration to m3na module Functional 2003-09-17 15:59 thielema * m3-libs/arithmetic/: src/misc/functional/Functional.ig, src/misc/functional/Functional.mg, src/misc/functional/functional.tmpl, src/misc/functional/m3makefile, test/src/Test.i3, test/src/Test.m3, test/src/TestFunctional.m3, test/src/m3makefile: computations with functionals - eventually I decided to live without objects 2003-09-17 15:32 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: usage of FunctionalDeriv2 2003-09-17 11:19 thielema * m3-libs/arithmetic/: doc/introduction.tex, src/misc/m3makefile, src/misc/functional/Functional.ig, src/misc/functional/Functional.mg, src/misc/functional/FunctionalDeriv2.ig, src/misc/functional/FunctionalDeriv2.mg, src/misc/functional/functional.tmpl, src/misc/functional/m3makefile: sketch for an object oriented approach of implementing functionals, their derivatives and solvers based on this 2003-09-17 09:17 thielema * m3-libs/arithmetic/src/: template.i3, template.ig, template.m3, template.mg: m3pp style, removed history because of CVS usage, template for generic modules 2003-09-17 08:28 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: fixed RAISES declarations 2003-09-16 22:51 thielema * m3-libs/plplot/swig/plplotmodula3.i: bundling of entries of result records 2003-09-16 17:36 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: as expected the 'sinc' function can be approximated quite well 2003-09-16 16:55 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: matching a ramp to a CDF-4,10 based wavelet let the algorithm diverge in a first try 2003-09-16 16:20 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: results from the simple and the advanced optimization do match now 2003-09-16 15:27 thielema * m3-libs/wellfett/test/src/Main.m3: [no log message] 2003-09-16 15:27 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: for comparison of results from the plain pattern matching routine and the advanced one with smoothing term you should initialize the lifting step with the zero filter and the wavelet0 amplitude with zero, too don't mix up the lifting step in the lifting routine and the one in the graphics routine; the later one is convolved with (1,-1)^van 2003-09-16 09:28 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg, MatrixTrans.mg: MMA -> MulMMA, MAM -> MulMAM 2003-09-16 09:12 wagner * www/: Makefile, PkgTags: somehow the tabs got replaced by spaces in the makefile... modified: www/Makefile 2003-09-15 13:55 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3: Advance() 2003-09-15 12:20 thielema * m3-libs/wellfett/test/src/TestCDFLifting.m3: recursion free of division 2003-09-15 12:19 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/LongRealWaveletPlot.m3, test/src/Main.m3, test/src/TestCDFLifting.i3, test/src/TestCDFLifting.m3, test/src/m3makefile: check generic lifting formula for CDF filter pairs 2003-09-15 08:43 thielema * m3-libs/plplot/swig/plplotmodula3.i: split typemaps rawintype into rawintype and rawinmode as well as m3intype into m3intype and m3inmode 2003-09-14 13:29 thielema * m3-libs/plplot/src/: PLPlotRaw.i3, PLPlotRaw.m3: this version of the file was generated with the help of SWIG 2003-09-14 13:24 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: produce compilable PLPlotRaw interface 2003-09-14 12:51 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3, PLPlotRaw.i3: clear() 2003-09-13 22:29 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: moved additional hints about the arguments into special defined array types, e.g. PLFLTArray instead of PLFLT *Array 2003-09-13 15:08 thielema * m3-libs/plplot/swig/plplotmodula3.i: code can be implanted into the generated files by the %insert directive; applied to doc-strings and enumerations which can't be converted currently 2003-09-13 14:49 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: tried to give the functions meaningful names 2003-09-13 12:01 thielema * m3-libs/plplot/swig/plplotmodula3.i: converting enumerations is still topic of discussions and thus it is deferred 2003-09-11 16:55 thielema * m3-libs/plplot/swig/plplotmodula3.i: try to implement more pragmas for more specific constant conversions - non-functional yet 2003-09-09 21:04 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: set constant definitions can be used to build an enumeration type 2003-09-09 14:27 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: derivatives of weighted smoothness estimate passed the first test 2003-09-08 22:46 thielema * m3-libs/plplot/swig/plplotmodula3.i: first test of a non-intrusive declaration of enumerations converted from constants 2003-09-07 21:13 thielema * m3-libs/plplot/swig/plplotmodula3.i: convert hexadecimal and octal constants to their Modula representation 2003-09-07 20:50 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: PLPlot.m3 is syntactical correct and can be formatted with m3pp 2003-09-07 15:50 thielema * m3-libs/plplot/swig/: .cvsignore, plplotmodula3.i: new tyemaps: m3check for checking input value integrity, m3indecl for declaration of local variables 2003-09-07 14:58 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: 'simplified' interface a lot :-] 2003-09-07 14:46 thielema * m3-libs/plplot/swig/: plplotcapi.i, plplotmodula3.i: added 'plplot' as a real world example 2003-09-07 14:07 thielema * m3-libs/arithmetic/src/NADefinitions.i3: an exception might be linked to the exceptions that an inner function call has raised 2003-09-05 17:40 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: The match is really worse if the amplitude of the target is determined in the linear least square solver. The amplitude of the target will be made very small. 2003-09-05 15:53 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: there was a mistake: the low pass filter h must be convolved with (1,0,-1) instead of (1,-1) because the lifting filter s is applied in upsampled form 2003-09-05 15:02 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: exchanged role of target and minimal wavelet (wavelet0) to match results of the first MatchPattern routine 2003-09-05 08:46 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: Also optimize the amplitude of the target function. This is similar the first approach which varies the amplitude of psi0. The results here still differ too much so that I assume a bug. 2003-08-29 12:54 thielema * m3-libs/arithmetic/: report.txt, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorBasic.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg, test/src/Test.m3, test/src/TestMatrix.m3, test/src/m3makefile: some routines for constructing matrices and vectors from smaller components 2003-08-20 12:07 thielema * m3-libs/arithmetic/: report.txt, doc/arch.tex: replaced VAR parameters by RETURN values 2003-08-20 11:55 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg, MatrixTrans.mg, matrix.tmpl: multiplication of a matrix with its adjoint 2003-08-15 19:22 thielema * m3-libs/arithmetic/src/NADefinitions.i3: added an error object hierarchy that might replace the Err enumeration in future 2003-08-15 18:57 thielema * m3-libs/arithmetic/: src/algebra/misc/Combinatoric.mg, src/algebra/misc/GCD.mg, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/fraction/FractionBasic.ig, src/basictypes/fraction/FractionBasic.mg, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/physicalunit/PhysicalValue.ig, src/basictypes/physicalunit/PhysicalValue.mg, test/src/TestBigInteger.m3, test/src/TestPLPlot.m3, test/src/TestPolynomial.m3, test/src/TestTex.m3: DivMod: return quotient and remainder in a RECORD instead of writing the remainder to a VAR parameter 2003-08-15 16:56 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/MatrixTrans.mg: new interface for EigenSystem.SquareMethod 2003-08-15 08:43 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: for easier combination: separated computation of derivatives into the part for the distance to the target and the part for the smoothness 2003-08-14 16:28 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: the example shows that the optimization for Rho is by far not enough to ensure at least visual smoothness 2003-08-14 13:03 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: derivative seems to be ok also for a longer lifting filter 2003-08-14 09:08 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: first and second derivative of the distance function and the smoothness function (rho) seems to be ok now 2003-08-13 15:39 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: initialization from vector 2003-08-13 15:19 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: compute derivatives of smoothness-rho and distance to target function 2003-08-13 12:01 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: stand-alone ComputeDRho 2003-08-13 08:23 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: inverse DRho with Newton iteration 2003-08-12 16:57 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: second derivative seems to work, too 2003-08-12 15:17 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: gradient of rho looks ok 2003-08-12 09:02 thielema * m3-libs/: arithmetic/src/linearalgebra/matrix/EigenSystem.ig, arithmetic/src/linearalgebra/matrix/EigenSystem.mg, wellfett/test/src/TestDaubechies.m3: eigenvalue method returns vector and value instead of writing the eigenvector to a VAR argument 2003-08-10 16:22 thielema * m3-libs/arithmetic/doc/m3na.tex: declared module sections as appendix and not updated 2003-08-10 16:18 thielema * m3-libs/arithmetic/doc/: arch.tex, introduction.tex: some conventions for Quake files 2003-08-10 15:23 thielema * m3-libs/arithmetic/doc/: Makefile, arch.tex, complex.tex, concept.tex, introduction.tex, m3na.tex, polynomial.tex, preamble.tex, project.tex, root.tex, utils.tex: added some words for introduction and fixed some problems on bad replaced strings 2003-08-08 16:57 thielema * m3-tools/kate/src/modula3.xml: nested comments with restricted nesting depth; correct character constant 2003-08-08 16:57 thielema * m3-tools/kate/src/m3quake.xml: complete list of common quake functions 2003-08-08 14:45 thielema * m3-tools/kate/src/readme: [no log message] 2003-08-08 14:38 thielema * m3-tools/kate/src/: m3quake.xml, modula3.xml: first trial, already quite usable 2003-08-08 14:30 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg: MulTV: vector * matrix 2003-08-08 14:29 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: FloatMatrixLapack.ig, FloatMatrixLapack.mg: least square solver works 2003-08-08 14:25 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: works also with vanishing moments 2003-08-08 14:24 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: Zero 2003-08-08 13:44 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, signal.tmpl: turned Polynomial(P) into Vector(V), src/signal/Signal.ig 2003-08-08 13:43 thielema * m3-libs/wellfett/test/src/TestMatchWavelet.m3: least squares fitting works 2003-08-08 12:19 thielema * m3-libs/wellfett/test/src/: Main.m3, TestMatchWavelet.i3, TestMatchWavelet.m3, m3makefile: still non-functional 2003-08-07 15:00 thielema * m3-libs/wellfett/src/: signal/Signal.ig, signal/Signal.mg, wavelet/discrete/refinable/RefinableFunc.mg, wavelet/discrete/refinable/refinablefunc.tmpl: clipToArray 2003-08-07 14:12 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/LongRealWaveletPlot.i3, src/wavelet/discrete/basis/LongRealWaveletPlot.m3, src/wavelet/discrete/basis/m3makefile, test/src/TestBSpline.m3: extracted wavelet basis plot function to a separate module 2003-08-07 13:04 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: FloatMatrixLapack.ig, FloatMatrixLapack.mg, matrix.tmpl: solution of linear least squares problems 2003-08-06 14:36 thielema * m3-libs/wellfett/test/src/TestBSpline.m3: plot of all functions of a wavelet basis and its dual one 2003-08-06 13:55 thielema * m3-libs/wellfett/test/src/TestBSpline.m3: plot of a wavelet 2003-08-06 13:24 thielema * m3-libs/wellfett/src/signal/Signal.mg: src/signal/ 2003-08-06 13:23 thielema * m3-libs/wellfett/: src/wavelet/discrete/refinable/RefinableFunc.ig, src/wavelet/discrete/refinable/RefinableFunc.mg, src/wavelet/discrete/refinable/m3makefile, src/wavelet/discrete/refinable/refinablefunc.tmpl, test/src/TestTransition.m3: eigenvalues of transition matrix, refinement 2003-08-06 13:23 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3, PLPlotRaw.i3: SubPlots 2003-08-06 13:22 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/BSplineWavelet.mg, test/src/TestBSpline.m3: correct shifting of the filters asserts perfect reconstruction 2003-08-06 12:25 thielema * m3-libs/arithmetic/src/linearalgebra/vector/m3makefile: added RealComplex, ExtendedComplex 2003-08-06 09:28 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, src/signal/signal.tmpl, test/src/TestBSpline.m3: inner product 2003-08-06 08:28 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialBasic.ig, algebra/polynomial/PolynomialBasic.mg, algebra/polynomial/polynomial.tmpl, linearalgebra/vector/VectorBasic.ig, linearalgebra/vector/VectorBasic.mg, linearalgebra/vector/VectorFast.ig, linearalgebra/vector/VectorSupport.ig, linearalgebra/vector/VectorSupport.mg, linearalgebra/vector/m3makefile, linearalgebra/vector/vector.tmpl: VectorSupport contains basic routines needed for vector and polynomial arithmetic 2003-08-06 07:00 thielema * m3-libs/arithmetic/src/algebra/misc/: IntegerPower.ig, IntegerPower.mg: MulPower 2003-08-05 17:49 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, src/wavelet/discrete/basis/BSplineWavelet.ig, src/wavelet/discrete/basis/BSplineWavelet.mg, test/src/Main.m3, test/src/TestBSpline.i3, test/src/TestBSpline.m3, test/src/m3makefile: first successful test run of BSpline wavelet filters 2003-08-05 13:53 thielema * m3-libs/wellfett/src/: signal/Signal.ig, signal/Signal.mg, signal/m3makefile, wavelet/discrete/basis/BSplineWavelet.ig, wavelet/discrete/basis/BSplineWavelet.mg, wavelet/discrete/basis/DaubechiesWavelet.mg, wavelet/discrete/basis/bsplinewavelet.tmpl, wavelet/discrete/basis/daubechieswavelet.tmpl, wavelet/discrete/basis/m3makefile: fast MulPower, CDF wavelet basis 2003-08-05 08:42 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, m3makefile: integer powers of signals as preparation for b-splines 2003-08-05 08:33 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, test/src/TestTransition.m3: 'raise' limitted to an explicitly given interval 2003-08-05 07:46 thielema * m3-libs/wellfett/src/signal/Signal.mg: offset calculated the sum only 2003-08-05 07:43 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/: daubechieswavelet.tmpl, m3makefile: simplified quake procedure signature 2003-08-04 15:30 thielema * m3-libs/wellfett/test/src/TestTransition.m3: movement of coefficients of random masks 2003-08-04 14:51 thielema * m3-libs/wellfett/test/src/TestTransition.m3: check how movement of coefficients alter the spectral radius 2003-08-04 13:39 thielema * m3-libs/arithmetic/src/misc/stochastic/modnames.txt: [no log message] 2003-08-04 13:38 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexFast.ig, complex/ComplexFast.mg, float/FloatBasic.ig, float/FloatBasic.mg: FromInteger 2003-08-04 13:38 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg, VectorFast.ig, VectorFast.mg: sequence initializations 2003-08-04 12:01 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/FloatMatrixLapack.ig, src/linearalgebra/matrix/FloatMatrixLapack.mg, src/linearalgebra/matrix/LongRealMatrixLapackRaw.i3, src/linearalgebra/matrix/RealMatrixLapackRaw.i3, src/linearalgebra/matrix/lapack2i3.sh, test/src/TestLapack.m3: LAPACK's GetMachineParameter 2003-08-04 12:01 thielema * m3-libs/arithmetic/test/src/: TestSLE.m3, TestRandom.m3: for random number generators replaced 'New' procedure by 'init' method to match the more flexible concept presented in libm3 2003-08-04 11:34 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: EigenSystem.ig, EigenSystem.mg, FloatMatrixLapack.ig, FloatMatrixLapack.mg, m3makefile, matrix.tmpl: moved wrappers to central FloatMatrixLapack for easier replacement by NON-LAPACK routines or even dummies 2003-08-04 11:08 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: FloatMatrixLapack.i3, FloatMatrixLapack.ig, FloatMatrixLapack.m3, FloatMatrixLapack.mg, LongRealMatrixLapackRaw.i3, LongRealMatrixLapackRaw.m3, RealMatrixLapackRaw.i3, RealMatrixLapackRaw.m3, lapack2i3.sh, m3makefile, matrix.tmpl: raw interfaces to single and double precision LAPACK routines are converted 2003-08-03 23:17 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/FloatMatrixLapack.i3: m3pp again 2003-08-03 23:16 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/lapack2i3.sh: the raw interface can now be created automatically 2003-08-02 15:08 wagner * scripts/: PkgTags, def-std-pkgs.sh, sysinfo.sh: changes: o add deepcopy, sgml, and mentor to standard packages o upgrade version to d5.2.7 until next release modified: scripts/def-std-pkgs.sh modified: scripts/sysinfo.sh 2003-08-02 15:05 wagner * m3-sys/cm3/: PkgTags, src/Dirs.i3, src/Dirs.m3, src/M3Build.i3, src/M3Build.m3, src/M3Options.i3, src/Main.m3, src/Makefile.m3, src/Msg.i3: changes: o make the -clean command more robust (ignore missing imports) o add new command -realclean which recursively removes the target directory with derived files o add the verbosity options to the command line pre-scan as they need to be evaluated early o change the default verbosity level to `explain' as stated in the inline help o upgrade the compiler version to 5.2.7 modified: cm3/src/Dirs.i3 modified: cm3/src/Dirs.m3 modified: cm3/src/M3Build.i3 modified: cm3/src/M3Build.m3 modified: cm3/src/M3Options.i3 modified: cm3/src/Main.m3 modified: cm3/src/Makefile.m3 modified: cm3/src/Msg.i3 2003-07-31 16:16 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, SignalFmtLex.mg, SignalRep.ig: slice, interleave 2003-07-31 16:16 thielema * m3-libs/wellfett/src/signal/: m3makefile, signal.tmpl: simplified quake template procedure signatures 2003-07-31 15:30 thielema * m3-libs/wellfett/test/src/TestTransition.m3: the estimation of the spectral radius using the sum of the squares of the eigenvalues can be arbitrarily bad if the eigenvalues not real 2003-07-31 15:12 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBayesDurham.i3, RandomBayesDurham.m3, RandomCombinedFast.i3, RandomCombinedFast.m3, RandomCombinedSlow.i3, RandomCombinedSlow.m3, RandomDECSRC.i3, RandomDECSRC.m3, RandomImprovedMcGill.i3, RandomImprovedMcGill.m3, RandomIteratedSquaring.i3, RandomIteratedSquaring.m3, RandomMultiplicativeFibo.i3, RandomMultiplicativeFibo.m3, RandomNumber02.i3, RandomNumber02.m3, RandomParkMiller.i3, RandomParkMiller.m3, RandomQuaternaryFibo.i3, RandomQuaternaryFibo.m3, RandomSubtractiveFibo1.i3, RandomSubtractiveFibo1.m3, RandomSubtractiveFibo2.i3, RandomSubtractiveFibo2.m3, RandomWolframCA.i3, RandomWolframCA.m3, modnames.txt: replaced 'New' procedure by 'init' method to match the more flexible concept presented in libm3 2003-07-31 15:04 thielema * m3-libs/wellfett/test/src/TestTransition.m3: check random masks that result in the smallest possible estimate and compare with the real spectral radius 2003-07-31 15:01 thielema * m3-libs/wellfett/test/src/: TestDaubechies.m3, m3makefile, m3overrides: created m3overrides 2003-07-31 13:09 thielema * m3-libs/wellfett/src/wavelet/discrete/refinable/: RefinableFunc.ig, RefinableFunc.mg, m3makefile, refinablefunc.tmpl: quake template with reduced number of parameters 2003-07-31 11:13 thielema * m3-libs/arithmetic/src/linearalgebra/vector/VectorFast.mg: Min and Max use MIN and MAX respectively instead of IF and comparison 2003-07-31 09:44 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg: Sum 2003-07-31 09:18 thielema * m3-libs/wellfett/test/src/TestTransition.m3: some examples of how the eigenvalues depend on parameter variation finally found an example of a real filter with non-real eigenvalues 2003-07-31 06:57 thielema * m3-libs/arithmetic/src/basictypes/float/: ExtendedBasicEx.m3, FloatBasic.ig, FloatTrans.ig, LongRealBasicEx.m3, RealBasicEx.m3, float.tmpl: IEEE.NaN, IEEE.PosInf, IEEE.NegInf 2003-07-31 06:53 thielema * m3-libs/arithmetic/test/src/TestPLPlot.m3: test all 2003-07-31 06:50 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.mg, VectorFast.ig, VectorFast.mg: Apply, Map, Reduce Sum, Max, Min 2003-07-31 06:48 thielema * m3-libs/plplot/src/: PLPlot.i3, PLPlot.m3, PLPlotRaw.i3, m3makefile: SetXOR indented with m3pp 2003-07-31 03:39 darko * m3-libs/sgml/: PkgTags, readme.html, src/FSM.i3, src/FSM.m3, src/SGML.i3, src/SGML.m3, src/SGMLC.atg, src/SGMLC.i3, src/SGMLCP.m3, src/SGMLCS.m3, src/SGMLCScanner.i3, src/SGMLElement.i3, src/SGMLPrint.i3, src/SGMLPrint.m3, src/SGMLRep.i3, src/m3makefile: Import of sgml lib from PM3 to CM3. Seems to parse XML type DTDs and files OK but has some trouble with HTML. Needs more investigation and work. 2003-07-31 03:32 darko * m3-libs/deepcopy/: PkgTags, src/DeepCopy.i3, src/DeepCopy.m3, src/m3makefile, test/Test.m3, test/m3makefile: First version of deepcopy library. Used to duplicate traced references and all objects pointed to by the reference or references within objects. 2003-07-29 20:20 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/matrix.tmpl: use SL instead of / for OS independency 2003-07-29 10:36 thielema * m3-libs/wellfett/test/src/TestTransition.m3: plot all eigenvalues simultaneous 2003-07-29 09:14 thielema * m3-libs/wellfett/test/src/TestTransition.m3: encapsulated animation to procedure 2003-07-28 18:47 thielema * m3-libs/wellfett/test/src/TestTransition.m3: XOR mode cannot be used for drawing since there are so many double eigenvalues 2003-07-28 17:34 thielema * m3-libs/wellfett/test/src/: Main.m3, TestTransition.i3, TestTransition.m3, m3makefile: plot eigenvalues for a given transition matrix 2003-07-28 17:24 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: adjungate -> adjoint 2003-07-28 14:12 wagner * m3-comm/tcp/: PkgTags, src/POSIX/SockOpt.i3, src/POSIX/SockOptFBSD.m3, src/POSIX/SockOptOther.m3, src/POSIX/TCP.m3, src/POSIX/TCPHack.i3, src/POSIX/TCPHack.m3, src/POSIX/TCPHackNull.m3, src/POSIX/TCPPosix.i3, src/POSIX/m3makefile, src/WIN32/TCP.m3, src/WIN32/TCPWin32.i3, src/common/ConnFD.i3, src/common/ConnRW.i3, src/common/ConnRW.m3, src/common/StreamRd.i3, src/common/StreamRdClass.i3, src/common/StreamRdClass.m3, src/common/StreamWr.i3, src/common/StreamWrClass.i3, src/common/StreamWrClass.m3, src/common/TCP.i3, src/common/TCPMisc.i3, src/common/TCPSpecial.i3, src/common/m3makefile: Merge in the code from the suptcp package of CVSup and implement several missing procedures for win32. The new win32 functionality has not been fully tested yet. StartConnect() now has an optional from address as second parameter, and all the TCPMisc procedures are new. There are also new stream reader and writer classes. added: tcp/src/POSIX/SockOpt.i3 added: tcp/src/POSIX/SockOptFBSD.m3 added: tcp/src/POSIX/SockOptOther.m3 added: tcp/src/common/StreamRd.i3 added: tcp/src/common/StreamRdClass.i3 added: tcp/src/common/StreamRdClass.m3 added: tcp/src/common/StreamWr.i3 added: tcp/src/common/StreamWrClass.i3 added: tcp/src/common/StreamWrClass.m3 added: tcp/src/common/TCPMisc.i3 modified: tcp/src/POSIX/TCP.m3 modified: tcp/src/POSIX/TCPHack.i3 modified: tcp/src/POSIX/TCPHack.m3 modified: tcp/src/POSIX/TCPHackNull.m3 modified: tcp/src/POSIX/TCPPosix.i3 modified: tcp/src/POSIX/m3makefile modified: tcp/src/WIN32/TCP.m3 modified: tcp/src/WIN32/TCPWin32.i3 modified: tcp/src/common/ConnFD.i3 modified: tcp/src/common/ConnRW.i3 modified: tcp/src/common/ConnRW.m3 modified: tcp/src/common/TCP.i3 modified: tcp/src/common/TCPSpecial.i3 modified: tcp/src/common/m3makefile 2003-07-28 08:14 thielema * m3-libs/arithmetic/: report.txt, doc/introduction.tex: [no log message] 2003-07-27 21:08 thielema * m3-libs/: arithmetic/test/src/TestPLPlot.m3, plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, plplot/src/PLPlotRaw.i3: added some commands for curve plotting 2003-07-27 19:20 thielema * m3-libs/: arithmetic/test/src/TestPLPlot.m3, plplot/src/PLPlot.i3, plplot/src/PLPlot.m3, plplot/src/PLPlotRaw.i3, plplot/src/m3makefile: safe and comfortable interface for the routines needed for x05c.c example, that is generation of a histogram 2003-07-27 17:57 thielema * m3-libs/: arithmetic/src/template.m3, arithmetic/test/src/Test.i3, arithmetic/test/src/Test.m3, arithmetic/test/src/TestPLPlot.m3, arithmetic/test/src/m3makefile, plplot/src/PLPlotRaw.i3, plplot/src/PLPlotRaw.m3, plplot/src/m3makefile: first succesful invocation of the plplot library - histogram example x05c 2003-07-27 14:28 thielema * m3-libs/arithmetic/src/algebra/polynomial/PolynomialFmtLex.mg: new flag: omitting of zero monomials 2003-07-27 13:38 thielema * m3-libs/arithmetic/: src/algebra/polynomial/PolynomialFmtLex.ig, src/algebra/polynomial/PolynomialFmtLex.mg, src/algebra/polynomial/m3makefile, src/algebra/polynomial/polynomial.tmpl, src/linearalgebra/vector/VectorFmtLex.mg, test/src/TestTex.m3: TeX formatting of polynomials 2003-07-27 12:57 thielema * m3-libs/arithmetic/src/algebra/polynomial/PolynomialFmtLex.mg: cannot assign nested procedures (TexSimplePower) 2003-07-27 11:44 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexBasic.ig, complex/ComplexBasic.mg, complex/ComplexFast.ig, complex/ComplexFast.mg, float/FloatBasic.ig, float/FloatBasic.mg, fraction/FractionBasic.ig, fraction/FractionBasic.mg, integer/IntegerBasic.ig, integer/IntegerBasic.mg, physicalunit/PhysicalValue.ig, physicalunit/PhysicalValue.mg: added (*OUT*) to the remainder of DivMod 2003-07-27 11:25 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/MatrixFmtLex.mg: unexpected exception 2003-07-27 10:09 thielema * m3-libs/arithmetic/src/: basictypes/complex/complex.tmpl, basictypes/fraction/fraction.tmpl, basictypes/physicalunit/physicalvalue.tmpl, basictypes/polar/polar.tmpl, linearalgebra/fourier/fourier.tmpl: [rc]fast -> [rc]impl 2003-07-27 10:00 thielema * m3-libs/arithmetic/src/algebra/misc/: combinatoric.tmpl, gcd.tmpl, integerpower.tmpl, m3makefile: quake template procedures: separate parameters for field and implementation 2003-07-27 09:59 thielema * m3-libs/arithmetic/src/algebra/misc/Combinatoric.ig: documentation of functions 2003-07-27 09:37 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg, PolynomialFast.ig, PolynomialFast.mg, m3makefile, polynomial.tmpl: reduced to one implementation for New, Copy, FromArray respectively 2003-07-27 09:19 thielema * m3-libs/arithmetic/src/algebra/: chebyshev/chebypolynomial.tmpl, chebyshev/m3makefile, polynomial/PolynomialFast.ig, polynomial/PolynomialFast.mg, root/RootApproximation.ig, root/RootApproximation.mg, root/RootBasic.ig, root/RootBasic.mg, root/m3makefile, root/root.tmpl: quake template procedures: separate parameters for field and implementation, common order of parameters 2003-07-27 08:40 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/m3makefile: removed some private paths 2003-07-27 08:38 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: m3makefile, matrix.tmpl: more common interface for InstantiateFortran 2003-07-27 08:32 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexFast.ig, complex.tmpl: ComplexFast reuses some definitions from ComplexBasic 2003-07-27 08:13 thielema * m3-libs/arithmetic/src/basictypes/complex/: complex.tmpl, m3makefile: ComplexBasic is generated by ComplexFast, too 2003-07-27 08:11 thielema * m3-libs/arithmetic/test/src/: m3makefile, m3overrides: use override; where is the quake variable ROOT defined? 2003-07-27 08:02 thielema * m3-libs/arithmetic/src/linearalgebra/: fourier/FourierTransform.mg, fourier/fourier.tmpl, fourier/m3makefile, matrix/m3makefile, matrix/matrix.tmpl, vector/m3makefile, vector/vector.tmpl: quake template procedures: separate parameters for field and implementation 2003-07-26 20:19 thielema * m3-libs/arithmetic/test/src/TestTex.m3: Tex formatting for fractions 2003-07-26 19:20 thielema * m3-libs/arithmetic/src/basictypes/complex/ComplexFmtLex.ig: one line comment for import of Error for easier 'grep' 2003-07-26 19:18 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorFmtLex.ig, VectorFmtLex.mg: turned enumeration into flag set 2003-07-26 19:18 thielema * m3-libs/arithmetic/src/basictypes/fraction/: FractionFmtLex.ig, FractionFmtLex.mg: Tex formatting 2003-07-26 19:17 thielema * m3-libs/arithmetic/src/inout/text/FmtLexSupport.i3: comments for Parenthesize 2003-07-26 18:23 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexTrans.ig, complex/ComplexTrans.mg, fraction/FractionFmtLex.ig, fraction/fraction.tmpl, fraction/m3makefile, physicalunit/m3makefile, physicalunit/physicalvalue.tmpl: new order of generic formals; shorter parameter list for quake template procedures 2003-07-26 17:38 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexFmtLex.ig, complex.tmpl: new order of generic formals 2003-07-26 17:24 thielema * m3-libs/arithmetic/src/basictypes/complex/: complex.tmpl, m3makefile: simplified quake template interface 2003-07-26 17:12 thielema * m3-libs/arithmetic/src/basictypes/polar/: m3makefile, polar.tmpl: simplified quake template interface 2003-07-26 17:11 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/PolarFmtLex.ig, src/basictypes/polar/PolarFmtLex.mg, src/basictypes/polar/m3makefile, src/basictypes/polar/polar.tmpl, test/src/Test.m3, test/src/TestTex.m3: Polar.Tex 2003-07-26 17:02 thielema * m3-libs/plplot/src/m3makefile: correct plplot library name 2003-07-26 15:24 thielema * m3-libs/: arithmetic/src/inout/m3makefile, plplot/src/m3makefile: preparing for plplot 2003-07-26 15:22 thielema * m3-libs/arithmetic/: test/src/TestTex.m3, test/src/m3makefile, src/linearalgebra/matrix/EigenSystem.mg, src/linearalgebra/matrix/m3makefile: moved Lapack binding to the library 2003-07-25 23:24 wagner * www/: PkgTags, about-cm3.html, booting.html, checksums.html, checksums.php3, cm3-and-elego.html, cm3-cm-rules.html, cm3-problem-report.html, cm3-src-std-contents.html, cvs-cm3.html, cvsup-cm3.html, download.html, index.html, installation.html, known-problems.html, mailing-lists.html, notyet.html, package-status.html, plans.html, porting.html, todo.html, upgrading.html: o fix addresses in reply-to headers o add a paragraph about upgrading to the installation instructions modified: www/about-cm3.html modified: www/booting.html modified: www/checksums.html modified: www/checksums.php3 modified: www/cm3-and-elego.html modified: www/cm3-cm-rules.html modified: www/cm3-problem-report.html modified: www/cm3-src-std-contents.html modified: www/cvs-cm3.html modified: www/cvsup-cm3.html modified: www/download.html modified: www/index.html modified: www/installation.html modified: www/known-problems.html modified: www/mailing-lists.html modified: www/notyet.html modified: www/package-status.html modified: www/plans.html modified: www/porting.html modified: www/todo.html modified: www/upgrading.html 2003-07-25 23:18 wagner * scripts/: PkgTags, README, make-bin-dist-min.sh: o add package patternmatching to the prerequisites for cminstall o add some info about upgrade.sh modified: scripts/README modified: scripts/make-bin-dist-min.sh 2003-07-25 22:33 wagner * m3-sys/cminstall/: PkgTags, src/Main.m3, src/OS.m3, src/m3makefile: fixes: o make OS.MakePath more robust with respect to absolute pathnames; this should fix the runtime error reported by Ken Rose o improve additional archive installation by using globbing patterns for archive selection modified: cminstall/src/Main.m3 modified: cminstall/src/OS.m3 modified: cminstall/src/m3makefile 2003-07-25 14:48 thielema * m3-libs/arithmetic/src/: m3makefile, inout/m3makefile, inout/text/m3makefile, misc/m3makefile: extended directory structure for tools for output of numerical results 2003-07-25 12:17 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/DaubechiesWavelet.mg: tried more stable generation of Daubechies filters by Horner's scheme 2003-07-25 11:32 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/FloatMatrixLapack.i3, test/src/Test.i3, test/src/TestLapack.m3: generic lamch alias GetMachineParameter 2003-07-25 11:06 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/EigenSystem.ig, src/linearalgebra/matrix/EigenSystem.mg, src/linearalgebra/matrix/matrix.tmpl, test/src/TestLapack.m3: comfortable interface to computation of eigenvalues of general matrices 2003-07-25 11:03 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/m3makefile: for the correct linking order it is necessary that the m3na library explicitly tells which external libraries it depends on 2003-07-25 10:03 wagner * scripts/: PkgTags, do-cm3-std.sh: fix installation problem reported by Jay Krell and Randy Coleburn (see m3devel archive Message-Id: ) modified: scripts/do-cm3-std.sh 2003-07-25 09:14 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: FloatMatrixLapack.i3, FloatMatrixLapack.m3, LongRealMatrixLapack.i3, LongRealMatrixLapack.m3, m3makefile, matrix.tmpl: interface to Fortran routines will now be created automatically from a template definition in FloatMatrixLapack 2003-07-25 08:11 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/EigenSystem.ig, src/linearalgebra/matrix/LongRealMatrixLapack.i3, src/linearalgebra/matrix/m3makefile, test/src/TestLapack.m3: try to make interfaces to Fortran generic by some perl search&replace 2003-07-25 07:00 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/LongRealMatrixLapack.i3, src/linearalgebra/matrix/LongRealMatrixLapack.m3, src/linearalgebra/matrix/m3makefile, test/src/Test.m3, test/src/TestLapack.m3, test/src/m3makefile: tried to figure out Modula 3 array layout for interfacing to Fortran-LAPACK 2003-07-25 06:23 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerFmtLex.m3: unused within; removed comments with old Cluster code 2003-07-25 06:21 thielema * m3-libs/arithmetic/src/: template.i3, template.m3: removed leading x 2003-07-24 21:10 thielema * m3-libs/arithmetic/: src/basictypes/biginteger/BigIntegerFmtLex.i3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/complex/ComplexFmtLex.ig, src/basictypes/complex/ComplexFmtLex.mg, src/basictypes/float/FloatFmtLex.ig, src/basictypes/float/FloatFmtLex.mg, src/basictypes/integer/IntegerFmtLex.ig, src/basictypes/integer/IntegerFmtLex.mg, src/inout/text/FmtLexSupport.i3, src/inout/text/FmtLexSupport.m3, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/vector/m3makefile, src/misc/m3makefile, test/src/TestTex.m3: TeX formatting takes into account that some expressions have to be put into parentheses 2003-07-24 19:59 thielema * m3-libs/arithmetic/src/basictypes/float/: ExtendedFmtLex.m3, ExtendedFmtLexIntf.i3, FloatFmtLex.mg, LongRealFmtLex.m3, LongRealFmtLexIntf.i3, RealFmtLex.m3, RealFmtLexIntf.i3, float.tmpl, m3makefile: generic implementation of FloatFmtLex.Fmt 2003-07-24 16:08 wagner * m3-libs/m3core/: PkgTags, src/unix/solaris-2-x/Unix.i3: patches to make posix file locking work on Solaris 8 modified: m3core/src/unix/solaris-2-x/Unix.i3 2003-07-23 20:47 thielema * m3-libs/arithmetic/: src/basictypes/biginteger/BigIntegerFmtLex.i3, src/basictypes/float/FloatFmtLex.ig, src/linearalgebra/matrix/MatrixFmtLex.ig, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/vector/VectorFmtLex.ig, src/linearalgebra/vector/VectorFmtLex.mg, src/linearalgebra/vector/m3makefile, test/src/TestTex.m3: some implementations for TeX output 2003-07-22 20:24 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestTex.m3, m3makefile: first test for generating, compiling, displaying a Tex documment 2003-07-19 23:37 wagner * www/: PkgTags, index.html: add link to m3 design history modified: www/index.html 2003-07-19 23:05 wagner * www/: PkgTags, index.html, mailing-lists.html: Add a paragraph about `what is M3' and information about mailing lists. added: www/mailing-lists.html modified: www/index.html 2003-07-19 21:39 wagner * www/: PkgTags, about-cm3.html, booting.html, checksums.html, checksums.php3, cm3-and-elego.html, cm3-cm-rules.html, cm3-problem-report.html, cm3-src-std-contents.html, cvs-cm3.html, cvsup-cm3.html, download.html, index.html, installation.html, known-problems.html, normal.css, notyet.html, package-status.html, plans.html, porting.html, todo.html, upgrading.html: changes: o add documentation about upgrading and the upgrade.sh script o add known problem: version stamp mismatches during upgrade o move style sheet normal.css to cm3/www directory (no style subdir as on m3.org) o change all style sheet references accordingly o update things to do o improve layout and readability by using some coloured backgrounds (I hope others won;t object :-) added: www/normal.css added: www/upgrading.html modified: www/about-cm3.html modified: www/booting.html modified: www/checksums.html modified: www/checksums.php3 modified: www/cm3-and-elego.html modified: www/cm3-cm-rules.html modified: www/cm3-problem-report.html modified: www/cm3-src-std-contents.html modified: www/cvs-cm3.html modified: www/cvsup-cm3.html modified: www/download.html modified: www/index.html modified: www/installation.html modified: www/known-problems.html modified: www/notyet.html modified: www/package-status.html modified: www/plans.html modified: www/porting.html modified: www/todo.html 2003-07-19 21:22 wagner * scripts/: PkgTags, install-cm3-compiler.sh: fix the upgrade command to heed the -n option in `remove' modified: scripts/install-cm3-compiler.sh 2003-07-19 18:37 wagner * scripts/: PkgTags, upgrade.sh: Add an upgrade script, which builds the compiler and some core packages when upgrading to a new release, which may support different target platforms. If the target platforms in m3middle and m3core change, it is essential to build everything in the correct order, otherwise problems with wrong versions stamps will arise. added: scripts/upgrade.sh 2003-07-16 14:30 wagner * www/: PkgTags, ship-cm3-www: do not ship cm3 content to www.m3.org anymore modified: www/ship-cm3-www 2003-07-16 14:27 wagner * www/: PkgTags, RELNOTES_5_2_6, index.html: fix some typos and update release date modified: www/RELNOTES_5_2_6 modified: www/index.html 2003-07-16 13:16 wagner * doc/: PkgDesc, PkgTags, help/gen_html/INDEX.html, help/gen_html/m3db, help/gen_html/cm3/src/Builder.m3.html, help/gen_html/cm3/src/Dirs.m3.html, help/gen_html/cm3/src/M3Build.m3.html, help/gen_html/cm3/src/Makefile.m3.html, help/gen_html/cm3/src/Msg.i3.html, help/gen_html/cm3/src/Msg.m3.html, help/gen_html/db/src/DB.i3.html, help/gen_html/db/src/DB.m3.html, help/gen_html/db/src/MySQLDB.i3.html, help/gen_html/db/src/MySQLDBStub.m3.html, help/gen_html/db/src/ODBCDB.i3.html, help/gen_html/db/src/PostgreSQLDB.i3.html, help/gen_html/db/src/PostgreSQLDBStub.m3.html, help/gen_html/db/src/odbc/ODBCDB.m3.html, help/gen_html/db/src/odbc/ODBCDBRep.i3.html, help/gen_html/debug/src/Debug.i3.html, help/gen_html/debug/src/Debug.m3.html, help/gen_html/embutils/src/EmbProxiedObj.m3.html, help/gen_html/events/src/Event.i3.html, help/gen_html/events/src/Event.m3.html, help/gen_html/events/src/EventConn.i3.html, help/gen_html/events/src/EventConn.m3.html, help/gen_html/events/src/EventCounter.i3.html, help/gen_html/events/src/EventCounter.m3.html, help/gen_html/events/src/EventHandle.i3.html, help/gen_html/events/src/EventIO.i3.html, help/gen_html/events/src/EventNumber.i3.html, help/gen_html/events/src/EventNumber.m3.html, help/gen_html/events/src/EventNumberF.i3.html, help/gen_html/events/src/EventPort.i3.html, help/gen_html/events/src/EventPort.m3.html, help/gen_html/events/src/EventProtocol.i3.html, help/gen_html/events/src/EventRd.i3.html, help/gen_html/events/src/EventRd.m3.html, help/gen_html/events/src/EventSpaceID.i3.html, help/gen_html/events/src/EventSpaceID.m3.html, help/gen_html/events/src/EventStubLib.i3.html, help/gen_html/events/src/EventStubLib.m3.html, help/gen_html/events/src/EventWireRep.i3.html, help/gen_html/events/src/EventWireRep.m3.html, help/gen_html/events/src/EventWr.i3.html, help/gen_html/events/src/EventWr.m3.html, help/gen_html/events/src/EventWrF.i3.html, help/gen_html/events/src/HostInfo.i3.html, help/gen_html/events/src/HostInfo.m3.html, help/gen_html/events/src/RdWrMutex.i3.html, help/gen_html/events/src/RdWrMutex.m3.html, help/gen_html/events/src/Work.i3.html, help/gen_html/events/src/WorkerPool.i3.html, help/gen_html/events/src/WorkerPool.m3.html, help/gen_html/events/src/Zombie.i3.html, help/gen_html/fisheye/derived/FisheyeBundle.m3.html, help/gen_html/formsedit/derived/formseditBundle.m3.html, help/gen_html/href/I3_1.html, help/gen_html/href/I3_10.html, help/gen_html/href/I3_100.html, help/gen_html/href/I3_101.html, help/gen_html/href/I3_102.html, help/gen_html/href/I3_103.html, help/gen_html/href/I3_104.html, help/gen_html/href/I3_105.html, help/gen_html/href/I3_106.html, help/gen_html/href/I3_107.html, help/gen_html/href/I3_108.html, help/gen_html/href/I3_109.html, help/gen_html/href/I3_11.html, help/gen_html/href/I3_110.html, help/gen_html/href/I3_111.html, help/gen_html/href/I3_112.html, help/gen_html/href/I3_113.html, help/gen_html/href/I3_114.html, help/gen_html/href/I3_115.html, help/gen_html/href/I3_116.html, help/gen_html/href/I3_117.html, help/gen_html/href/I3_118.html, help/gen_html/href/I3_119.html, help/gen_html/href/I3_12.html, help/gen_html/href/I3_120.html, help/gen_html/href/I3_121.html, help/gen_html/href/I3_122.html, help/gen_html/href/I3_123.html, help/gen_html/href/I3_124.html, help/gen_html/href/I3_125.html, help/gen_html/href/I3_126.html, help/gen_html/href/I3_127.html, help/gen_html/href/I3_128.html, help/gen_html/href/I3_129.html, help/gen_html/href/I3_130.html, help/gen_html/href/I3_131.html, help/gen_html/href/I3_132.html, help/gen_html/href/I3_133.html, help/gen_html/href/I3_134.html, help/gen_html/href/I3_135.html, help/gen_html/href/I3_136.html, help/gen_html/href/I3_137.html, help/gen_html/href/I3_138.html, help/gen_html/href/I3_139.html, help/gen_html/href/I3_14.html, help/gen_html/href/I3_140.html, help/gen_html/href/I3_141.html, help/gen_html/href/I3_142.html, help/gen_html/href/I3_143.html, help/gen_html/href/I3_144.html, help/gen_html/href/I3_145.html, help/gen_html/href/I3_146.html, help/gen_html/href/I3_147.html, help/gen_html/href/I3_148.html, help/gen_html/href/I3_149.html, help/gen_html/href/I3_150.html, help/gen_html/href/I3_151.html, help/gen_html/href/I3_152.html, help/gen_html/href/I3_153.html, help/gen_html/href/I3_154.html, help/gen_html/href/I3_155.html, help/gen_html/href/I3_156.html, help/gen_html/href/I3_157.html, help/gen_html/href/I3_158.html, help/gen_html/href/I3_159.html, help/gen_html/href/I3_160.html, help/gen_html/href/I3_161.html, help/gen_html/href/I3_162.html, help/gen_html/href/I3_163.html, help/gen_html/href/I3_164.html, help/gen_html/href/I3_165.html, help/gen_html/href/I3_166.html, help/gen_html/href/I3_167.html, help/gen_html/href/I3_168.html, help/gen_html/href/I3_169.html, help/gen_html/href/I3_17.html, help/gen_html/href/I3_170.html, help/gen_html/href/I3_171.html, help/gen_html/href/I3_172.html, help/gen_html/href/I3_173.html, help/gen_html/href/I3_174.html, help/gen_html/href/I3_175.html, help/gen_html/href/I3_176.html, help/gen_html/href/I3_177.html, help/gen_html/href/I3_178.html, help/gen_html/href/I3_179.html, help/gen_html/href/I3_18.html, help/gen_html/href/I3_180.html, help/gen_html/href/I3_181.html, help/gen_html/href/I3_182.html, help/gen_html/href/I3_183.html, help/gen_html/href/I3_184.html, help/gen_html/href/I3_185.html, help/gen_html/href/I3_186.html, help/gen_html/href/I3_187.html, help/gen_html/href/I3_188.html, help/gen_html/href/I3_189.html, help/gen_html/href/I3_19.html, help/gen_html/href/I3_190.html, help/gen_html/href/I3_191.html, help/gen_html/href/I3_192.html, help/gen_html/href/I3_193.html, help/gen_html/href/I3_194.html, help/gen_html/href/I3_195.html, help/gen_html/href/I3_196.html, help/gen_html/href/I3_197.html, help/gen_html/href/I3_198.html, help/gen_html/href/I3_199.html, help/gen_html/href/I3_20.html, help/gen_html/href/I3_200.html, help/gen_html/href/I3_201.html, help/gen_html/href/I3_202.html, help/gen_html/href/I3_203.html, help/gen_html/href/I3_204.html, help/gen_html/href/I3_205.html, help/gen_html/href/I3_206.html, help/gen_html/href/I3_207.html, help/gen_html/href/I3_208.html, help/gen_html/href/I3_209.html, help/gen_html/href/I3_210.html, help/gen_html/href/I3_211.html, help/gen_html/href/I3_212.html, help/gen_html/href/I3_213.html, help/gen_html/href/I3_214.html, help/gen_html/href/I3_215.html, help/gen_html/href/I3_216.html, help/gen_html/href/I3_217.html, help/gen_html/href/I3_218.html, help/gen_html/href/I3_219.html, help/gen_html/href/I3_220.html, help/gen_html/href/I3_221.html, help/gen_html/href/I3_222.html, help/gen_html/href/I3_223.html, help/gen_html/href/I3_224.html, help/gen_html/href/I3_225.html, help/gen_html/href/I3_226.html, help/gen_html/href/I3_227.html, help/gen_html/href/I3_228.html, help/gen_html/href/I3_229.html, help/gen_html/href/I3_230.html, help/gen_html/href/I3_231.html, help/gen_html/href/I3_232.html, help/gen_html/href/I3_233.html, help/gen_html/href/I3_234.html, help/gen_html/href/I3_235.html, help/gen_html/href/I3_236.html, help/gen_html/href/I3_237.html, help/gen_html/href/I3_238.html, help/gen_html/href/I3_239.html, help/gen_html/href/I3_240.html, help/gen_html/href/I3_241.html, help/gen_html/href/I3_242.html, help/gen_html/href/I3_243.html, help/gen_html/href/I3_244.html, help/gen_html/href/I3_245.html, help/gen_html/href/I3_246.html, help/gen_html/href/I3_247.html, help/gen_html/href/I3_248.html, help/gen_html/href/I3_249.html, help/gen_html/href/I3_25.html, help/gen_html/href/I3_250.html, help/gen_html/href/I3_251.html, help/gen_html/href/I3_252.html, help/gen_html/href/I3_253.html, help/gen_html/href/I3_254.html, help/gen_html/href/I3_255.html, help/gen_html/href/I3_256.html, help/gen_html/href/I3_257.html, help/gen_html/href/I3_258.html, help/gen_html/href/I3_259.html, help/gen_html/href/I3_26.html, help/gen_html/href/I3_260.html, help/gen_html/href/I3_261.html, help/gen_html/href/I3_262.html, help/gen_html/href/I3_263.html, help/gen_html/href/I3_264.html, help/gen_html/href/I3_265.html, help/gen_html/href/I3_266.html, help/gen_html/href/I3_267.html, help/gen_html/href/I3_268.html, help/gen_html/href/I3_269.html, help/gen_html/href/I3_27.html, help/gen_html/href/I3_270.html, help/gen_html/href/I3_271.html, help/gen_html/href/I3_28.html, help/gen_html/href/I3_29.html, help/gen_html/href/I3_30.html, help/gen_html/href/I3_31.html, help/gen_html/href/I3_32.html, help/gen_html/href/I3_33.html, help/gen_html/href/I3_34.html, help/gen_html/href/I3_35.html, help/gen_html/href/I3_36.html, help/gen_html/href/I3_37.html, help/gen_html/href/I3_38.html, help/gen_html/href/I3_39.html, help/gen_html/href/I3_40.html, help/gen_html/href/I3_41.html, help/gen_html/href/I3_42.html, help/gen_html/href/I3_43.html, help/gen_html/href/I3_44.html, help/gen_html/href/I3_45.html, help/gen_html/href/I3_46.html, help/gen_html/href/I3_47.html, help/gen_html/href/I3_48.html, help/gen_html/href/I3_49.html, help/gen_html/href/I3_5.html, help/gen_html/href/I3_50.html, help/gen_html/href/I3_51.html, help/gen_html/href/I3_52.html, help/gen_html/href/I3_53.html, help/gen_html/href/I3_54.html, help/gen_html/href/I3_55.html, help/gen_html/href/I3_56.html, help/gen_html/href/I3_57.html, help/gen_html/href/I3_58.html, help/gen_html/href/I3_59.html, help/gen_html/href/I3_60.html, help/gen_html/href/I3_61.html, help/gen_html/href/I3_62.html, help/gen_html/href/I3_63.html, help/gen_html/href/I3_64.html, help/gen_html/href/I3_65.html, help/gen_html/href/I3_66.html, help/gen_html/href/I3_67.html, help/gen_html/href/I3_68.html, help/gen_html/href/I3_69.html, help/gen_html/href/I3_70.html, help/gen_html/href/I3_71.html, help/gen_html/href/I3_72.html, help/gen_html/href/I3_73.html, help/gen_html/href/I3_74.html, help/gen_html/href/I3_75.html, help/gen_html/href/I3_76.html, help/gen_html/href/I3_77.html, help/gen_html/href/I3_78.html, help/gen_html/href/I3_79.html, help/gen_html/href/I3_80.html, help/gen_html/href/I3_81.html, help/gen_html/href/I3_82.html, help/gen_html/href/I3_83.html, help/gen_html/href/I3_84.html, help/gen_html/href/I3_85.html, help/gen_html/href/I3_86.html, help/gen_html/href/I3_87.html, help/gen_html/href/I3_88.html, help/gen_html/href/I3_89.html, help/gen_html/href/I3_9.html, help/gen_html/href/I3_90.html, help/gen_html/href/I3_91.html, help/gen_html/href/I3_92.html, help/gen_html/href/I3_93.html, help/gen_html/href/I3_94.html, help/gen_html/href/I3_95.html, help/gen_html/href/I3_96.html, help/gen_html/href/I3_97.html, help/gen_html/href/I3_98.html, help/gen_html/href/I3_99.html, help/gen_html/href/M3_10.html, help/gen_html/href/M3_100.html, help/gen_html/href/M3_101.html, help/gen_html/href/M3_102.html, help/gen_html/href/M3_103.html, help/gen_html/href/M3_104.html, help/gen_html/href/M3_105.html, help/gen_html/href/M3_106.html, help/gen_html/href/M3_107.html, help/gen_html/href/M3_108.html, help/gen_html/href/M3_109.html, help/gen_html/href/M3_11.html, help/gen_html/href/M3_110.html, help/gen_html/href/M3_111.html, help/gen_html/href/M3_112.html, help/gen_html/href/M3_113.html, help/gen_html/href/M3_114.html, help/gen_html/href/M3_115.html, help/gen_html/href/M3_116.html, help/gen_html/href/M3_117.html, help/gen_html/href/M3_118.html, help/gen_html/href/M3_119.html, help/gen_html/href/M3_12.html, help/gen_html/href/M3_120.html, help/gen_html/href/M3_121.html, help/gen_html/href/M3_122.html, help/gen_html/href/M3_123.html, help/gen_html/href/M3_124.html, help/gen_html/href/M3_125.html, help/gen_html/href/M3_126.html, help/gen_html/href/M3_127.html, help/gen_html/href/M3_128.html, help/gen_html/href/M3_129.html, help/gen_html/href/M3_13.html, help/gen_html/href/M3_130.html, help/gen_html/href/M3_131.html, help/gen_html/href/M3_132.html, help/gen_html/href/M3_133.html, help/gen_html/href/M3_134.html, help/gen_html/href/M3_135.html, help/gen_html/href/M3_136.html, help/gen_html/href/M3_137.html, help/gen_html/href/M3_138.html, help/gen_html/href/M3_139.html, help/gen_html/href/M3_14.html, help/gen_html/href/M3_140.html, help/gen_html/href/M3_141.html, help/gen_html/href/M3_142.html, help/gen_html/href/M3_143.html, help/gen_html/href/M3_144.html, help/gen_html/href/M3_145.html, help/gen_html/href/M3_146.html, help/gen_html/href/M3_147.html, help/gen_html/href/M3_148.html, help/gen_html/href/M3_149.html, help/gen_html/href/M3_15.html, help/gen_html/href/M3_150.html, help/gen_html/href/M3_151.html, help/gen_html/href/M3_152.html, help/gen_html/href/M3_153.html, help/gen_html/href/M3_154.html, help/gen_html/href/M3_155.html, help/gen_html/href/M3_156.html, help/gen_html/href/M3_157.html, help/gen_html/href/M3_158.html, help/gen_html/href/M3_159.html, help/gen_html/href/M3_16.html, help/gen_html/href/M3_160.html, help/gen_html/href/M3_161.html, help/gen_html/href/M3_162.html, help/gen_html/href/M3_163.html, help/gen_html/href/M3_164.html, help/gen_html/href/M3_165.html, help/gen_html/href/M3_166.html, help/gen_html/href/M3_167.html, help/gen_html/href/M3_168.html, help/gen_html/href/M3_169.html, help/gen_html/href/M3_17.html, help/gen_html/href/M3_170.html, help/gen_html/href/M3_171.html, help/gen_html/href/M3_172.html, help/gen_html/href/M3_173.html, help/gen_html/href/M3_174.html, help/gen_html/href/M3_175.html, help/gen_html/href/M3_176.html, help/gen_html/href/M3_177.html, help/gen_html/href/M3_178.html, help/gen_html/href/M3_179.html, help/gen_html/href/M3_18.html, help/gen_html/href/M3_180.html, help/gen_html/href/M3_181.html, help/gen_html/href/M3_182.html, help/gen_html/href/M3_183.html, help/gen_html/href/M3_184.html, help/gen_html/href/M3_185.html, help/gen_html/href/M3_19.html, help/gen_html/href/M3_20.html, help/gen_html/href/M3_21.html, help/gen_html/href/M3_22.html, help/gen_html/href/M3_23.html, help/gen_html/href/M3_24.html, help/gen_html/href/M3_25.html, help/gen_html/href/M3_26.html, help/gen_html/href/M3_27.html, help/gen_html/href/M3_28.html, help/gen_html/href/M3_29.html, help/gen_html/href/M3_3.html, help/gen_html/href/M3_30.html, help/gen_html/href/M3_31.html, help/gen_html/href/M3_32.html, help/gen_html/href/M3_33.html, help/gen_html/href/M3_34.html, help/gen_html/href/M3_35.html, help/gen_html/href/M3_36.html, help/gen_html/href/M3_37.html, help/gen_html/href/M3_38.html, help/gen_html/href/M3_39.html, help/gen_html/href/M3_40.html, help/gen_html/href/M3_41.html, help/gen_html/href/M3_42.html, help/gen_html/href/M3_43.html, help/gen_html/href/M3_44.html, help/gen_html/href/M3_45.html, help/gen_html/href/M3_46.html, help/gen_html/href/M3_47.html, help/gen_html/href/M3_48.html, help/gen_html/href/M3_49.html, help/gen_html/href/M3_5.html, help/gen_html/href/M3_50.html, help/gen_html/href/M3_51.html, help/gen_html/href/M3_52.html, help/gen_html/href/M3_53.html, help/gen_html/href/M3_54.html, help/gen_html/href/M3_55.html, help/gen_html/href/M3_56.html, help/gen_html/href/M3_57.html, help/gen_html/href/M3_58.html, help/gen_html/href/M3_59.html, help/gen_html/href/M3_6.html, help/gen_html/href/M3_60.html, help/gen_html/href/M3_61.html, help/gen_html/href/M3_62.html, help/gen_html/href/M3_63.html, help/gen_html/href/M3_64.html, help/gen_html/href/M3_65.html, help/gen_html/href/M3_66.html, help/gen_html/href/M3_67.html, help/gen_html/href/M3_68.html, help/gen_html/href/M3_69.html, help/gen_html/href/M3_7.html, help/gen_html/href/M3_70.html, help/gen_html/href/M3_71.html, help/gen_html/href/M3_72.html, help/gen_html/href/M3_73.html, help/gen_html/href/M3_74.html, help/gen_html/href/M3_75.html, help/gen_html/href/M3_76.html, help/gen_html/href/M3_77.html, help/gen_html/href/M3_78.html, help/gen_html/href/M3_79.html, help/gen_html/href/M3_8.html, help/gen_html/href/M3_80.html, help/gen_html/href/M3_81.html, help/gen_html/href/M3_82.html, help/gen_html/href/M3_83.html, help/gen_html/href/M3_84.html, help/gen_html/href/M3_85.html, help/gen_html/href/M3_86.html, help/gen_html/href/M3_87.html, help/gen_html/href/M3_88.html, help/gen_html/href/M3_89.html, help/gen_html/href/M3_9.html, help/gen_html/href/M3_90.html, help/gen_html/href/M3_91.html, help/gen_html/href/M3_92.html, help/gen_html/href/M3_93.html, help/gen_html/href/M3_94.html, help/gen_html/href/M3_95.html, help/gen_html/href/M3_96.html, help/gen_html/href/M3_97.html, help/gen_html/href/M3_98.html, help/gen_html/href/M3_99.html, help/gen_html/href/MG_2.html, help/gen_html/juno-app/derived/JunoBundle.m3.html, help/gen_html/libm3/src/os/POSIX/FSPosix.m3.html, help/gen_html/libm3/src/os/POSIX/FilePosix.m3.html, help/gen_html/libm3/src/os/POSIX/OSConfigPosix.m3.html, help/gen_html/libm3/src/os/POSIX/OSErrorPosix.i3.html, help/gen_html/libm3/src/os/POSIX/OSErrorPosix.m3.html, help/gen_html/libm3/src/os/POSIX/ProcessPosix.m3.html, help/gen_html/libm3/src/os/POSIX/SocketPosix.m3.html, help/gen_html/libm3/src/params/Env.m3.html, help/gen_html/libm3/src/pickle/ver2/Pickle2.m3.html, help/gen_html/libm3/src/uid/POSIX/MachineIDPosix.m3.html, help/gen_html/libm3/src/uid/POSIX/MachineIDPosixC.c.html, help/gen_html/libm3/src/uid/POSIX/MachineIDPosixC.i3.html, help/gen_html/listfuncs/src/ListFuncs.ig.html, help/gen_html/listfuncs/src/ListFuncs.mg.html, help/gen_html/m3bundle/src/m3bundle.m3.html, help/gen_html/m3core/derived/Compiler.i3.html, help/gen_html/m3core/src/C/Common/Cerrno.i3.html, help/gen_html/m3core/src/C/Common/CerrnoC.c.html, help/gen_html/m3core/src/Csupport/Common/hand.c.html, help/gen_html/m3core/src/main/Main.i3.html, help/gen_html/m3core/src/runtime/POSIX/RTOS.m3.html, help/gen_html/m3core/src/runtime/common/RT0.i3.html, help/gen_html/m3core/src/runtime/common/RTLinker.i3.html, help/gen_html/m3core/src/runtime/common/RTLinker.m3.html, help/gen_html/m3core/src/runtime/common/RTLinkerX.i3.html, help/gen_html/m3core/src/thread/POSIX/ThreadPosix.m3.html, help/gen_html/m3core/src/unix/linux-libc6/Uerror.i3.html, help/gen_html/m3core/src/unix/linux-libc6/Uerror.m3.html, help/gen_html/m3core/src/unix/linux-libc6/Uexec.i3.html, help/gen_html/m3core/src/unix/linux-libc6/Uin.i3.html, help/gen_html/m3core/src/unix/linux-libc6/Utermio.i3.html, help/gen_html/m3core/src/unix/linux-libc6-le/Uin.m3.html, help/gen_html/m3front/src/builtinInfo/InfoModule.m3.html, help/gen_html/m3front/src/exprs/ExprParse.m3.html, help/gen_html/m3front/src/misc/CG.m3.html, help/gen_html/m3front/src/misc/ESet.m3.html, help/gen_html/m3front/src/misc/M3Front.m3.html, help/gen_html/m3front/src/misc/M3Header.m3.html, help/gen_html/m3front/src/misc/Scanner.i3.html, help/gen_html/m3front/src/misc/Scanner.m3.html, help/gen_html/m3front/src/misc/Token.i3.html, help/gen_html/m3front/src/misc/Token.m3.html, help/gen_html/m3front/src/stmts/AssertStmt.m3.html, help/gen_html/m3front/src/stmts/AssignStmt.m3.html, help/gen_html/m3front/src/stmts/BlockStmt.m3.html, help/gen_html/m3front/src/stmts/CaseStmt.m3.html, help/gen_html/m3front/src/stmts/DebugStmt.m3.html, help/gen_html/m3front/src/stmts/EvalStmt.m3.html, help/gen_html/m3front/src/stmts/ExitStmt.m3.html, help/gen_html/m3front/src/stmts/ForStmt.m3.html, help/gen_html/m3front/src/stmts/IfStmt.m3.html, help/gen_html/m3front/src/stmts/LockStmt.m3.html, help/gen_html/m3front/src/stmts/LoopStmt.m3.html, help/gen_html/m3front/src/stmts/RaiseStmt.m3.html, help/gen_html/m3front/src/stmts/RepeatStmt.m3.html, help/gen_html/m3front/src/stmts/ReturnStmt.m3.html, help/gen_html/m3front/src/stmts/Stmt.m3.html, help/gen_html/m3front/src/stmts/TryFinStmt.m3.html, help/gen_html/m3front/src/stmts/TryStmt.m3.html, help/gen_html/m3front/src/stmts/TypeCaseStmt.m3.html, help/gen_html/m3front/src/stmts/WhileStmt.m3.html, help/gen_html/m3front/src/stmts/WithStmt.m3.html, help/gen_html/m3front/src/types/ArrayType.m3.html, help/gen_html/m3front/src/types/Brand.m3.html, help/gen_html/m3front/src/types/EnumType.m3.html, help/gen_html/m3front/src/types/NamedType.m3.html, help/gen_html/m3front/src/types/ObjectType.m3.html, help/gen_html/m3front/src/types/PackedType.m3.html, help/gen_html/m3front/src/types/ProcType.m3.html, help/gen_html/m3front/src/types/RecordType.i3.html, help/gen_html/m3front/src/types/RecordType.m3.html, help/gen_html/m3front/src/types/RefType.m3.html, help/gen_html/m3front/src/types/SetType.m3.html, help/gen_html/m3front/src/types/SubrangeType.m3.html, help/gen_html/m3front/src/types/Type.i3.html, help/gen_html/m3front/src/types/Type.m3.html, help/gen_html/m3front/src/values/Constant.m3.html, help/gen_html/m3front/src/values/Decl.i3.html, help/gen_html/m3front/src/values/Decl.m3.html, help/gen_html/m3front/src/values/Exceptionz.m3.html, help/gen_html/m3front/src/values/External.m3.html, help/gen_html/m3front/src/values/Formal.m3.html, help/gen_html/m3front/src/values/Ident.m3.html, help/gen_html/m3front/src/values/Module.i3.html, help/gen_html/m3front/src/values/Module.m3.html, help/gen_html/m3front/src/values/Procedure.m3.html, help/gen_html/m3front/src/values/Revelation.m3.html, help/gen_html/m3front/src/values/Tipe.i3.html, help/gen_html/m3front/src/values/Tipe.m3.html, help/gen_html/m3front/src/values/ValueRep.i3.html, help/gen_html/m3front/src/values/Variable.m3.html, help/gen_html/m3gc-enhanced/src/runtime/LINUXLIBC6/RTHeapDepC.c.html, help/gen_html/m3gc-simple/src/runtime/LINUXLIBC6/sysdeps.c.html, help/gen_html/m3linker/src/MxGen.i3.html, help/gen_html/m3linker/src/MxGen.m3.html, help/gen_html/m3middle/src/M3File.m3.html, help/gen_html/m3middle/src/Target.i3.html, help/gen_html/m3middle/src/Target.m3.html, help/gen_html/m3quake/src/QMachine.m3.html, help/gen_html/m3totex/derived/B.m3.html, help/gen_html/m3zume/derived/ZoomBundle.m3.html, help/gen_html/mentor/derived/BinpackAlgClass.i3.html, help/gen_html/mentor/derived/BinpackAlgClass.m3.html, help/gen_html/mentor/derived/BinpackDataView.i3.html, help/gen_html/mentor/derived/BinpackDataView.m3.html, help/gen_html/mentor/derived/BinpackIE.i3.html, help/gen_html/mentor/derived/BinpackIE.m3.html, help/gen_html/mentor/derived/BinpackTranscriptView.i3.html, help/gen_html/mentor/derived/BinpackTranscriptView.m3.html, help/gen_html/mentor/derived/BinpackViewClass.i3.html, help/gen_html/mentor/derived/BinpackViewClass.m3.html, help/gen_html/mentor/derived/BinpackmyviewObliqView.i3.html, help/gen_html/mentor/derived/BinpackmyviewObliqView.m3.html, help/gen_html/mentor/derived/BresenhamAlgClass.i3.html, help/gen_html/mentor/derived/BresenhamAlgClass.m3.html, help/gen_html/mentor/derived/BresenhamDataView.i3.html, help/gen_html/mentor/derived/BresenhamDataView.m3.html, help/gen_html/mentor/derived/BresenhamIE.i3.html, help/gen_html/mentor/derived/BresenhamIE.m3.html, help/gen_html/mentor/derived/BresenhamTranscriptView.i3.html, help/gen_html/mentor/derived/BresenhamTranscriptView.m3.html, help/gen_html/mentor/derived/BresenhamViewClass.i3.html, help/gen_html/mentor/derived/BresenhamViewClass.m3.html, help/gen_html/mentor/derived/CPAlgClass.i3.html, help/gen_html/mentor/derived/CPAlgClass.m3.html, help/gen_html/mentor/derived/CPDataView.i3.html, help/gen_html/mentor/derived/CPDataView.m3.html, help/gen_html/mentor/derived/CPIE.i3.html, help/gen_html/mentor/derived/CPIE.m3.html, help/gen_html/mentor/derived/CPTranscriptView.i3.html, help/gen_html/mentor/derived/CPTranscriptView.m3.html, help/gen_html/mentor/derived/CPViewClass.i3.html, help/gen_html/mentor/derived/CPViewClass.m3.html, help/gen_html/mentor/derived/DGraphAlgClass.i3.html, help/gen_html/mentor/derived/DGraphAlgClass.m3.html, help/gen_html/mentor/derived/DGraphDataView.i3.html, help/gen_html/mentor/derived/DGraphDataView.m3.html, help/gen_html/mentor/derived/DGraphIE.i3.html, help/gen_html/mentor/derived/DGraphIE.m3.html, help/gen_html/mentor/derived/DGraphTranscriptView.i3.html, help/gen_html/mentor/derived/DGraphTranscriptView.m3.html, help/gen_html/mentor/derived/DGraphViewClass.i3.html, help/gen_html/mentor/derived/DGraphViewClass.m3.html, help/gen_html/mentor/derived/EuclidAlgClass.i3.html, help/gen_html/mentor/derived/EuclidAlgClass.m3.html, help/gen_html/mentor/derived/EuclidDataView.i3.html, help/gen_html/mentor/derived/EuclidDataView.m3.html, help/gen_html/mentor/derived/EuclidIE.i3.html, help/gen_html/mentor/derived/EuclidIE.m3.html, help/gen_html/mentor/derived/EuclidTranscriptView.i3.html, help/gen_html/mentor/derived/EuclidTranscriptView.m3.html, help/gen_html/mentor/derived/EuclidViewClass.i3.html, help/gen_html/mentor/derived/EuclidViewClass.m3.html, help/gen_html/mentor/derived/HashAlgClass.i3.html, help/gen_html/mentor/derived/HashAlgClass.m3.html, help/gen_html/mentor/derived/HashDataView.i3.html, help/gen_html/mentor/derived/HashDataView.m3.html, help/gen_html/mentor/derived/HashIE.i3.html, help/gen_html/mentor/derived/HashIE.m3.html, help/gen_html/mentor/derived/HashTranscriptView.i3.html, help/gen_html/mentor/derived/HashTranscriptView.m3.html, help/gen_html/mentor/derived/HashViewClass.i3.html, help/gen_html/mentor/derived/HashViewClass.m3.html, help/gen_html/mentor/derived/HullAlgClass.i3.html, help/gen_html/mentor/derived/HullAlgClass.m3.html, help/gen_html/mentor/derived/HullDataView.i3.html, help/gen_html/mentor/derived/HullDataView.m3.html, help/gen_html/mentor/derived/HullIE.i3.html, help/gen_html/mentor/derived/HullIE.m3.html, help/gen_html/mentor/derived/HullTranscriptView.i3.html, help/gen_html/mentor/derived/HullTranscriptView.m3.html, help/gen_html/mentor/derived/HullViewClass.i3.html, help/gen_html/mentor/derived/HullViewClass.m3.html, help/gen_html/mentor/derived/MatchAlgClass.i3.html, help/gen_html/mentor/derived/MatchAlgClass.m3.html, help/gen_html/mentor/derived/MatchDataView.i3.html, help/gen_html/mentor/derived/MatchDataView.m3.html, help/gen_html/mentor/derived/MatchIE.i3.html, help/gen_html/mentor/derived/MatchIE.m3.html, help/gen_html/mentor/derived/MatchTranscriptView.i3.html, help/gen_html/mentor/derived/MatchTranscriptView.m3.html, help/gen_html/mentor/derived/MatchViewClass.i3.html, help/gen_html/mentor/derived/MatchViewClass.m3.html, help/gen_html/mentor/derived/MaxflowAlgClass.i3.html, help/gen_html/mentor/derived/MaxflowAlgClass.m3.html, help/gen_html/mentor/derived/MaxflowDataView.i3.html, help/gen_html/mentor/derived/MaxflowDataView.m3.html, help/gen_html/mentor/derived/MaxflowIE.i3.html, help/gen_html/mentor/derived/MaxflowIE.m3.html, help/gen_html/mentor/derived/MaxflowTranscriptView.i3.html, help/gen_html/mentor/derived/MaxflowTranscriptView.m3.html, help/gen_html/mentor/derived/MaxflowViewClass.i3.html, help/gen_html/mentor/derived/MaxflowViewClass.m3.html, help/gen_html/mentor/derived/MentorBundle.i3.html, help/gen_html/mentor/derived/MentorBundle.m3.html, help/gen_html/mentor/derived/MinimaxAlgClass.i3.html, help/gen_html/mentor/derived/MinimaxAlgClass.m3.html, help/gen_html/mentor/derived/MinimaxDataView.i3.html, help/gen_html/mentor/derived/MinimaxDataView.m3.html, help/gen_html/mentor/derived/MinimaxIE.i3.html, help/gen_html/mentor/derived/MinimaxIE.m3.html, help/gen_html/mentor/derived/MinimaxTranscriptView.i3.html, help/gen_html/mentor/derived/MinimaxTranscriptView.m3.html, help/gen_html/mentor/derived/MinimaxViewClass.i3.html, help/gen_html/mentor/derived/MinimaxViewClass.m3.html, help/gen_html/mentor/derived/MinimaxViewColorScaleObliqView.i3.html, help/gen_html/mentor/derived/MinimaxViewColorScaleObliqView.m3.html, help/gen_html/mentor/derived/MinimaxViewGameTreeAObliqView.i3.html, help/gen_html/mentor/derived/MinimaxViewGameTreeAObliqView.m3.html, help/gen_html/mentor/derived/MinimaxViewGameTreeBObliqView.i3.html, help/gen_html/mentor/derived/MinimaxViewGameTreeBObliqView.m3.html, help/gen_html/mentor/derived/PQueueAlgClass.i3.html, help/gen_html/mentor/derived/PQueueAlgClass.m3.html, help/gen_html/mentor/derived/PQueueDataView.i3.html, help/gen_html/mentor/derived/PQueueDataView.m3.html, help/gen_html/mentor/derived/PQueueIE.i3.html, help/gen_html/mentor/derived/PQueueIE.m3.html, help/gen_html/mentor/derived/PQueueTranscriptView.i3.html, help/gen_html/mentor/derived/PQueueTranscriptView.m3.html, help/gen_html/mentor/derived/PQueueViewClass.i3.html, help/gen_html/mentor/derived/PQueueViewClass.m3.html, help/gen_html/mentor/derived/ParseAlgClass.i3.html, help/gen_html/mentor/derived/ParseAlgClass.m3.html, help/gen_html/mentor/derived/ParseDataView.i3.html, help/gen_html/mentor/derived/ParseDataView.m3.html, help/gen_html/mentor/derived/ParseIE.i3.html, help/gen_html/mentor/derived/ParseIE.m3.html, help/gen_html/mentor/derived/ParseTranscriptView.i3.html, help/gen_html/mentor/derived/ParseTranscriptView.m3.html, help/gen_html/mentor/derived/ParseViewClass.i3.html, help/gen_html/mentor/derived/ParseViewClass.m3.html, help/gen_html/mentor/derived/PktRouteAlgClass.i3.html, help/gen_html/mentor/derived/PktRouteAlgClass.m3.html, help/gen_html/mentor/derived/PktRouteDataView.i3.html, help/gen_html/mentor/derived/PktRouteDataView.m3.html, help/gen_html/mentor/derived/PktRouteIE.i3.html, help/gen_html/mentor/derived/PktRouteIE.m3.html, help/gen_html/mentor/derived/PktRouteManyPacketsMoveObliqView.i3.html, help/gen_html/mentor/derived/PktRouteManyPacketsMoveObliqView.m3.html, help/gen_html/mentor/derived/PktRouteManyPacketsStepObliqView.i3.html, help/gen_html/mentor/derived/PktRouteManyPacketsStepObliqView.m3.html, help/gen_html/mentor/derived/PktRoutePacketMoveObliqView.i3.html, help/gen_html/mentor/derived/PktRoutePacketMoveObliqView.m3.html, help/gen_html/mentor/derived/PktRoutePacketRouteObliqView.i3.html, help/gen_html/mentor/derived/PktRoutePacketRouteObliqView.m3.html, help/gen_html/mentor/derived/PktRoutePacketStepObliqView.i3.html, help/gen_html/mentor/derived/PktRoutePacketStepObliqView.m3.html, help/gen_html/mentor/derived/PktRoutePacketTraceObliqView.i3.html, help/gen_html/mentor/derived/PktRoutePacketTraceObliqView.m3.html, help/gen_html/mentor/derived/PktRouteQueueSizesObliqView.i3.html, help/gen_html/mentor/derived/PktRouteQueueSizesObliqView.m3.html, help/gen_html/mentor/derived/PktRouteTranscriptView.i3.html, help/gen_html/mentor/derived/PktRouteTranscriptView.m3.html, help/gen_html/mentor/derived/PktRouteViewClass.i3.html, help/gen_html/mentor/derived/PktRouteViewClass.m3.html, help/gen_html/mentor/derived/RealList.i3.html, help/gen_html/mentor/derived/RealList.m3.html, help/gen_html/mentor/derived/RealPQ.i3.html, help/gen_html/mentor/derived/RealPQ.m3.html, help/gen_html/mentor/derived/RealPQRep.i3.html, help/gen_html/mentor/derived/SearchTreeAlgClass.i3.html, help/gen_html/mentor/derived/SearchTreeAlgClass.m3.html, help/gen_html/mentor/derived/SearchTreeDataView.i3.html, help/gen_html/mentor/derived/SearchTreeDataView.m3.html, help/gen_html/mentor/derived/SearchTreeIE.i3.html, help/gen_html/mentor/derived/SearchTreeIE.m3.html, help/gen_html/mentor/derived/SearchTreeTranscriptView.i3.html, help/gen_html/mentor/derived/SearchTreeTranscriptView.m3.html, help/gen_html/mentor/derived/SearchTreeViewClass.i3.html, help/gen_html/mentor/derived/SearchTreeViewClass.m3.html, help/gen_html/mentor/derived/ShortestPathAlgClass.i3.html, help/gen_html/mentor/derived/ShortestPathAlgClass.m3.html, help/gen_html/mentor/derived/ShortestPathDataView.i3.html, help/gen_html/mentor/derived/ShortestPathDataView.m3.html, help/gen_html/mentor/derived/ShortestPathIE.i3.html, help/gen_html/mentor/derived/ShortestPathIE.m3.html, help/gen_html/mentor/derived/ShortestPathSPGraphObliqView.i3.html, help/gen_html/mentor/derived/ShortestPathSPGraphObliqView.m3.html, help/gen_html/mentor/derived/ShortestPathTranscriptView.i3.html, help/gen_html/mentor/derived/ShortestPathTranscriptView.m3.html, help/gen_html/mentor/derived/ShortestPathViewClass.i3.html, help/gen_html/mentor/derived/ShortestPathViewClass.m3.html, help/gen_html/mentor/derived/SiteList.i3.html, help/gen_html/mentor/derived/SiteList.m3.html, help/gen_html/mentor/derived/SortAlgClass.i3.html, help/gen_html/mentor/derived/SortAlgClass.m3.html, help/gen_html/mentor/derived/SortDataView.i3.html, help/gen_html/mentor/derived/SortDataView.m3.html, help/gen_html/mentor/derived/SortIE.i3.html, help/gen_html/mentor/derived/SortIE.m3.html, help/gen_html/mentor/derived/SortTranscriptView.i3.html, help/gen_html/mentor/derived/SortTranscriptView.m3.html, help/gen_html/mentor/derived/SortViewClass.i3.html, help/gen_html/mentor/derived/SortViewClass.m3.html, help/gen_html/mentor/derived/StringSearchAlgClass.i3.html, help/gen_html/mentor/derived/StringSearchAlgClass.m3.html, help/gen_html/mentor/derived/StringSearchDataView.i3.html, help/gen_html/mentor/derived/StringSearchDataView.m3.html, help/gen_html/mentor/derived/StringSearchIE.i3.html, help/gen_html/mentor/derived/StringSearchIE.m3.html, help/gen_html/mentor/derived/StringSearchTranscriptView.i3.html, help/gen_html/mentor/derived/StringSearchTranscriptView.m3.html, help/gen_html/mentor/derived/StringSearchViewClass.i3.html, help/gen_html/mentor/derived/StringSearchViewClass.m3.html, help/gen_html/mentor/derived/SubtypeAlgClass.i3.html, help/gen_html/mentor/derived/SubtypeAlgClass.m3.html, help/gen_html/mentor/derived/SubtypeDataView.i3.html, help/gen_html/mentor/derived/SubtypeDataView.m3.html, help/gen_html/mentor/derived/SubtypeIE.i3.html, help/gen_html/mentor/derived/SubtypeIE.m3.html, help/gen_html/mentor/derived/SubtypeTranscriptView.i3.html, help/gen_html/mentor/derived/SubtypeTranscriptView.m3.html, help/gen_html/mentor/derived/SubtypeViewClass.i3.html, help/gen_html/mentor/derived/SubtypeViewClass.m3.html, help/gen_html/mentor/derived/Subtypeview1ObliqView.i3.html, help/gen_html/mentor/derived/Subtypeview1ObliqView.m3.html, help/gen_html/mentor/derived/UnionFindAlgClass.i3.html, help/gen_html/mentor/derived/UnionFindAlgClass.m3.html, help/gen_html/mentor/derived/UnionFindAverageDepthObliqView.i3.html, help/gen_html/mentor/derived/UnionFindAverageDepthObliqView.m3.html, help/gen_html/mentor/derived/UnionFindBigTreeObliqView.i3.html, help/gen_html/mentor/derived/UnionFindBigTreeObliqView.m3.html, help/gen_html/mentor/derived/UnionFindChangeParentObliqView.i3.html, help/gen_html/mentor/derived/UnionFindChangeParentObliqView.m3.html, help/gen_html/mentor/derived/UnionFindDataView.i3.html, help/gen_html/mentor/derived/UnionFindDataView.m3.html, help/gen_html/mentor/derived/UnionFindFindLengthObliqView.i3.html, help/gen_html/mentor/derived/UnionFindFindLengthObliqView.m3.html, help/gen_html/mentor/derived/UnionFindIE.i3.html, help/gen_html/mentor/derived/UnionFindIE.m3.html, help/gen_html/mentor/derived/UnionFindNodeDepthObliqView.i3.html, help/gen_html/mentor/derived/UnionFindNodeDepthObliqView.m3.html, help/gen_html/mentor/derived/UnionFindTranscriptView.i3.html, help/gen_html/mentor/derived/UnionFindTranscriptView.m3.html, help/gen_html/mentor/derived/UnionFindTreeObliqView.i3.html, help/gen_html/mentor/derived/UnionFindTreeObliqView.m3.html, help/gen_html/mentor/derived/UnionFindViewClass.i3.html, help/gen_html/mentor/derived/UnionFindViewClass.m3.html, help/gen_html/mentor/derived/WheelerAlgClass.i3.html, help/gen_html/mentor/derived/WheelerAlgClass.m3.html, help/gen_html/mentor/derived/WheelerCompressObliqView.i3.html, help/gen_html/mentor/derived/WheelerCompressObliqView.m3.html, help/gen_html/mentor/derived/WheelerDataView.i3.html, help/gen_html/mentor/derived/WheelerDataView.m3.html, help/gen_html/mentor/derived/WheelerDecompressObliqView.i3.html, help/gen_html/mentor/derived/WheelerDecompressObliqView.m3.html, help/gen_html/mentor/derived/WheelerIE.i3.html, help/gen_html/mentor/derived/WheelerIE.m3.html, help/gen_html/mentor/derived/WheelerTranscriptView.i3.html, help/gen_html/mentor/derived/WheelerTranscriptView.m3.html, help/gen_html/mentor/derived/WheelerViewClass.i3.html, help/gen_html/mentor/derived/WheelerViewClass.m3.html, help/gen_html/mentor/derived/WheelerWhyDecompressWorksObliqView.i3.html, help/gen_html/mentor/derived/WheelerWhyDecompressWorksObliqView.m3.html, help/gen_html/mentor/derived/ZPaperAlgClass.i3.html, help/gen_html/mentor/derived/ZPaperAlgClass.m3.html, help/gen_html/mentor/derived/ZPaperDataView.i3.html, help/gen_html/mentor/derived/ZPaperDataView.m3.html, help/gen_html/mentor/derived/ZPaperIE.i3.html, help/gen_html/mentor/derived/ZPaperIE.m3.html, help/gen_html/mentor/derived/ZPaperTranscriptView.i3.html, help/gen_html/mentor/derived/ZPaperTranscriptView.m3.html, help/gen_html/mentor/derived/ZPaperViewClass.i3.html, help/gen_html/mentor/derived/ZPaperViewClass.m3.html, help/gen_html/mentor/derived/logoAlgClass.i3.html, help/gen_html/mentor/derived/logoAlgClass.m3.html, help/gen_html/mentor/derived/logoDataView.i3.html, help/gen_html/mentor/derived/logoDataView.m3.html, help/gen_html/mentor/derived/logoIE.i3.html, help/gen_html/mentor/derived/logoIE.m3.html, help/gen_html/mentor/derived/logoTranscriptView.i3.html, help/gen_html/mentor/derived/logoTranscriptView.m3.html, help/gen_html/mentor/derived/logoViewClass.i3.html, help/gen_html/mentor/derived/logoViewClass.m3.html, help/gen_html/mentor/src/Main.m3.html, help/gen_html/mentor/src/binpack/AlgFF.i3.html, help/gen_html/mentor/src/binpack/AlgFF.m3.html, help/gen_html/mentor/src/binpack/AlgFFCodeView.i3.html, help/gen_html/mentor/src/binpack/AlgFFCodeView.m3.html, help/gen_html/mentor/src/binpack/AlgFFPromptForWeights.i3.html, help/gen_html/mentor/src/binpack/AlgFFPromptForWeights.m3.html, help/gen_html/mentor/src/binpack/AlgFFSimple.i3.html, help/gen_html/mentor/src/binpack/AlgFFSimple.m3.html, help/gen_html/mentor/src/binpack/BinpackAux.i3.html, help/gen_html/mentor/src/binpack/BinpackAux.m3.html, help/gen_html/mentor/src/binpack/PackingView1.i3.html, help/gen_html/mentor/src/binpack/PackingView1.m3.html, help/gen_html/mentor/src/binpack/PackingView2.i3.html, help/gen_html/mentor/src/binpack/PackingView2.m3.html, help/gen_html/mentor/src/binpack/PackingView3.i3.html, help/gen_html/mentor/src/binpack/PackingView3.m3.html, help/gen_html/mentor/src/binpack/PackingView4.i3.html, help/gen_html/mentor/src/binpack/PackingView4.m3.html, help/gen_html/mentor/src/bresenham/AlgBresenham.i3.html, help/gen_html/mentor/src/bresenham/AlgBresenham.m3.html, help/gen_html/mentor/src/bresenham/ViewError.i3.html, help/gen_html/mentor/src/bresenham/ViewError.m3.html, help/gen_html/mentor/src/bresenham/ViewIncrementalReal.i3.html, help/gen_html/mentor/src/bresenham/ViewIncrementalReal.m3.html, help/gen_html/mentor/src/bresenham/ViewLine.i3.html, help/gen_html/mentor/src/bresenham/ViewLine.m3.html, help/gen_html/mentor/src/bresenham/ViewOnlyLine.i3.html, help/gen_html/mentor/src/bresenham/ViewOnlyLine.m3.html, help/gen_html/mentor/src/closestpoint/CPAlg.i3.html, help/gen_html/mentor/src/closestpoint/CPAlg.m3.html, help/gen_html/mentor/src/closestpoint/CPView.i3.html, help/gen_html/mentor/src/closestpoint/CPView.m3.html, help/gen_html/mentor/src/dgraph/AdjMatrix.i3.html, help/gen_html/mentor/src/dgraph/AdjMatrix.m3.html, help/gen_html/mentor/src/dgraph/AdjMatrixVBT.i3.html, help/gen_html/mentor/src/dgraph/AdjMatrixVBT.m3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView.i3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView.m3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView01.i3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView01.m3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView01_K.i3.html, help/gen_html/mentor/src/dgraph/AdjMatrixView01_K.m3.html, help/gen_html/mentor/src/dgraph/DFS.i3.html, help/gen_html/mentor/src/dgraph/DFS.m3.html, help/gen_html/mentor/src/dgraph/DFSTC.i3.html, help/gen_html/mentor/src/dgraph/DFSTC.m3.html, help/gen_html/mentor/src/dgraph/DFSTreeView.i3.html, help/gen_html/mentor/src/dgraph/DFSTreeView.m3.html, help/gen_html/mentor/src/dgraph/DepthToColor.i3.html, help/gen_html/mentor/src/dgraph/DepthToColor.m3.html, help/gen_html/mentor/src/dgraph/GraphView.i3.html, help/gen_html/mentor/src/dgraph/GraphView.m3.html, help/gen_html/mentor/src/dgraph/GridMJJ.i3.html, help/gen_html/mentor/src/dgraph/GridMJJ.m3.html, help/gen_html/mentor/src/dgraph/ReadGraph.i3.html, help/gen_html/mentor/src/dgraph/ReadGraph.m3.html, help/gen_html/mentor/src/dgraph/Warshall.i3.html, help/gen_html/mentor/src/dgraph/Warshall.m3.html, help/gen_html/mentor/src/euclid/Euclid.i3.html, help/gen_html/mentor/src/euclid/EuclidAlg.m3.html, help/gen_html/mentor/src/euclid/EuclidView.m3.html, help/gen_html/mentor/src/hash/HashAlgs.i3.html, help/gen_html/mentor/src/hash/HashAlgs.m3.html, help/gen_html/mentor/src/hash/HashFmt.i3.html, help/gen_html/mentor/src/hash/HashFmt.m3.html, help/gen_html/mentor/src/hash/HashStatsView.i3.html, help/gen_html/mentor/src/hash/HashStatsView.m3.html, help/gen_html/mentor/src/hash/HashViews.i3.html, help/gen_html/mentor/src/hash/HashViews.m3.html, help/gen_html/mentor/src/hull/AlgTypes.i3.html, help/gen_html/mentor/src/hull/AlgTypes.m3.html, help/gen_html/mentor/src/hull/ArrayView.i3.html, help/gen_html/mentor/src/hull/ArrayView.m3.html, help/gen_html/mentor/src/hull/GeomView.i3.html, help/gen_html/mentor/src/hull/GeomView.m3.html, help/gen_html/mentor/src/hull/HullFmt.i3.html, help/gen_html/mentor/src/hull/HullFmt.m3.html, help/gen_html/mentor/src/hull/HullInput.i3.html, help/gen_html/mentor/src/hull/HullInput.m3.html, help/gen_html/mentor/src/hull/MyColors.i3.html, help/gen_html/mentor/src/hull/MyColors.m3.html, help/gen_html/mentor/src/hull/RubberAlg.i3.html, help/gen_html/mentor/src/hull/RubberAlg.m3.html, help/gen_html/mentor/src/hull/Site.i3.html, help/gen_html/mentor/src/hull/Site.m3.html, help/gen_html/mentor/src/hull/WrapAlg.i3.html, help/gen_html/mentor/src/hull/WrapAlg.m3.html, help/gen_html/mentor/src/kpaths/AtomEdgeTbl.i3.html, help/gen_html/mentor/src/kpaths/AtomEdgeTbl.m3.html, help/gen_html/mentor/src/kpaths/AtomVertexTbl.i3.html, help/gen_html/mentor/src/kpaths/AtomVertexTbl.m3.html, help/gen_html/mentor/src/kpaths/Edge.i3.html, help/gen_html/mentor/src/kpaths/EdgeSeq.i3.html, help/gen_html/mentor/src/kpaths/EdgeSeq.m3.html, help/gen_html/mentor/src/kpaths/EdgeSeqRep.i3.html, help/gen_html/mentor/src/kpaths/ShortestPath.i3.html, help/gen_html/mentor/src/kpaths/ShortestPath.m3.html, help/gen_html/mentor/src/kpaths/Vertex.i3.html, help/gen_html/mentor/src/kpaths/VertexSeq.i3.html, help/gen_html/mentor/src/kpaths/VertexSeq.m3.html, help/gen_html/mentor/src/kpaths/VertexSeqRep.i3.html, help/gen_html/mentor/src/logo/Logo.i3.html, help/gen_html/mentor/src/logo/Logo.m3.html, help/gen_html/mentor/src/match/AlgMatch.i3.html, help/gen_html/mentor/src/match/AlgMatch.m3.html, help/gen_html/mentor/src/match/Match.i3.html, help/gen_html/mentor/src/match/Match.m3.html, help/gen_html/mentor/src/match/MatchRect.i3.html, help/gen_html/mentor/src/match/MatchSelector.i3.html, help/gen_html/mentor/src/match/MatchSelector.m3.html, help/gen_html/mentor/src/match/ViewMatch.i3.html, help/gen_html/mentor/src/match/ViewMatch.m3.html, help/gen_html/mentor/src/maxflow/MFAlgs.i3.html, help/gen_html/mentor/src/maxflow/MFAlgs.m3.html, help/gen_html/mentor/src/maxflow/MFBarView.i3.html, help/gen_html/mentor/src/maxflow/MFBarView.m3.html, help/gen_html/mentor/src/maxflow/MFEdgeView.i3.html, help/gen_html/mentor/src/maxflow/MFEdgeView.m3.html, help/gen_html/mentor/src/maxflow/MFFmt.i3.html, help/gen_html/mentor/src/maxflow/MFFmt.m3.html, help/gen_html/mentor/src/maxflow/MFGraph.i3.html, help/gen_html/mentor/src/maxflow/MFGraph.m3.html, help/gen_html/mentor/src/maxflow/MFLegendView.i3.html, help/gen_html/mentor/src/maxflow/MFLegendView.m3.html, help/gen_html/mentor/src/maxflow/MFViews.i3.html, help/gen_html/mentor/src/maxflow/MFViews.m3.html, help/gen_html/mentor/src/maxflow/MFViews2.i3.html, help/gen_html/mentor/src/maxflow/MFViews2.m3.html, help/gen_html/mentor/src/minimax/AlgMinimax.i3.html, help/gen_html/mentor/src/minimax/AlgMinimax.m3.html, help/gen_html/mentor/src/minimax/GameBoard.i3.html, help/gen_html/mentor/src/minimax/GameBoard.m3.html, help/gen_html/mentor/src/minimax/GameBoardPrivate.i3.html, help/gen_html/mentor/src/minimax/GameMove.i3.html, help/gen_html/mentor/src/minimax/GameMove.m3.html, help/gen_html/mentor/src/minimax/GamePlay.i3.html, help/gen_html/mentor/src/minimax/GamePlay.m3.html, help/gen_html/mentor/src/minimax/HumanPlayer.i3.html, help/gen_html/mentor/src/minimax/HumanPlayer.m3.html, help/gen_html/mentor/src/minimax/Minimax.i3.html, help/gen_html/mentor/src/minimax/Minimax.m3.html, help/gen_html/mentor/src/minimax/MoveList.i3.html, help/gen_html/mentor/src/minimax/MoveList.m3.html, help/gen_html/mentor/src/minimax/TypeFmt.i3.html, help/gen_html/mentor/src/minimax/TypeFmt.m3.html, help/gen_html/mentor/src/minimax/ViewGameBoard.i3.html, help/gen_html/mentor/src/minimax/ViewGameBoard.m3.html, help/gen_html/mentor/src/parse/A_BottomUp.i3.html, help/gen_html/mentor/src/parse/A_BottomUp.m3.html, help/gen_html/mentor/src/parse/A_RecDescent.i3.html, help/gen_html/mentor/src/parse/A_RecDescent.m3.html, help/gen_html/mentor/src/parse/A_TopDown.i3.html, help/gen_html/mentor/src/parse/A_TopDown.m3.html, help/gen_html/mentor/src/parse/Parse.i3.html, help/gen_html/mentor/src/parse/Parse.m3.html, help/gen_html/mentor/src/parse/ParseColor.i3.html, help/gen_html/mentor/src/parse/ParseColor.m3.html, help/gen_html/mentor/src/parse/Token.i3.html, help/gen_html/mentor/src/parse/Token.m3.html, help/gen_html/mentor/src/parse/V_Input.i3.html, help/gen_html/mentor/src/parse/V_Input.m3.html, help/gen_html/mentor/src/parse/V_Stack.i3.html, help/gen_html/mentor/src/parse/V_Stack.m3.html, help/gen_html/mentor/src/parse/V_Tree.i3.html, help/gen_html/mentor/src/parse/V_Tree.m3.html, help/gen_html/mentor/src/pktroute/ASP.i3.html, help/gen_html/mentor/src/pktroute/ASP.m3.html, help/gen_html/mentor/src/pktroute/AlgGreedy.i3.html, help/gen_html/mentor/src/pktroute/AlgGreedy.m3.html, help/gen_html/mentor/src/pktroute/AlgTwoPhase.i3.html, help/gen_html/mentor/src/pktroute/AlgTwoPhase.m3.html, help/gen_html/mentor/src/pktroute/Graph.i3.html, help/gen_html/mentor/src/pktroute/Graph.m3.html, help/gen_html/mentor/src/pktroute/GraphRep.i3.html, help/gen_html/mentor/src/pktroute/IntListUtils.i3.html, help/gen_html/mentor/src/pktroute/IntListUtils.m3.html, help/gen_html/mentor/src/pktroute/MakePackets.i3.html, help/gen_html/mentor/src/pktroute/MakePackets.m3.html, help/gen_html/mentor/src/pktroute/MyReal.i3.html, help/gen_html/mentor/src/pktroute/MyReal.m3.html, help/gen_html/mentor/src/pktroute/OblFmt.i3.html, help/gen_html/mentor/src/pktroute/OblFmt.m3.html, help/gen_html/mentor/src/pktroute/ObliqExtension.i3.html, help/gen_html/mentor/src/pktroute/ObliqExtension.m3.html, help/gen_html/mentor/src/pktroute/Packet.i3.html, help/gen_html/mentor/src/pktroute/Packet.m3.html, help/gen_html/mentor/src/pktroute/PacketRep.i3.html, help/gen_html/mentor/src/pktroute/RefIntArray.i3.html, help/gen_html/mentor/src/pktroute/RefIntArray.m3.html, help/gen_html/mentor/src/pktroute/Topology.i3.html, help/gen_html/mentor/src/pktroute/Topology.m3.html, help/gen_html/mentor/src/pktroute/VertexSizeAnim.i3.html, help/gen_html/mentor/src/pktroute/VertexSizeAnim.m3.html, help/gen_html/mentor/src/pqueue/PQAlgs.i3.html, help/gen_html/mentor/src/pqueue/PQAlgs.m3.html, help/gen_html/mentor/src/pqueue/PQBarView.i3.html, help/gen_html/mentor/src/pqueue/PQBarView.m3.html, help/gen_html/mentor/src/pqueue/PQViews.i3.html, help/gen_html/mentor/src/pqueue/PQViews.m3.html, help/gen_html/mentor/src/pqueue/PQueue.i3.html, help/gen_html/mentor/src/pqueue/PQueue.m3.html, help/gen_html/mentor/src/searchtree/BSTAlg.i3.html, help/gen_html/mentor/src/searchtree/BSTAlg.m3.html, help/gen_html/mentor/src/searchtree/BSTView.i3.html, help/gen_html/mentor/src/searchtree/BSTView.m3.html, help/gen_html/mentor/src/searchtree/RedBlackAlg.i3.html, help/gen_html/mentor/src/searchtree/RedBlackAlg.m3.html, help/gen_html/mentor/src/searchtree/STView.i3.html, help/gen_html/mentor/src/searchtree/STView.m3.html, help/gen_html/mentor/src/searchtree/SkelView.i3.html, help/gen_html/mentor/src/searchtree/SkelView.m3.html, help/gen_html/mentor/src/searchtree/SkinnyBinTree.i3.html, help/gen_html/mentor/src/searchtree/SkinnyBinTree.m3.html, help/gen_html/mentor/src/searchtree/UnbalancedAlg.i3.html, help/gen_html/mentor/src/searchtree/UnbalancedAlg.m3.html, help/gen_html/mentor/src/sorting/ChipsView.i3.html, help/gen_html/mentor/src/sorting/ChipsView.m3.html, help/gen_html/mentor/src/sorting/DotsView.i3.html, help/gen_html/mentor/src/sorting/DotsView.m3.html, help/gen_html/mentor/src/sorting/Sort.i3.html, help/gen_html/mentor/src/sorting/SortAlgs.i3.html, help/gen_html/mentor/src/sorting/SortAlgs.m3.html, help/gen_html/mentor/src/sorting/SticksView.i3.html, help/gen_html/mentor/src/sorting/SticksView.m3.html, help/gen_html/mentor/src/stringsearch/AlgsBase.i3.html, help/gen_html/mentor/src/stringsearch/AlgsBase.m3.html, help/gen_html/mentor/src/stringsearch/AutoView.i3.html, help/gen_html/mentor/src/stringsearch/AutoView.m3.html, help/gen_html/mentor/src/stringsearch/BM.i3.html, help/gen_html/mentor/src/stringsearch/BM.m3.html, help/gen_html/mentor/src/stringsearch/BruteForce.i3.html, help/gen_html/mentor/src/stringsearch/BruteForce.m3.html, help/gen_html/mentor/src/stringsearch/KMP.i3.html, help/gen_html/mentor/src/stringsearch/KMP.m3.html, help/gen_html/mentor/src/stringsearch/PrefixView.i3.html, help/gen_html/mentor/src/stringsearch/PrefixView.m3.html, help/gen_html/mentor/src/stringsearch/SliderView.i3.html, help/gen_html/mentor/src/stringsearch/SliderView.m3.html, help/gen_html/mentor/src/stringsearch/TextView.i3.html, help/gen_html/mentor/src/stringsearch/TextView.m3.html, help/gen_html/mentor/src/stringsearch/TouchView.i3.html, help/gen_html/mentor/src/stringsearch/TouchView.m3.html, help/gen_html/mentor/src/stringsearch/ViewsBase.i3.html, help/gen_html/mentor/src/stringsearch/ViewsBase.m3.html, help/gen_html/mentor/src/subtype/AlgSubtype.i3.html, help/gen_html/mentor/src/subtype/AlgSubtype.m3.html, help/gen_html/mentor/src/unionfind/AlgBoth.i3.html, help/gen_html/mentor/src/unionfind/AlgBoth.m3.html, help/gen_html/mentor/src/unionfind/AlgCompress.i3.html, help/gen_html/mentor/src/unionfind/AlgCompress.m3.html, help/gen_html/mentor/src/unionfind/AlgList.i3.html, help/gen_html/mentor/src/unionfind/AlgList.m3.html, help/gen_html/mentor/src/unionfind/AlgQuickFind.i3.html, help/gen_html/mentor/src/unionfind/AlgQuickFind.m3.html, help/gen_html/mentor/src/unionfind/AlgSimple.i3.html, help/gen_html/mentor/src/unionfind/AlgSimple.m3.html, help/gen_html/mentor/src/unionfind/AlgUnionByRank.i3.html, help/gen_html/mentor/src/unionfind/AlgUnionByRank.m3.html, help/gen_html/mentor/src/unionfind/TreeNode.i3.html, help/gen_html/mentor/src/unionfind/UFInput.i3.html, help/gen_html/mentor/src/unionfind/UFInput.m3.html, help/gen_html/mentor/src/wheeler/CharArraySort.i3.html, help/gen_html/mentor/src/wheeler/CharArraySort.m3.html, help/gen_html/mentor/src/wheeler/MiscFmt.i3.html, help/gen_html/mentor/src/wheeler/MiscFmt.m3.html, help/gen_html/mentor/src/wheeler/Wheeler.i3.html, help/gen_html/mentor/src/wheeler/Wheeler.m3.html, help/gen_html/mentor/src/zpaper/AlgFn.i3.html, help/gen_html/mentor/src/zpaper/AlgFn.m3.html, help/gen_html/mentor/src/zpaper/Fn.i3.html, help/gen_html/mentor/src/zpaper/ViewFn.i3.html, help/gen_html/mentor/src/zpaper/ViewFn.m3.html, help/gen_html/mentor/src/zpaper/ViewHisto.i3.html, help/gen_html/mentor/src/zpaper/ViewHisto.m3.html, help/gen_html/mentor/src/zpaper/ViewMFn.i3.html, help/gen_html/mentor/src/zpaper/ViewMFn.m3.html, help/gen_html/netobj/src/netobjrt/NetObjF.i3.html, help/gen_html/obliq/derived/ObliqBdl2.m3.html, help/gen_html/obliqlibemb/derived/ObEmbBundle.m3.html, help/gen_html/obliqlibemb/src/LibEmbDirs.i3.html, help/gen_html/obliqlibemb/src/LibEmbDirsPosix.m3.html, help/gen_html/obliqlibemb/src/ObLibEmb.i3.html, help/gen_html/obliqlibemb/src/ObLibEmb.m3.html, help/gen_html/obliqlibemb/src/ObLoader.i3.html, help/gen_html/obliqlibemb/src/ObLoader.m3.html, help/gen_html/obliqrt/derived/ObValueCB.i3.html, help/gen_html/obliqrt/derived/ObValueCB.m3.html, help/gen_html/obliqrt/derived/ObValueCBProxy.i3.html, help/gen_html/obliqrt/derived/ObValuePickle.i3.html, help/gen_html/obliqrt/derived/ObValueProxy.i3.html, help/gen_html/obliqrt/derived/ObValueSO.m3.html, help/gen_html/obliqrt/src/ObValue.m3.html, help/gen_html/obliqrt/src/ObValueNotify.i3.html, help/gen_html/obliqrt/src/ObValueNotify.m3.html, help/gen_html/obliqrt/src/ObValueRep.i3.html, help/gen_html/patternmatching/src/Glob.i3.html, help/gen_html/patternmatching/src/Glob.m3.html, help/gen_html/patternmatching/src/GlobTree.i3.html, help/gen_html/patternmatching/src/GlobTree.m3.html, help/gen_html/patternmatching/src/Uglob.i3.html, help/gen_html/patternmatching/src/libglob/fnmatch.c.html, help/gen_html/pkl-fonts/derived/PklFontsBundle.m3.html, help/gen_html/rdwr/src/RdWrPipe.i3.html, help/gen_html/rdwr/src/RdWrPipe.m3.html, help/gen_html/rdwr/src/SimpleMsgRW.i3.html, help/gen_html/rdwr/src/SimpleMsgRW.m3.html, help/gen_html/rdwr/src/TeeWr.i3.html, help/gen_html/rdwr/src/TeeWr.m3.html, help/gen_html/sharedobj/src/LocalObjectSpace.i3.html, help/gen_html/sharedobj/src/LocalObjectSpace.m3.html, help/gen_html/sharedobj/src/Message.i3.html, help/gen_html/sharedobj/src/Message.m3.html, help/gen_html/sharedobj/src/ObjCopy.i3.html, help/gen_html/sharedobj/src/ObjCopy.m3.html, help/gen_html/sharedobj/src/ObjectInfo.i3.html, help/gen_html/sharedobj/src/ObjectInfo.m3.html, help/gen_html/sharedobj/src/ObjectSpace.i3.html, help/gen_html/sharedobj/src/SharedObj.i3.html, help/gen_html/sharedobj/src/SharedObjError.i3.html, help/gen_html/sharedobj/src/SharedObjF.i3.html, help/gen_html/sharedobj/src/SharedObjF.m3.html, help/gen_html/sharedobj/src/SharedObjRT.i3.html, help/gen_html/sharedobj/src/SharedObjRT.m3.html, help/gen_html/sharedobj/src/SharedObjRTF.i3.html, help/gen_html/sharedobj/src/SharedObjRep.i3.html, help/gen_html/sharedobj/src/SharedObjRep.m3.html, help/gen_html/sharedobj/src/SharedObjStubLib.i3.html, help/gen_html/sharedobj/src/SharedObjStubLib.m3.html, help/gen_html/sharedobj/src/SpaceConn.i3.html, help/gen_html/sharedobj/src/SpaceConn.m3.html, help/gen_html/sharedobj/src/WeakerRef.i3.html, help/gen_html/sharedobj/src/WeakerRef.m3.html, help/gen_html/sharedobjgen/src/SOxCodeFiles.i3.html, help/gen_html/sharedobjgen/src/SOxCodeFiles.m3.html, help/gen_html/sharedobjgen/src/SOxCodeGenError.i3.html, help/gen_html/sharedobjgen/src/SOxCodeGenError.m3.html, help/gen_html/sharedobjgen/src/SOxCodeUtils.i3.html, help/gen_html/sharedobjgen/src/SOxCodeUtils.m3.html, help/gen_html/sharedobjgen/src/SOxCoder.i3.html, help/gen_html/sharedobjgen/src/SOxDummyCode.i3.html, help/gen_html/sharedobjgen/src/SOxDummyCode.m3.html, help/gen_html/sharedobjgen/src/SOxIntfCBCode.i3.html, help/gen_html/sharedobjgen/src/SOxIntfCBCode.m3.html, help/gen_html/sharedobjgen/src/SOxIntfCBProxyCode.i3.html, help/gen_html/sharedobjgen/src/SOxIntfCBProxyCode.m3.html, help/gen_html/sharedobjgen/src/SOxIntfPklCode.i3.html, help/gen_html/sharedobjgen/src/SOxIntfPklCode.m3.html, help/gen_html/sharedobjgen/src/SOxIntfProxyCode.i3.html, help/gen_html/sharedobjgen/src/SOxIntfProxyCode.m3.html, help/gen_html/sharedobjgen/src/SOxModuleCBCode.i3.html, help/gen_html/sharedobjgen/src/SOxModuleCBCode.m3.html, help/gen_html/sharedobjgen/src/SOxModuleSOCode.i3.html, help/gen_html/sharedobjgen/src/SOxModuleSOCode.m3.html, help/gen_html/sharedobjgen/src/StubGenTool.i3.html, help/gen_html/sharedobjgen/src/StubGenTool.m3.html, help/gen_html/tcp/src/POSIX/Herrno.i3.html, help/gen_html/tcp/src/POSIX/HerrnoC.c.html, help/gen_html/tcp/src/POSIX/IP.m3.html, help/gen_html/tcp/src/POSIX/IPErrorPosix.m3.html, help/gen_html/tcp/src/POSIX/TCP.m3.html, help/gen_html/tcp/src/POSIX/TCPHack.i3.html, help/gen_html/udp/src/POSIX/UDPPosix.m3.html, help/gen_html/vbtkit/derived/VBTKitBundle.m3.html, help/gen_html/visualobliq/derived/DialogBundle.m3.html, help/gen_html/vocgi/derived/VOCgiBundle.m3.html, help/gen_html/vorun/derived/VORunBundle.m3.html, help/gen_html/webvbt/derived/ResourceBundle.m3.html, help/gen_html/zeus/derived/ZeusBundle.m3.html, help/gen_html/zeus/src/ZeusPanel.m3.html: update generated docs for release 5.2.6 added: doc/PkgDesc added: doc/help/gen_html/db/src/DB.m3.html added: doc/help/gen_html/db/src/MySQLDB.i3.html added: doc/help/gen_html/db/src/MySQLDBStub.m3.html added: doc/help/gen_html/db/src/ODBCDB.i3.html added: doc/help/gen_html/db/src/PostgreSQLDB.i3.html added: doc/help/gen_html/db/src/PostgreSQLDBStub.m3.html added: doc/help/gen_html/db/src/odbc/ODBCDB.m3.html added: doc/help/gen_html/db/src/odbc/ODBCDBRep.i3.html added: doc/help/gen_html/href/I3_231.html added: doc/help/gen_html/href/I3_232.html added: doc/help/gen_html/href/I3_233.html added: doc/help/gen_html/href/I3_234.html added: doc/help/gen_html/href/I3_235.html added: doc/help/gen_html/href/I3_236.html added: doc/help/gen_html/href/I3_237.html added: doc/help/gen_html/href/I3_238.html added: doc/help/gen_html/href/I3_239.html added: doc/help/gen_html/href/I3_240.html added: doc/help/gen_html/href/I3_241.html added: doc/help/gen_html/href/I3_242.html added: doc/help/gen_html/href/I3_243.html added: doc/help/gen_html/href/I3_244.html added: doc/help/gen_html/href/I3_245.html added: doc/help/gen_html/href/I3_246.html added: doc/help/gen_html/href/I3_247.html added: doc/help/gen_html/href/I3_248.html added: doc/help/gen_html/href/I3_249.html added: doc/help/gen_html/href/I3_250.html added: doc/help/gen_html/href/I3_251.html added: doc/help/gen_html/href/I3_252.html added: doc/help/gen_html/href/I3_253.html added: doc/help/gen_html/href/I3_254.html added: doc/help/gen_html/href/I3_255.html added: doc/help/gen_html/href/I3_256.html added: doc/help/gen_html/href/I3_257.html added: doc/help/gen_html/href/I3_258.html added: doc/help/gen_html/href/I3_259.html added: doc/help/gen_html/href/I3_260.html added: doc/help/gen_html/href/I3_261.html added: doc/help/gen_html/href/I3_262.html added: doc/help/gen_html/href/I3_263.html added: doc/help/gen_html/href/I3_264.html added: doc/help/gen_html/href/I3_265.html added: doc/help/gen_html/href/I3_266.html added: doc/help/gen_html/href/I3_267.html added: doc/help/gen_html/href/I3_268.html added: doc/help/gen_html/href/I3_269.html added: doc/help/gen_html/href/I3_270.html added: doc/help/gen_html/href/I3_271.html added: doc/help/gen_html/href/M3_142.html added: doc/help/gen_html/href/M3_143.html added: doc/help/gen_html/href/M3_144.html added: doc/help/gen_html/href/M3_145.html added: doc/help/gen_html/href/M3_146.html added: doc/help/gen_html/href/M3_147.html added: doc/help/gen_html/href/M3_148.html added: doc/help/gen_html/href/M3_149.html added: doc/help/gen_html/href/M3_150.html added: doc/help/gen_html/href/M3_151.html added: doc/help/gen_html/href/M3_152.html added: doc/help/gen_html/href/M3_153.html added: doc/help/gen_html/href/M3_154.html added: doc/help/gen_html/href/M3_155.html added: doc/help/gen_html/href/M3_156.html added: doc/help/gen_html/href/M3_157.html added: doc/help/gen_html/href/M3_158.html added: doc/help/gen_html/href/M3_159.html added: doc/help/gen_html/href/M3_160.html added: doc/help/gen_html/href/M3_161.html added: doc/help/gen_html/href/M3_162.html added: doc/help/gen_html/href/M3_163.html added: doc/help/gen_html/href/M3_164.html added: doc/help/gen_html/href/M3_165.html added: doc/help/gen_html/href/M3_166.html added: doc/help/gen_html/href/M3_167.html added: doc/help/gen_html/href/M3_168.html added: doc/help/gen_html/href/M3_169.html added: doc/help/gen_html/href/M3_170.html added: doc/help/gen_html/href/M3_171.html added: doc/help/gen_html/href/M3_172.html added: doc/help/gen_html/href/M3_173.html added: doc/help/gen_html/href/M3_174.html added: doc/help/gen_html/href/M3_175.html added: doc/help/gen_html/href/M3_176.html added: doc/help/gen_html/href/M3_177.html added: doc/help/gen_html/href/M3_178.html added: doc/help/gen_html/href/M3_179.html added: doc/help/gen_html/href/M3_180.html added: doc/help/gen_html/href/M3_181.html added: doc/help/gen_html/href/M3_182.html added: doc/help/gen_html/href/M3_183.html added: doc/help/gen_html/href/M3_184.html added: doc/help/gen_html/href/M3_185.html added: doc/help/gen_html/libm3/src/uid/POSIX/MachineIDPosixC.c.html added: doc/help/gen_html/libm3/src/uid/POSIX/MachineIDPosixC.i3.html added: doc/help/gen_html/m3core/src/C/Common/CerrnoC.c.html added: doc/help/gen_html/m3core/src/unix/linux-libc6/Utermio.i3.html added: doc/help/gen_html/m3core/src/unix/linux-libc6-le/Uin.m3.html added: doc/help/gen_html/mentor/derived/BinpackAlgClass.i3.html added: doc/help/gen_html/mentor/derived/BinpackAlgClass.m3.html added: doc/help/gen_html/mentor/derived/BinpackDataView.i3.html added: doc/help/gen_html/mentor/derived/BinpackDataView.m3.html added: doc/help/gen_html/mentor/derived/BinpackIE.i3.html added: doc/help/gen_html/mentor/derived/BinpackIE.m3.html added: doc/help/gen_html/mentor/derived/BinpackTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/BinpackTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/BinpackViewClass.i3.html added: doc/help/gen_html/mentor/derived/BinpackViewClass.m3.html added: doc/help/gen_html/mentor/derived/BinpackmyviewObliqView.i3.html added: doc/help/gen_html/mentor/derived/BinpackmyviewObliqView.m3.html added: doc/help/gen_html/mentor/derived/BresenhamAlgClass.i3.html added: doc/help/gen_html/mentor/derived/BresenhamAlgClass.m3.html added: doc/help/gen_html/mentor/derived/BresenhamDataView.i3.html added: doc/help/gen_html/mentor/derived/BresenhamDataView.m3.html added: doc/help/gen_html/mentor/derived/BresenhamIE.i3.html added: doc/help/gen_html/mentor/derived/BresenhamIE.m3.html added: doc/help/gen_html/mentor/derived/BresenhamTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/BresenhamTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/BresenhamViewClass.i3.html added: doc/help/gen_html/mentor/derived/BresenhamViewClass.m3.html added: doc/help/gen_html/mentor/derived/CPAlgClass.i3.html added: doc/help/gen_html/mentor/derived/CPAlgClass.m3.html added: doc/help/gen_html/mentor/derived/CPDataView.i3.html added: doc/help/gen_html/mentor/derived/CPDataView.m3.html added: doc/help/gen_html/mentor/derived/CPIE.i3.html added: doc/help/gen_html/mentor/derived/CPIE.m3.html added: doc/help/gen_html/mentor/derived/CPTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/CPTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/CPViewClass.i3.html added: doc/help/gen_html/mentor/derived/CPViewClass.m3.html added: doc/help/gen_html/mentor/derived/DGraphAlgClass.i3.html added: doc/help/gen_html/mentor/derived/DGraphAlgClass.m3.html added: doc/help/gen_html/mentor/derived/DGraphDataView.i3.html added: doc/help/gen_html/mentor/derived/DGraphDataView.m3.html added: doc/help/gen_html/mentor/derived/DGraphIE.i3.html added: doc/help/gen_html/mentor/derived/DGraphIE.m3.html added: doc/help/gen_html/mentor/derived/DGraphTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/DGraphTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/DGraphViewClass.i3.html added: doc/help/gen_html/mentor/derived/DGraphViewClass.m3.html added: doc/help/gen_html/mentor/derived/EuclidAlgClass.i3.html added: doc/help/gen_html/mentor/derived/EuclidAlgClass.m3.html added: doc/help/gen_html/mentor/derived/EuclidDataView.i3.html added: doc/help/gen_html/mentor/derived/EuclidDataView.m3.html added: doc/help/gen_html/mentor/derived/EuclidIE.i3.html added: doc/help/gen_html/mentor/derived/EuclidIE.m3.html added: doc/help/gen_html/mentor/derived/EuclidTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/EuclidTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/EuclidViewClass.i3.html added: doc/help/gen_html/mentor/derived/EuclidViewClass.m3.html added: doc/help/gen_html/mentor/derived/HashAlgClass.i3.html added: doc/help/gen_html/mentor/derived/HashAlgClass.m3.html added: doc/help/gen_html/mentor/derived/HashDataView.i3.html added: doc/help/gen_html/mentor/derived/HashDataView.m3.html added: doc/help/gen_html/mentor/derived/HashIE.i3.html added: doc/help/gen_html/mentor/derived/HashIE.m3.html added: doc/help/gen_html/mentor/derived/HashTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/HashTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/HashViewClass.i3.html added: doc/help/gen_html/mentor/derived/HashViewClass.m3.html added: doc/help/gen_html/mentor/derived/HullAlgClass.i3.html added: doc/help/gen_html/mentor/derived/HullAlgClass.m3.html added: doc/help/gen_html/mentor/derived/HullDataView.i3.html added: doc/help/gen_html/mentor/derived/HullDataView.m3.html added: doc/help/gen_html/mentor/derived/HullIE.i3.html added: doc/help/gen_html/mentor/derived/HullIE.m3.html added: doc/help/gen_html/mentor/derived/HullTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/HullTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/HullViewClass.i3.html added: doc/help/gen_html/mentor/derived/HullViewClass.m3.html added: doc/help/gen_html/mentor/derived/MatchAlgClass.i3.html added: doc/help/gen_html/mentor/derived/MatchAlgClass.m3.html added: doc/help/gen_html/mentor/derived/MatchDataView.i3.html added: doc/help/gen_html/mentor/derived/MatchDataView.m3.html added: doc/help/gen_html/mentor/derived/MatchIE.i3.html added: doc/help/gen_html/mentor/derived/MatchIE.m3.html added: doc/help/gen_html/mentor/derived/MatchTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/MatchTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/MatchViewClass.i3.html added: doc/help/gen_html/mentor/derived/MatchViewClass.m3.html added: doc/help/gen_html/mentor/derived/MaxflowAlgClass.i3.html added: doc/help/gen_html/mentor/derived/MaxflowAlgClass.m3.html added: doc/help/gen_html/mentor/derived/MaxflowDataView.i3.html added: doc/help/gen_html/mentor/derived/MaxflowDataView.m3.html added: doc/help/gen_html/mentor/derived/MaxflowIE.i3.html added: doc/help/gen_html/mentor/derived/MaxflowIE.m3.html added: doc/help/gen_html/mentor/derived/MaxflowTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/MaxflowTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/MaxflowViewClass.i3.html added: doc/help/gen_html/mentor/derived/MaxflowViewClass.m3.html added: doc/help/gen_html/mentor/derived/MentorBundle.i3.html added: doc/help/gen_html/mentor/derived/MentorBundle.m3.html added: doc/help/gen_html/mentor/derived/MinimaxAlgClass.i3.html added: doc/help/gen_html/mentor/derived/MinimaxAlgClass.m3.html added: doc/help/gen_html/mentor/derived/MinimaxDataView.i3.html added: doc/help/gen_html/mentor/derived/MinimaxDataView.m3.html added: doc/help/gen_html/mentor/derived/MinimaxIE.i3.html added: doc/help/gen_html/mentor/derived/MinimaxIE.m3.html added: doc/help/gen_html/mentor/derived/MinimaxTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/MinimaxTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/MinimaxViewClass.i3.html added: doc/help/gen_html/mentor/derived/MinimaxViewClass.m3.html added: doc/help/gen_html/mentor/derived/MinimaxViewColorScaleObliqView.i3.html added: doc/help/gen_html/mentor/derived/MinimaxViewColorScaleObliqView.m3.html added: doc/help/gen_html/mentor/derived/MinimaxViewGameTreeAObliqView.i3.html added: doc/help/gen_html/mentor/derived/MinimaxViewGameTreeAObliqView.m3.html added: doc/help/gen_html/mentor/derived/MinimaxViewGameTreeBObliqView.i3.html added: doc/help/gen_html/mentor/derived/MinimaxViewGameTreeBObliqView.m3.html added: doc/help/gen_html/mentor/derived/PQueueAlgClass.i3.html added: doc/help/gen_html/mentor/derived/PQueueAlgClass.m3.html added: doc/help/gen_html/mentor/derived/PQueueDataView.i3.html added: doc/help/gen_html/mentor/derived/PQueueDataView.m3.html added: doc/help/gen_html/mentor/derived/PQueueIE.i3.html added: doc/help/gen_html/mentor/derived/PQueueIE.m3.html added: doc/help/gen_html/mentor/derived/PQueueTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/PQueueTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/PQueueViewClass.i3.html added: doc/help/gen_html/mentor/derived/PQueueViewClass.m3.html added: doc/help/gen_html/mentor/derived/ParseAlgClass.i3.html added: doc/help/gen_html/mentor/derived/ParseAlgClass.m3.html added: doc/help/gen_html/mentor/derived/ParseDataView.i3.html added: doc/help/gen_html/mentor/derived/ParseDataView.m3.html added: doc/help/gen_html/mentor/derived/ParseIE.i3.html added: doc/help/gen_html/mentor/derived/ParseIE.m3.html added: doc/help/gen_html/mentor/derived/ParseTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/ParseTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/ParseViewClass.i3.html added: doc/help/gen_html/mentor/derived/ParseViewClass.m3.html added: doc/help/gen_html/mentor/derived/PktRouteAlgClass.i3.html added: doc/help/gen_html/mentor/derived/PktRouteAlgClass.m3.html added: doc/help/gen_html/mentor/derived/PktRouteDataView.i3.html added: doc/help/gen_html/mentor/derived/PktRouteDataView.m3.html added: doc/help/gen_html/mentor/derived/PktRouteIE.i3.html added: doc/help/gen_html/mentor/derived/PktRouteIE.m3.html added: doc/help/gen_html/mentor/derived/PktRouteManyPacketsMoveObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRouteManyPacketsMoveObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRouteManyPacketsStepObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRouteManyPacketsStepObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketMoveObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketMoveObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketRouteObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketRouteObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketStepObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketStepObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketTraceObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRoutePacketTraceObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRouteQueueSizesObliqView.i3.html added: doc/help/gen_html/mentor/derived/PktRouteQueueSizesObliqView.m3.html added: doc/help/gen_html/mentor/derived/PktRouteTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/PktRouteTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/PktRouteViewClass.i3.html added: doc/help/gen_html/mentor/derived/PktRouteViewClass.m3.html added: doc/help/gen_html/mentor/derived/RealList.i3.html added: doc/help/gen_html/mentor/derived/RealList.m3.html added: doc/help/gen_html/mentor/derived/RealPQ.i3.html added: doc/help/gen_html/mentor/derived/RealPQ.m3.html added: doc/help/gen_html/mentor/derived/RealPQRep.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeAlgClass.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeAlgClass.m3.html added: doc/help/gen_html/mentor/derived/SearchTreeDataView.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeDataView.m3.html added: doc/help/gen_html/mentor/derived/SearchTreeIE.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeIE.m3.html added: doc/help/gen_html/mentor/derived/SearchTreeTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/SearchTreeViewClass.i3.html added: doc/help/gen_html/mentor/derived/SearchTreeViewClass.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathAlgClass.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathAlgClass.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathDataView.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathDataView.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathIE.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathIE.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathSPGraphObliqView.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathSPGraphObliqView.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/ShortestPathViewClass.i3.html added: doc/help/gen_html/mentor/derived/ShortestPathViewClass.m3.html added: doc/help/gen_html/mentor/derived/SiteList.i3.html added: doc/help/gen_html/mentor/derived/SiteList.m3.html added: doc/help/gen_html/mentor/derived/SortAlgClass.i3.html added: doc/help/gen_html/mentor/derived/SortAlgClass.m3.html added: doc/help/gen_html/mentor/derived/SortDataView.i3.html added: doc/help/gen_html/mentor/derived/SortDataView.m3.html added: doc/help/gen_html/mentor/derived/SortIE.i3.html added: doc/help/gen_html/mentor/derived/SortIE.m3.html added: doc/help/gen_html/mentor/derived/SortTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/SortTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/SortViewClass.i3.html added: doc/help/gen_html/mentor/derived/SortViewClass.m3.html added: doc/help/gen_html/mentor/derived/StringSearchAlgClass.i3.html added: doc/help/gen_html/mentor/derived/StringSearchAlgClass.m3.html added: doc/help/gen_html/mentor/derived/StringSearchDataView.i3.html added: doc/help/gen_html/mentor/derived/StringSearchDataView.m3.html added: doc/help/gen_html/mentor/derived/StringSearchIE.i3.html added: doc/help/gen_html/mentor/derived/StringSearchIE.m3.html added: doc/help/gen_html/mentor/derived/StringSearchTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/StringSearchTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/StringSearchViewClass.i3.html added: doc/help/gen_html/mentor/derived/StringSearchViewClass.m3.html added: doc/help/gen_html/mentor/derived/SubtypeAlgClass.i3.html added: doc/help/gen_html/mentor/derived/SubtypeAlgClass.m3.html added: doc/help/gen_html/mentor/derived/SubtypeDataView.i3.html added: doc/help/gen_html/mentor/derived/SubtypeDataView.m3.html added: doc/help/gen_html/mentor/derived/SubtypeIE.i3.html added: doc/help/gen_html/mentor/derived/SubtypeIE.m3.html added: doc/help/gen_html/mentor/derived/SubtypeTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/SubtypeTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/SubtypeViewClass.i3.html added: doc/help/gen_html/mentor/derived/SubtypeViewClass.m3.html added: doc/help/gen_html/mentor/derived/Subtypeview1ObliqView.i3.html added: doc/help/gen_html/mentor/derived/Subtypeview1ObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindAlgClass.i3.html added: doc/help/gen_html/mentor/derived/UnionFindAlgClass.m3.html added: doc/help/gen_html/mentor/derived/UnionFindAverageDepthObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindAverageDepthObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindBigTreeObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindBigTreeObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindChangeParentObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindChangeParentObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindDataView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindDataView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindFindLengthObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindFindLengthObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindIE.i3.html added: doc/help/gen_html/mentor/derived/UnionFindIE.m3.html added: doc/help/gen_html/mentor/derived/UnionFindNodeDepthObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindNodeDepthObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindTreeObliqView.i3.html added: doc/help/gen_html/mentor/derived/UnionFindTreeObliqView.m3.html added: doc/help/gen_html/mentor/derived/UnionFindViewClass.i3.html added: doc/help/gen_html/mentor/derived/UnionFindViewClass.m3.html added: doc/help/gen_html/mentor/derived/WheelerAlgClass.i3.html added: doc/help/gen_html/mentor/derived/WheelerAlgClass.m3.html added: doc/help/gen_html/mentor/derived/WheelerCompressObliqView.i3.html added: doc/help/gen_html/mentor/derived/WheelerCompressObliqView.m3.html added: doc/help/gen_html/mentor/derived/WheelerDataView.i3.html added: doc/help/gen_html/mentor/derived/WheelerDataView.m3.html added: doc/help/gen_html/mentor/derived/WheelerDecompressObliqView.i3.html added: doc/help/gen_html/mentor/derived/WheelerDecompressObliqView.m3.html added: doc/help/gen_html/mentor/derived/WheelerIE.i3.html added: doc/help/gen_html/mentor/derived/WheelerIE.m3.html added: doc/help/gen_html/mentor/derived/WheelerTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/WheelerTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/WheelerViewClass.i3.html added: doc/help/gen_html/mentor/derived/WheelerViewClass.m3.html added: doc/help/gen_html/mentor/derived/WheelerWhyDecompressWorksObliqView.i3.html added: doc/help/gen_html/mentor/derived/WheelerWhyDecompressWorksObliqView.m3.html added: doc/help/gen_html/mentor/derived/ZPaperAlgClass.i3.html added: doc/help/gen_html/mentor/derived/ZPaperAlgClass.m3.html added: doc/help/gen_html/mentor/derived/ZPaperDataView.i3.html added: doc/help/gen_html/mentor/derived/ZPaperDataView.m3.html added: doc/help/gen_html/mentor/derived/ZPaperIE.i3.html added: doc/help/gen_html/mentor/derived/ZPaperIE.m3.html added: doc/help/gen_html/mentor/derived/ZPaperTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/ZPaperTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/ZPaperViewClass.i3.html added: doc/help/gen_html/mentor/derived/ZPaperViewClass.m3.html added: doc/help/gen_html/mentor/derived/logoAlgClass.i3.html added: doc/help/gen_html/mentor/derived/logoAlgClass.m3.html added: doc/help/gen_html/mentor/derived/logoDataView.i3.html added: doc/help/gen_html/mentor/derived/logoDataView.m3.html added: doc/help/gen_html/mentor/derived/logoIE.i3.html added: doc/help/gen_html/mentor/derived/logoIE.m3.html added: doc/help/gen_html/mentor/derived/logoTranscriptView.i3.html added: doc/help/gen_html/mentor/derived/logoTranscriptView.m3.html added: doc/help/gen_html/mentor/derived/logoViewClass.i3.html added: doc/help/gen_html/mentor/derived/logoViewClass.m3.html added: doc/help/gen_html/mentor/src/Main.m3.html added: doc/help/gen_html/mentor/src/binpack/AlgFF.i3.html added: doc/help/gen_html/mentor/src/binpack/AlgFF.m3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFCodeView.i3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFCodeView.m3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFPromptForWeights.i3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFPromptForWeights.m3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFSimple.i3.html added: doc/help/gen_html/mentor/src/binpack/AlgFFSimple.m3.html added: doc/help/gen_html/mentor/src/binpack/BinpackAux.i3.html added: doc/help/gen_html/mentor/src/binpack/BinpackAux.m3.html added: doc/help/gen_html/mentor/src/binpack/PackingView1.i3.html added: doc/help/gen_html/mentor/src/binpack/PackingView1.m3.html added: doc/help/gen_html/mentor/src/binpack/PackingView2.i3.html added: doc/help/gen_html/mentor/src/binpack/PackingView2.m3.html added: doc/help/gen_html/mentor/src/binpack/PackingView3.i3.html added: doc/help/gen_html/mentor/src/binpack/PackingView3.m3.html added: doc/help/gen_html/mentor/src/binpack/PackingView4.i3.html added: doc/help/gen_html/mentor/src/binpack/PackingView4.m3.html added: doc/help/gen_html/mentor/src/bresenham/AlgBresenham.i3.html added: doc/help/gen_html/mentor/src/bresenham/AlgBresenham.m3.html added: doc/help/gen_html/mentor/src/bresenham/ViewError.i3.html added: doc/help/gen_html/mentor/src/bresenham/ViewError.m3.html added: doc/help/gen_html/mentor/src/bresenham/ViewIncrementalReal.i3.html added: doc/help/gen_html/mentor/src/bresenham/ViewIncrementalReal.m3.html added: doc/help/gen_html/mentor/src/bresenham/ViewLine.i3.html added: doc/help/gen_html/mentor/src/bresenham/ViewLine.m3.html added: doc/help/gen_html/mentor/src/bresenham/ViewOnlyLine.i3.html added: doc/help/gen_html/mentor/src/bresenham/ViewOnlyLine.m3.html added: doc/help/gen_html/mentor/src/closestpoint/CPAlg.i3.html added: doc/help/gen_html/mentor/src/closestpoint/CPAlg.m3.html added: doc/help/gen_html/mentor/src/closestpoint/CPView.i3.html added: doc/help/gen_html/mentor/src/closestpoint/CPView.m3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrix.i3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrix.m3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixVBT.i3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixVBT.m3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView.i3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView.m3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView01.i3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView01.m3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView01_K.i3.html added: doc/help/gen_html/mentor/src/dgraph/AdjMatrixView01_K.m3.html added: doc/help/gen_html/mentor/src/dgraph/DFS.i3.html added: doc/help/gen_html/mentor/src/dgraph/DFS.m3.html added: doc/help/gen_html/mentor/src/dgraph/DFSTC.i3.html added: doc/help/gen_html/mentor/src/dgraph/DFSTC.m3.html added: doc/help/gen_html/mentor/src/dgraph/DFSTreeView.i3.html added: doc/help/gen_html/mentor/src/dgraph/DFSTreeView.m3.html added: doc/help/gen_html/mentor/src/dgraph/DepthToColor.i3.html added: doc/help/gen_html/mentor/src/dgraph/DepthToColor.m3.html added: doc/help/gen_html/mentor/src/dgraph/GraphView.i3.html added: doc/help/gen_html/mentor/src/dgraph/GraphView.m3.html added: doc/help/gen_html/mentor/src/dgraph/GridMJJ.i3.html added: doc/help/gen_html/mentor/src/dgraph/GridMJJ.m3.html added: doc/help/gen_html/mentor/src/dgraph/ReadGraph.i3.html added: doc/help/gen_html/mentor/src/dgraph/ReadGraph.m3.html added: doc/help/gen_html/mentor/src/dgraph/Warshall.i3.html added: doc/help/gen_html/mentor/src/dgraph/Warshall.m3.html added: doc/help/gen_html/mentor/src/euclid/Euclid.i3.html added: doc/help/gen_html/mentor/src/euclid/EuclidAlg.m3.html added: doc/help/gen_html/mentor/src/euclid/EuclidView.m3.html added: doc/help/gen_html/mentor/src/hash/HashAlgs.i3.html added: doc/help/gen_html/mentor/src/hash/HashAlgs.m3.html added: doc/help/gen_html/mentor/src/hash/HashFmt.i3.html added: doc/help/gen_html/mentor/src/hash/HashFmt.m3.html added: doc/help/gen_html/mentor/src/hash/HashStatsView.i3.html added: doc/help/gen_html/mentor/src/hash/HashStatsView.m3.html added: doc/help/gen_html/mentor/src/hash/HashViews.i3.html added: doc/help/gen_html/mentor/src/hash/HashViews.m3.html added: doc/help/gen_html/mentor/src/hull/AlgTypes.i3.html added: doc/help/gen_html/mentor/src/hull/AlgTypes.m3.html added: doc/help/gen_html/mentor/src/hull/ArrayView.i3.html added: doc/help/gen_html/mentor/src/hull/ArrayView.m3.html added: doc/help/gen_html/mentor/src/hull/GeomView.i3.html added: doc/help/gen_html/mentor/src/hull/GeomView.m3.html added: doc/help/gen_html/mentor/src/hull/HullFmt.i3.html added: doc/help/gen_html/mentor/src/hull/HullFmt.m3.html added: doc/help/gen_html/mentor/src/hull/HullInput.i3.html added: doc/help/gen_html/mentor/src/hull/HullInput.m3.html added: doc/help/gen_html/mentor/src/hull/MyColors.i3.html added: doc/help/gen_html/mentor/src/hull/MyColors.m3.html added: doc/help/gen_html/mentor/src/hull/RubberAlg.i3.html added: doc/help/gen_html/mentor/src/hull/RubberAlg.m3.html added: doc/help/gen_html/mentor/src/hull/Site.i3.html added: doc/help/gen_html/mentor/src/hull/Site.m3.html added: doc/help/gen_html/mentor/src/hull/WrapAlg.i3.html added: doc/help/gen_html/mentor/src/hull/WrapAlg.m3.html added: doc/help/gen_html/mentor/src/kpaths/AtomEdgeTbl.i3.html added: doc/help/gen_html/mentor/src/kpaths/AtomEdgeTbl.m3.html added: doc/help/gen_html/mentor/src/kpaths/AtomVertexTbl.i3.html added: doc/help/gen_html/mentor/src/kpaths/AtomVertexTbl.m3.html added: doc/help/gen_html/mentor/src/kpaths/Edge.i3.html added: doc/help/gen_html/mentor/src/kpaths/EdgeSeq.i3.html added: doc/help/gen_html/mentor/src/kpaths/EdgeSeq.m3.html added: doc/help/gen_html/mentor/src/kpaths/EdgeSeqRep.i3.html added: doc/help/gen_html/mentor/src/kpaths/ShortestPath.i3.html added: doc/help/gen_html/mentor/src/kpaths/ShortestPath.m3.html added: doc/help/gen_html/mentor/src/kpaths/Vertex.i3.html added: doc/help/gen_html/mentor/src/kpaths/VertexSeq.i3.html added: doc/help/gen_html/mentor/src/kpaths/VertexSeq.m3.html added: doc/help/gen_html/mentor/src/kpaths/VertexSeqRep.i3.html added: doc/help/gen_html/mentor/src/logo/Logo.i3.html added: doc/help/gen_html/mentor/src/logo/Logo.m3.html added: doc/help/gen_html/mentor/src/match/AlgMatch.i3.html added: doc/help/gen_html/mentor/src/match/AlgMatch.m3.html added: doc/help/gen_html/mentor/src/match/Match.i3.html added: doc/help/gen_html/mentor/src/match/Match.m3.html added: doc/help/gen_html/mentor/src/match/MatchRect.i3.html added: doc/help/gen_html/mentor/src/match/MatchSelector.i3.html added: doc/help/gen_html/mentor/src/match/MatchSelector.m3.html added: doc/help/gen_html/mentor/src/match/ViewMatch.i3.html added: doc/help/gen_html/mentor/src/match/ViewMatch.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFAlgs.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFAlgs.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFBarView.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFBarView.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFEdgeView.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFEdgeView.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFFmt.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFFmt.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFGraph.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFGraph.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFLegendView.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFLegendView.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFViews.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFViews.m3.html added: doc/help/gen_html/mentor/src/maxflow/MFViews2.i3.html added: doc/help/gen_html/mentor/src/maxflow/MFViews2.m3.html added: doc/help/gen_html/mentor/src/minimax/AlgMinimax.i3.html added: doc/help/gen_html/mentor/src/minimax/AlgMinimax.m3.html added: doc/help/gen_html/mentor/src/minimax/GameBoard.i3.html added: doc/help/gen_html/mentor/src/minimax/GameBoard.m3.html added: doc/help/gen_html/mentor/src/minimax/GameBoardPrivate.i3.html added: doc/help/gen_html/mentor/src/minimax/GameMove.i3.html added: doc/help/gen_html/mentor/src/minimax/GameMove.m3.html added: doc/help/gen_html/mentor/src/minimax/GamePlay.i3.html added: doc/help/gen_html/mentor/src/minimax/GamePlay.m3.html added: doc/help/gen_html/mentor/src/minimax/HumanPlayer.i3.html added: doc/help/gen_html/mentor/src/minimax/HumanPlayer.m3.html added: doc/help/gen_html/mentor/src/minimax/Minimax.i3.html added: doc/help/gen_html/mentor/src/minimax/Minimax.m3.html added: doc/help/gen_html/mentor/src/minimax/MoveList.i3.html added: doc/help/gen_html/mentor/src/minimax/MoveList.m3.html added: doc/help/gen_html/mentor/src/minimax/TypeFmt.i3.html added: doc/help/gen_html/mentor/src/minimax/TypeFmt.m3.html added: doc/help/gen_html/mentor/src/minimax/ViewGameBoard.i3.html added: doc/help/gen_html/mentor/src/minimax/ViewGameBoard.m3.html added: doc/help/gen_html/mentor/src/parse/A_BottomUp.i3.html added: doc/help/gen_html/mentor/src/parse/A_BottomUp.m3.html added: doc/help/gen_html/mentor/src/parse/A_RecDescent.i3.html added: doc/help/gen_html/mentor/src/parse/A_RecDescent.m3.html added: doc/help/gen_html/mentor/src/parse/A_TopDown.i3.html added: doc/help/gen_html/mentor/src/parse/A_TopDown.m3.html added: doc/help/gen_html/mentor/src/parse/Parse.i3.html added: doc/help/gen_html/mentor/src/parse/Parse.m3.html added: doc/help/gen_html/mentor/src/parse/ParseColor.i3.html added: doc/help/gen_html/mentor/src/parse/ParseColor.m3.html added: doc/help/gen_html/mentor/src/parse/Token.i3.html added: doc/help/gen_html/mentor/src/parse/Token.m3.html added: doc/help/gen_html/mentor/src/parse/V_Input.i3.html added: doc/help/gen_html/mentor/src/parse/V_Input.m3.html added: doc/help/gen_html/mentor/src/parse/V_Stack.i3.html added: doc/help/gen_html/mentor/src/parse/V_Stack.m3.html added: doc/help/gen_html/mentor/src/parse/V_Tree.i3.html added: doc/help/gen_html/mentor/src/parse/V_Tree.m3.html added: doc/help/gen_html/mentor/src/pktroute/ASP.i3.html added: doc/help/gen_html/mentor/src/pktroute/ASP.m3.html added: doc/help/gen_html/mentor/src/pktroute/AlgGreedy.i3.html added: doc/help/gen_html/mentor/src/pktroute/AlgGreedy.m3.html added: doc/help/gen_html/mentor/src/pktroute/AlgTwoPhase.i3.html added: doc/help/gen_html/mentor/src/pktroute/AlgTwoPhase.m3.html added: doc/help/gen_html/mentor/src/pktroute/Graph.i3.html added: doc/help/gen_html/mentor/src/pktroute/Graph.m3.html added: doc/help/gen_html/mentor/src/pktroute/GraphRep.i3.html added: doc/help/gen_html/mentor/src/pktroute/IntListUtils.i3.html added: doc/help/gen_html/mentor/src/pktroute/IntListUtils.m3.html added: doc/help/gen_html/mentor/src/pktroute/MakePackets.i3.html added: doc/help/gen_html/mentor/src/pktroute/MakePackets.m3.html added: doc/help/gen_html/mentor/src/pktroute/MyReal.i3.html added: doc/help/gen_html/mentor/src/pktroute/MyReal.m3.html added: doc/help/gen_html/mentor/src/pktroute/OblFmt.i3.html added: doc/help/gen_html/mentor/src/pktroute/OblFmt.m3.html added: doc/help/gen_html/mentor/src/pktroute/ObliqExtension.i3.html added: doc/help/gen_html/mentor/src/pktroute/ObliqExtension.m3.html added: doc/help/gen_html/mentor/src/pktroute/Packet.i3.html added: doc/help/gen_html/mentor/src/pktroute/Packet.m3.html added: doc/help/gen_html/mentor/src/pktroute/PacketRep.i3.html added: doc/help/gen_html/mentor/src/pktroute/RefIntArray.i3.html added: doc/help/gen_html/mentor/src/pktroute/RefIntArray.m3.html added: doc/help/gen_html/mentor/src/pktroute/Topology.i3.html added: doc/help/gen_html/mentor/src/pktroute/Topology.m3.html added: doc/help/gen_html/mentor/src/pktroute/VertexSizeAnim.i3.html added: doc/help/gen_html/mentor/src/pktroute/VertexSizeAnim.m3.html added: doc/help/gen_html/mentor/src/pqueue/PQAlgs.i3.html added: doc/help/gen_html/mentor/src/pqueue/PQAlgs.m3.html added: doc/help/gen_html/mentor/src/pqueue/PQBarView.i3.html added: doc/help/gen_html/mentor/src/pqueue/PQBarView.m3.html added: doc/help/gen_html/mentor/src/pqueue/PQViews.i3.html added: doc/help/gen_html/mentor/src/pqueue/PQViews.m3.html added: doc/help/gen_html/mentor/src/pqueue/PQueue.i3.html added: doc/help/gen_html/mentor/src/pqueue/PQueue.m3.html added: doc/help/gen_html/mentor/src/searchtree/BSTAlg.i3.html added: doc/help/gen_html/mentor/src/searchtree/BSTAlg.m3.html added: doc/help/gen_html/mentor/src/searchtree/BSTView.i3.html added: doc/help/gen_html/mentor/src/searchtree/BSTView.m3.html added: doc/help/gen_html/mentor/src/searchtree/RedBlackAlg.i3.html added: doc/help/gen_html/mentor/src/searchtree/RedBlackAlg.m3.html added: doc/help/gen_html/mentor/src/searchtree/STView.i3.html added: doc/help/gen_html/mentor/src/searchtree/STView.m3.html added: doc/help/gen_html/mentor/src/searchtree/SkelView.i3.html added: doc/help/gen_html/mentor/src/searchtree/SkelView.m3.html added: doc/help/gen_html/mentor/src/searchtree/SkinnyBinTree.i3.html added: doc/help/gen_html/mentor/src/searchtree/SkinnyBinTree.m3.html added: doc/help/gen_html/mentor/src/searchtree/UnbalancedAlg.i3.html added: doc/help/gen_html/mentor/src/searchtree/UnbalancedAlg.m3.html added: doc/help/gen_html/mentor/src/sorting/ChipsView.i3.html added: doc/help/gen_html/mentor/src/sorting/ChipsView.m3.html added: doc/help/gen_html/mentor/src/sorting/DotsView.i3.html added: doc/help/gen_html/mentor/src/sorting/DotsView.m3.html added: doc/help/gen_html/mentor/src/sorting/Sort.i3.html added: doc/help/gen_html/mentor/src/sorting/SortAlgs.i3.html added: doc/help/gen_html/mentor/src/sorting/SortAlgs.m3.html added: doc/help/gen_html/mentor/src/sorting/SticksView.i3.html added: doc/help/gen_html/mentor/src/sorting/SticksView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/AlgsBase.i3.html added: doc/help/gen_html/mentor/src/stringsearch/AlgsBase.m3.html added: doc/help/gen_html/mentor/src/stringsearch/AutoView.i3.html added: doc/help/gen_html/mentor/src/stringsearch/AutoView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/BM.i3.html added: doc/help/gen_html/mentor/src/stringsearch/BM.m3.html added: doc/help/gen_html/mentor/src/stringsearch/BruteForce.i3.html added: doc/help/gen_html/mentor/src/stringsearch/BruteForce.m3.html added: doc/help/gen_html/mentor/src/stringsearch/KMP.i3.html added: doc/help/gen_html/mentor/src/stringsearch/KMP.m3.html added: doc/help/gen_html/mentor/src/stringsearch/PrefixView.i3.html added: doc/help/gen_html/mentor/src/stringsearch/PrefixView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/SliderView.i3.html added: doc/help/gen_html/mentor/src/stringsearch/SliderView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/TextView.i3.html added: doc/help/gen_html/mentor/src/stringsearch/TextView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/TouchView.i3.html added: doc/help/gen_html/mentor/src/stringsearch/TouchView.m3.html added: doc/help/gen_html/mentor/src/stringsearch/ViewsBase.i3.html added: doc/help/gen_html/mentor/src/stringsearch/ViewsBase.m3.html added: doc/help/gen_html/mentor/src/subtype/AlgSubtype.i3.html added: doc/help/gen_html/mentor/src/subtype/AlgSubtype.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgBoth.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgBoth.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgCompress.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgCompress.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgList.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgList.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgQuickFind.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgQuickFind.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgSimple.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgSimple.m3.html added: doc/help/gen_html/mentor/src/unionfind/AlgUnionByRank.i3.html added: doc/help/gen_html/mentor/src/unionfind/AlgUnionByRank.m3.html added: doc/help/gen_html/mentor/src/unionfind/TreeNode.i3.html added: doc/help/gen_html/mentor/src/unionfind/UFInput.i3.html added: doc/help/gen_html/mentor/src/unionfind/UFInput.m3.html added: doc/help/gen_html/mentor/src/wheeler/CharArraySort.i3.html added: doc/help/gen_html/mentor/src/wheeler/CharArraySort.m3.html added: doc/help/gen_html/mentor/src/wheeler/MiscFmt.i3.html added: doc/help/gen_html/mentor/src/wheeler/MiscFmt.m3.html added: doc/help/gen_html/mentor/src/wheeler/Wheeler.i3.html added: doc/help/gen_html/mentor/src/wheeler/Wheeler.m3.html added: doc/help/gen_html/mentor/src/zpaper/AlgFn.i3.html added: doc/help/gen_html/mentor/src/zpaper/AlgFn.m3.html added: doc/help/gen_html/mentor/src/zpaper/Fn.i3.html added: doc/help/gen_html/mentor/src/zpaper/ViewFn.i3.html added: doc/help/gen_html/mentor/src/zpaper/ViewFn.m3.html added: doc/help/gen_html/mentor/src/zpaper/ViewHisto.i3.html added: doc/help/gen_html/mentor/src/zpaper/ViewHisto.m3.html added: doc/help/gen_html/mentor/src/zpaper/ViewMFn.i3.html added: doc/help/gen_html/mentor/src/zpaper/ViewMFn.m3.html added: doc/help/gen_html/tcp/src/POSIX/HerrnoC.c.html modified: doc/help/gen_html/INDEX.html modified: doc/help/gen_html/m3db modified: doc/help/gen_html/cm3/src/Builder.m3.html modified: doc/help/gen_html/cm3/src/Dirs.m3.html modified: doc/help/gen_html/cm3/src/M3Build.m3.html modified: doc/help/gen_html/cm3/src/Makefile.m3.html modified: doc/help/gen_html/cm3/src/Msg.i3.html modified: doc/help/gen_html/cm3/src/Msg.m3.html modified: doc/help/gen_html/db/src/DB.i3.html modified: doc/help/gen_html/debug/src/Debug.i3.html modified: doc/help/gen_html/debug/src/Debug.m3.html modified: doc/help/gen_html/embutils/src/EmbProxiedObj.m3.html modified: doc/help/gen_html/events/src/Event.i3.html modified: doc/help/gen_html/events/src/Event.m3.html modified: doc/help/gen_html/events/src/EventConn.i3.html modified: doc/help/gen_html/events/src/EventConn.m3.html modified: doc/help/gen_html/events/src/EventCounter.i3.html modified: doc/help/gen_html/events/src/EventCounter.m3.html modified: doc/help/gen_html/events/src/EventHandle.i3.html modified: doc/help/gen_html/events/src/EventIO.i3.html modified: doc/help/gen_html/events/src/EventNumber.i3.html modified: doc/help/gen_html/events/src/EventNumber.m3.html modified: doc/help/gen_html/events/src/EventNumberF.i3.html modified: doc/help/gen_html/events/src/EventPort.i3.html modified: doc/help/gen_html/events/src/EventPort.m3.html modified: doc/help/gen_html/events/src/EventProtocol.i3.html modified: doc/help/gen_html/events/src/EventRd.i3.html modified: doc/help/gen_html/events/src/EventRd.m3.html modified: doc/help/gen_html/events/src/EventSpaceID.i3.html modified: doc/help/gen_html/events/src/EventSpaceID.m3.html modified: doc/help/gen_html/events/src/EventStubLib.i3.html modified: doc/help/gen_html/events/src/EventStubLib.m3.html modified: doc/help/gen_html/events/src/EventWireRep.i3.html modified: doc/help/gen_html/events/src/EventWireRep.m3.html modified: doc/help/gen_html/events/src/EventWr.i3.html modified: doc/help/gen_html/events/src/EventWr.m3.html modified: doc/help/gen_html/events/src/EventWrF.i3.html modified: doc/help/gen_html/events/src/HostInfo.i3.html modified: doc/help/gen_html/events/src/HostInfo.m3.html modified: doc/help/gen_html/events/src/RdWrMutex.i3.html modified: doc/help/gen_html/events/src/RdWrMutex.m3.html modified: doc/help/gen_html/events/src/Work.i3.html modified: doc/help/gen_html/events/src/WorkerPool.i3.html modified: doc/help/gen_html/events/src/WorkerPool.m3.html modified: doc/help/gen_html/events/src/Zombie.i3.html modified: doc/help/gen_html/fisheye/derived/FisheyeBundle.m3.html modified: doc/help/gen_html/formsedit/derived/formseditBundle.m3.html modified: doc/help/gen_html/href/I3_1.html modified: doc/help/gen_html/href/I3_10.html modified: doc/help/gen_html/href/I3_100.html modified: doc/help/gen_html/href/I3_101.html modified: doc/help/gen_html/href/I3_102.html modified: doc/help/gen_html/href/I3_103.html modified: doc/help/gen_html/href/I3_104.html modified: doc/help/gen_html/href/I3_105.html modified: doc/help/gen_html/href/I3_106.html modified: doc/help/gen_html/href/I3_107.html modified: doc/help/gen_html/href/I3_108.html modified: doc/help/gen_html/href/I3_109.html modified: doc/help/gen_html/href/I3_11.html modified: doc/help/gen_html/href/I3_110.html modified: doc/help/gen_html/href/I3_111.html modified: doc/help/gen_html/href/I3_112.html modified: doc/help/gen_html/href/I3_113.html modified: doc/help/gen_html/href/I3_114.html modified: doc/help/gen_html/href/I3_115.html modified: doc/help/gen_html/href/I3_116.html modified: doc/help/gen_html/href/I3_117.html modified: doc/help/gen_html/href/I3_118.html modified: doc/help/gen_html/href/I3_119.html modified: doc/help/gen_html/href/I3_12.html modified: doc/help/gen_html/href/I3_120.html modified: doc/help/gen_html/href/I3_121.html modified: doc/help/gen_html/href/I3_122.html modified: doc/help/gen_html/href/I3_123.html modified: doc/help/gen_html/href/I3_124.html modified: doc/help/gen_html/href/I3_125.html modified: doc/help/gen_html/href/I3_126.html modified: doc/help/gen_html/href/I3_127.html modified: doc/help/gen_html/href/I3_128.html modified: doc/help/gen_html/href/I3_129.html modified: doc/help/gen_html/href/I3_130.html modified: doc/help/gen_html/href/I3_131.html modified: doc/help/gen_html/href/I3_132.html modified: doc/help/gen_html/href/I3_133.html modified: doc/help/gen_html/href/I3_134.html modified: doc/help/gen_html/href/I3_135.html modified: doc/help/gen_html/href/I3_136.html modified: doc/help/gen_html/href/I3_137.html modified: doc/help/gen_html/href/I3_138.html modified: doc/help/gen_html/href/I3_139.html modified: doc/help/gen_html/href/I3_14.html modified: doc/help/gen_html/href/I3_140.html modified: doc/help/gen_html/href/I3_141.html modified: doc/help/gen_html/href/I3_142.html modified: doc/help/gen_html/href/I3_143.html modified: doc/help/gen_html/href/I3_144.html modified: doc/help/gen_html/href/I3_145.html modified: doc/help/gen_html/href/I3_146.html modified: doc/help/gen_html/href/I3_147.html modified: doc/help/gen_html/href/I3_148.html modified: doc/help/gen_html/href/I3_149.html modified: doc/help/gen_html/href/I3_150.html modified: doc/help/gen_html/href/I3_151.html modified: doc/help/gen_html/href/I3_152.html modified: doc/help/gen_html/href/I3_153.html modified: doc/help/gen_html/href/I3_154.html modified: doc/help/gen_html/href/I3_155.html modified: doc/help/gen_html/href/I3_156.html modified: doc/help/gen_html/href/I3_157.html modified: doc/help/gen_html/href/I3_158.html modified: doc/help/gen_html/href/I3_159.html modified: doc/help/gen_html/href/I3_160.html modified: doc/help/gen_html/href/I3_161.html modified: doc/help/gen_html/href/I3_162.html modified: doc/help/gen_html/href/I3_163.html modified: doc/help/gen_html/href/I3_164.html modified: doc/help/gen_html/href/I3_165.html modified: doc/help/gen_html/href/I3_166.html modified: doc/help/gen_html/href/I3_167.html modified: doc/help/gen_html/href/I3_168.html modified: doc/help/gen_html/href/I3_169.html modified: doc/help/gen_html/href/I3_17.html modified: doc/help/gen_html/href/I3_170.html modified: doc/help/gen_html/href/I3_171.html modified: doc/help/gen_html/href/I3_172.html modified: doc/help/gen_html/href/I3_173.html modified: doc/help/gen_html/href/I3_174.html modified: doc/help/gen_html/href/I3_175.html modified: doc/help/gen_html/href/I3_176.html modified: doc/help/gen_html/href/I3_177.html modified: doc/help/gen_html/href/I3_178.html modified: doc/help/gen_html/href/I3_179.html modified: doc/help/gen_html/href/I3_18.html modified: doc/help/gen_html/href/I3_180.html modified: doc/help/gen_html/href/I3_181.html modified: doc/help/gen_html/href/I3_182.html modified: doc/help/gen_html/href/I3_183.html modified: doc/help/gen_html/href/I3_184.html modified: doc/help/gen_html/href/I3_185.html modified: doc/help/gen_html/href/I3_186.html modified: doc/help/gen_html/href/I3_187.html modified: doc/help/gen_html/href/I3_188.html modified: doc/help/gen_html/href/I3_189.html modified: doc/help/gen_html/href/I3_19.html modified: doc/help/gen_html/href/I3_190.html modified: doc/help/gen_html/href/I3_191.html modified: doc/help/gen_html/href/I3_192.html modified: doc/help/gen_html/href/I3_193.html modified: doc/help/gen_html/href/I3_194.html modified: doc/help/gen_html/href/I3_195.html modified: doc/help/gen_html/href/I3_196.html modified: doc/help/gen_html/href/I3_197.html modified: doc/help/gen_html/href/I3_198.html modified: doc/help/gen_html/href/I3_199.html modified: doc/help/gen_html/href/I3_20.html modified: doc/help/gen_html/href/I3_200.html modified: doc/help/gen_html/href/I3_201.html modified: doc/help/gen_html/href/I3_202.html modified: doc/help/gen_html/href/I3_203.html modified: doc/help/gen_html/href/I3_204.html modified: doc/help/gen_html/href/I3_205.html modified: doc/help/gen_html/href/I3_206.html modified: doc/help/gen_html/href/I3_207.html modified: doc/help/gen_html/href/I3_208.html modified: doc/help/gen_html/href/I3_209.html modified: doc/help/gen_html/href/I3_210.html modified: doc/help/gen_html/href/I3_211.html modified: doc/help/gen_html/href/I3_212.html modified: doc/help/gen_html/href/I3_213.html modified: doc/help/gen_html/href/I3_214.html modified: doc/help/gen_html/href/I3_215.html modified: doc/help/gen_html/href/I3_216.html modified: doc/help/gen_html/href/I3_217.html modified: doc/help/gen_html/href/I3_218.html modified: doc/help/gen_html/href/I3_219.html modified: doc/help/gen_html/href/I3_220.html modified: doc/help/gen_html/href/I3_221.html modified: doc/help/gen_html/href/I3_222.html modified: doc/help/gen_html/href/I3_223.html modified: doc/help/gen_html/href/I3_224.html modified: doc/help/gen_html/href/I3_225.html modified: doc/help/gen_html/href/I3_226.html modified: doc/help/gen_html/href/I3_227.html modified: doc/help/gen_html/href/I3_228.html modified: doc/help/gen_html/href/I3_229.html modified: doc/help/gen_html/href/I3_230.html modified: doc/help/gen_html/href/I3_25.html modified: doc/help/gen_html/href/I3_26.html modified: doc/help/gen_html/href/I3_27.html modified: doc/help/gen_html/href/I3_28.html modified: doc/help/gen_html/href/I3_29.html modified: doc/help/gen_html/href/I3_30.html modified: doc/help/gen_html/href/I3_31.html modified: doc/help/gen_html/href/I3_32.html modified: doc/help/gen_html/href/I3_33.html modified: doc/help/gen_html/href/I3_34.html modified: doc/help/gen_html/href/I3_35.html modified: doc/help/gen_html/href/I3_36.html modified: doc/help/gen_html/href/I3_37.html modified: doc/help/gen_html/href/I3_38.html modified: doc/help/gen_html/href/I3_39.html modified: doc/help/gen_html/href/I3_40.html modified: doc/help/gen_html/href/I3_41.html modified: doc/help/gen_html/href/I3_42.html modified: doc/help/gen_html/href/I3_43.html modified: doc/help/gen_html/href/I3_44.html modified: doc/help/gen_html/href/I3_45.html modified: doc/help/gen_html/href/I3_46.html modified: doc/help/gen_html/href/I3_47.html modified: doc/help/gen_html/href/I3_48.html modified: doc/help/gen_html/href/I3_49.html modified: doc/help/gen_html/href/I3_5.html modified: doc/help/gen_html/href/I3_50.html modified: doc/help/gen_html/href/I3_51.html modified: doc/help/gen_html/href/I3_52.html modified: doc/help/gen_html/href/I3_53.html modified: doc/help/gen_html/href/I3_54.html modified: doc/help/gen_html/href/I3_55.html modified: doc/help/gen_html/href/I3_56.html modified: doc/help/gen_html/href/I3_57.html modified: doc/help/gen_html/href/I3_58.html modified: doc/help/gen_html/href/I3_59.html modified: doc/help/gen_html/href/I3_60.html modified: doc/help/gen_html/href/I3_61.html modified: doc/help/gen_html/href/I3_62.html modified: doc/help/gen_html/href/I3_63.html modified: doc/help/gen_html/href/I3_64.html modified: doc/help/gen_html/href/I3_65.html modified: doc/help/gen_html/href/I3_66.html modified: doc/help/gen_html/href/I3_67.html modified: doc/help/gen_html/href/I3_68.html modified: doc/help/gen_html/href/I3_69.html modified: doc/help/gen_html/href/I3_70.html modified: doc/help/gen_html/href/I3_71.html modified: doc/help/gen_html/href/I3_72.html modified: doc/help/gen_html/href/I3_73.html modified: doc/help/gen_html/href/I3_74.html modified: doc/help/gen_html/href/I3_75.html modified: doc/help/gen_html/href/I3_76.html modified: doc/help/gen_html/href/I3_77.html modified: doc/help/gen_html/href/I3_78.html modified: doc/help/gen_html/href/I3_79.html modified: doc/help/gen_html/href/I3_80.html modified: doc/help/gen_html/href/I3_81.html modified: doc/help/gen_html/href/I3_82.html modified: doc/help/gen_html/href/I3_83.html modified: doc/help/gen_html/href/I3_84.html modified: doc/help/gen_html/href/I3_85.html modified: doc/help/gen_html/href/I3_86.html modified: doc/help/gen_html/href/I3_87.html modified: doc/help/gen_html/href/I3_88.html modified: doc/help/gen_html/href/I3_89.html modified: doc/help/gen_html/href/I3_9.html modified: doc/help/gen_html/href/I3_90.html modified: doc/help/gen_html/href/I3_91.html modified: doc/help/gen_html/href/I3_92.html modified: doc/help/gen_html/href/I3_93.html modified: doc/help/gen_html/href/I3_94.html modified: doc/help/gen_html/href/I3_95.html modified: doc/help/gen_html/href/I3_96.html modified: doc/help/gen_html/href/I3_97.html modified: doc/help/gen_html/href/I3_98.html modified: doc/help/gen_html/href/I3_99.html modified: doc/help/gen_html/href/M3_10.html modified: doc/help/gen_html/href/M3_100.html modified: doc/help/gen_html/href/M3_101.html modified: doc/help/gen_html/href/M3_102.html modified: doc/help/gen_html/href/M3_103.html modified: doc/help/gen_html/href/M3_104.html modified: doc/help/gen_html/href/M3_105.html modified: doc/help/gen_html/href/M3_106.html modified: doc/help/gen_html/href/M3_107.html modified: doc/help/gen_html/href/M3_108.html modified: doc/help/gen_html/href/M3_109.html modified: doc/help/gen_html/href/M3_11.html modified: doc/help/gen_html/href/M3_110.html modified: doc/help/gen_html/href/M3_111.html modified: doc/help/gen_html/href/M3_112.html modified: doc/help/gen_html/href/M3_113.html modified: doc/help/gen_html/href/M3_114.html modified: doc/help/gen_html/href/M3_115.html modified: doc/help/gen_html/href/M3_116.html modified: doc/help/gen_html/href/M3_117.html modified: doc/help/gen_html/href/M3_118.html modified: doc/help/gen_html/href/M3_119.html modified: doc/help/gen_html/href/M3_12.html modified: doc/help/gen_html/href/M3_120.html modified: doc/help/gen_html/href/M3_121.html modified: doc/help/gen_html/href/M3_122.html modified: doc/help/gen_html/href/M3_123.html modified: doc/help/gen_html/href/M3_124.html modified: doc/help/gen_html/href/M3_125.html modified: doc/help/gen_html/href/M3_126.html modified: doc/help/gen_html/href/M3_127.html modified: doc/help/gen_html/href/M3_128.html modified: doc/help/gen_html/href/M3_129.html modified: doc/help/gen_html/href/M3_13.html modified: doc/help/gen_html/href/M3_130.html modified: doc/help/gen_html/href/M3_131.html modified: doc/help/gen_html/href/M3_132.html modified: doc/help/gen_html/href/M3_133.html modified: doc/help/gen_html/href/M3_134.html modified: doc/help/gen_html/href/M3_135.html modified: doc/help/gen_html/href/M3_136.html modified: doc/help/gen_html/href/M3_137.html modified: doc/help/gen_html/href/M3_138.html modified: doc/help/gen_html/href/M3_139.html modified: doc/help/gen_html/href/M3_14.html modified: doc/help/gen_html/href/M3_140.html modified: doc/help/gen_html/href/M3_141.html modified: doc/help/gen_html/href/M3_15.html modified: doc/help/gen_html/href/M3_16.html modified: doc/help/gen_html/href/M3_17.html modified: doc/help/gen_html/href/M3_18.html modified: doc/help/gen_html/href/M3_19.html modified: doc/help/gen_html/href/M3_20.html modified: doc/help/gen_html/href/M3_21.html modified: doc/help/gen_html/href/M3_22.html modified: doc/help/gen_html/href/M3_23.html modified: doc/help/gen_html/href/M3_24.html modified: doc/help/gen_html/href/M3_25.html modified: doc/help/gen_html/href/M3_26.html modified: doc/help/gen_html/href/M3_27.html modified: doc/help/gen_html/href/M3_28.html modified: doc/help/gen_html/href/M3_29.html modified: doc/help/gen_html/href/M3_3.html modified: doc/help/gen_html/href/M3_30.html modified: doc/help/gen_html/href/M3_31.html modified: doc/help/gen_html/href/M3_32.html modified: doc/help/gen_html/href/M3_33.html modified: doc/help/gen_html/href/M3_34.html modified: doc/help/gen_html/href/M3_35.html modified: doc/help/gen_html/href/M3_36.html modified: doc/help/gen_html/href/M3_37.html modified: doc/help/gen_html/href/M3_38.html modified: doc/help/gen_html/href/M3_39.html modified: doc/help/gen_html/href/M3_40.html modified: doc/help/gen_html/href/M3_41.html modified: doc/help/gen_html/href/M3_42.html modified: doc/help/gen_html/href/M3_43.html modified: doc/help/gen_html/href/M3_44.html modified: doc/help/gen_html/href/M3_45.html modified: doc/help/gen_html/href/M3_46.html modified: doc/help/gen_html/href/M3_47.html modified: doc/help/gen_html/href/M3_48.html modified: doc/help/gen_html/href/M3_49.html modified: doc/help/gen_html/href/M3_5.html modified: doc/help/gen_html/href/M3_50.html modified: doc/help/gen_html/href/M3_51.html modified: doc/help/gen_html/href/M3_52.html modified: doc/help/gen_html/href/M3_53.html modified: doc/help/gen_html/href/M3_54.html modified: doc/help/gen_html/href/M3_55.html modified: doc/help/gen_html/href/M3_56.html modified: doc/help/gen_html/href/M3_57.html modified: doc/help/gen_html/href/M3_58.html modified: doc/help/gen_html/href/M3_59.html modified: doc/help/gen_html/href/M3_6.html modified: doc/help/gen_html/href/M3_60.html modified: doc/help/gen_html/href/M3_61.html modified: doc/help/gen_html/href/M3_62.html modified: doc/help/gen_html/href/M3_63.html modified: doc/help/gen_html/href/M3_64.html modified: doc/help/gen_html/href/M3_65.html modified: doc/help/gen_html/href/M3_66.html modified: doc/help/gen_html/href/M3_67.html modified: doc/help/gen_html/href/M3_68.html modified: doc/help/gen_html/href/M3_69.html modified: doc/help/gen_html/href/M3_7.html modified: doc/help/gen_html/href/M3_70.html modified: doc/help/gen_html/href/M3_71.html modified: doc/help/gen_html/href/M3_72.html modified: doc/help/gen_html/href/M3_73.html modified: doc/help/gen_html/href/M3_74.html modified: doc/help/gen_html/href/M3_75.html modified: doc/help/gen_html/href/M3_76.html modified: doc/help/gen_html/href/M3_77.html modified: doc/help/gen_html/href/M3_78.html modified: doc/help/gen_html/href/M3_79.html modified: doc/help/gen_html/href/M3_8.html modified: doc/help/gen_html/href/M3_80.html modified: doc/help/gen_html/href/M3_81.html modified: doc/help/gen_html/href/M3_82.html modified: doc/help/gen_html/href/M3_83.html modified: doc/help/gen_html/href/M3_84.html modified: doc/help/gen_html/href/M3_85.html modified: doc/help/gen_html/href/M3_86.html modified: doc/help/gen_html/href/M3_87.html modified: doc/help/gen_html/href/M3_88.html modified: doc/help/gen_html/href/M3_89.html modified: doc/help/gen_html/href/M3_9.html modified: doc/help/gen_html/href/M3_90.html modified: doc/help/gen_html/href/M3_91.html modified: doc/help/gen_html/href/M3_92.html modified: doc/help/gen_html/href/M3_93.html modified: doc/help/gen_html/href/M3_94.html modified: doc/help/gen_html/href/M3_95.html modified: doc/help/gen_html/href/M3_96.html modified: doc/help/gen_html/href/M3_97.html modified: doc/help/gen_html/href/M3_98.html modified: doc/help/gen_html/href/M3_99.html modified: doc/help/gen_html/href/MG_2.html modified: doc/help/gen_html/juno-app/derived/JunoBundle.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/FSPosix.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/FilePosix.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/OSConfigPosix.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/OSErrorPosix.i3.html modified: doc/help/gen_html/libm3/src/os/POSIX/OSErrorPosix.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/ProcessPosix.m3.html modified: doc/help/gen_html/libm3/src/os/POSIX/SocketPosix.m3.html modified: doc/help/gen_html/libm3/src/params/Env.m3.html modified: doc/help/gen_html/libm3/src/pickle/ver2/Pickle2.m3.html modified: doc/help/gen_html/libm3/src/uid/POSIX/MachineIDPosix.m3.html modified: doc/help/gen_html/listfuncs/src/ListFuncs.ig.html modified: doc/help/gen_html/listfuncs/src/ListFuncs.mg.html modified: doc/help/gen_html/m3bundle/src/m3bundle.m3.html modified: doc/help/gen_html/m3core/derived/Compiler.i3.html modified: doc/help/gen_html/m3core/src/C/Common/Cerrno.i3.html modified: doc/help/gen_html/m3core/src/Csupport/Common/hand.c.html modified: doc/help/gen_html/m3core/src/main/Main.i3.html modified: doc/help/gen_html/m3core/src/runtime/POSIX/RTOS.m3.html modified: doc/help/gen_html/m3core/src/runtime/common/RT0.i3.html modified: doc/help/gen_html/m3core/src/runtime/common/RTLinker.i3.html modified: doc/help/gen_html/m3core/src/runtime/common/RTLinker.m3.html modified: doc/help/gen_html/m3core/src/runtime/common/RTLinkerX.i3.html modified: doc/help/gen_html/m3core/src/thread/POSIX/ThreadPosix.m3.html modified: doc/help/gen_html/m3core/src/unix/linux-libc6/Uerror.i3.html modified: doc/help/gen_html/m3core/src/unix/linux-libc6/Uerror.m3.html modified: doc/help/gen_html/m3core/src/unix/linux-libc6/Uexec.i3.html modified: doc/help/gen_html/m3core/src/unix/linux-libc6/Uin.i3.html modified: doc/help/gen_html/m3front/src/builtinInfo/InfoModule.m3.html modified: doc/help/gen_html/m3front/src/exprs/ExprParse.m3.html modified: doc/help/gen_html/m3front/src/misc/CG.m3.html modified: doc/help/gen_html/m3front/src/misc/ESet.m3.html modified: doc/help/gen_html/m3front/src/misc/M3Front.m3.html modified: doc/help/gen_html/m3front/src/misc/M3Header.m3.html modified: doc/help/gen_html/m3front/src/misc/Scanner.i3.html modified: doc/help/gen_html/m3front/src/misc/Scanner.m3.html modified: doc/help/gen_html/m3front/src/misc/Token.i3.html modified: doc/help/gen_html/m3front/src/misc/Token.m3.html modified: doc/help/gen_html/m3front/src/stmts/AssertStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/AssignStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/BlockStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/CaseStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/DebugStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/EvalStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/ExitStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/ForStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/IfStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/LockStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/LoopStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/RaiseStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/RepeatStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/ReturnStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/Stmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/TryFinStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/TryStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/TypeCaseStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/WhileStmt.m3.html modified: doc/help/gen_html/m3front/src/stmts/WithStmt.m3.html modified: doc/help/gen_html/m3front/src/types/ArrayType.m3.html modified: doc/help/gen_html/m3front/src/types/Brand.m3.html modified: doc/help/gen_html/m3front/src/types/EnumType.m3.html modified: doc/help/gen_html/m3front/src/types/NamedType.m3.html modified: doc/help/gen_html/m3front/src/types/ObjectType.m3.html modified: doc/help/gen_html/m3front/src/types/PackedType.m3.html modified: doc/help/gen_html/m3front/src/types/ProcType.m3.html modified: doc/help/gen_html/m3front/src/types/RecordType.i3.html modified: doc/help/gen_html/m3front/src/types/RecordType.m3.html modified: doc/help/gen_html/m3front/src/types/RefType.m3.html modified: doc/help/gen_html/m3front/src/types/SetType.m3.html modified: doc/help/gen_html/m3front/src/types/SubrangeType.m3.html modified: doc/help/gen_html/m3front/src/types/Type.i3.html modified: doc/help/gen_html/m3front/src/types/Type.m3.html modified: doc/help/gen_html/m3front/src/values/Constant.m3.html modified: doc/help/gen_html/m3front/src/values/Decl.i3.html modified: doc/help/gen_html/m3front/src/values/Decl.m3.html modified: doc/help/gen_html/m3front/src/values/Exceptionz.m3.html modified: doc/help/gen_html/m3front/src/values/External.m3.html modified: doc/help/gen_html/m3front/src/values/Formal.m3.html modified: doc/help/gen_html/m3front/src/values/Ident.m3.html modified: doc/help/gen_html/m3front/src/values/Module.i3.html modified: doc/help/gen_html/m3front/src/values/Module.m3.html modified: doc/help/gen_html/m3front/src/values/Procedure.m3.html modified: doc/help/gen_html/m3front/src/values/Revelation.m3.html modified: doc/help/gen_html/m3front/src/values/Tipe.i3.html modified: doc/help/gen_html/m3front/src/values/Tipe.m3.html modified: doc/help/gen_html/m3front/src/values/ValueRep.i3.html modified: doc/help/gen_html/m3front/src/values/Variable.m3.html modified: doc/help/gen_html/m3gc-enhanced/src/runtime/LINUXLIBC6/RTHeapDepC.c.html modified: doc/help/gen_html/m3gc-simple/src/runtime/LINUXLIBC6/sysdeps.c.html modified: doc/help/gen_html/m3linker/src/MxGen.i3.html modified: doc/help/gen_html/m3linker/src/MxGen.m3.html modified: doc/help/gen_html/m3middle/src/M3File.m3.html modified: doc/help/gen_html/m3middle/src/Target.i3.html modified: doc/help/gen_html/m3middle/src/Target.m3.html modified: doc/help/gen_html/m3quake/src/QMachine.m3.html modified: doc/help/gen_html/m3totex/derived/B.m3.html modified: doc/help/gen_html/m3zume/derived/ZoomBundle.m3.html modified: doc/help/gen_html/netobj/src/netobjrt/NetObjF.i3.html modified: doc/help/gen_html/obliq/derived/ObliqBdl2.m3.html modified: doc/help/gen_html/obliqlibemb/derived/ObEmbBundle.m3.html modified: doc/help/gen_html/obliqlibemb/src/LibEmbDirs.i3.html modified: doc/help/gen_html/obliqlibemb/src/LibEmbDirsPosix.m3.html modified: doc/help/gen_html/obliqlibemb/src/ObLibEmb.i3.html modified: doc/help/gen_html/obliqlibemb/src/ObLibEmb.m3.html modified: doc/help/gen_html/obliqlibemb/src/ObLoader.i3.html modified: doc/help/gen_html/obliqlibemb/src/ObLoader.m3.html modified: doc/help/gen_html/obliqrt/derived/ObValueCB.i3.html modified: doc/help/gen_html/obliqrt/derived/ObValueCB.m3.html modified: doc/help/gen_html/obliqrt/derived/ObValueCBProxy.i3.html modified: doc/help/gen_html/obliqrt/derived/ObValuePickle.i3.html modified: doc/help/gen_html/obliqrt/derived/ObValueProxy.i3.html modified: doc/help/gen_html/obliqrt/derived/ObValueSO.m3.html modified: doc/help/gen_html/obliqrt/src/ObValue.m3.html modified: doc/help/gen_html/obliqrt/src/ObValueNotify.i3.html modified: doc/help/gen_html/obliqrt/src/ObValueNotify.m3.html modified: doc/help/gen_html/obliqrt/src/ObValueRep.i3.html modified: doc/help/gen_html/patternmatching/src/Glob.i3.html modified: doc/help/gen_html/patternmatching/src/Glob.m3.html modified: doc/help/gen_html/patternmatching/src/GlobTree.i3.html modified: doc/help/gen_html/patternmatching/src/GlobTree.m3.html modified: doc/help/gen_html/patternmatching/src/Uglob.i3.html modified: doc/help/gen_html/patternmatching/src/libglob/fnmatch.c.html modified: doc/help/gen_html/pkl-fonts/derived/PklFontsBundle.m3.html modified: doc/help/gen_html/rdwr/src/RdWrPipe.i3.html modified: doc/help/gen_html/rdwr/src/RdWrPipe.m3.html modified: doc/help/gen_html/rdwr/src/SimpleMsgRW.i3.html modified: doc/help/gen_html/rdwr/src/SimpleMsgRW.m3.html modified: doc/help/gen_html/rdwr/src/TeeWr.i3.html modified: doc/help/gen_html/rdwr/src/TeeWr.m3.html modified: doc/help/gen_html/sharedobj/src/LocalObjectSpace.i3.html modified: doc/help/gen_html/sharedobj/src/LocalObjectSpace.m3.html modified: doc/help/gen_html/sharedobj/src/Message.i3.html modified: doc/help/gen_html/sharedobj/src/Message.m3.html modified: doc/help/gen_html/sharedobj/src/ObjCopy.i3.html modified: doc/help/gen_html/sharedobj/src/ObjCopy.m3.html modified: doc/help/gen_html/sharedobj/src/ObjectInfo.i3.html modified: doc/help/gen_html/sharedobj/src/ObjectInfo.m3.html modified: doc/help/gen_html/sharedobj/src/ObjectSpace.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObj.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjError.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjF.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjF.m3.html modified: doc/help/gen_html/sharedobj/src/SharedObjRT.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjRT.m3.html modified: doc/help/gen_html/sharedobj/src/SharedObjRTF.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjRep.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjRep.m3.html modified: doc/help/gen_html/sharedobj/src/SharedObjStubLib.i3.html modified: doc/help/gen_html/sharedobj/src/SharedObjStubLib.m3.html modified: doc/help/gen_html/sharedobj/src/SpaceConn.i3.html modified: doc/help/gen_html/sharedobj/src/SpaceConn.m3.html modified: doc/help/gen_html/sharedobj/src/WeakerRef.i3.html modified: doc/help/gen_html/sharedobj/src/WeakerRef.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeFiles.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeFiles.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeGenError.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeGenError.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeUtils.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCodeUtils.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxCoder.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxDummyCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxDummyCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfCBCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfCBCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfCBProxyCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfCBProxyCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfPklCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfPklCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfProxyCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxIntfProxyCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxModuleCBCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxModuleCBCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/SOxModuleSOCode.i3.html modified: doc/help/gen_html/sharedobjgen/src/SOxModuleSOCode.m3.html modified: doc/help/gen_html/sharedobjgen/src/StubGenTool.i3.html modified: doc/help/gen_html/sharedobjgen/src/StubGenTool.m3.html modified: doc/help/gen_html/tcp/src/POSIX/Herrno.i3.html modified: doc/help/gen_html/tcp/src/POSIX/IP.m3.html modified: doc/help/gen_html/tcp/src/POSIX/IPErrorPosix.m3.html modified: doc/help/gen_html/tcp/src/POSIX/TCP.m3.html modified: doc/help/gen_html/tcp/src/POSIX/TCPHack.i3.html modified: doc/help/gen_html/udp/src/POSIX/UDPPosix.m3.html modified: doc/help/gen_html/vbtkit/derived/VBTKitBundle.m3.html modified: doc/help/gen_html/visualobliq/derived/DialogBundle.m3.html modified: doc/help/gen_html/vocgi/derived/VOCgiBundle.m3.html modified: doc/help/gen_html/vorun/derived/VORunBundle.m3.html modified: doc/help/gen_html/webvbt/derived/ResourceBundle.m3.html modified: doc/help/gen_html/zeus/derived/ZeusBundle.m3.html modified: doc/help/gen_html/zeus/src/ZeusPanel.m3.html 2003-07-16 10:51 wagner * scripts/: PkgTags, sysinfo.sh: adapt to real Bourne shell syntax modified: scripts/sysinfo.sh 2003-07-16 10:36 wagner * www/: Makefile, PkgTags: add makefile for web server added: www/Makefile 2003-07-14 14:36 wagner * tools/: PkgTags, win32/cygwin.dll, win32/gzip.exe, win32/tar.exe: add installation tools for win32 platforms added: tools/win32/cygwin.dll added: tools/win32/gzip.exe added: tools/win32/tar.exe 2003-07-14 12:07 wagner * m3-ui/ui/: PkgTags, src/winvbt/WinScrnFont.i3, src/winvbt/WinScrnFont.m3: several font improvements: o use a list of font as default o add WinScrnFont.ListFonts(pattern, max) to list all matching windows font specs o multifly the scaled point size with 10 if the given pointSize is less than 30, because older and the PM3 version of WinTrestle used another metric. So this should ensure some amount of backwards compatibility. o fix the `fixed' font to be monospaced indeed modified: ui/src/winvbt/WinScrnFont.i3 modified: ui/src/winvbt/WinScrnFont.m3 2003-07-13 22:29 wagner * www/: PkgTags, RELNOTES_5_2_6, download.html, index.html: prepare some information about release 5.2.6 added: www/RELNOTES_5_2_6 modified: www/download.html modified: www/index.html 2003-07-13 16:01 wagner * m3-libs/m3core/PkgTags: fix last fix for linux-libc6-le modified: m3core/src/unix/linux-libc6-le/Uin.m3 out-of-date: m3core/PkgTags 2003-07-13 11:18 wagner * m3-libs/m3core/: PkgTags, src/unix/m3makefile, src/unix/linux/Uin.m3, src/unix/linux-libc6/Uin.m3, src/unix/linux-libc6/m3makefile: distinguish between little endian / big endian networking code in linux-libc6 interface, as it may run on both kinds of machines (LINUXLIBC6, PPC_LINUX) added: m3core/src/unix/linux-libc6-be/Uin.m3 added: m3core/src/unix/linux-libc6-be/m3makefile added: m3core/src/unix/linux-libc6-le/Uin.m3 added: m3core/src/unix/linux-libc6-le/m3makefile removed: m3core/src/unix/linux-libc6/Uin.m3 modified: m3core/src/unix/m3makefile modified: m3core/src/unix/linux/Uin.m3 modified: m3core/src/unix/linux-libc6/m3makefile 2003-07-11 22:13 wagner * m3-sys/cminstall/: PkgTags, src/config/PPC_LINUX: adjust platform settings in PPC_LINUX config template modified: cminstall/src/config/PPC_LINUX 2003-07-11 22:11 wagner * m3-sys/cm3/: PkgTags, src/config/PPC_LINUX: adjust platform settings in PPC_LINUX config file modified: cm3/src/config/PPC_LINUX 2003-07-11 22:06 wagner * m3-libs/m3core/: PkgTags, src/C/PPC_LINUX/m3makefile, src/Csupport/PPC_LINUX/dtoa.c, src/runtime/PPC_LINUX/RTThreadC.c: fix dtoa and setjmp for PPC_LINUX modified: m3core/src/C/PPC_LINUX/m3makefile modified: m3core/src/Csupport/PPC_LINUX/dtoa.c modified: m3core/src/runtime/PPC_LINUX/RTThreadC.c 2003-07-10 23:24 wagner * m3-libs/m3core/: PkgTags, src/C/PPC_LINUX/Csetjmp.i3, src/runtime/PPC_LINUX/RTMachine.i3, src/runtime/PPC_LINUX/RTThread.m3: Adapt some parts of the runtime for PPC_LINUX. With these changes I can bootstrap a cm3 binary that can output its version and help information. modified: m3core/src/C/PPC_LINUX/Csetjmp.i3 modified: m3core/src/runtime/PPC_LINUX/RTMachine.i3 modified: m3core/src/runtime/PPC_LINUX/RTThread.m3 2003-07-10 23:19 wagner * m3-sys/m3middle/: PkgTags, src/Target.m3: fix jmp_buf size for PPC_LINUX modified: m3middle/src/Target.m3 2003-07-10 23:17 wagner * scripts/: PkgTags, boot-cm3-core.sh, copy-bootarchives.sh, pkgmap.sh, sysinfo.sh: some fixes found during PPC_LINUX bootstrapping: o conditionally exclude m3gc-enhanced in boot-cm3-core.sh o really make rsync-commands in copy-bootarchives PPC_DARWIN independent o add -l (list only) option to pkgmap.sh also upgrade version to 5.2.6 modified: scripts/boot-cm3-core.sh modified: scripts/copy-bootarchives.sh modified: scripts/pkgmap.sh modified: scripts/sysinfo.sh 2003-07-10 23:12 wagner * scripts/PkgTags: add some information for PPC_LINUX 2003-07-10 22:16 wagner * scripts/: boot-cm3-build-on-target.sh, boot-cm3-makefile-prog.tmpl, sysinfo.sh: add some information for PPC_LINUX 2003-07-09 17:19 wagner * m3-libs/libm3/: PkgTags, src/params/Env.m3: Make the code handling the environment access a little more robust. 2003-07-09 17:16 wagner * m3-libs/m3core/: PkgTags, src/runtime/WIN32/RTArgs.m3: It seems that in recent Windows releases the representation of the environment passed to every program in main has changed from a flat, traditional NT style to a standard POSIX pointer array. This of course breaks some code accessing the environment variables. As I don't know about any criterium to decide which format to expect, I've again used an environment setting to choose between the two and made the POSIX behaviour default: USE_FLAT_ENV=yes|true|1 will enable the old behaviour. Better suggestions are of course welcome. 2003-07-09 16:06 wagner * m3-tools/m3bundle/: PkgTags, src/m3bundle.m3: fix: avoid segmentation violation when run without proper arguments modified: m3bundle/src/m3bundle.m3 2003-07-09 07:24 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/algebra/m3makefile, src/basictypes/m3makefile, src/linearalgebra/m3makefile, src/misc/m3makefile: refined directory structure 2003-07-06 15:37 thielema * m3-libs/arithmetic/doc/: .cvsignore, Makefile, arch.tex, complex.tex, concept.tex, fft.tex, integer.tex, interpolation.tex, introduction.tex, m3na.tex, matrix.tex, polynomial.tex, random.tex, real32.tex, real64.tex, rng01.tex, rng02.tex, root.tex, sle.tex, statistic.tex, utils.tex, vector.tex, wordex.tex: replaced old module names by new ones 2003-07-06 14:48 thielema * m3-libs/arithmetic/: Makefile, src/m3makefile, test/src/TestEigenSystem.m3, test/src/m3makefile: simplified directory structure 2003-07-06 14:47 thielema * m3-libs/arithmetic/doc/: .cvsignore, Makefile, arch.tex, backgnd.html, complex.tex, concept.tex, fft.tex, integer.tex, interpolation.tex, m3na.tex, matrix.tex, mcbiog.txt, mkview.pl, ode.tex, people.html, polynomial.tex, press2.txt, random.tex, real64.tex, rng01.tex, rng02.tex, root.tex, sle.tex, utils.tex, wpress.txt: Makefile; renamed tex files according to the new module names 2003-07-06 12:42 thielema * m3-libs/arithmetic/src/misc/stochastic/modnames.txt: the names of modules might not be needed any longer 2003-07-06 12:39 thielema * m3-libs/arithmetic/src/misc/stochastic/modnames.txt: some names of modules of Random Number Generators for quick access in shell scripts 2003-07-06 12:38 thielema * m3-libs/arithmetic/: report.txt, test/src/Test.i3, test/src/Test.m3, test/src/TestLapack.m3, test/src/m3makefile: successfully called a FORTRAN routine from Modula 2003-06-29 14:43 thielema * m3-libs/arithmetic/: report.txt, src/algebra/polynomial/m3makefile, src/algebra/root/RootBasic.ig, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexFast.ig, src/basictypes/float/FloatBasic.ig, src/basictypes/fraction/FractionBasic.ig, src/basictypes/integer/IntegerBasic.ig, src/basictypes/polar/PolarBasic.ig, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/m3makefile: added Brand 2003-06-29 14:42 thielema * m3-libs/arithmetic/src/algebra/chebyshev/: ChebyPolynomialFast.ig, ChebyPolynomialFast.mg, chebypolynomial.tmpl, m3makefile: shortened makefile by more powerful template procedures, added Brand 2003-06-29 14:31 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialFast.ig, PolynomialFmtLex.ig, m3makefile, polynomial.tmpl: shortened makefile by more powerful template procedures 2003-06-29 13:52 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/SIUnit.ig: [no log message] 2003-06-29 13:43 thielema * m3-libs/arithmetic/: src/basictypes/physicalunit/PhysicalValueFmtLex.ig, src/basictypes/physicalunit/PhysicalValueFmtLex.mg, src/basictypes/physicalunit/m3makefile, src/basictypes/physicalunit/physicalvalue.tmpl, test/src/TestUnit.m3: support of complex numbers 2003-06-29 12:06 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: UnitDatabase.ig, UnitDatabase.mg: check result of DecomposeUnit with ComposeUnit 2003-06-29 11:57 thielema * m3-libs/arithmetic/src/basictypes/: float/FloatFmtLex.ig, physicalunit/UnitDatabase.mg: reduced output precision in order to get 0.01 instead of 0.00999999 2003-06-29 11:02 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: SIUnit.mg, UnitDatabase.mg, physicalvalue.tmpl: removed the rule for minimizing the exponents of the usual units, instead units that are close to the beginning of the database have higher precedence; now acceleration is decomposed to m/s² instead of N/kg 2003-06-29 10:45 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: PhysicalUnitFmtLex.i3, PhysicalUnitFmtLex.m3: help debugging operations with units 2003-06-29 10:41 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/physicalunit/CompositeUnit.ig, src/basictypes/physicalunit/PhysicalUnit.i3, src/basictypes/physicalunit/PhysicalUnit.m3, src/basictypes/physicalunit/SIUnit.ig, src/basictypes/physicalunit/SIUnit.mg, src/basictypes/physicalunit/UnitDatabase.mg, src/basictypes/physicalunit/UsualUnit.ig, src/basictypes/physicalunit/m3makefile, test/src/TestUnit.m3: cleaner implementation of FindBestUU, due to the small unit exponents, accelerations will be presented as N/kg instead of m/s² 2003-06-28 21:38 thielema * m3-libs/arithmetic/: src/basictypes/physicalunit/PhysicalUnit.m3, src/basictypes/physicalunit/SIUnit.mg, src/basictypes/physicalunit/UnitDatabase.mg, test/src/Test.i3, test/src/Test.m3, test/src/TestUnit.m3, test/src/m3makefile: some debug output, tested some simple cases 2003-06-28 19:12 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: PhysicalValueFmtLex.ig, PhysicalValueFmtLex.mg, m3makefile, physicalvalue.tmpl: formatter for physical units can be compiled, still no test 2003-06-28 19:05 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: SIUnit.ig, SIUnit.mg, SIUnit.i3, SIUnit.m3: made generic, the first idea was to make the SI database the default one for PhysicalValueFmtLex.Fmt but it wouldn't be constant and thus it can't be a default value 2003-06-28 14:23 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: CompositeUnit.ig, CompositeUnit.mg, SIUnit.m3, UnitDatabase.ig, UnitDatabase.mg, UsualUnit.ig, UsualUnit.mg, m3makefile, physicalvalue.tmpl: separate module for UsualUnit makes everything clearer 2003-06-27 17:44 wagner * m3-sys/m3cc/gcc/: .brik, BUGS, ChangeLog, FAQ, config-ml.in, faq.html, config/ChangeLog, contrib/ChangeLog, gcc/ChangeLog, gcc/NEWS, gcc/builtins.c, gcc/c-decl.c, gcc/c-parse.c, gcc/c-typeck.c, gcc/collect2.c, gcc/combine.c, gcc/dwarf2out.c, gcc/expr.c, gcc/fold-const.c, gcc/function.c, gcc/gcse.c, gcc/jump.c, gcc/real.c, gcc/regmove.c, gcc/reload.c, gcc/reload1.c, gcc/stmt.c, gcc/system.h, gcc/toplev.c, gcc/tree.c, gcc/unroll.c, gcc/version.c, gcc/config/alpha/alpha.md, gcc/config/alpha/osf.h, gcc/config/i386/i386.c, gcc/config/i386/i386.h, gcc/config/i386/i386.md, gcc/config/i386/linux.h, gcc/config/m68k/m68k.md, gcc/config/mips/iris6.h, gcc/config/mips/mips.c, gcc/config/mips/mips.h, gcc/config/mips/mips.md, gcc/config/pa/pa.c, gcc/config/pa/pa.h, gcc/config/pa/pa.md, gcc/config/rs6000/rs6000.c, gcc/config/rs6000/rs6000.h, gcc/config/rs6000/rs6000.md, gcc/config/sparc/sparc.h, gcc/config/sparc/sparc.md, gcc/po/ChangeLog, include/ChangeLog, libiberty/ChangeLog, libiberty/config.in, libiberty/configure, libiberty/configure.in: resolve conflicts created by import of gcc 3.2.3 2003-06-27 17:37 wagner * m3-sys/m3cc/gcc/: ChangeLog, BUGS, FAQ, bugs.html, config-ml.in, faq.html, gnats.html, .brik, INSTALL/build.html, INSTALL/configure.html, INSTALL/download.html, INSTALL/index.html, INSTALL/specific.html, INSTALL/test.html, INSTALL/binaries.html, INSTALL/finalinstall.html, INSTALL/gfdl.html, INSTALL/old.html, config/ChangeLog, contrib/ChangeLog, contrib/regression/ChangeLog, gcc/ChangeLog, gcc/bb-reorder.c, gcc/builtins.c, gcc/c-decl.c, gcc/c-typeck.c, gcc/cfgcleanup.c, gcc/cfgrtl.c, gcc/collect2.c, gcc/combine.c, gcc/config.gcc, gcc/dwarf2out.c, gcc/expr.c, gcc/fold-const.c, gcc/function.c, gcc/gcse.c, gcc/ifcvt.c, gcc/jump.c, gcc/predict.c, gcc/real.c, gcc/regmove.c, gcc/reload.c, gcc/reload1.c, gcc/simplify-rtx.c, gcc/stmt.c, gcc/system.h, gcc/toplev.c, gcc/tree-inline.c, gcc/tree.c, gcc/unroll.c, gcc/NEWS, gcc/c-parse.c, gcc/version.c, gcc/tradcif.c, gcc/config/alpha/alpha.md, gcc/config/alpha/osf.h, gcc/config/cris/cris.md, gcc/config/i386/i386.c, gcc/config/i386/i386.h, gcc/config/i386/i386.md, gcc/config/i386/linux.h, gcc/config/i386/linux64.h, gcc/config/m68k/m68k.md, gcc/config/mips/iris6.h, gcc/config/mips/mips-protos.h, gcc/config/mips/mips.c, gcc/config/mips/mips.h, gcc/config/mips/mips.md, gcc/config/pa/pa-protos.h, gcc/config/pa/pa.c, gcc/config/pa/pa.h, gcc/config/pa/pa.md, gcc/config/rs6000/rs6000.c, gcc/config/rs6000/rs6000.h, gcc/config/rs6000/rs6000.md, gcc/config/sparc/sparc.h, gcc/config/sparc/sparc.md, gcc/config/xtensa/xtensa.c, gcc/config/xtensa/xtensa.h, gcc/config/xtensa/xtensa.md, gcc/doc/extend.texi, gcc/doc/passes.texi, gcc/doc/include/gcc-common.texi, gcc/po/ChangeLog, include/ChangeLog, libiberty/ChangeLog, libiberty/config.in, libiberty/configure, libiberty/configure.in, libiberty/acconfig.h, maintainer-scripts/ChangeLog: import of gcc 3.2.3 2003-06-27 17:20 wagner * m3-sys/m3cc/gcc/: .brik, BUGS, ChangeLog, FAQ, Makefile.in, config.guess, config.sub, faq.html, config/ChangeLog, contrib/ChangeLog, gcc/.cvsignore, gcc/ChangeLog, gcc/Makefile.in, gcc/NEWS, gcc/alias.c, gcc/basic-block.h, gcc/builtins.c, gcc/c-common.c, gcc/c-decl.c, gcc/c-parse.c, gcc/c-parse.in, gcc/c-typeck.c, gcc/calls.c, gcc/combine.c, gcc/configure, gcc/configure.in, gcc/cpplib.c, gcc/dbxout.c, gcc/emit-rtl.c, gcc/expr.c, gcc/expr.h, gcc/fold-const.c, gcc/function.c, gcc/gcc.c, gcc/global.c, gcc/integrate.c, gcc/jump.c, gcc/loop.c, gcc/optabs.c, gcc/print-rtl.c, gcc/recog.c, gcc/rtlanal.c, gcc/stmt.c, gcc/tree.c, gcc/tree.def, gcc/tree.h, gcc/version.c, gcc/config/arc/t-arc, gcc/config/arm/t-netbsd, gcc/config/i386/cygwin.h, gcc/config/i386/i386.c, gcc/config/i386/i386.h, gcc/config/i386/mingw32.h, gcc/config/m68k/apollo68.h, gcc/config/m68k/coff.h, gcc/config/m68k/linux.h, gcc/config/m68k/m68k.md, gcc/config/m68k/m68kelf.h, gcc/config/m68k/mot3300.h, gcc/config/m68k/pbb.h, gcc/config/mips/t-iris6, gcc/config/pa/pa.c, gcc/config/pa/pa.h, gcc/config/pa/pa.md, gcc/config/pa/rtems.h, gcc/config/rs6000/linux.h, gcc/config/rs6000/rs6000.c, gcc/config/rs6000/rs6000.md, gcc/config/rs6000/rtems.h, gcc/config/rs6000/sysv4.h, gcc/config/rs6000/t-aix43, gcc/config/sh/sh.md, gcc/ginclude/stddef.h, gcc/po/ChangeLog, include/ChangeLog, libiberty/ChangeLog, libiberty/Makefile.in, libiberty/configure, libiberty/configure.in: resolve conflicts created by import of gcc 3.2.2 2003-06-27 17:14 wagner * m3-sys/m3cc/gcc/gcc/config/rs6000/t-rtems: Initial revision 2003-06-27 17:13 wagner * m3-sys/m3cc/gcc/: .cvsignore, ChangeLog, Makefile.in, config.guess, config.sub, .brik, BUGS, FAQ, GNATS, bugs.html, faq.html, gnats.html, INSTALL/binaries.html, INSTALL/build.html, INSTALL/configure.html, INSTALL/download.html, INSTALL/finalinstall.html, INSTALL/gfdl.html, INSTALL/index.html, INSTALL/old.html, INSTALL/specific.html, INSTALL/test.html, config/ChangeLog, contrib/ChangeLog, contrib/gcc_update, contrib/regression/ChangeLog, gcc/.cvsignore, gcc/ChangeLog, gcc/Makefile.in, gcc/alias.c, gcc/basic-block.h, gcc/builtin-types.def, gcc/builtins.c, gcc/c-common.c, gcc/c-common.h, gcc/c-decl.c, gcc/c-format.c, gcc/c-parse.in, gcc/c-semantics.c, gcc/c-typeck.c, gcc/calls.c, gcc/cfganal.c, gcc/cfgbuild.c, gcc/cfgcleanup.c, gcc/combine.c, gcc/config.gcc, gcc/configure, gcc/configure.in, gcc/cpplib.c, gcc/dbxout.c, gcc/doloop.c, gcc/emit-rtl.c, gcc/expr.c, gcc/expr.h, gcc/fold-const.c, gcc/function.c, gcc/gcc.c, gcc/global.c, gcc/gthr-rtems.h, gcc/integrate.c, gcc/jump.c, gcc/loop.c, gcc/mklibgcc.in, gcc/optabs.c, gcc/print-rtl.c, gcc/recog.c, gcc/rtlanal.c, gcc/stmt.c, gcc/tradcpp.c, gcc/tree.c, gcc/NEWS, gcc/tree.def, gcc/tree.h, gcc/unwind-dw2.c, gcc/version.c, gcc/c-parse.c, gcc/tradcif.c, gcc/config/t-slibgcc-elf-ver, gcc/config/t-slibgcc-sld, gcc/config/alpha/t-osf4, gcc/config/arc/t-arc, gcc/config/arm/t-netbsd, gcc/config/avr/avr.c, gcc/config/avr/avr.md, gcc/config/fr30/fr30.h, gcc/config/i386/cygwin.h, gcc/config/i386/i386.c, gcc/config/i386/i386.h, gcc/config/i386/mingw32.h, gcc/config/m68hc11/m68hc11.md, gcc/config/m68k/apollo68.h, gcc/config/m68k/coff.h, gcc/config/m68k/linux.h, gcc/config/m68k/m68k.md, gcc/config/m68k/m68kelf.h, gcc/config/m68k/mot3300.h, gcc/config/m68k/netbsd-elf.h, gcc/config/m68k/pbb.h, gcc/config/m68k/t-crtstuff, gcc/config/mips/rtems.h, gcc/config/mips/t-iris6, gcc/config/pa/pa-linux.h, gcc/config/pa/pa.c, gcc/config/pa/pa.h, gcc/config/pa/pa.md, gcc/config/pa/pa64-hpux.h, gcc/config/pa/rtems.h, gcc/config/pa/som.h, gcc/config/pa/t-hpux-shlib, gcc/config/rs6000/linux.h, gcc/config/rs6000/rs6000-protos.h, gcc/config/rs6000/rs6000.c, gcc/config/rs6000/rs6000.md, gcc/config/rs6000/rtems.h, gcc/config/rs6000/sysv4.h, gcc/config/rs6000/t-aix43, gcc/config/rs6000/t-rtems, gcc/config/sh/sh.md, gcc/config/xtensa/xtensa-protos.h, gcc/config/xtensa/xtensa.c, gcc/config/xtensa/xtensa.h, gcc/config/xtensa/xtensa.md, gcc/doc/.cvsignore, gcc/doc/gcc.texi, gcc/doc/gcov.texi, gcc/doc/install.texi, gcc/doc/invoke.texi, gcc/doc/passes.texi, gcc/doc/tm.texi, gcc/doc/include/gcc-common.texi, gcc/ginclude/stddef.h, gcc/po/ChangeLog, include/ChangeLog, libiberty/ChangeLog, libiberty/Makefile.in, libiberty/configure, libiberty/configure.in, libiberty/hashtab.c, maintainer-scripts/ChangeLog: import of gcc 3.2.2 2003-06-27 17:08 wagner * m3-sys/m3cc/gcc/gcc/.cvsignore: don't ignore generated C parser files in import 2003-06-27 14:06 wagner * m3-sys/m3cc/src/m3makefile: update gcc platform information 2003-06-27 14:05 wagner * www/: PkgTags, porting.html: update porting information modified: www/porting.html 2003-06-27 13:57 wagner * m3-sys/cminstall/: PkgTags, src/config/NT386GNU, src/config/PPC_LINUX: add preliminary configuration templates for PPC_LINUX and NT386GNU added: cminstall/src/config/NT386GNU added: cminstall/src/config/PPC_LINUX 2003-06-27 13:54 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3, src/config/PPC_LINUX: update date of last change, add configuration template for PPC_LINUX added: cm3/src/config/PPC_LINUX modified: cm3/PkgTags modified: cm3/src/Makefile.m3 2003-06-27 13:45 wagner * m3-sys/m3middle/: PkgTags, src/Target.i3, src/Target.m3: add preliminary support for PPC_LINUX (to be adapted later); remove Tru64v5 modified: m3middle/src/Target.i3 modified: m3middle/src/Target.m3 2003-06-27 13:40 wagner * m3-libs/libm3/: PkgTags, src/os/POSIX/OSConfigPosix.m3, src/random/m3makefile: add preliminary support for PPC_LINUX (to be adapted later) modified: libm3/src/os/POSIX/OSConfigPosix.m3 modified: libm3/src/random/m3makefile 2003-06-27 13:38 wagner * m3-libs/m3gc-simple/PkgTags: add preliminary support for PPC_LINUX (to be adapted later) added: m3gc-simple/src/runtime/PPC_LINUX/m3makefile added: m3gc-simple/src/runtime/PPC_LINUX/sysdeps.c 2003-06-27 13:31 wagner * m3-libs/m3core/: PkgTags, src/C/PPC_LINUX/COPYRIGHT, src/C/PPC_LINUX/Csetjmp.i3, src/C/PPC_LINUX/CsetjmpASM.s, src/C/PPC_LINUX/Csignal.i3, src/C/PPC_LINUX/Cstdio.i3, src/C/PPC_LINUX/Cstdio.m3, src/C/PPC_LINUX/Cstring.i3, src/C/PPC_LINUX/m3makefile, src/Csupport/PPC_LINUX/COPYRIGHT, src/Csupport/PPC_LINUX/dtoa.c, src/Csupport/PPC_LINUX/m3makefile, src/float/m3makefile, src/runtime/m3makefile, src/runtime/PPC_LINUX/RTHeapDep.m3, src/runtime/PPC_LINUX/RTMachine.i3, src/runtime/PPC_LINUX/RTSignal.m3, src/runtime/PPC_LINUX/RTStackASM.s, src/runtime/PPC_LINUX/RTThread.m3, src/runtime/PPC_LINUX/RTThreadC.c, src/runtime/PPC_LINUX/m3makefile, src/runtime/common/Compiler.tmpl, src/time/POSIX/m3makefile, src/unix/m3makefile: add preliminary support for PPC_LINUX (to be adapted later) added: m3core/src/C/PPC_LINUX/COPYRIGHT added: m3core/src/C/PPC_LINUX/Csetjmp.i3 added: m3core/src/C/PPC_LINUX/CsetjmpASM.s added: m3core/src/C/PPC_LINUX/Csignal.i3 added: m3core/src/C/PPC_LINUX/Cstdio.i3 added: m3core/src/C/PPC_LINUX/Cstdio.m3 added: m3core/src/C/PPC_LINUX/Cstring.i3 added: m3core/src/C/PPC_LINUX/m3makefile added: m3core/src/Csupport/PPC_LINUX/COPYRIGHT added: m3core/src/Csupport/PPC_LINUX/dtoa.c added: m3core/src/Csupport/PPC_LINUX/m3makefile added: m3core/src/runtime/PPC_LINUX/RTHeapDep.m3 added: m3core/src/runtime/PPC_LINUX/RTMachine.i3 added: m3core/src/runtime/PPC_LINUX/RTSignal.m3 added: m3core/src/runtime/PPC_LINUX/RTStackASM.s added: m3core/src/runtime/PPC_LINUX/RTThread.m3 added: m3core/src/runtime/PPC_LINUX/RTThreadC.c added: m3core/src/runtime/PPC_LINUX/m3makefile modified: m3core/src/float/m3makefile modified: m3core/src/runtime/m3makefile modified: m3core/src/runtime/common/Compiler.tmpl modified: m3core/src/time/POSIX/m3makefile modified: m3core/src/unix/m3makefile 2003-06-26 14:14 wagner * m3-ui/ui/: PkgTags, src/winvbt/WinTrestle.m3: Make the interpretation of CM_CHAR events in Trestle depend on the value of the environment variable USE_EVENT_WM_CHAR. Heeding WM_CHAR events seems superflous to me and leeds to double input characters on my Windows 2000 installation, but has been included in the code forever, so I am unwilling to remove the feature without further evidence. Instead, users can set USE_EVENT_WM_CHAR in the environment if they experience problems for the next time. The default now is to ignore WM_CHAR events. modified: ui/src/winvbt/WinTrestle.m3 2003-06-25 15:25 thielema * m3-libs/wellfett/test/src/TestDaubechies.m3: for real eigenvalues (which is assumed for filters of the form adjungate(h)*h) an upper estimation is given 2003-06-25 15:03 wagner * scripts/: PkgTags, boot-cm3-build-on-target.sh, boot-cm3-core.sh, do-cm3-core.sh, sysinfo.sh: add some minimal support for NT386GNU and some more knobs and abstractions modified: scripts/boot-cm3-build-on-target.sh modified: scripts/boot-cm3-core.sh modified: scripts/do-cm3-core.sh modified: scripts/sysinfo.sh 2003-06-25 14:59 wagner * m3-libs/libm3/: PkgTags, src/os/POSIX/OSConfigPosix.m3, src/random/m3makefile: add support for target platforms BSDI4, NT386GNU, Tru64v5 modified: libm3/src/os/POSIX/OSConfigPosix.m3 modified: libm3/src/random/m3makefile 2003-06-25 14:50 wagner * m3-libs/m3core/: PkgTags, src/C/NT386GNU/COPYRIGHT, src/C/NT386GNU/Csetjmp.i3, src/C/NT386GNU/Cstdio.i3, src/C/NT386GNU/Cstring.i3, src/C/NT386GNU/m3makefile, src/Csupport/NT386GNU/dtoa.c, src/Csupport/NT386GNU/m3makefile, src/float/m3makefile, src/runtime/m3makefile, src/runtime/NT386GNU/RTHeapDep.m3, src/runtime/NT386GNU/RTMachine.i3, src/runtime/NT386GNU/RTSignal.m3, src/runtime/NT386GNU/m3makefile, src/runtime/common/Compiler.tmpl, src/time/POSIX/m3makefile, src/unix/m3makefile, src/unix/cygwin/Udir.i3, src/unix/cygwin/Uerror.i3, src/unix/cygwin/Uexec.i3, src/unix/cygwin/Ugrp.i3, src/unix/cygwin/Uin.i3, src/unix/cygwin/Uin.m3, src/unix/cygwin/Uipc.i3, src/unix/cygwin/Umman.i3, src/unix/cygwin/Umsg.i3, src/unix/cygwin/Umsg.m3, src/unix/cygwin/Unetdb.i3, src/unix/cygwin/Unetdb.m3, src/unix/cygwin/Unix.i3, src/unix/cygwin/Upaths.i3, src/unix/cygwin/Uprocess.i3, src/unix/cygwin/Upwd.i3, src/unix/cygwin/Uresource.i3, src/unix/cygwin/Usem.i3, src/unix/cygwin/Ushm.i3, src/unix/cygwin/Usignal.i3, src/unix/cygwin/Usignal.m3, src/unix/cygwin/Usocket.i3, src/unix/cygwin/Ustat.i3, src/unix/cygwin/Usyslog.i3, src/unix/cygwin/Utermio.i3, src/unix/cygwin/Utime.i3, src/unix/cygwin/Utypes.i3, src/unix/cygwin/Utypes.m3, src/unix/cygwin/Uugid.i3, src/unix/cygwin/Uuio.i3, src/unix/cygwin/Uutmp.i3, src/unix/cygwin/Uutsname.i3, src/unix/cygwin/m3makefile: Add target platforms BSDI4, Tru64v5, NT386GNU to the Compiler.tmpl; add some preliminary support for NT386 copied from PM3 for NT386GNU (platform does not work yet); copy cygwin interface from Linux (probably many changes necessary; I'll see to that once NT386GNU is up). added: m3core/src/C/NT386GNU/COPYRIGHT added: m3core/src/C/NT386GNU/Csetjmp.i3 added: m3core/src/C/NT386GNU/Cstdio.i3 added: m3core/src/C/NT386GNU/Cstring.i3 added: m3core/src/C/NT386GNU/m3makefile added: m3core/src/Csupport/NT386GNU/dtoa.c added: m3core/src/Csupport/NT386GNU/m3makefile added: m3core/src/runtime/NT386GNU/RTHeapDep.m3 added: m3core/src/runtime/NT386GNU/RTMachine.i3 added: m3core/src/runtime/NT386GNU/RTSignal.m3 added: m3core/src/runtime/NT386GNU/m3makefile added: m3core/src/unix/cygwin/Udir.i3 added: m3core/src/unix/cygwin/Uerror.i3 added: m3core/src/unix/cygwin/Uexec.i3 added: m3core/src/unix/cygwin/Ugrp.i3 added: m3core/src/unix/cygwin/Uin.i3 added: m3core/src/unix/cygwin/Uin.m3 added: m3core/src/unix/cygwin/Uipc.i3 added: m3core/src/unix/cygwin/Umman.i3 added: m3core/src/unix/cygwin/Umsg.i3 added: m3core/src/unix/cygwin/Umsg.m3 added: m3core/src/unix/cygwin/Unetdb.i3 added: m3core/src/unix/cygwin/Unetdb.m3 added: m3core/src/unix/cygwin/Unix.i3 added: m3core/src/unix/cygwin/Upaths.i3 added: m3core/src/unix/cygwin/Uprocess.i3 added: m3core/src/unix/cygwin/Upwd.i3 added: m3core/src/unix/cygwin/Uresource.i3 added: m3core/src/unix/cygwin/Usem.i3 added: m3core/src/unix/cygwin/Ushm.i3 added: m3core/src/unix/cygwin/Usignal.i3 added: m3core/src/unix/cygwin/Usignal.m3 added: m3core/src/unix/cygwin/Usocket.i3 added: m3core/src/unix/cygwin/Ustat.i3 added: m3core/src/unix/cygwin/Usyslog.i3 added: m3core/src/unix/cygwin/Utermio.i3 added: m3core/src/unix/cygwin/Utime.i3 added: m3core/src/unix/cygwin/Utypes.i3 added: m3core/src/unix/cygwin/Utypes.m3 added: m3core/src/unix/cygwin/Uugid.i3 added: m3core/src/unix/cygwin/Uuio.i3 added: m3core/src/unix/cygwin/Uutmp.i3 added: m3core/src/unix/cygwin/Uutsname.i3 added: m3core/src/unix/cygwin/m3makefile modified: m3core/src/float/m3makefile modified: m3core/src/runtime/m3makefile modified: m3core/src/runtime/common/Compiler.tmpl modified: m3core/src/time/POSIX/m3makefile modified: m3core/src/unix/m3makefile 2003-06-25 14:40 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: Add -trace option for quake tracing; add online documentation about new quake environment variables QUAKE_SHELL, QUAKE_SHELL_OPTION, QUAKE_TMPDIR; increment version number to 5.2.6, which will also be used to identify new target platforms once released (at least NT386GNU). modified: cm3/src/Makefile.m3 2003-06-25 14:36 wagner * m3-sys/m3quake/: PkgTags, src/QMachine.m3: Improve evaluation of environment variables for temporary directory, shell, and shell command option; add QUAKE_SHELL QUAKE_SHELL_OPTION QUAKE_TMPDIR to override everything from the process environment. modified: m3quake/src/QMachine.m3 2003-06-25 14:32 wagner * m3-sys/m3front/PkgTags: remove empty line 2003-06-25 14:27 wagner * m3-sys/m3front/: PkgTags, src/builtinInfo/InfoModule.m3: use array imported from m3middle/src/Target instead of own enumeration of strings modified: m3front/src/builtinInfo/InfoModule.m3 2003-06-25 14:24 wagner * m3-sys/m3middle/: PkgTags, src/Target.i3, src/Target.m3: use enumeration type for systems and add target platforms BSDI4, NT386GNU, Tru64v5, Undefined modified: m3middle/src/Target.i3 modified: m3middle/src/Target.m3 2003-06-17 13:50 wagner * m3-sys/m3middle/: PkgTags, src/M3File.m3: Preserving file modification times does not work under win32 for unknown reasons. As it completely breaks shipping, I've ignored any exceptions raised by trying to change permissions for the time being. If anybody feels an urge to analyse this failure and remove the TRY ... EXCEPT ELSE END statements or implement some proper exception handling, this would of course be very appreciated. But I'd doubt that this can be done in a operating system independent way... modified: m3middle/src/M3File.m3 2003-06-17 13:26 wagner * m3-sys/cminstall/: PkgTags, src/config/NT386: current build needs one more library on win2000 (comctl32.lib) modified: cminstall/src/config/NT386 2003-06-17 13:25 wagner * m3-sys/cm3/: PkgTags, src/config/NT386: current build needs one more library on win2000 (comctl32.lib) modified: cm3/src/config/NT386 2003-06-09 15:37 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: CompositeUnit.ig, CompositeUnit.mg, UnitDatabase.ig, UnitDatabase.mg, m3makefile, physicalvalue.tmpl: modules can be compiled but the structure is still very ill 2003-06-09 11:10 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/SIUnit.i3: sorted units with increasing complexity 2003-06-09 11:04 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/SIUnit.i3: made electric charge the base unit instead of voltage 2003-06-09 10:21 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: SIUnit.m3, UnitDatabase.ig: sorted unit scales 2003-06-09 09:45 thielema * m3-libs/arithmetic/src/basictypes/physicalunit/: PhysicalUnit.i3, PhysicalUnit.m3, SIUnit.i3, SIUnit.m3, UnitDatabase.ig, UnitDatabase.mg, m3makefile, physicalvalue.tmpl: data base of SI units 2003-06-08 16:32 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: CharPolynomial.ig, CharPolynomial.mg, EigenSystem.ig, EigenSystem.mg, MatrixBasic.ig, MatrixBasic.mg, MatrixDecomposition.ig, MatrixDecomposition.mg, MatrixFast.ig, MatrixFast.mg, MatrixFmtLex.ig, MatrixTrans.ig, MatrixTrans.mg, m3makefile, matrix.tmpl: simplified the quake template functions; order of generic parameters is now: from left to right means simple to complex, this is conform to the order in libm3 2003-06-08 15:41 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorFmtLex.ig, VectorTrans.ig, VectorTrans.mg, m3makefile, vector.tmpl: simplified the quake template functions; order of generic parameters is now: from left to right means simple to complex, this is conform to the order in libm3 2003-06-08 15:14 thielema * m3-libs/arithmetic/test/src/: Test.m3, TestEigenSystem.m3: [no log message] 2003-06-08 15:13 thielema * m3-libs/arithmetic/src/m3makefile: just a test how importing c libraries works, here for example the GNU scientific library 2003-06-08 15:00 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/MatrixBasic.ig, matrix/MatrixBasic.mg, matrix/MatrixFast.ig, matrix/MatrixFast.mg, matrix/m3makefile, matrix/matrix.tmpl, vector/VectorBasic.ig, vector/VectorBasic.mg, vector/VectorFast.ig, vector/VectorFast.mg, vector/m3makefile, vector/vector.tmpl: added: FromArray, 'Fast' modules reuse functions from 'Basic' ones, quake template functions create a 'Basic' module for each 'Fast' one 2003-06-06 20:09 wagner * m3-sys/m3front/src/builtinWord/: WordExtract.m3, WordInsert.m3, WordMinus.m3, WordMod.m3, WordNot.m3, WordOr.m3, WordPlus.m3, WordRotate.m3, WordShift.m3, WordTimes.m3, WordXor.m3: more 32/64 bit fixes in builtin word algorithms 2003-06-06 20:08 wagner * m3-sys/m3middle/src/TInt.m3: more 32/64 bit fixes, also more debugging info; OutInt now displays hex values 2003-06-05 15:26 thielema * m3-libs/wellfett/test/src/TestDaubechies.m3: the lower estimation of the spectral radius is quite close in magnitude but it can be in no way considered as approximation 2003-06-05 15:18 thielema * m3-libs/wellfett/src/signal/Signal.mg: fixed WrapCyclic 2003-06-05 15:14 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/EigenSystem.ig, matrix/EigenSystem.mg, matrix/MatrixBasic.ig, matrix/MatrixBasic.mg, matrix/MatrixFast.ig, matrix/MatrixTrans.ig, matrix/MatrixTrans.mg, matrix/m3makefile, matrix/matrix.tmpl, vector/VectorTrans.mg: SquareMethod as faster alternative to PowerMethod 2003-06-05 15:01 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/DaubechiesWavelet.mg: even the creation of the Daubechies filters is rather unaccurate 2003-06-05 14:14 thielema * m3-libs/wellfett/src/signal/Signal.mg: cleaned up with m3pp 2003-06-05 13:44 thielema * m3-libs/wellfett/test/src/: TestDaubechies.m3: with a big tolerance one can get sensible results also for high order filters 2003-06-05 13:36 thielema * m3-libs/wellfett/test/src/TestDaubechies.m3: computing the eigenvalue spectrum from the characteristic polynomial fails for Daubechies filters of order higher than 12, SquareMethod converges faster than PowerMethod but fails above 20, too :-( 2003-06-05 12:23 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/DaubechiesWavelet.ig, src/wavelet/discrete/basis/DaubechiesWavelet.mg, src/wavelet/discrete/basis/daubechieswavelet.tmpl, src/wavelet/discrete/basis/m3makefile, test/src/TestDaubechies.m3: determination of spectral radius of the transition matrix fails for large matrices because of slow convergence of the power method 2003-06-05 09:19 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: EigenSystem.ig, EigenSystem.mg: more stable abort criterion chosen for PowerMethod 2003-06-05 07:45 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/MatrixBasic.ig, matrix/MatrixBasic.mg, vector/VectorBasic.ig, vector/VectorBasic.mg: routines Apply, Map, Reduce for functional iterating over vector components 2003-06-04 15:00 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/EigenSystem.mg: beautified the source code with m3pp 2003-06-04 14:56 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/EigenSystem.mg: reduced number of computations of the inner product 2003-06-04 14:04 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/EigenSystem.mg: forgot normalization of the vector 2003-06-04 13:44 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/EigenSystem.ig, matrix/EigenSystem.mg, matrix/matrix.tmpl, vector/VectorBasic.ig: von-Mises' power method for approximating the largest eigenvalue of a matrix 2003-06-04 12:47 thielema * m3-libs/wellfett/: src/signal/Signal.ig, src/signal/Signal.mg, src/signal/m3makefile, src/signal/signal.tmpl, src/wavelet/discrete/m3makefile, src/wavelet/discrete/refinable/RefinableFunc.ig, src/wavelet/discrete/refinable/RefinableFunc.mg, src/wavelet/discrete/refinable/m3makefile, src/wavelet/discrete/refinable/refinablefunc.tmpl, test/src/TestDaubechies.m3: computation of the transition matrix; eigenvalue spectrum can still only be determined by the roots of the characteristic polynomial 2003-06-03 16:27 thielema * m3-libs/wellfett/: src/wavelet/discrete/basis/DaubechiesWavelet.mg, test/src/TestDaubechies.m3: filters match those created by matlab's wlagrang 2003-06-03 15:52 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, SignalFmtLex.mg: getLast() returns the last index, not the first unused one init() expects the length of the signal instead of the last index 2003-06-03 15:18 thielema * m3-libs/wellfett/: src/signal/Signal.mg, src/signal/SignalFmtLex.mg, test/.cvsignore, test/src/Main.m3, test/src/TestDaubechies.i3, test/src/TestDaubechies.m3, test/src/m3makefile: creation of Daubechies wavelet filters is the first test for the Signal module 2003-06-03 15:08 thielema * m3-libs/wellfett/src/: signal/Signal.ig, signal/Signal.mg, wavelet/discrete/basis/DaubechiesWavelet.mg: Signal: init and fromArray return the initialized object, conform to the libm3 style; functional and in-place versions of scale and raise 2003-06-03 12:50 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, SignalFmtLex.ig, SignalFmtLex.mg, SignalRep.ig, m3makefile, signal.tmpl: formatting of signals 2003-06-03 11:46 thielema * m3-libs/wellfett/src/wavelet/discrete/basis/: DaubechiesWavelet.ig, DaubechiesWavelet.mg, daubechieswavelet.tmpl, m3makefile: generation of filters for Daubechies orthogonal wavelets 2003-06-03 11:05 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg, SignalRep.ig, m3makefile, signal.tmpl: moved internal representation definition to SignalRep 2003-06-02 15:59 thielema * m3-libs/wellfett/src/signal/: Signal.ig, Signal.mg: added reverse and adjungate 2003-06-02 15:53 thielema * m3-libs/wellfett/src/: m3makefile, signal/Signal.i3, signal/Signal.ig, signal/Signal.m3, signal/Signal.mg, signal/m3makefile, signal/signal.tmpl: turned Signal into a generic module 2003-06-02 13:30 thielema * m3-libs/wellfett/: .cvsignore, src/m3makefile, src/wavelet/m3makefile, src/wavelet/continuous/m3makefile, src/wavelet/discrete/m3makefile, src/wavelet/discrete/basis/m3makefile, src/wavelet/discrete/lifting/m3makefile: more sophisticated directory structure for wavelet related modules 2003-06-01 13:20 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexFast.ig, complex/ComplexFast.mg, physicalunit/m3makefile: adapted fast implementation of complex numbers to work with physical units 2003-06-01 13:11 thielema * m3-libs/arithmetic/src/basictypes/: biginteger/BigIntegerBasic.i3, biginteger/BigIntegerBasic.m3, complex/ComplexBasic.ig, complex/ComplexBasic.mg, float/FloatBasic.ig, integer/IntegerBasic.ig, integer/IntegerBasic.mg, physicalunit/PhysicalUnit.m3, physicalunit/PhysicalValue.ig, physicalunit/PhysicalValue.mg, physicalunit/m3makefile, physicalunit/physicalvalue.tmpl: computation with values with physical units 2003-06-01 11:56 thielema * m3-libs/arithmetic/src/: NADefinitions.i3, m3makefile, basictypes/physicalunit/PhysicalUnit.i3, basictypes/physicalunit/PhysicalUnit.m3, basictypes/physicalunit/m3makefile: operations on vectors of exponents of physical units 2003-06-01 10:34 thielema * m3-libs/arithmetic/src/basictypes/: fraction/FractionFmtLex.ig, biginteger/BigIntegerFmtLex.i3, biginteger/BigIntegerFmtLex.m3, complex/ComplexFast.mg, complex/ComplexFmtLex.ig, complex/ComplexTrans.mg, integer/IntegerTrans.m3, polar/PolarFmtLex.ig: eliminated reasons for some warnings 2003-06-01 09:54 thielema * m3-libs/arithmetic/test/src/Test.m3: [no log message] 2003-06-01 09:53 thielema * m3-libs/arithmetic/test/src/TestPolynomial.m3: added some automatical checks 2003-06-01 09:53 thielema * m3-libs/arithmetic/test/src/TestRoot.m3: added numerical ill example of Wilkinson 2003-05-31 16:54 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/MatrixDecomposition.ig, src/linearalgebra/matrix/MatrixDecomposition.mg, test/src/Test.m3, test/src/TestSLE.m3: Matrix decomposition tested successful 2003-05-31 15:56 thielema * m3-libs/arithmetic/: src/NADefinitions.i3, src/NADefinitions.m3, src/m3makefile, src/algebra/chebyshev/ChebyPolynomialFast.ig, src/algebra/chebyshev/ChebyPolynomialFast.mg, src/algebra/misc/Combinatoric.mg, src/algebra/misc/GCD.ig, src/algebra/misc/GCD.mg, src/algebra/misc/IntegerPower.mg, src/algebra/misc/NumberTheory.m3, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/algebra/root/RootApproximation.ig, src/algebra/root/RootApproximation.mg, src/algebra/root/RootBasic.ig, src/algebra/root/RootBasic.mg, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexFmtLex.ig, src/basictypes/complex/ComplexFmtLex.mg, src/basictypes/complex/ComplexTrans.ig, src/basictypes/complex/ComplexTrans.mg, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/float/SpecialFunction.i3, src/basictypes/float/SpecialFunction.m3, src/basictypes/fraction/FractionBasic.ig, src/basictypes/fraction/FractionBasic.mg, src/basictypes/fraction/FractionFmtLex.ig, src/basictypes/fraction/FractionFmtLex.mg, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/PolarFmtLex.ig, src/linearalgebra/matrix/CharPolynomial.ig, src/linearalgebra/matrix/CharPolynomial.mg, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixDecomposition.ig, src/linearalgebra/matrix/MatrixDecomposition.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/MatrixFmtLex.ig, src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorBasic.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg, src/linearalgebra/vector/VectorFmtLex.mg, src/misc/approximation/FindZero.ig, src/misc/approximation/FindZero.mg, src/misc/approximation/Interpolation.ig, src/misc/approximation/Interpolation.mg, src/misc/lowlevel/Bits.m3, src/misc/stochastic/RandomBasic.i3, src/misc/stochastic/RandomBasic.m3, src/misc/stochastic/RandomRep.i3, src/misc/stochastic/Statistic.i3, src/misc/stochastic/Statistic.m3, test/src/TestBigInteger.m3, test/src/TestChebyshev.m3, test/src/TestEigenSystem.m3, test/src/TestGCD.m3, test/src/TestInterpolation.m3, test/src/TestMatrix.m3, test/src/TestRandom.m3, test/src/TestReal64.m3, test/src/TestRoot.m3, test/src/TestSLE.m3, test/src/TestVector.m3, test/src/TestWordEx.m3: xUtils -> NADefinitions 2003-05-31 15:42 thielema * m3-libs/arithmetic/src/misc/approximation/EulerSum.ig: ode cannot be included, because it is incomplete (module Lin_Alg is missing) 2003-05-31 15:22 thielema * m3-libs/arithmetic/test/src/TestCh05_eval.m3: moved to TestChebyshev 2003-05-31 15:20 thielema * m3-libs/arithmetic/src/xode.i3: identical to hood/ode.i3 2003-05-31 14:59 thielema * m3-libs/arithmetic/: src/m3makefile, src/algebra/chebyshev/ChebyPolynomialFast.ig, src/algebra/chebyshev/ChebyPolynomialFast.mg, src/algebra/polynomial/PolynomialFast.ig, test/src/Test.i3, test/src/Test.m3, test/src/TestChebyshev.m3, test/src/m3makefile: Chebyshev approximation passed tests 2003-05-31 13:23 thielema * m3-libs/arithmetic/src/algebra/chebyshev/: ChebyPolynomialFast.ig, ChebyPolynomialFast.mg, chebypolynomial.tmpl, m3makefile: fetched Chebyshev polynomials from ch05_eval.m3 2003-05-31 12:19 thielema * m3-libs/arithmetic/src/misc/approximation/: EulerSum.ig, EulerSum.mg, eulersum.tmpl, m3makefile: fetched EulerSum from ch05_eval.m3 2003-05-31 11:11 thielema * m3-libs/arithmetic/: report.txt, src/misc/stochastic/RandomBasic.m3: binomial distributed values by performing the underlying experiment 2003-05-31 10:50 thielema * m3-libs/arithmetic/test/src/TestRandom.m3: binomial test with nice ASCII chart 2003-05-31 10:32 thielema * m3-libs/arithmetic/: report.txt, test/src/Test.m3, test/src/TestRandom.m3: test cases for random generators 2003-05-31 10:17 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBasic.i3, RandomBasic.m3, RandomCombinedFast.i3, RandomCombinedSlow.i3, RandomCombinedSlow.m3, RandomDECSRC.m3, RandomRep.i3: eliminated all the warnings 2003-05-31 09:33 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomCombinedFast.i3, RandomCombinedFast.m3, RandomCombinedSlow.i3, RandomCombinedSlow.m3, m3makefile: turned slow combined random number generator into object style 2003-05-31 08:38 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomCombinedFast.m3, RandomCombinedSlow.m3, RandomImprovedMcGill.m3, RandomMultiplicativeFibo.m3, RandomQuaternaryFibo.m3, RandomSubtractiveFibo1.m3, RandomSubtractiveFibo2.m3, RandomWolframCA.m3: separated Init procedure to New procedures for all random number generators 2003-05-30 21:14 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBasic.m3, RandomCombinedFast.m3, RandomImprovedMcGill.i3, RandomImprovedMcGill.m3, RandomIteratedSquaring.i3, RandomIteratedSquaring.m3, RandomMultiplicativeFibo.i3, RandomMultiplicativeFibo.m3, RandomQuaternaryFibo.i3, RandomQuaternaryFibo.m3, RandomSubtractiveFibo1.i3, RandomSubtractiveFibo2.i3, RandomSubtractiveFibo2.m3, RandomWolframCA.i3, RandomWolframCA.m3, m3makefile: each sub-random generator must be initialized with another one (e.g. IterateSquaring as suggested by Warren D. Smith) 2003-05-30 19:53 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBasic.i3, RandomBasic.m3, RandomBayesDurham.i3, RandomBayesDurham.m3, RandomDECSRC.m3, RandomIteratedSquaring.i3, RandomIteratedSquaring.m3, RandomParkMiller.i3, RandomParkMiller.m3, RandomSubtractiveFibo1.i3, RandomSubtractiveFibo1.m3: moved conversions 'bit sequences to word and float' to RandomBasic introduced separate class for each kind of engine 2003-05-30 18:35 thielema * m3-libs/arithmetic/src/misc/stochastic/RandomIteratedSquaring.m3: generation of real is bounded to the precision of that type 2003-05-30 16:44 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomCombinedFast.i3, RandomCombinedFast.m3, RandomCombinedSlow.i3, RandomCombinedSlow.m3, RandomImprovedMcGill.i3, RandomImprovedMcGill.m3, RandomIteratedSquaring.i3, RandomIteratedSquaring.m3, RandomMultiplicativeFibo.i3, RandomMultiplicativeFibo.m3, RandomQuaternaryFibo.i3, RandomQuaternaryFibo.m3, RandomSubtractiveFibo1.i3, RandomSubtractiveFibo1.m3, RandomSubtractiveFibo2.i3, RandomSubtractiveFibo2.m3, RandomWolframCA.i3, RandomWolframCA.m3, m3makefile: the modules can be compiled but they won't work 2003-05-30 16:41 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorFmtLex.ig, VectorFmtLex.mg: disabled declaration of Lex 2003-05-29 13:37 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBasic.i3, RandomBasic.m3, RandomBayesDurham.i3, RandomBayesDurham.m3, RandomDECSRC.i3, RandomDECSRC.m3, RandomNumber01.i3, RandomNumber01.m3, RandomNumber02.m3, RandomParkMiller.i3, RandomParkMiller.m3, m3makefile: separated random generators from RandomNumber01 (RNG01) into three modules 2003-05-29 12:10 thielema * m3-libs/arithmetic/: report.txt, src/misc/stochastic/RandomNumber01.m3, src/misc/stochastic/RandomRep.i3: removed unnecessary instance variables from RandomRep.T and moved the remaining variables to the corresponding sub-classes 2003-05-29 10:35 thielema * m3-libs/arithmetic/src/: basictypes/float/FloatTrans.ig, misc/approximation/FindZero.mg, misc/stochastic/RandomBasic.m3: moved transcendent constants from RandomBasic to FloatTrans 2003-05-29 10:28 thielema * m3-libs/arithmetic/src/: algebra/misc/m3makefile, misc/stochastic/RandomBasic.i3, misc/stochastic/RandomBasic.m3: Binomial distributed random numbers implemented 2003-05-29 10:02 thielema * m3-libs/arithmetic/src/misc/stochastic/: RandomBasic.i3, RandomBasic.m3, RandomNumber01.i3, RandomNumber01.m3, RandomNumber02.i3, RandomNumber02.m3, RandomRep.i3: SELF, R.T, T instead of RandomGen 2003-05-29 08:49 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/MatrixDecomposition.ig, test/src/Test.i3, test/src/Test.m3, test/src/TestBits.m3, test/src/TestCh05_eval.m3, test/src/TestFFT.m3, test/src/TestRandom.m3, test/src/TestSLE.m3: test routines apply to the new style modules 2003-05-29 08:21 darko * m3-comm/udp/: PkgTags, src/WIN32/UDPWin32.m3: Win32 version updated. Read now has timeout and check for alerted thread. 2003-05-29 07:57 thielema * m3-libs/arithmetic/: src/misc/stochastic/Statistic.i3, src/misc/stochastic/Statistic.m3, test/src/TestRandom.m3: capital procedure names 2003-05-27 19:19 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/biginteger/BigIntegerRep.m3, test/src/TestBigInteger.m3, test/src/TestWordEx.m3: use WordEx instead of xWordEx 2003-05-27 19:15 thielema * m3-libs/arithmetic/: report.txt, src/misc/stochastic/RandomBasic.i3, src/misc/stochastic/RandomBasic.m3, src/misc/stochastic/RandomNumber01.m3, src/misc/stochastic/RandomNumber02.m3, src/misc/stochastic/RandomRep.i3, src/misc/stochastic/Statistic.i3, src/misc/stochastic/Statistic.m3: random number generators invoke new style modules 2003-05-27 19:03 thielema * m3-libs/arithmetic/src/algebra/root/: RootApproximation.ig, RootApproximation.mg: declared raised exceptions 2003-05-27 19:02 thielema * m3-libs/arithmetic/src/basictypes/float/: ExtendedFmtLex.i3, FloatFmtLex.ig, LongRealFmtLex.i3, RealFmtLex.i3, float.tmpl, m3makefile: replaced the FmtLex interfaces for each float type by a generic one 2003-05-27 18:36 thielema * m3-libs/arithmetic/src/basictypes/float/: ExtendedEx.i3, FloatEx.mg, FloatTrans.ig, FloatTrans.mg, LongRealEx.i3, RealEx.i3, float.tmpl, m3makefile, SpecialFunction.m3: implemented Eps as constant 2003-05-27 05:15 thielema * m3-libs/arithmetic/src/: m3makefile, misc/stochastic/RandomBasic.i3, misc/stochastic/RandomBasic.m3, misc/stochastic/RandomNumber01.i3, misc/stochastic/RandomNumber01.m3, misc/stochastic/RandomNumber02.i3, misc/stochastic/RandomNumber02.m3, misc/stochastic/RandomRep.i3, misc/stochastic/Statistic.i3, misc/stochastic/Statistic.m3, misc/stochastic/m3makefile: renamed Stochastic files can be compiled but further renaming and separation is necessary 2003-05-26 07:34 wagner * m3-sys/m3front/src/: exprs/SetExpr.m3, misc/CG.m3: fix several 32/64 bit issues for sets 2003-05-25 22:01 darko * m3-comm/udp/: PkgTags, src/WIN32/UDPWin32.m3, src/WIN32/m3makefile: Added support for Win32. Limitation: timeout on read is not supportted 2003-05-25 21:01 thielema * m3-libs/arithmetic/src/misc/approximation/Interpolation.mg: Newton: lower array index is now zero 2003-05-25 20:19 thielema * m3-libs/arithmetic/src/misc/approximation/: Interpolation.ig, Interpolation.mg, interpolation.tmpl, m3makefile: interpolation on arbitrary vector spaces 2003-05-25 20:18 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/MatrixDecomposition.mg: elimated warnings because of unimplemented procedures 2003-05-25 20:09 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg: added Scale 2003-05-25 19:45 thielema * m3-libs/arithmetic/src/basictypes/float/FloatBasic.ig: Scale as synonym for Mul 2003-05-25 19:45 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialBasic.ig, algebra/polynomial/PolynomialBasic.mg, algebra/polynomial/PolynomialFast.ig, algebra/polynomial/m3makefile, algebra/polynomial/polynomial.tmpl, linearalgebra/vector/VectorBasic.ig, linearalgebra/vector/VectorBasic.mg, linearalgebra/vector/VectorFast.ig, linearalgebra/vector/VectorFast.mg, linearalgebra/vector/m3makefile: polynomial based on vector to share some simpple routines like Neg, Scale 2003-05-25 15:05 thielema * m3-libs/arithmetic/: report.txt, src/misc/approximation/Interpolation.mg, test/src/TestInterpolation.m3: piecewise cubic Hermitian interpolation tested, the formulas were right and properly implemented from the beginning, yeah\! 2003-05-25 14:44 thielema * m3-libs/arithmetic/src/misc/approximation/Interpolation.mg: cleaned up search for the right piece 2003-05-25 14:41 thielema * m3-libs/arithmetic/src/misc/approximation/: Interpolation.ig, Interpolation.mg: piecewise cubic Hermitian interpolation 2003-05-25 11:55 wagner * m3-libs/m3core/: PkgTags, src/runtime/m3makefile, src/runtime/ALPHA_OSF/m3makefile, src/runtime/DS3100/m3makefile, src/runtime/SOLgnu/m3makefile, src/runtime/SOLsun/m3makefile: conditionally compile stack walker code for exception handling depending on M3_USE_STACK_WALKER (only if this variable is defined and TRUE) modified: m3core/src/runtime/m3makefile modified: m3core/src/runtime/ALPHA_OSF/m3makefile modified: m3core/src/runtime/DS3100/m3makefile modified: m3core/src/runtime/SOLgnu/m3makefile modified: m3core/src/runtime/SOLsun/m3makefile 2003-05-25 11:54 thielema * m3-libs/arithmetic/test/src/TestInterpolation.m3: automatic accuracy check 2003-05-25 11:45 thielema * m3-libs/arithmetic/: src/misc/approximation/Interpolation.ig, src/misc/approximation/Interpolation.mg, test/src/TestInterpolation.m3: removed start and length parameter since this can be done with SUBARRAY 2003-05-25 11:35 thielema * m3-libs/arithmetic/test/src/: Test.m3, TestInterpolation.m3: interpolation for different float types 2003-05-25 11:19 thielema * m3-libs/arithmetic/src/misc/approximation/: Interpolation.ig, Interpolation.mg: interpolation for different float types 2003-05-25 11:08 thielema * m3-libs/arithmetic/: report.txt, src/misc/approximation/Interpolation.ig, src/misc/approximation/Interpolation.mg, src/misc/approximation/interpolation.tmpl, src/misc/approximation/m3makefile: rebirth of interpolation routines 2003-05-25 10:41 thielema * m3-libs/arithmetic/src/misc/lowlevel/Bits.m3: cleaned up bit order reversing 2003-05-25 10:34 thielema * m3-libs/arithmetic/src/misc/lowlevel/: Bits.i3, Bits.m3: capital procedure names, WhichEndian without static variable, sub-ranges for bit position specifications 2003-05-25 10:33 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/misc/lowlevel/Bits.i3, src/misc/lowlevel/Bits.m3, src/misc/lowlevel/WordEx.i3, src/misc/lowlevel/WordEx.m3, src/misc/lowlevel/m3makefile: xBits and xWordEx rebirth in directory 'lowlevel' 2003-05-24 20:20 thielema * m3-libs/arithmetic/: src/algebra/root/RootApproximation.ig, src/algebra/root/RootApproximation.mg, src/algebra/root/m3makefile, src/algebra/root/root.tmpl, src/linearalgebra/vector/m3makefile, test/src/Test.m3, test/src/TestRoot.m3: approximation of polynomial roots with simultanous Newton-Maehli method 2003-05-24 20:02 thielema * m3-libs/arithmetic/src/basictypes/complex/ComplexFast.mg: wrong sign of exponent when scaling in Rec 2003-05-24 19:08 thielema * m3-libs/arithmetic/test/src/TestPolynomial.m3: automatic check of correct differentation 2003-05-24 17:37 thielema * m3-libs/arithmetic/: src/m3makefile, src/misc/approximation/FindZero.ig, src/misc/approximation/FindZero.mg, src/misc/approximation/findzero.tmpl, src/misc/approximation/m3makefile, test/src/TestRoot.m3: several routines for finding of zeros of general real functions, cleaned up interface 2003-05-24 15:08 thielema * m3-libs/arithmetic/test/src/TestRoot.m3: more tests on complex quadratic equation 2003-05-24 14:56 thielema * m3-libs/arithmetic/: src/algebra/polynomial/PolynomialBasic.ig, src/algebra/root/RootApproximation.mg, src/algebra/root/m3makefile, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexTrans.mg, src/basictypes/float/FloatTrans.ig, test/src/TestRoot.m3: resolution of the quadratic algebraic equation for complex coefficients 2003-05-24 13:26 thielema * m3-libs/arithmetic/test/src/TestRoot.m3: test solution of real quadratic equation 2003-05-24 13:24 thielema * m3-libs/arithmetic/src/algebra/root/: RootApproximation.ig, RootApproximation.mg, RootBasic.ig, RootBasic.mg: use arrays as procedure parameters 2003-05-24 12:18 thielema * m3-libs/arithmetic/: report.txt, src/algebra/polynomial/m3makefile, src/algebra/root/RootApproximation.ig, src/algebra/root/RootApproximation.mg, src/algebra/root/m3makefile, src/algebra/root/root.tmpl: resolution of the quadratic algebraic equation 2003-05-24 10:43 thielema * m3-libs/arithmetic/: report.txt, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/algebra/root/RootBasic.ig, src/algebra/root/RootBasic.mg, src/linearalgebra/matrix/CharPolynomial.ig, src/linearalgebra/matrix/CharPolynomial.mg, src/linearalgebra/matrix/EigenSystem.mg, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/MatrixFmtLex.ig, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/matrix/matrix.tmpl, test/src/Test.m3, test/src/TestEigenSystem.m3: characteristic polynomial and companion matrix 2003-05-23 19:59 thielema * m3-libs/arithmetic/: src/algebra/misc/m3makefile, test/src/Test.m3: [no log message] 2003-05-23 19:58 thielema * m3-libs/arithmetic/test/src/TestBigInteger.m3: shortened name of routine IntegerPower 2003-05-23 19:55 thielema * m3-libs/arithmetic/src/basictypes/integer/: IntegerBasic.ig, IntegerBasic.mg: fast implementation of GCD 2003-05-23 19:54 thielema * m3-libs/arithmetic/src/algebra/misc/: IntegerPower.ig, IntegerPower.mg: shortened name of routine 2003-05-23 19:53 thielema * m3-libs/arithmetic/test/src/TestRoot.m3: reduced output 2003-05-23 19:52 thielema * m3-libs/arithmetic/src/algebra/misc/PrimeNumber.m3: forgot factor 2 2003-05-23 19:52 thielema * m3-libs/arithmetic/: src/algebra/misc/NumberTheory.m3, test/src/TestInteger.m3: FactorPower forgot to keep previous factor 2003-05-23 18:24 thielema * m3-libs/arithmetic/src/algebra/root/: RootBasic.ig, RootBasic.mg: added some checks for division by zero 2003-05-22 19:53 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.mg, test/src/TestRoot.m3: Add for arbitrary leading coefficient 2003-05-22 19:40 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.mg, test/src/TestRoot.m3: Add for leading coefficient one 2003-05-22 14:55 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: update date of last change modified: cm3/src/Makefile.m3 2003-05-22 14:51 wagner * m3-sys/cminstall/: PkgTags, src/config/ALPHA_OSF, src/config/SOLgnu, src/config/SOLsun: add override M3_USE_STACK_WALKER = FALSE to all currently active platforms using stack walkers, thus turning off jump table generation which newer gccs don't like modified: cminstall/src/config/ALPHA_OSF modified: cminstall/src/config/SOLgnu modified: cminstall/src/config/SOLsun 2003-05-22 14:49 wagner * m3-sys/cm3/: PkgTags, src/Builder.m3, src/config/ALPHA_OSF, src/config/SOLgnu, src/config/SOLsun: add option to override that Has_stack_walker setting in m3middle/Target.i3 add override M3_USE_STACK_WALKER = FALSE to all currently active platforms using stack walkers, thus turning off jump table generation which newer gccs don't like modified: cm3/src/Builder.m3 modified: cm3/src/config/ALPHA_OSF modified: cm3/src/config/SOLgnu modified: cm3/src/config/SOLsun 2003-05-21 19:30 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.ig, src/algebra/root/RootBasic.mg, test/src/TestRoot.m3: PolynomialRoot: power with prime factorization speedup 2003-05-21 19:05 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.mg, test/src/TestRoot.m3: PowN with non-one leading coefficient 2003-05-21 18:17 thielema * m3-libs/arithmetic/: report.txt, src/algebra/root/RootBasic.ig, src/algebra/root/RootBasic.mg, test/src/TestRoot.m3, test/src/template.m3: PolynomialRoot: multiplication works with non-one leading coefficient, too 2003-05-18 20:41 thielema * m3-libs/arithmetic/src/basictypes/integer/: Integer32.i3, Integer8.m3: there were only 16 bit reserved for Integer32 2003-05-16 17:19 thielema * m3-libs/arithmetic/src/algebra/root/RootBasic.mg: it is probably better to store the polynomial with normalized leading coefficient for later use 2003-05-16 16:50 thielema * m3-libs/arithmetic/: src/algebra/root/RootBasic.mg, test/src/TestRoot.m3: conversion from polynomial to sequence of power sum 2003-05-16 16:04 thielema * m3-libs/arithmetic/src/algebra/root/: RootBasic.ig, RootBasic.mg, root.tmpl: implemented some operations that can be built on other (unimplemented) ones 2003-05-15 20:22 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/algebra/root/RootBasic.ig, src/algebra/root/RootBasic.mg, src/algebra/root/m3makefile, src/algebra/root/root.tmpl, test/src/Test.m3, test/src/TestRoot.m3: conversion from sequence of power sums to polynomial works now 2003-05-15 19:27 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg: added Compose 2003-05-14 18:58 thielema * m3-libs/arithmetic/src/linearalgebra/fourier/FourierTransform.mg: SlowFT allocates its own memory for the result 2003-05-14 18:46 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexTrans.ig, basictypes/complex/ComplexTrans.mg, basictypes/polar/PolarBasic.ig, basictypes/polar/PolarBasic.mg, linearalgebra/fourier/FourierTransform.ig, linearalgebra/fourier/FourierTransform.mg, linearalgebra/fourier/fourier.tmpl, linearalgebra/fourier/m3makefile: fourier transform for generic float types 2003-05-13 18:49 thielema * m3-libs/arithmetic/test/src/TestEigenSystem.m3: use matrix and vector type 2003-05-13 18:48 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialFast.ig: removed brand because it has to be adapted for the coefficient type 2003-05-13 18:47 thielema * m3-libs/arithmetic/src/linearalgebra/: matrix/MatrixBasic.ig, matrix/MatrixFast.ig, vector/VectorBasic.ig, vector/VectorFast.ig: TBody for the dereferenced type 2003-05-13 18:33 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestEigenSystem.m3, m3makefile: TestEigenSystem.m3 can be compiled 2003-05-13 18:23 thielema * m3-libs/arithmetic/src/: basictypes/float/FloatTrans.ig, linearalgebra/matrix/EigenSystem.ig, linearalgebra/matrix/EigenSystem.mg, linearalgebra/matrix/m3makefile, linearalgebra/matrix/matrix.tmpl: EigenSystem for arbitrary float types 2003-05-13 17:51 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: EigenSystem.ig, EigenSystem.mg: compiled without warnings 2003-05-13 17:49 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: m3makefile, matrix.tmpl: EigenSystem can be compiled 2003-05-13 17:41 thielema * m3-libs/arithmetic/: src/linearalgebra/matrix/EigenSystem.ig, src/linearalgebra/matrix/EigenSystem.mg, test/src/TestEigenSystem.m3: extracted from eigensystem.txt 2003-05-12 19:22 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixDecomposition.ig, MatrixDecomposition.mg: conform procedure names 2003-05-12 19:10 thielema * m3-libs/arithmetic/: report.txt, src/linearalgebra/matrix/MatrixDecomposition.ig, src/linearalgebra/matrix/MatrixDecomposition.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/matrix/matrix.tmpl: xSLE -> MatrixDecomposition 2003-05-12 17:48 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexTrans.mg, ComplexFast.ig, ComplexFast.mg: LdExp -> Scalb FrExp -> Normalize, ILogb 2003-05-12 17:46 thielema * m3-libs/arithmetic/src/basictypes/float/: FloatBasic.ig, FloatBasic.mg, FloatTrans.ig, FloatTrans.mg, SpecialFunction.m3, float.tmpl, m3makefile: LdExp -> Scalb FrExp -> Normalize, ILogb implemented Eps as variable 2003-05-11 19:45 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/m3makefile, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/basictypes/complex/ComplexTrans.mg, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatTrans.ig, src/basictypes/integer/IntegerBasic.ig, src/linearalgebra/vector/VectorFast.ig: [no log message] 2003-05-11 19:45 thielema * m3-libs/arithmetic/src/basictypes/polar/PolarFmtLex.mg: POLAR -> Polar 2003-05-11 19:44 thielema * m3-libs/arithmetic/test/src/: Test.m3, TestBigInteger.m3, TestBits.m3, TestComplex.m3, TestFFT.m3, TestInteger.m3, TestMatrix.m3, TestPolynomial.m3, TestRandom.m3, TestVector.m3, TestWordEx.m3, template.m3: test modules can be compiled with the new structured data type modules 2003-05-11 19:14 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg, VectorFast.ig, VectorFast.mg: Scale: interface now conform to the Copy paradigm 2003-05-11 17:37 thielema * m3-libs/arithmetic/test/src/: TestBigInteger.m3, TestGCD.m3: compile without warnings 2003-05-11 17:15 thielema * m3-libs/arithmetic/src/: algebra/misc/NumberTheory.i3, algebra/misc/NumberTheory.m3, algebra/misc/PrimeNumber.m3, algebra/misc/m3makefile, basictypes/integer/IntegerBasic.ig, basictypes/integer/IntegerBasic.mg: moved prime test and factorization to NumberTheory 2003-05-11 15:53 thielema * m3-libs/arithmetic/src/algebra/misc/Combinatoric.mg: optimized Permutations 2003-05-11 15:40 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/Combinatoric.ig, src/algebra/misc/Combinatoric.mg, src/algebra/misc/combinatoric.tmpl, src/algebra/misc/m3makefile, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3: added Combinatorics 2003-05-11 14:36 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/GCD.ig, src/algebra/misc/GCD.mg: MAC (lifting) decomposition 2003-05-11 13:57 thielema * m3-libs/arithmetic/: src/ch05_eval.m3, src/template.i3, src/template.m3, src/xode.i3, src/algebra/misc/IntegerPower.mg, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/algebra/polynomial/PolynomialFmtLex.ig, src/algebra/polynomial/PolynomialFmtLex.mg, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexFmtLex.ig, src/basictypes/complex/ComplexFmtLex.mg, src/basictypes/complex/ComplexTrans.ig, src/basictypes/complex/ComplexTrans.mg, src/basictypes/float/FloatTrans.ig, src/basictypes/float/SpecialFunction.i3, src/basictypes/float/SpecialFunction.m3, src/basictypes/fraction/FractionBasic.mg, src/basictypes/fraction/FractionFmtLex.ig, src/basictypes/fraction/FractionFmtLex.mg, src/basictypes/integer/Cardinal16.i3, src/basictypes/integer/Cardinal32.i3, src/basictypes/integer/Cardinal8.i3, src/basictypes/integer/Integer16.i3, src/basictypes/integer/Integer32.i3, src/basictypes/integer/Integer8.i3, src/basictypes/integer/Integer8.m3, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/integer/IntegerFmtLex.mg, src/basictypes/integer/IntegerTrans.i3, src/basictypes/integer/IntegerTrans.m3, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/PolarFmtLex.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/vector/VectorBasic.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg, src/linearalgebra/vector/VectorFmtLex.mg, src/linearalgebra/vector/VectorTrans.mg, test/src/Test.i3, test/src/Test.m3, test/src/TestBits.m3, test/src/TestCh05_eval.m3, test/src/TestComplex.m3, test/src/TestFFT.m3, test/src/TestInteger.m3, test/src/TestInterpolation.m3, test/src/TestMatrix.m3, test/src/TestPolynomial.m3, test/src/TestRandom.m3, test/src/TestRoot.m3, test/src/TestSLE.m3, test/src/TestVector.m3, test/src/TestWordEx.m3: removed unnecessary spaces at the end of some lines 2003-05-11 13:43 thielema * m3-libs/arithmetic/: report.txt, test/src/Test.m3, test/src/TestBigInteger.m3, test/src/TestGCD.m3: Euclidean algorithm works on polynomials with fractions of big integers as coefficients in principle but the coefficients are quite odd and a common factor could be removed to simplify the polynomial drastically 2003-05-11 13:41 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerRep.m3: removed several problems on division, added FmtBitPos, FmtBig 2003-05-11 13:40 thielema * m3-libs/arithmetic/src/basictypes/complex/ComplexFmtLex.mg: Complex instead of COMPLEX 2003-05-11 13:39 thielema * m3-libs/arithmetic/src/basictypes/fraction/: FractionFmtLex.ig, FractionFmtLex.mg: removed Lex 2003-05-11 13:38 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexBasic.ig, complex/ComplexBasic.mg, fraction/FractionBasic.ig, fraction/FractionBasic.mg: DivMod: replaced READONLY by VALUE to avoid problems with variables that are passed to multiple parameters 2003-05-11 11:03 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/m3makefile, src/algebra/polynomial/m3makefile, src/basictypes/fraction/m3makefile, test/src/TestGCD.m3: Naive Euclidean GCD algorithm and thus fractions don't work with integer coefficient polynomials 2003-05-11 10:08 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestBigInteger.m3, TestGCD.m3, m3makefile: the simple Euclidean algorithm is problematic for many tasks 2003-05-11 10:06 thielema * m3-libs/arithmetic/src/basictypes/integer/IntegerBasic.ig: removed IsPrime from interface because it is still not implemented 2003-05-11 10:04 thielema * m3-libs/arithmetic/src/basictypes/complex/ComplexBasic.mg: [no log message] 2003-05-11 10:03 thielema * m3-libs/arithmetic/src/algebra/misc/GCD.mg: changed the order of division operands 2003-05-11 09:48 thielema * m3-libs/arithmetic/src/basictypes/biginteger/: BigIntegerRep.i3, BigIntegerRep.m3: DivMod: turned READONLY into VALUE to avoid conflicts with the VAR parameter 2003-05-11 08:51 thielema * m3-libs/arithmetic/src/algebra/polynomial/PolynomialBasic.mg: accidentally cleared one of the factors 2003-05-11 08:37 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.ig, algebra/polynomial/PolynomialFmtLex.mg, basictypes/complex/ComplexFmtLex.ig: removed Lex from interface because it is not implemented 2003-05-10 20:59 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexBasic.ig, ComplexBasic.mg: I forgot the multiplication of the dividend by the conjugate of the divisor 2003-05-09 16:59 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/GCD.ig, src/algebra/misc/GCD.mg: implemented solution of Bezout equations 2003-05-08 20:02 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/GCD.ig, src/algebra/misc/GCD.mg: solution of Bezout's equation 2003-05-08 19:16 thielema * m3-libs/arithmetic/: report.txt, src/algebra/misc/IntegerPower.mg, src/linearalgebra/matrix/MatrixFmtLex.ig, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/vector/VectorBasic.ig, test/src/TestBigInteger.m3: use IntegerPower for testing Fibonacci with BigIntegers 2003-05-07 20:00 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialBasic.ig, algebra/polynomial/PolynomialBasic.mg, basictypes/fraction/FractionBasic.ig, basictypes/fraction/FractionBasic.mg, basictypes/fraction/fraction.tmpl, basictypes/fraction/m3makefile, basictypes/integer/IntegerBasic.ig, basictypes/integer/IntegerBasic.mg: fractions of BigIntegers and Polynomials 2003-05-07 19:20 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/algebra/misc/GCD.ig, src/algebra/misc/GCD.mg, src/algebra/misc/IntegerPower.ig, src/algebra/misc/IntegerPower.mg, src/algebra/misc/gcd.tmpl, src/algebra/misc/integerpower.tmpl, src/algebra/misc/m3makefile, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig: copied GCD from IntegerBasic 2003-05-06 19:54 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexFast.mg, ComplexTrans.mg, m3makefile: pre-conditioned Div, Rec, Abs 2003-05-06 19:23 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexTrans.ig, ComplexTrans.mg: removed qualification from C.T 2003-05-06 19:21 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexFast.ig, complex/ComplexFast.mg, complex/ComplexTrans.ig, complex/ComplexTrans.mg, float/FloatBasic.ig, float/FloatBasic.mg, float/FloatTrans.ig, float/FloatTrans.mg: moved float manipulation routines to the basic modules 2003-05-06 16:04 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/complex/ComplexTrans.ig, src/basictypes/complex/ComplexTrans.mg, src/basictypes/float/FloatTrans.ig, src/basictypes/float/FloatTrans.mg: Float manipulation for complex numbers 2003-05-06 06:58 thielema * m3-libs/arithmetic/report.txt: [no log message] 2003-05-05 21:46 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexTrans.mg, float/FloatBasic.ig, float/FloatTrans.ig, float/FloatTrans.mg: tried to work-around problems with very large and very small numbers in ComplexTrans.Abs by extracting an average exponent; this failed because TYPECASE is not made for distinguishing between REAL types 2003-05-05 21:09 thielema * m3-libs/arithmetic/: report.txt, src/algebra/polynomial/m3makefile, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/m3makefile, src/linearalgebra/matrix/m3makefile, src/linearalgebra/vector/m3makefile, test/src/TestBigInteger.m3: instantiated all modules with integers and big integers 2003-05-05 21:07 thielema * m3-libs/arithmetic/test/src/: TestReal64.m3, Test.m3: uses new module SpecialFunction 2003-05-04 21:31 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialFmtLex.ig, algebra/polynomial/PolynomialFmtLex.mg, algebra/polynomial/polynomial.tmpl, basictypes/biginteger/BigIntegerFmtLex.i3, basictypes/biginteger/BigIntegerFmtLex.m3, basictypes/complex/ComplexFmtLex.ig, basictypes/complex/ComplexFmtLex.mg, basictypes/complex/complex.tmpl, basictypes/float/ExtendedFmtLex.i3, basictypes/float/ExtendedFmtLex.m3, basictypes/float/LongRealFmtLex.i3, basictypes/float/LongRealFmtLex.m3, basictypes/float/RealFmtLex.i3, basictypes/float/RealFmtLex.m3, basictypes/fraction/FractionFmtLex.ig, basictypes/fraction/FractionFmtLex.mg, basictypes/integer/IntegerFmtLex.ig, basictypes/polar/PolarFmtLex.ig, basictypes/polar/PolarFmtLex.mg, basictypes/polar/polar.tmpl, linearalgebra/matrix/MatrixFmtLex.ig, linearalgebra/matrix/MatrixFmtLex.mg, linearalgebra/matrix/matrix.tmpl, linearalgebra/vector/VectorFmtLex.ig, linearalgebra/vector/VectorFmtLex.mg, linearalgebra/vector/vector.tmpl: generic Fmt signature for all data types 2003-05-04 07:55 thielema * m3-libs/arithmetic/src/basictypes/: biginteger/BigIntegerFmtLex.i3, biginteger/BigIntegerFmtLex.m3, float/RealFmtLex.i3, fraction/FractionFmtLex.ig, fraction/FractionFmtLex.mg, fraction/fraction.tmpl, integer/IntegerFmtLex.ig, integer/IntegerFmtLex.mg: generic Fmt signature for integer types 2003-05-04 07:05 thielema * m3-libs/arithmetic/: report.txt, doc/.cvsignore, doc/complex.tex, src/basictypes/complex/ComplexBasic.mg: Karatsuba's trick for complex multiplication 2003-05-03 22:02 thielema * m3-libs/arithmetic/: report.txt, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/fraction/FractionBasic.ig, src/basictypes/fraction/FractionBasic.mg, src/basictypes/fraction/m3makefile, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorBasic.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg: implemented IsZero 2003-05-03 21:02 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/biginteger/BigIntegerBasic.i3: unified operand names 2003-05-03 21:00 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexTrans.ig, ComplexTrans.mg: unified operand names and internal variables 2003-05-03 20:48 thielema * m3-libs/arithmetic/src/basictypes/float/: SpecialFunction.i3, SpecialFunction.m3: unified operand names and internal variables 2003-05-03 20:37 thielema * m3-libs/arithmetic/src/basictypes/polar/: PolarBasic.ig, PolarBasic.mg, PolarFmtLex.mg: unified operand names and internal variables 2003-05-03 20:30 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg: NewZero, NewOne 2003-05-03 20:20 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.ig, MatrixFast.mg, MatrixFmtLex.ig, MatrixFmtLex.mg: unified operand names and internal variables 2003-05-03 19:55 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg, VectorFast.ig, VectorFast.mg, VectorFmtLex.ig, VectorFmtLex.mg, VectorTrans.ig, VectorTrans.mg: unified operand names and internal variables 2003-05-03 19:44 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg, PolynomialFast.ig, PolynomialFast.mg: EvalDerivate: removed parameter 'nd' because the number of derivates can be easily and statical safely specified by passing a SUBARRY 2003-05-03 19:32 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.mg, PolynomialFast.mg: unified internal variables 2003-05-03 18:55 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg, PolynomialFast.ig, PolynomialFast.mg, PolynomialFmtLex.ig, PolynomialFmtLex.mg: unified operand names 2003-05-03 18:25 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestCh05_eval.m3, TestComplex.m3, TestInterpolation.m3, TestMatrix.m3, TestPolynomial.m3, TestRandom.m3, TestRoot.m3, TestVector.m3, m3makefile: chosen more meaningful module names 2003-05-03 18:12 thielema * m3-libs/arithmetic/: copyrite.txt, mktar.bat, doc/mcbiog.txt, doc/arch.tex, doc/backgnd.html, doc/complex.tex, doc/concept.tex, doc/fft.tex, doc/integer.tex, doc/interpolation.tex, doc/m3na.tex, doc/matrix.tex, doc/mkview.pl, doc/ode.tex, doc/people.html, doc/polynomial.tex, doc/preamble.tex, doc/press2.txt, doc/project.tex, doc/random.tex, doc/real32.tex, doc/real64.tex, doc/rng01.tex, doc/rng02.tex, doc/root.tex, doc/sle.tex, doc/statistic.tex, doc/utils.tex, doc/vector.tex, doc/view.tex, doc/wordex.tex, doc/wpress.txt, src/ch05_eval.m3, src/cordic.mcd, src/eigensystem.txt, src/m3makefile, src/template.i3, src/template.m3, src/transdata, src/xode.i3, src/algebra/polynomial/PolynomialBasic.ig, src/algebra/polynomial/PolynomialBasic.mg, src/algebra/polynomial/PolynomialFast.ig, src/algebra/polynomial/PolynomialFast.mg, src/algebra/polynomial/PolynomialFmtLex.ig, src/algebra/polynomial/PolynomialFmtLex.mg, src/algebra/polynomial/m3makefile, src/algebra/polynomial/polynomial.tmpl, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerFmtLex.i3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, src/basictypes/biginteger/m3makefile, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexFmtLex.ig, src/basictypes/complex/ComplexFmtLex.mg, src/basictypes/complex/ComplexTrans.ig, src/basictypes/complex/ComplexTrans.mg, src/basictypes/complex/complex.tmpl, src/basictypes/complex/m3makefile, src/basictypes/float/ExtendedFmtLex.i3, src/basictypes/float/ExtendedFmtLex.m3, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/float/FloatTrans.ig, src/basictypes/float/FloatTrans.mg, src/basictypes/float/LongRealFmtLex.i3, src/basictypes/float/LongRealFmtLex.m3, src/basictypes/float/RealFmtLex.i3, src/basictypes/float/RealFmtLex.m3, src/basictypes/float/SpecialFunction.i3, src/basictypes/float/SpecialFunction.m3, src/basictypes/float/float.tmpl, src/basictypes/float/m3makefile, src/basictypes/fraction/FractionBasic.ig, src/basictypes/fraction/FractionBasic.mg, src/basictypes/fraction/FractionFmtLex.ig, src/basictypes/fraction/FractionFmtLex.mg, src/basictypes/fraction/fraction.tmpl, src/basictypes/fraction/m3makefile, src/basictypes/integer/Cardinal16.i3, src/basictypes/integer/Cardinal32.i3, src/basictypes/integer/Cardinal8.i3, src/basictypes/integer/Integer16.i3, src/basictypes/integer/Integer32.i3, src/basictypes/integer/Integer8.i3, src/basictypes/integer/Integer8.m3, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/integer/IntegerFmtLex.ig, src/basictypes/integer/IntegerFmtLex.mg, src/basictypes/integer/IntegerTrans.i3, src/basictypes/integer/IntegerTrans.m3, src/basictypes/integer/integer.tmpl, src/basictypes/integer/m3makefile, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/PolarFmtLex.ig, src/basictypes/polar/PolarFmtLex.mg, src/basictypes/polar/m3makefile, src/basictypes/polar/polar.tmpl, src/linearalgebra/matrix/MatrixBasic.ig, src/linearalgebra/matrix/MatrixBasic.mg, src/linearalgebra/matrix/MatrixFast.ig, src/linearalgebra/matrix/MatrixFast.mg, src/linearalgebra/matrix/MatrixFmtLex.ig, src/linearalgebra/matrix/MatrixFmtLex.mg, src/linearalgebra/matrix/m3makefile, src/linearalgebra/matrix/matrix.tmpl, src/linearalgebra/vector/VectorBasic.ig, src/linearalgebra/vector/VectorBasic.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg, src/linearalgebra/vector/VectorFmtLex.ig, src/linearalgebra/vector/VectorFmtLex.mg, src/linearalgebra/vector/VectorTrans.ig, src/linearalgebra/vector/VectorTrans.mg, src/linearalgebra/vector/m3makefile, src/linearalgebra/vector/vector.tmpl, test/src/Test.i3, test/src/Test.m3, test/src/TestBigInteger.m3, test/src/TestBits.m3, test/src/TestCh05_eval.m3, test/src/TestComplex.m3, test/src/TestFFT.m3, test/src/TestInteger.m3, test/src/TestInterpolation.m3, test/src/TestMatrix.m3, test/src/TestPolynomial.m3, test/src/TestRandom.m3, test/src/TestReal64.m3, test/src/TestRoot.m3, test/src/TestSLE.m3, test/src/TestVector.m3, test/src/TestWordEx.m3, test/src/template.m3: replaced CR+LF line ends of MS-DOS by pure LF line ends - sorry I noted too late that the files contain the MessyDOS line ends 2003-05-03 17:58 thielema * m3-libs/arithmetic/src/: algebra/polynomial/m3makefile, basictypes/complex/m3makefile, basictypes/float/m3makefile, basictypes/fraction/m3makefile, basictypes/integer/m3makefile, basictypes/polar/m3makefile, linearalgebra/matrix/m3makefile, linearalgebra/vector/m3makefile: quake template files are declared and shipped 2003-05-03 17:39 thielema * m3-libs/arithmetic/test/src/: Test.i3, Test.m3, TestBigInteger.m3, TestBits.m3, TestCh05_eval.m3, TestComplex.m3, TestFFT.m3, TestInteger.m3, TestInterpolation.m3, TestMatrix.m3, TestPolynomial.m3, TestRandom.m3, TestReal64.m3, TestRoot.m3, TestSLE.m3, TestVector.m3, TestWordEx.m3, m3makefile, template.m3: more usual module names, capital procedure names, test->Test 2003-05-03 17:03 thielema * m3-libs/arithmetic/: src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, test/src/TestBigInteger.m3: removed some problems with RightShift and shifts by the whole word size as well as array index range violations 2003-05-03 14:58 thielema * m3-libs/arithmetic/: src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerFmtLex.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, test/src/TestBigInteger.m3: tested division algorithm, much debug output 2003-05-03 14:54 thielema * m3-libs/arithmetic/src/algebra/polynomial/PolynomialBasic.mg: corrected use of SUBARRAY 2003-05-01 20:31 thielema * m3-libs/arithmetic/test/src/: Test.m3, TestBigInteger.m3: test for AddU and MulU of BigInteger successful 2003-05-01 20:05 thielema * m3-libs/arithmetic/: src/basictypes/biginteger/BigIntegerFmtLex.m3, test/src/TestBigInteger.m3, test/src/m3makefile: PlusWithCarry: swap of x and y didn't work because WITH worked with references, even more the swapping is not necessary; MinusWithBorrow didn't work because Plus(x,1) was used instead of Minus(x,1) 2003-05-01 18:34 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/basictypes/biginteger/BigIntegerBasic.i3, src/basictypes/biginteger/BigIntegerFmtLex.i3, src/basictypes/float/FloatBasic.mg, test/src/Test.i3, test/src/Test.m3, test/src/TestBigInteger.m3, test/src/TestInteger.m3, test/src/m3makefile: test program can be compiled 2003-05-01 18:17 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexBasic.mg: library("m3na") was given twice in src/m3makefile and src/na/m3makefile, quake did not complain about it, but the doubled statement made the .M3EXPORT file incomplete and thus module files could not be found when compiling the test program 2003-05-01 14:15 thielema * m3-libs/arithmetic/src/basictypes/biginteger/: BigIntegerFmtLex.i3, BigIntegerFmtLex.m3, BigIntegerRep.i3, BigIntegerRep.m3, m3makefile: implemented Fmt 2003-05-01 12:09 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/biginteger/BigIntegerBasic.m3, src/basictypes/biginteger/BigIntegerRep.i3, src/basictypes/biginteger/BigIntegerRep.m3, src/basictypes/biginteger/m3makefile: separated unsigned arithmetic to BigIntegerRep 2003-05-01 11:06 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3: division still untested but I found some mistakes with respect to the bit counting 2003-04-30 18:46 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3: division is now implemented in principle 2003-04-30 17:14 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3: it's probably more elegant to keep word position and bit position separated to address bits and sub words in the data array 2003-04-30 16:52 thielema * m3-libs/arithmetic/src/basictypes/biginteger/: BigIntegerBasic.i3, BigIntegerBasic.m3: wrote sub-routines and wrappers for division; division itself is still not implemented 2003-04-29 15:56 hosking * m3-sys/cm3/src/config/LINUXLIBC6: Using -lpthread with X11 on Linux seems to break the new errno stuff, but we need a definition for pthread_equal since it is referenced in libX11, so put a dummy implementation into RTHeapDepC.c and sysdeps.c. 2003-04-28 14:38 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3: Copy with SUBARRAY 2003-04-27 20:36 thielema * m3-libs/arithmetic/src/basictypes/biginteger/BigIntegerBasic.m3: multiplication 2003-04-27 20:04 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/biginteger/BigIntegerBasic.i3, basictypes/biginteger/BigIntegerBasic.m3, basictypes/biginteger/m3makefile: add and subtract 2003-04-26 21:36 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexBasic.ig, basictypes/fraction/FractionBasic.ig, basictypes/fraction/FractionBasic.mg, basictypes/fraction/FractionFmtLex.ig, basictypes/fraction/FractionFmtLex.mg, basictypes/fraction/fraction.tmpl, basictypes/fraction/m3makefile: first implementation of fractions, uses Integer.GCD 2003-04-26 19:51 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixBasic.ig, MatrixBasic.mg, MatrixFast.mg, m3makefile: generic (functional) implementation of matrix operations 2003-04-26 19:36 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/: MatrixFmtLex.ig, MatrixFmtLex.mg, m3makefile, matrix.tmpl: matrix formatting 2003-04-26 19:23 thielema * m3-libs/arithmetic/src/: m3makefile, linearalgebra/matrix/MatrixFast.ig, linearalgebra/matrix/MatrixFast.mg, linearalgebra/matrix/m3makefile, linearalgebra/matrix/matrix.tmpl: first version of matrix computations 2003-04-26 18:20 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg, VectorFast.ig, VectorFast.mg: central function for checking size compliance 2003-04-26 18:09 thielema * m3-libs/arithmetic/src/linearalgebra/vector/: VectorBasic.ig, VectorBasic.mg, VectorFast.ig, VectorFast.mg: added Equal 2003-04-26 16:18 thielema * m3-libs/arithmetic/src/linearalgebra/vector/VectorTrans.mg: VectorTrans with functional implementation 2003-04-26 16:14 thielema * m3-libs/arithmetic/src/: basictypes/complex/ComplexBasic.ig, basictypes/complex/ComplexFast.ig, basictypes/float/FloatBasic.ig, basictypes/float/FloatBasic.mg, basictypes/integer/IntegerBasic.ig, basictypes/integer/IntegerBasic.mg, linearalgebra/vector/VectorBasic.ig, linearalgebra/vector/VectorBasic.mg, linearalgebra/vector/m3makefile: generic (based on functional interfaces) vector functions; inner product requires Conj() for every type including non-complex ones 2003-04-26 15:54 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/float/FloatTrans.ig, src/basictypes/float/FloatTrans.mg, src/linearalgebra/vector/VectorFast.ig, src/linearalgebra/vector/VectorFast.mg, src/linearalgebra/vector/VectorTrans.ig, src/linearalgebra/vector/VectorTrans.mg, src/linearalgebra/vector/m3makefile, src/linearalgebra/vector/vector.tmpl: separated vector norm functions to VectorTrans 2003-04-26 14:58 thielema * m3-libs/arithmetic/src/: m3makefile, linearalgebra/vector/VectorFast.ig, linearalgebra/vector/VectorFast.mg, linearalgebra/vector/VectorFmtLex.ig, linearalgebra/vector/VectorFmtLex.mg, linearalgebra/vector/m3makefile, linearalgebra/vector/vector.tmpl: first implementation of vector functions 2003-04-26 05:44 thielema * m3-libs/arithmetic/src/: m3makefile, algebra/polynomial/m3makefile: the interfaces for the integer formatting are not conform to those of real numbers 2003-04-26 05:24 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.mg, PolynomialFast.mg: ScaleInt is no longer necessary, the current implementation of polynomial derivation is not very efficient but more generic 2003-04-24 20:13 thielema * m3-libs/arithmetic/src/algebra/polynomial/PolynomialBasic.mg: Strip should return faster now if nothing is to do 2003-04-24 20:04 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg: Div uses R.Div, DivMod uses R.DivMod; both should be a little bit more efficient now 2003-04-24 18:44 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialBasic.ig, PolynomialBasic.mg, PolynomialFast.ig, PolynomialFast.mg: Div procedure; uses DivMod and checks for the remainder 2003-04-23 13:03 wagner * scripts/: PkgTags, sysinfo.sh: upgrade version to 5.2.5 (cm3 symbolic link loop fix devel_cm3_d3_0_4) modified: scripts/sysinfo.sh 2003-04-23 12:58 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: Fix the bug reported by Jay Krell about accidental creation of circular symbolic links when the builder runs repeatedly without m3makefile. This was caused by incorporating the files found in the *derived* directory into the generated m3makefile. The builder now explicitly checks for this special case. Upgrade the version number to 5.2.5 for this fix. modified: cm3/src/Makefile.m3 2003-04-22 11:24 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialBasic.ig, algebra/polynomial/PolynomialBasic.mg, algebra/polynomial/PolynomialFast.ig, algebra/polynomial/PolynomialFast.mg, basictypes/complex/ComplexBasic.ig, basictypes/complex/ComplexBasic.mg, basictypes/complex/ComplexFast.ig, basictypes/complex/ComplexFast.mg, basictypes/polar/PolarBasic.ig, basictypes/polar/PolarBasic.mg: Equal function implemented 2003-04-22 11:01 thielema * m3-libs/arithmetic/src/: algebra/polynomial/PolynomialBasic.ig, algebra/polynomial/PolynomialBasic.mg, algebra/polynomial/PolynomialFast.ig, algebra/polynomial/PolynomialFast.mg, algebra/polynomial/m3makefile, basictypes/complex/ComplexBasic.ig, basictypes/complex/ComplexBasic.mg, basictypes/complex/ComplexFast.ig, basictypes/complex/ComplexFast.mg, basictypes/float/FloatBasic.ig, basictypes/float/FloatBasic.mg, basictypes/integer/IntegerBasic.ig, basictypes/integer/integer.tmpl: functional implementation of polynomial operations; derivation of polynomials 2003-04-22 09:22 thielema * m3-libs/arithmetic/src/algebra/polynomial/: PolynomialFast.ig, PolynomialFast.mg: removed FmtLex stuff 2003-04-22 09:16 thielema * m3-libs/arithmetic/src/: m3makefile, algebra/polynomial/PolynomialFast.ig, algebra/polynomial/PolynomialFast.mg, algebra/polynomial/PolynomialFmtLex.ig, algebra/polynomial/PolynomialFmtLex.mg, algebra/polynomial/m3makefile, algebra/polynomial/polynomial.tmpl: fast implementation of polynomials using infix operators 2003-04-21 17:25 wagner * m3-libs/m3core/: PkgTags, src/thread/POSIX/ThreadPosix.m3: adapt errno handling in ThreadPosix to changed interfaces modified: m3core/src/thread/POSIX/ThreadPosix.m3 2003-04-17 16:49 thielema * m3-libs/arithmetic/src/basictypes/complex/: ComplexBasic.ig, ComplexBasic.mg: implemented modulo operation for complex numbers 2003-04-16 21:19 thielema * m3-libs/arithmetic/: report.txt, src/basictypes/complex/ComplexBasic.ig, src/basictypes/complex/ComplexBasic.mg, src/basictypes/complex/ComplexFast.ig, src/basictypes/complex/ComplexFast.mg, src/basictypes/complex/ComplexTrans.mg, src/basictypes/complex/m3makefile, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/integer/IntegerBasic.ig, src/basictypes/integer/IntegerBasic.mg, src/basictypes/polar/PolarBasic.ig, src/basictypes/polar/PolarBasic.mg, src/basictypes/polar/polar.tmpl: divisions can throw exceptions in case of division by zero 2003-04-14 20:18 hosking * m3-comm/tcp/src/POSIX/Herrno.i3, m3-comm/tcp/src/POSIX/HerrnoC.c, m3-comm/tcp/src/POSIX/IP.m3, m3-comm/tcp/src/POSIX/IPErrorPosix.m3, m3-comm/tcp/src/POSIX/TCP.m3, m3-comm/tcp/src/POSIX/TCPHack.i3, m3-comm/tcp/src/POSIX/m3makefile, m3-comm/udp/src/POSIX/UDPPosix.m3, m3-demo/mentor/src/sorting/audio/MidiLineServer.m3, m3-demo/mentor/src/sorting/audio/Midic.m3, m3-lectern/lecternclient/src/POSIX/LecternClientPosix.m3, m3-lectern/lecternclient/src/POSIX/LecternServerPosix.m3, m3-libs/libm3/src/os/POSIX/FSPosix.m3, m3-libs/libm3/src/os/POSIX/FilePosix.m3, m3-libs/libm3/src/os/POSIX/OSErrorPosix.i3, m3-libs/libm3/src/os/POSIX/OSErrorPosix.m3, m3-libs/libm3/src/os/POSIX/ProcessPosix.m3, m3-libs/libm3/src/os/POSIX/SocketPosix.m3, m3-libs/m3core/src/C/Common/Cerrno.i3, m3-libs/m3core/src/C/Common/CerrnoC.c, m3-libs/m3core/src/C/Common/m3makefile, m3-libs/m3core/src/C/SOLgnu/Cstring.i3, m3-libs/m3core/src/C/SPARC/Cstring.i3, m3-libs/m3core/src/unix/aix-3-2/Uerror.i3, m3-libs/m3core/src/unix/aix-3-2/Uerror.m3, m3-libs/m3core/src/unix/aix-3-2/Uexec.i3, m3-libs/m3core/src/unix/aix-3-2/m3makefile, m3-libs/m3core/src/unix/aix-ps2-1-2/Uerror.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/Uerror.m3, m3-libs/m3core/src/unix/aix-ps2-1-2/Uexec.i3, m3-libs/m3core/src/unix/aix-ps2-1-2/m3makefile, m3-libs/m3core/src/unix/darwin-generic/Uerror.i3, m3-libs/m3core/src/unix/darwin-generic/Uerror.m3, m3-libs/m3core/src/unix/darwin-generic/Uexec.i3, m3-libs/m3core/src/unix/darwin-generic/m3makefile, m3-libs/m3core/src/unix/freebsd-1/Uerror.i3, m3-libs/m3core/src/unix/freebsd-1/Uerror.m3, m3-libs/m3core/src/unix/freebsd-1/Uexec.i3, m3-libs/m3core/src/unix/freebsd-1/m3makefile, m3-libs/m3core/src/unix/freebsd-2/Uerror.i3, m3-libs/m3core/src/unix/freebsd-2/Uerror.m3, m3-libs/m3core/src/unix/freebsd-2/Uexec.i3, m3-libs/m3core/src/unix/freebsd-2/m3makefile, m3-libs/m3core/src/unix/freebsd-3/Uerror.i3, m3-libs/m3core/src/unix/freebsd-3/Uerror.m3, m3-libs/m3core/src/unix/freebsd-3/Uexec.i3, m3-libs/m3core/src/unix/freebsd-3/m3makefile, m3-libs/m3core/src/unix/freebsd-4/Uerror.i3, m3-libs/m3core/src/unix/freebsd-4/Uerror.m3, m3-libs/m3core/src/unix/freebsd-4/Uexec.i3, m3-libs/m3core/src/unix/freebsd-4/m3makefile, m3-libs/m3core/src/unix/hpux-7-0/Uerror.i3, m3-libs/m3core/src/unix/hpux-7-0/Uerror.m3, m3-libs/m3core/src/unix/hpux-7-0/Uexec.i3, m3-libs/m3core/src/unix/hpux-7-0/m3makefile, m3-libs/m3core/src/unix/ibm-4-3/Uerror.i3, m3-libs/m3core/src/unix/ibm-4-3/Uerror.m3, m3-libs/m3core/src/unix/ibm-4-3/Uexec.i3, m3-libs/m3core/src/unix/ibm-4-3/m3makefile, m3-libs/m3core/src/unix/irix-5.2/Uerror.i3, m3-libs/m3core/src/unix/irix-5.2/Uerror.m3, m3-libs/m3core/src/unix/irix-5.2/Uexec.i3, m3-libs/m3core/src/unix/irix-5.2/m3makefile, m3-libs/m3core/src/unix/linux/Uerror.i3, m3-libs/m3core/src/unix/linux/Uerror.m3, m3-libs/m3core/src/unix/linux/Uexec.i3, m3-libs/m3core/src/unix/linux/m3makefile, m3-libs/m3core/src/unix/linux-libc6/Uerror.i3, m3-libs/m3core/src/unix/linux-libc6/Uerror.m3, m3-libs/m3core/src/unix/linux-libc6/Uexec.i3, m3-libs/m3core/src/unix/linux-libc6/m3makefile, m3-libs/m3core/src/unix/os2/Uerror.i3, m3-libs/m3core/src/unix/os2/Uerror.m3, m3-libs/m3core/src/unix/os2/Uexec.i3, m3-libs/m3core/src/unix/os2/m3makefile, m3-libs/m3core/src/unix/osf-1.generic/Uerror.i3, m3-libs/m3core/src/unix/osf-1.generic/Uerror.m3, m3-libs/m3core/src/unix/osf-1.generic/Uexec.i3, m3-libs/m3core/src/unix/osf-1.generic/m3makefile, m3-libs/m3core/src/unix/solaris-2-x/Uerror.i3, m3-libs/m3core/src/unix/solaris-2-x/Uerror.m3, m3-libs/m3core/src/unix/solaris-2-x/Uexec.i3, m3-libs/m3core/src/unix/solaris-2-x/Unix.m3, m3-libs/m3core/src/unix/solaris-2-x/m3makefile, m3-libs/m3core/src/unix/sunos-4-x/Uerror.i3, m3-libs/m3core/src/unix/sunos-4-x/Uerror.m3, m3-libs/m3core/src/unix/sunos-4-x/Uexec.i3, m3-libs/m3core/src/unix/sunos-4-x/m3makefile, m3-libs/m3core/src/unix/sysv-4.0/Uerror.i3, m3-libs/m3core/src/unix/sysv-4.0/Uerror.m3, m3-libs/m3core/src/unix/sysv-4.0/Uexec.i3, m3-libs/m3core/src/unix/sysv-4.0/m3makefile, m3-libs/m3core/src/unix/ultrix-3-1.AP3000/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.ARM/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.NEXT/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN3/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.SUN386/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.VAX/Uexec.i3, m3-libs/m3core/src/unix/ultrix-3-1.generic/Uerror.i3, m3-libs/m3core/src/unix/ultrix-3-1.generic/Uerror.m3, m3-libs/m3core/src/unix/ultrix-3-1.generic/m3makefile, m3-mail/llscan/src/err.c, m3-mail/llscan/src/llscan.c, m3-mail/postcard/src/OSUtils.m3, m3-mail/webcard/src/OSUtils.m3, m3-pkgtools/pkgobj/src/POSIX/FileSysPosix.m3, m3-ui/jvideo/src/POSIX/decunix/JVSink.m3, m3-ui/vbtkit/src/vbtkitutils/UnixUtils.m3: John Polstra's fixes for Red Hat Linux 9. 2003-04-14 20:11 hosking * m3-libs/libm3/src/uid/POSIX/: MachineIDPosix.i3, MachineIDPosix.m3, MachineIDPosixC.i3, m3makefile: Rationalize interface and naming. 2003-04-14 18:48 hosking * m3-sys/cm3/src/config/LINUXLIBC6: Need libpthread for X11. 2003-04-14 18:27 hosking * m3-libs/libm3/src/uid/POSIX/: MachineIDPosix.i3, MachineIDPosixC.c: Fixed external reference. 2003-04-14 16:44 hosking * m3-libs/libm3/src/uid/POSIX/: MachineIDPosix.c, MachineIDPosixC.c, m3makefile: Rename MachineIDPosix.c to MachineIDPosixC.c. 2003-04-13 20:21 thielema * m3-libs/arithmetic/: report.txt, src/m3na.i3, src/basictypes/float/FloatBasic.mg: [no log message] 2003-04-13 20:20 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/integer/Cardinal16.i3, basictypes/integer/Cardinal32.i3, basictypes/integer/Cardinal8.i3, basictypes/integer/Integer16.i3, basictypes/integer/Integer32.i3, basictypes/integer/Integer8.i3, basictypes/integer/Integer8.m3, basictypes/integer/IntegerBasic.ig, basictypes/integer/IntegerBasic.mg, basictypes/integer/IntegerFmtLex.ig, basictypes/integer/IntegerFmtLex.mg, basictypes/integer/IntegerTrans.i3, basictypes/integer/IntegerTrans.m3, basictypes/integer/integer.tmpl, basictypes/integer/m3makefile: generic integer operations 2003-04-13 14:11 thielema * m3-libs/arithmetic/src/basictypes/polar/: PolarFmtLex.ig, PolarFmtLex.mg, m3makefile, polar.tmpl: formatter for polar representation 2003-04-13 14:00 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/polar/PolarBasic.ig, basictypes/polar/PolarBasic.mg, basictypes/polar/PolarFmtLex.ig, basictypes/polar/PolarFmtLex.mg, basictypes/polar/m3makefile, basictypes/polar/polar.tmpl: complex numbers in polar representation 2003-04-13 13:14 thielema * m3-libs/arithmetic/src/basictypes/: complex/ComplexFmtLex.ig, complex/ComplexFmtLex.mg, complex/ComplexTrans.ig, complex/ComplexTrans.mg, complex/complex.tmpl, complex/m3makefile, float/FloatTrans.ig, float/FloatTrans.mg, float/SpecialFunction.m3: transcendent functions for complex numbers, formatter and parser 2003-04-13 10:18 thielema * m3-libs/arithmetic/src/basictypes/float/: SpecialFunction.i3, SpecialFunction.m3: mixed upper case procedure names 2003-04-13 09:58 thielema * m3-libs/arithmetic/src/basictypes/float/: FloatTrans.ig, FloatTrans.mg, SpecialFunction.m3, float.tmpl: removed float format manipulating functions, they are already present in RealFloat, LongFloat, ExtendedFloat 2003-04-13 09:37 thielema * m3-libs/arithmetic/src/basictypes/float/: FloatTrans.ig, FloatTrans.mg, SpecialFunction.i3, SpecialFunction.m3, float.tmpl, m3makefile: need an generic epsilon 2003-04-13 08:22 thielema * m3-libs/arithmetic/src/basictypes/: complex/complex.tmpl, float/ExtendedFmtLex.i3, float/ExtendedFmtLex.m3, float/LongRealFmtLex.i3, float/LongRealFmtLex.m3, float/RealFmtLex.i3, float/RealFmtLex.m3, float/float.tmpl, float/m3makefile: common interfaces for formatting and parsing of real numbers 2003-04-13 07:48 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/complex.tmpl, basictypes/complex/m3makefile, basictypes/float/float.tmpl, basictypes/float/m3makefile: Number of Float and Complex number related modules will increase, thus separate directories are created. 2003-04-12 19:17 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexBasic.mg, basictypes/float/ExtendedType.i3, basictypes/float/ExtendedType.m3, basictypes/float/FloatBasic.ig: Created private ExtendedType module to provide Equal and Compare functions; ComplexBasic should be absolutely generic now 2003-04-12 19:06 thielema * m3-libs/arithmetic/src/basictypes/float/FloatBasic.ig: is it brainy to re-implement all functions of RealType.i3 and LongrealType.i3 ? 2003-04-12 19:01 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexFast.ig, basictypes/complex/ComplexFast.mg, basictypes/float/FloatBasic.ig: FloatBasic cannot be instantiated with ExtendedType.i3 since such a module does not exist :-( 2003-04-12 18:41 thielema * m3-libs/arithmetic/src/: m3makefile, basictypes/complex/ComplexBasic.ig, basictypes/complex/ComplexBasic.mg, basictypes/complex/ComplexFast.ig, basictypes/complex/ComplexFast.mg, basictypes/float/FloatBasic.ig, basictypes/float/FloatTrans.ig: implementation of complex numbers of built-in number types (fast) and of generic types (slow because missing inlining) 2003-04-12 16:48 thielema * m3-libs/arithmetic/: report.txt, src/m3makefile, src/basictypes/float/FloatBasic.ig, src/basictypes/float/FloatBasic.mg, src/basictypes/float/FloatTrans.ig, src/basictypes/float/FloatTrans.mg: FloatTrans now plays the role of Real32 and Real64 2003-04-12 15:37 thielema * m3-libs/arithmetic/src/: basictypes/float/FloatBasic.ig, m3makefile, basictypes/float/FloatBasic.mg: generic wrappers for basic floating point operations 2003-04-12 14:45 thielema * m3-libs/arithmetic/src/NA.i3: suppressed some other 'unused' warnings 2003-04-12 14:20 thielema * m3-libs/arithmetic/: src/ch05_eval.m3, src/template.m3, test/src/Test.m3, test/src/TestCh05_eval.m3, test/src/TestComplex.m3, test/src/TestSLE.m3: marked 'Module' constant as unused if there was no 'ftn' built on it 2003-04-12 14:04 thielema * m3-libs/arithmetic/: report.txt, src/xRand.om3: library can be compiled again, not all warnings can be avoided because some functions are not implemented or contain debug information 2003-04-12 11:34 thielema * m3-libs/arithmetic/src/m3makefile: many modules depend on xUtil's debug function and thus have potentially unhandled exceptions 2003-04-12 09:58 thielema * m3-libs/arithmetic/: src/xode.i3, test/src/m3makefile: removed version numbers from file names 2003-04-12 09:15 thielema * m3-libs/arithmetic/: copyrite.txt, mktar.bat, doc/arch.tex, doc/backgnd.html, doc/complex.tex, doc/concept.tex, doc/fft.tex, doc/integer.tex, doc/interpolation.tex, doc/m3na.tex, doc/matrix.tex, doc/mcbiog.txt, doc/mkview.pl, doc/ode.tex, doc/people.html, doc/polynomial.tex, doc/preamble.tex, doc/press2.txt, doc/project.tex, doc/random.tex, doc/real32.tex, doc/real64.tex, doc/rng01.tex, doc/rng02.tex, doc/root.tex, doc/sle.tex, doc/statistic.tex, doc/utils.tex, doc/vector.tex, doc/view.tex, doc/wordex.tex, doc/wpress.txt, src/NA.i3, src/ch05_eval.m3, src/cordic.mcd, src/eigensystem.txt, src/m3makefile, src/m3na.i3, src/template.i3, src/template.m3, src/transdata, src/xRand.om3, src/xode.i3, test/src/Test.i3, test/src/Test.m3, test/src/TestBits.m3, test/src/TestCh05_eval.m3, test/src/TestComplex.m3, test/src/TestFFT.m3, test/src/TestInteger.m3, test/src/TestInterpolation.m3, test/src/TestMatrix.m3, test/src/TestPolynomial.m3, test/src/TestRandom.m3, test/src/TestReal64.m3, test/src/TestRoot.m3, test/src/TestSLE.m3, test/src/TestVector.m3, test/src/TestWordEx.m3, test/src/m3makefile, test/src/template.m3: Initial revision 2003-04-12 09:15 thielema * m3-libs/arithmetic/: copyrite.txt, mktar.bat, doc/arch.tex, doc/backgnd.html, doc/complex.tex, doc/concept.tex, doc/fft.tex, doc/integer.tex, doc/interpolation.tex, doc/m3na.tex, doc/matrix.tex, doc/mcbiog.txt, doc/mkview.pl, doc/ode.tex, doc/people.html, doc/polynomial.tex, doc/preamble.tex, doc/press2.txt, doc/project.tex, doc/random.tex, doc/real32.tex, doc/real64.tex, doc/rng01.tex, doc/rng02.tex, doc/root.tex, doc/sle.tex, doc/statistic.tex, doc/utils.tex, doc/vector.tex, doc/view.tex, doc/wordex.tex, doc/wpress.txt, src/NA.i3, src/ch05_eval.m3, src/cordic.mcd, src/eigensystem.txt, src/m3makefile, src/m3na.i3, src/template.i3, src/template.m3, src/transdata, src/xRand.om3, src/xode.i3, test/src/Test.i3, test/src/Test.m3, test/src/TestBits.m3, test/src/TestCh05_eval.m3, test/src/TestComplex.m3, test/src/TestFFT.m3, test/src/TestInteger.m3, test/src/TestInterpolation.m3, test/src/TestMatrix.m3, test/src/TestPolynomial.m3, test/src/TestRandom.m3, test/src/TestReal64.m3, test/src/TestRoot.m3, test/src/TestSLE.m3, test/src/TestVector.m3, test/src/TestWordEx.m3, test/src/m3makefile, test/src/template.m3: numerical analysis package as received from Harry 2003-04-11 00:42 hosking * m3-libs/libm3/src/uid/POSIX/MachineIDPosix.c: Fix double declaration of hostname and hostent for __osf__. 2003-04-11 00:37 hosking * m3-libs/libm3/src/uid/POSIX/: MachineIDPosix.m3, getMID.c, m3makefile, MachineIDPosix.c, MachineIDPosix.i3: Rewrote fragile MachineId.CanGet in C. Compiles on linux and Tru64. Other targets will likely need similar code. 2003-04-07 13:03 thielema * m3-libs/wellfett/src/signal/: Signal.i3, Signal.m3: making references to Signal.T was wrong, because T is a reference by itself 2003-04-07 13:01 thielema * m3-libs/wellfett/src/signal/: Signal.i3, Signal.m3: use SELF for satisfying the convention 2003-04-07 13:00 thielema * m3-libs/wellfett/src/signal/Signal.m3: changed the meaning of entry 'last' from 'the last included element' to 'the first excluded element' 2003-04-05 13:00 wagner * www/: PkgTags, index.html, known-problems.html: add a compilation of information about known problems with the 5.2.X releases modified: www/index.html modified: www/known-problems.html 2003-04-04 13:43 thielema * m3-libs/wellfett/src/: m3makefile, signal/m3makefile: the new m3makefile really compiles the library :-) 2003-04-04 13:32 thielema * m3-libs/wellfett/src/: m3makefile, signal/Signal.m3, signal/m3makefile: made module Signal compilable 2003-04-04 10:58 thielema * m3-libs/wellfett/src/signal/: Signal.i3, Signal.m3: [no log message] 2003-04-04 10:43 thielema * m3-libs/arithmetic/src/linearalgebra/fourier/FFT.mod: [no log message] 2003-04-01 12:28 wagner * scripts/: PkgTags, sysinfo.sh: default to M3GC_SIMPLE=yes for PPC_DARWIN for the time being 2003-04-01 12:13 wagner * m3-libs/m3core/: PkgTags, src/runtime/PPC_DARWIN/RTThread.m3, src/runtime/common/RTLinker.m3: remove warnings about unused entities 2003-04-01 11:27 wagner * m3-libs/tcl/: PkgTags, src/m3makefile: add missing quotes in m3makefile modified: tcl/src/m3makefile 2003-03-25 23:34 wagner * www/: PkgTags, download.html: update doc archive link and add a note about update archives modified: www/download.html 2003-03-25 23:20 wagner * www/: PkgTags, RELNOTES_5_2_4, download.html, index.html, ship-cm3-www: add changes for the cm3 5.2.4 release added: www/RELNOTES_5_2_4 modified: www/download.html modified: www/index.html modified: www/ship-cm3-www 2003-03-25 21:56 wagner * scripts/sysinfo.sh: upgrade version to 5.2.4 2003-03-25 21:38 wagner * scripts/def-std-pkgs.sh: add mentor to standard packages for POSIX systems 2003-03-23 17:00 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: change the compiler version to 5.2.3b to uniquely identify the longint_branch modified: cm3/src/Makefile.m3 2003-03-23 16:54 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: Upgrade the compiler version to 5.2.4 due to the addition of the <*LAZYALIGN*> and <*STRICTALIGN*> pragmas. See the corresponding changes in m3middle and m3front. modified: cm3/src/Makefile.m3 2003-03-23 16:53 wagner * m3-sys/m3front/: PkgTags, src/misc/Token.i3, src/misc/Token.m3, src/types/EnumType.m3, src/types/ObjectType.m3, src/types/PackedType.m3, src/types/RecordType.i3, src/types/RecordType.m3, src/types/SubrangeType.m3, src/types/Type.i3, src/types/Type.m3, src/values/Decl.i3, src/values/Decl.m3, src/values/Module.i3, src/values/Module.m3, src/values/Tipe.i3, src/values/Tipe.m3, src/values/ValueRep.i3: Implement pragmas <*LAZYALIGN*> and <*STRICTALIGN*> which may be used to relax or set strict again the alignment restrictions for packed types. With lazy alignment, byte alignment can be enforced with the proper BITS x FOR statements (even if the underlying architecture does not support it or will suffer performance degradation). Please note that even with lazy alignment on the behaviour of the compiler will not change unless you also use BITS FOR, i.e. it will only produce fewer warnings and errors. <*LAZYALIGN*> and <*STRICTALIGN*> may be used in the type declaration section of a module. The toggle the alignment restrictions for all following type declarations. The code generator will be enabled to use byte-alignment if at least one <*LAZYALIGN*> is used in a compilation unit. See also the corresponding changes in the m3middle and cm3 packages. CM3 version will be upgraded to 5.2.4 for this change. modified: m3front/src/misc/Token.i3 modified: m3front/src/misc/Token.m3 modified: m3front/src/types/EnumType.m3 modified: m3front/src/types/ObjectType.m3 modified: m3front/src/types/PackedType.m3 modified: m3front/src/types/RecordType.i3 modified: m3front/src/types/RecordType.m3 modified: m3front/src/types/SubrangeType.m3 modified: m3front/src/types/Type.i3 modified: m3front/src/types/Type.m3 modified: m3front/src/values/Decl.i3 modified: m3front/src/values/Decl.m3 modified: m3front/src/values/Module.i3 modified: m3front/src/values/Module.m3 modified: m3front/src/values/Tipe.i3 modified: m3front/src/values/Tipe.m3 modified: m3front/src/values/ValueRep.i3 2003-03-23 16:43 wagner * m3-sys/m3middle/: PkgTags, src/Target.m3: Turn off Allow_packed_byte_aligned as it may now be set and reset with the <*LAZYALIGN*> and <*STRICTALIGN*> pragmas. See corresponding changes in m3front and cm3 (version 5.2.4). modified: m3middle/src/Target.m3 2003-03-22 14:16 wagner * m3-sys/: cm3/src/Makefile.m3, m3front/src/builtinTypes/BuiltinTypes.m3, m3front/src/builtinTypes/LongInt.i3, m3front/src/builtinTypes/LongInt.m3, m3front/src/builtinTypes/m3makefile, m3front/src/builtinWord/WordAnd.m3, m3front/src/builtinWord/WordDivide.m3, m3front/src/builtinWord/WordExtract.m3, m3front/src/builtinWord/WordMinus.m3, m3front/src/builtinWord/WordMod.m3, m3front/src/builtinWord/WordNot.m3, m3front/src/builtinWord/WordOr.m3, m3front/src/builtinWord/WordPlus.m3, m3front/src/builtinWord/WordShift.m3, m3front/src/builtinWord/WordTimes.m3, m3front/src/builtinWord/WordXor.m3, m3front/src/exprs/AddressExpr.m3, m3front/src/exprs/CheckExpr.m3, m3front/src/exprs/EqualExpr.m3, m3front/src/exprs/ExprParse.m3, m3front/src/exprs/IntegerExpr.m3, m3front/src/exprs/LongIntExpr.i3, m3front/src/exprs/LongIntExpr.m3, m3front/src/exprs/m3makefile, m3front/src/misc/CG.i3, m3front/src/misc/CG.m3, m3front/src/misc/Scanner.m3, m3front/src/misc/Token.i3, m3front/src/misc/Token.m3, m3front/src/stmts/AssignStmt.m3, m3front/src/types/SubrangeType.m3, m3front/src/types/Type.i3, m3front/src/types/Type.m3, m3front/src/values/Formal.m3, m3middle/src/M3CG.m3, m3middle/src/M3CG_BinWr.m3, m3middle/src/M3CG_Check.m3, m3middle/src/M3CG_Ops.i3, m3middle/src/TInt.i3, m3middle/src/TInt.m3, m3middle/src/TWord.i3, m3middle/src/TWord.m3, m3middle/src/Target.i3, m3middle/src/Target.m3, m3tests/src/Test.i3, m3tests/src/Test.m3, m3tests/src/m3makefile: First set of patches to implement platform independent 64bit integer types (LONGINT) in the cm3 front end: This is a development commit, it is not complete. I'm not even sure if I've taken the right approach at all. Don't try to use a compiler build with this patches; it will not work as expected. To add the type LONGINT as a separate type, the module LongInt and LongIntExpr have been added to m3front. The scanner has been extended to recognize LONGINT keywords and constants (integers with suffix L, e.g. 1001L). That was the easy part. Unfortunately to pass 64 bit values to the backend, the last_chunk variable in Target.i3 had to be incremented from Integer.size DIV ChunkSize - 1 to Int64.size DIV ChunkSize - 1, which means that suddenly everything in the front-end is calculated as 64 bit values. This is obviously not appropriate for Word.Ts and ADDRESSes, and maybe for some other calucalations I haven't found yet. The rest of the changes is concerned with trying to `fix' the front-end calculations with respect to the correct target word size, for which I've added Trim and Expand procedures to modules TInt and TWord. A compiler built with these changes will now compile the core system again without errors and warnings that were not there before, but the resulting compiler will refuse to do something meaningful with obscure errors, so there must be one or two things I've overlooked. It's not really easy to find the last bugs, though, and very time consuming. I'll continue working on this in my spare time. Of course everybody is encouraged to try for himself, and I'd like to get comments and opinions on what I've done. Perhaps there's a much more promising way to add 64 bit arithmetics? All changes regarding to this topic are on the devel_longint_branch and won't be committed to the main trunk until they work with all packages in the cm3 distribution. Currently only the cm3/m3-sys collection has been branched as there are no changes elsewhere yet. 2003-03-21 16:14 wagner * scripts/: PkgTags, install-cm3-compiler.sh: fix newversion to use correct version modified: scripts/install-cm3-compiler.sh 2003-03-21 14:39 wagner * scripts/: PkgTags, README, install-cm3-compiler.sh, ppc-cross-build.sh, sysinfo.sh: changes: o add the missing script for installation (and backup and restore) of the compiler front-end and back-end o add an example for a cross-compilation script o set current release version to 5.2.3 o update README for scripts added: scripts/install-cm3-compiler.sh added: scripts/ppc-cross-build.sh modified: scripts/README modified: scripts/sysinfo.sh 2003-03-15 13:18 wagner * m3-sys/m3cc/: PkgTags, src/m3makefile: fix postcp code modified: m3cc/src/m3makefile 2003-03-15 00:07 wagner * doc/: PkgTags, help/cm3/m3build/m3build.html, help/cm3/m3build/m3options.html, help/cm3/m3build/options.html, pics/html.gif, pics/pdf.gif, pics/ps.gif, src_reports/index.html, src_reports/m3poster.pdf, src_reports/m3syntax.pdf, src_reports/m3tokens.pdf, src_reports/blue_paper/index.html: changes: o update the cm3 options documentation (5.2.3) o add several pdf versions of m3 railroad diagrams o improve some gifs o fix several links o fix some html issues added: doc/src_reports/m3poster.pdf added: doc/src_reports/m3syntax.pdf added: doc/src_reports/m3tokens.pdf modified: doc/help/cm3/m3build/m3build.html modified: doc/help/cm3/m3build/m3options.html modified: doc/help/cm3/m3build/options.html modified: doc/pics/html.gif modified: doc/pics/pdf.gif modified: doc/pics/ps.gif modified: doc/src_reports/index.html modified: doc/src_reports/blue_paper/index.html 2003-03-14 11:07 wagner * doc/help/cm3/acks.html: fix another broken link reported by Parzival Herzog 2003-03-09 15:12 wagner * scripts/: PkgTags, do-cm3-core.sh: add conditional compilation of package m3gc-enhanced to do-cm3-core.sh modified: scripts/do-cm3-core.sh 2003-03-09 14:44 wagner * doc/: PkgTags, index.html, help/cm3/m3build/m3build.html, help/cm3/m3build/m3options.html, tutorial/index.html: merged in some fixes and improvements by Parcival Herzog modified: doc/index.html modified: doc/help/cm3/m3build/m3build.html modified: doc/help/cm3/m3build/m3options.html modified: doc/tutorial/index.html 2003-03-09 12:13 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: keep the compiler version in sync with the alignment changes made by Darko Volaric (5.2.3 2003-03-09) modified: cm3/src/Makefile.m3 2003-03-09 01:07 darko * m3-sys/m3front/: PkgTags, src/misc/CG.m3, src/types/EnumType.m3, src/types/PackedType.m3, src/types/RecordType.m3, src/types/SubrangeType.m3, src/types/Type.m3, src/values/Formal.m3: Added support for the Allow_packed_byte_aligned flag 2003-03-09 01:00 darko * m3-sys/m3middle/: PkgTags, src/Target.i3, src/Target.m3: Added support for the Allow_packed_byte_aligned flag 2003-03-08 22:40 wagner * m3-sys/m3tests/PkgTags: added compiler tests from PM3: I had to make several changes to the m3makefile and extend cm3 with some options. The regression test will only run with cm3 5.2.2. Currently lots of tests fail, due to changed output and other things. We will have to examine everything carefully, but I think it will be a great benefit to have a regression test framework for the compiler. 2003-03-08 22:35 wagner * m3-sys/m3tests/: README, src/COPYRIGHT, src/Test.i3, src/Test.m3, src/fix_copyrights, src/gen_makefiles, src/m3makefile, src/c0/c001/Main.m3, src/c0/c001/m3makefile, src/c0/c001/stderr, src/c0/c001/stdout, src/c0/c002/Main.m3, src/c0/c002/m3makefile, src/c0/c003/Main.m3, src/c0/c003/m3makefile, src/c0/c004/Main.m3, src/c0/c004/m3makefile, src/c0/c005/Test.i3, src/c0/c005/m3makefile, src/c0/c006/Main.m3, src/c0/c006/m3makefile, src/c0/c007/Main.m3, src/c0/c007/m3makefile, src/c0/c008/Main.m3, src/c0/c008/m3makefile, src/c0/c009/Main.m3, src/c0/c009/m3makefile, src/c0/c010/Main.m3, src/c0/c010/m3makefile, src/c0/c011/Main.m3, src/c0/c011/m3makefile, src/c0/c012/Main.m3, src/c0/c012/m3makefile, src/c0/c013/Main.m3, src/c0/c013/m3makefile, src/c0/c014/Main.m3, src/c0/c014/m3makefile, src/c0/c015/Main.m3, src/c0/c015/m3makefile, src/c0/c016/Main.m3, src/c0/c016/m3makefile, src/c0/c017/Main.m3, src/c0/c017/m3makefile, src/c0/c018/Main.m3, src/c0/c018/m3makefile, src/c0/c019/Main.m3, src/c0/c019/m3makefile, src/c0/c020/Main.m3, src/c0/c020/m3makefile, src/c0/c021/Test.i3, src/c0/c021/m3makefile, src/c0/c022/Main.m3, src/c0/c022/m3makefile, src/c0/c023/Test.i3, src/c0/c023/m3makefile, src/c0/c024/Main.m3, src/c0/c024/Test.i3, src/c0/c024/m3makefile, src/c0/c025/Main.m3, src/c0/c025/m3makefile, src/c0/c026/Main.m3, src/c0/c026/m3makefile, src/c0/c027/Main.m3, src/c0/c027/m3makefile, src/c0/c028/Main.m3, src/c0/c028/m3makefile, src/c0/c029/Main.m3, src/c0/c029/m3makefile, src/c0/c030/Main.m3, src/c0/c030/m3makefile, src/c0/c031/Main.m3, src/c0/c031/m3makefile, src/c0/c032/Main.m3, src/c0/c032/m3makefile, src/c0/c033/Main.m3, src/c0/c033/m3makefile, src/c0/c034/Main.m3, src/c0/c034/m3makefile, src/c0/c035/Main.m3, src/c0/c035/m3makefile, src/c0/c036/Main.m3, src/c0/c036/m3makefile, src/c0/c037/Main.m3, src/c0/c037/m3makefile, src/c0/c038/Main.m3, src/c0/c038/m3makefile, src/c0/c039/Main.m3, src/c0/c039/m3makefile, src/c0/c040/Test.i3, src/c0/c040/m3makefile, src/c0/c041/Test.i3, src/c0/c041/m3makefile, src/c0/c042/README, src/c0/c042/Test.i3, src/c0/c042/m3makefile, src/c0/c043/Test.i3, src/c0/c043/m3makefile, src/c0/c044/Main.m3, src/c0/c044/m3makefile, src/c0/c045/Main.m3, src/c0/c045/m3makefile, src/c0/c046/Test.i3, src/c0/c046/Test.m3, src/c0/c046/m3makefile, src/c0/c047/Main.m3, src/c0/c047/m3makefile, src/c0/c048/Main.m3, src/c0/c048/m3makefile, src/c0/c049/Main.m3, src/c0/c049/m3makefile, src/c0/c050/Test.i3, src/c0/c050/m3makefile, src/c0/c051/Foo.i3, src/c0/c051/Test.i3, src/c0/c051/m3makefile, src/c0/c052/Bar.i3, src/c0/c052/Foo.i3, src/c0/c052/Test.m3, src/c0/c052/m3makefile, src/c0/c053/Main.m3, src/c0/c053/m3makefile, src/c0/c054/Main.m3, src/c0/c054/m3makefile, src/c0/c055/Main.m3, src/c0/c055/m3makefile, src/c0/c056/Main.m3, src/c0/c056/m3makefile, src/c0/c057/Main.m3, src/c0/c057/m3makefile, src/c0/c058/Main.m3, src/c0/c058/m3makefile, src/c0/c059/Main.m3, src/c0/c059/m3makefile, src/c0/c060/Main.m3, src/c0/c060/m3makefile, src/c0/c061/Main.i3, src/c0/c061/Main.m3, src/c0/c061/m3makefile, src/c0/c062/Main.m3, src/c0/c062/m3makefile, src/c0/c063/Main.m3, src/c0/c063/m3makefile, src/c0/c064/Main.m3, src/c0/c064/m3makefile, src/c0/c065/Main.m3, src/c0/c065/m3makefile, src/c0/c066/Main.m3, src/c0/c066/m3makefile, src/c0/c067/Extern.i3, src/c0/c067/Extern.m3, src/c0/c067/Main.m3, src/c0/c067/m3makefile, src/c0/c068/Main.m3, src/c0/c068/Refany.i3, src/c0/c068/Refany.m3, src/c0/c068/m3makefile, src/c0/c069/Main.m3, src/c0/c069/m3makefile, src/c0/c070/Main.m3, src/c0/c070/m3makefile, src/c0/c071/Main.m3, src/c0/c071/m3makefile, src/c0/c072/Main.m3, src/c0/c072/m3makefile, src/c0/c073/Main.m3, src/c0/c073/m3makefile, src/c0/c074/Main.m3, src/c0/c074/m3makefile, src/c0/c075/Main.m3, src/c0/c075/m3makefile, src/c0/c076/Main.m3, src/c0/c076/m3makefile, src/c0/c077/A.i3, src/c0/c077/B.i3, src/c0/c077/m3makefile, src/c0/c078/Main.m3, src/c0/c078/m3makefile, src/c0/c079/A.i3, src/c0/c079/A.m3, src/c0/c079/B.i3, src/c0/c079/C.i3, src/c0/c079/m3makefile, src/c0/c080/Main.m3, src/c0/c080/m3makefile, src/c0/c081/Main.m3, src/c0/c081/m3makefile, src/c0/c082/Main.m3, src/c0/c082/m3makefile, src/c0/c083/Main.m3, src/c0/c083/m3makefile, src/c0/c084/Main.m3, src/c0/c084/m3makefile, src/c0/c085/Main.m3, src/c0/c085/m3makefile, src/c0/c086/Main.m3, src/c0/c086/m3makefile, src/c0/c087/A.i3, src/c0/c087/A.m3, src/c0/c087/B.i3, src/c0/c087/C.i3, src/c0/c087/m3makefile, src/c0/c088/Main.m3, src/c0/c088/m3makefile, src/c0/c089/Main.m3, src/c0/c089/Test.i3, src/c0/c089/m3makefile, src/c0/c090/Main.m3, src/c0/c090/m3makefile, src/c0/c091/Main.m3, src/c0/c091/Test.i3, src/c0/c091/Test.m3, src/c0/c091/m3makefile, src/c0/c092/Main.m3, src/c0/c092/m3makefile, src/c0/c093/Main.m3, src/c0/c093/m3makefile, src/c0/c094/Main.m3, src/c0/c094/m3makefile, src/c0/c095/Main.m3, src/c0/c095/m3makefile, src/c0/c096/Main.m3, src/c0/c096/m3makefile, src/c0/c097/Main.m3, src/c0/c097/m3makefile, src/c0/c098/Main.m3, src/c0/c098/README, src/c0/c098/m3makefile, src/c0/c099/Main.m3, src/c0/c099/Test.i3, src/c0/c099/m3makefile, src/c1/c100/Main.m3, src/c1/c100/README, src/c1/c100/m3makefile, src/c1/c101/Main.m3, src/c1/c101/README, src/c1/c101/m3makefile, src/c1/c102/Main.m3, src/c1/c102/README, src/c1/c102/m3makefile, src/c1/c103/Main.m3, src/c1/c103/m3makefile, src/c1/c104/Main.m3, src/c1/c104/README, src/c1/c104/m3makefile, src/c1/c105/Main.m3, src/c1/c105/README, src/c1/c105/m3makefile, src/c1/c106/Test.i3, src/c1/c106/Test.m3, src/c1/c106/m3makefile, src/c1/c107/Test.i3, src/c1/c107/Test.m3, src/c1/c107/m3makefile, src/c1/c108/Main.m3, src/c1/c108/Test.i3, src/c1/c108/m3makefile, src/c1/c109/Main.m3, src/c1/c109/m3makefile, src/c1/c110/Main.m3, src/c1/c110/README, src/c1/c110/m3makefile, src/c1/c111/Main.i3, src/c1/c111/Main.m3, src/c1/c111/m3makefile, src/c1/c112/Main.m3, src/c1/c112/m3makefile, src/c1/c113/Main.m3, src/c1/c113/m3makefile, src/c1/c114/Main.m3, src/c1/c114/m3makefile, src/c1/c115/Main.m3, src/c1/c115/README, src/c1/c115/m3makefile, src/c1/c116/Main.m3, src/c1/c116/README, src/c1/c116/m3makefile, src/c1/c117/Main.m3, src/c1/c117/m3makefile, src/c1/c118/Main.m3, src/c1/c118/m3makefile, src/c1/c119/Main.m3, src/c1/c119/m3makefile, src/c1/c120/Main.m3, src/c1/c120/m3makefile, src/c1/c121/Main.m3, src/c1/c121/m3makefile, src/c1/c122/Main.m3, src/c1/c122/m3makefile, src/c1/c123/I.i3, src/c1/c123/J.i3, src/c1/c123/Main.m3, src/c1/c123/m3makefile, src/c1/c124/A.i3, src/c1/c124/B.i3, src/c1/c124/m3makefile, src/c1/c125/Main.m3, src/c1/c125/m3makefile, src/c1/c126/Main.m3, src/c1/c126/m3makefile, src/c1/c127/Main.m3, src/c1/c127/m3makefile, src/c1/c128/Main.m3, src/c1/c128/m3makefile, src/c1/c129/Main.m3, src/c1/c129/m3makefile, src/c1/c130/BuffOWr.i3, src/c1/c130/BuffOWr.m3, src/c1/c130/BuffOWrDotT.i3, src/c1/c130/OWr.i3, src/c1/c130/OWr.m3, src/c1/c130/m3makefile, src/c1/c131/Main.m3, src/c1/c131/m3makefile, src/c1/c132/Int.i3, src/c1/c132/Int.m3, src/c1/c132/IntList.i3, src/c1/c132/IntList.m3, src/c1/c132/List.ig, src/c1/c132/List.mg, src/c1/c132/m3makefile, src/c1/c133/Main.m3, src/c1/c133/m3makefile, src/c1/c134/Main.m3, src/c1/c134/m3makefile, src/e0/e001/Main.m3, src/e0/e001/m3makefile, src/e0/e001/stderr.build, src/e0/e001/stdout.build, src/e0/e002/Baz.i3, src/e0/e002/Foo.i3, src/e0/e002/m3makefile, src/e0/e002/stderr.build, src/e0/e002/stdout.build, src/e0/e003/Main.m3, src/e0/e003/m3makefile, src/e0/e003/stderr.build, src/e0/e003/stdout.build, src/e0/e004/Main.m3, src/e0/e004/m3makefile, src/e0/e004/stderr.build, src/e0/e004/stdout.build, src/e0/e005/Main.m3, src/e0/e005/m3makefile, src/e0/e005/stderr.build, src/e0/e005/stdout.build, src/e0/e006/Main.m3, src/e0/e006/README, src/e0/e006/m3makefile, src/e0/e006/stderr.build, src/e0/e006/stdout.build, src/e0/e007/A.i3, src/e0/e007/Main.m3, src/e0/e007/README, src/e0/e007/m3makefile, src/e0/e007/stderr.build, src/e0/e007/stdout.build, src/e0/e008/A.i3, src/e0/e008/B.i3, src/e0/e008/C.i3, src/e0/e008/m3makefile, src/e0/e008/stderr.build, src/e0/e008/stdout.build, src/e0/e009/Main.m3, src/e0/e009/README, src/e0/e009/m3makefile, src/e0/e009/stderr.build, src/e0/e009/stdout.build, src/e0/e010/Main.m3, src/e0/e010/m3makefile, src/e0/e010/stderr.build, src/e0/e010/stdout.build, src/e0/e011/Main.m3, src/e0/e011/m3makefile, src/e0/e011/stderr.build, src/e0/e011/stdout.build, src/e0/e012/Main.m3, src/e0/e012/m3makefile, src/e0/e012/stderr.build, src/e0/e012/stdout.build, src/e0/e013/Main.m3, src/e0/e013/m3makefile, src/e0/e013/stderr.build, src/e0/e013/stdout.build, src/e0/e014/A.i3, src/e0/e014/A.m3, src/e0/e014/m3makefile, src/e0/e014/stderr.build, src/e0/e014/stdout.build, src/e0/e015/Main.m3, src/e0/e015/m3makefile, src/e0/e015/stderr.build, src/e0/e015/stdout.build, src/e0/e016/A.i3, src/e0/e016/A.m3, src/e0/e016/m3makefile, src/e0/e016/stderr.build, src/e0/e016/stdout.build, src/e0/e017/Main.m3, src/e0/e017/m3makefile, src/e0/e017/stderr.build, src/e0/e017/stdout.build, src/e0/e018/Main.m3, src/e0/e018/m3makefile, src/e0/e018/stderr.build, src/e0/e018/stdout.build, src/e0/e019/Main.m3, src/e0/e019/m3makefile, src/e0/e019/stderr.build, src/e0/e019/stdout.build, src/e0/e020/Main.m3, src/e0/e020/m3makefile, src/e0/e020/stderr.build, src/e0/e020/stderr.pgm, src/e0/e020/stdout.build, src/e0/e020/stdout.pgm, src/e0/e021/Main.m3, src/e0/e021/m3makefile, src/e0/e021/stderr.build, src/e0/e021/stdout.build, src/e0/e022/Main.m3, src/e0/e022/m3makefile, src/e0/e022/stderr.build, src/e0/e022/stdout.build, src/e0/e023/Main.m3, src/e0/e023/m3makefile, src/e0/e023/stderr.build, src/e0/e023/stdout.build, src/e0/e024/Main.m3, src/e0/e024/m3makefile, src/e0/e024/stderr.build, src/e0/e024/stdout.build, src/e0/e025/Main.m3, src/e0/e025/README, src/e0/e025/m3makefile, src/e0/e025/stderr.build, src/e0/e025/stdout.build, src/e0/e026/Main.m3, src/e0/e026/README, src/e0/e026/m3makefile, src/e0/e026/stderr.build, src/e0/e026/stdout.build, src/e0/e027/Main.m3, src/e0/e027/m3makefile, src/e0/e027/stderr.build, src/e0/e027/stdout.build, src/e0/e028/A.i3, src/e0/e028/B.i3, src/e0/e028/m3makefile, src/e0/e028/stderr.build, src/e0/e028/stdout.build, src/e0/e029/Main.m3, src/e0/e029/m3makefile, src/e0/e029/stderr.build, src/e0/e029/stdout.build, src/e0/e030/A.i3, src/e0/e030/A.m3, src/e0/e030/m3makefile, src/e0/e030/stderr.build, src/e0/e030/stdout.build, src/e0/e031/Main.m3, src/e0/e031/m3makefile, src/e0/e031/stderr.build, src/e0/e031/stdout.build, src/e0/e032/A.i3, src/e0/e032/B.i3, src/e0/e032/Main.m3, src/e0/e032/m3makefile, src/e0/e032/stderr.build, src/e0/e032/stdout.build, src/e0/e033/Main.m3, src/e0/e033/m3makefile, src/e0/e033/stderr.build, src/e0/e033/stdout.build, src/e0/e034/Main.m3, src/e0/e034/m3makefile, src/e0/e034/stderr.build, src/e0/e034/stdout.build, src/e0/e035/Main.m3, src/e0/e035/m3makefile, src/e0/e035/stderr.build, src/e0/e035/stdout.build, src/e0/e036/Main.m3, src/e0/e036/m3makefile, src/e0/e037/Main.m3, src/e0/e037/m3makefile, src/e0/e038/Main.m3, src/e0/e038/m3makefile, src/e0/e039/Main.m3, src/e0/e039/m3makefile, src/p0/p001/Main.m3, src/p0/p001/m3makefile, src/p0/p001/stderr.build, src/p0/p001/stderr.pgm, src/p0/p001/stdout.build, src/p0/p001/stdout.pgm, src/p0/p002/Main.m3, src/p0/p002/m3makefile, src/p0/p002/stderr.build, src/p0/p002/stderr.pgm, src/p0/p002/stdout.build, src/p0/p002/stdout.pgm, src/p0/p003/Main.m3, src/p0/p003/m3makefile, src/p0/p003/stderr.build, src/p0/p003/stderr.pgm, src/p0/p003/stdout.build, src/p0/p003/stdout.pgm, src/p0/p004/Main.m3, src/p0/p004/m3makefile, src/p0/p004/stderr.build, src/p0/p004/stderr.pgm, src/p0/p004/stdout.build, src/p0/p004/stdout.pgm, src/p0/p005/Main.m3, src/p0/p005/m3makefile, src/p0/p005/stderr.build, src/p0/p005/stderr.pgm, src/p0/p005/stdout.build, src/p0/p005/stdout.pgm, src/p0/p006/Main.m3, src/p0/p006/m3makefile, src/p0/p006/stderr.build, src/p0/p006/stderr.pgm, src/p0/p006/stdout.build, src/p0/p006/stdout.pgm, src/p0/p007/Main.m3, src/p0/p007/m3makefile, src/p0/p007/stderr.build, src/p0/p007/stderr.pgm, src/p0/p007/stdout.build, src/p0/p007/stdout.pgm, src/p0/p008/Main.m3, src/p0/p008/m3makefile, src/p0/p008/stderr.build, src/p0/p008/stderr.pgm, src/p0/p008/stdout.build, src/p0/p008/stdout.pgm, src/p0/p009/Main.m3, src/p0/p009/m3makefile, src/p0/p009/stderr.build, src/p0/p009/stderr.pgm, src/p0/p009/stdout.build, src/p0/p009/stdout.pgm, src/p0/p010/Main.m3, src/p0/p010/m3makefile, src/p0/p010/stderr.build, src/p0/p010/stderr.pgm, src/p0/p010/stdout.build, src/p0/p010/stdout.pgm, src/p0/p011/Main.m3, src/p0/p011/m3makefile, src/p0/p011/stderr.build, src/p0/p011/stderr.pgm, src/p0/p011/stdout.build, src/p0/p011/stdout.pgm, src/p0/p014/Main.m3, src/p0/p014/m3makefile, src/p0/p014/stderr.build, src/p0/p014/stderr.pgm, src/p0/p014/stdout.build, src/p0/p014/stdout.pgm, src/p0/p015/Main.m3, src/p0/p015/m3makefile, src/p0/p015/stderr.build, src/p0/p015/stderr.pgm, src/p0/p015/stdout.build, src/p0/p015/stdout.pgm, src/p0/p016/Main.m3, src/p0/p016/m3makefile, src/p0/p016/stderr.build, src/p0/p016/stderr.pgm, src/p0/p016/stdout.build, src/p0/p016/stdout.pgm, src/p0/p017/Main.m3, src/p0/p017/m3makefile, src/p0/p017/stderr.build, src/p0/p017/stderr.pgm, src/p0/p017/stdout.build, src/p0/p017/stdout.pgm, src/p0/p018/Main.m3, src/p0/p018/m3makefile, src/p0/p018/stderr.build, src/p0/p018/stderr.pgm, src/p0/p018/stdout.build, src/p0/p018/stdout.pgm, src/p0/p019/Main.m3, src/p0/p019/m3makefile, src/p0/p019/stderr.build, src/p0/p019/stderr.pgm, src/p0/p019/stdout.build, src/p0/p019/stdout.pgm, src/p0/p020/Main.m3, src/p0/p020/m3makefile, src/p0/p020/stderr.build, src/p0/p020/stderr.pgm, src/p0/p020/stdout.build, src/p0/p020/stdout.pgm, src/p0/p021/Main.m3, src/p0/p021/m3makefile, src/p0/p021/stderr.build, src/p0/p021/stderr.pgm, src/p0/p021/stdout.build, src/p0/p021/stdout.pgm, src/p0/p022/Main.m3, src/p0/p022/m3makefile, src/p0/p022/stderr.build, src/p0/p022/stderr.pgm, src/p0/p022/stdout.build, src/p0/p022/stdout.pgm, src/p0/p023/Main.m3, src/p0/p023/m3makefile, src/p0/p023/stderr.build, src/p0/p023/stderr.pgm, src/p0/p023/stdout.build, src/p0/p023/stdout.pgm, src/p0/p024/Main.m3, src/p0/p024/m3makefile, src/p0/p024/stderr.build, src/p0/p024/stderr.pgm, src/p0/p024/stdout.build, src/p0/p024/stdout.pgm, src/p0/p025/Main.m3, src/p0/p025/m3makefile, src/p0/p025/stderr.build, src/p0/p025/stderr.pgm, src/p0/p025/stdout.build, src/p0/p025/stdout.pgm, src/p0/p026/Main.m3, src/p0/p026/m3makefile, src/p0/p026/stderr.build, src/p0/p026/stderr.pgm, src/p0/p026/stdout.build, src/p0/p026/stdout.pgm, src/p0/p027/Main.m3, src/p0/p027/m3makefile, src/p0/p027/stderr.build, src/p0/p027/stderr.pgm, src/p0/p027/stdout.build, src/p0/p027/stdout.pgm, src/p0/p028/Main.m3, src/p0/p028/m3makefile, src/p0/p028/stderr.build, src/p0/p028/stderr.pgm, src/p0/p028/stdout.build, src/p0/p028/stdout.pgm, src/p0/p029/Main.m3, src/p0/p029/m3makefile, src/p0/p029/stderr.build, src/p0/p029/stderr.pgm, src/p0/p029/stdout.build, src/p0/p029/stdout.pgm, src/p0/p030/Main.m3, src/p0/p030/m3makefile, src/p0/p030/stderr.build, src/p0/p030/stderr.pgm, src/p0/p030/stdout.build, src/p0/p030/stdout.pgm, src/p0/p034/Main.m3, src/p0/p034/m3makefile, src/p0/p034/stderr.build, src/p0/p034/stderr.pgm, src/p0/p034/stdout.build, src/p0/p034/stdout.pgm, src/p0/p035/Main.m3, src/p0/p035/m3makefile, src/p0/p035/stderr.build, src/p0/p035/stderr.pgm, src/p0/p035/stdout.build, src/p0/p035/stdout.pgm, src/p0/p036/Main.m3, src/p0/p036/m3makefile, src/p0/p036/stderr.build, src/p0/p036/stderr.pgm, src/p0/p036/stdout.build, src/p0/p036/stdout.pgm, src/p0/p037/Main.m3, src/p0/p037/m3makefile, src/p0/p037/stderr.build, src/p0/p037/stderr.pgm, src/p0/p037/stdout.build, src/p0/p037/stdout.pgm, src/p0/p038/Main.m3, src/p0/p038/README, src/p0/p038/m3makefile, src/p0/p038/stderr.build, src/p0/p038/stderr.pgm, src/p0/p038/stdout.build, src/p0/p038/stdout.pgm, src/p0/p039/Main.m3, src/p0/p039/m3makefile, src/p0/p039/stderr.build, src/p0/p039/stderr.pgm, src/p0/p039/stdout.build, src/p0/p039/stdout.pgm, src/p0/p040/Main.m3, src/p0/p040/m3makefile, src/p0/p040/stderr.build, src/p0/p040/stderr.pgm, src/p0/p040/stdout.build, src/p0/p040/stdout.pgm, src/p0/p041/Main.m3, src/p0/p041/m3makefile, src/p0/p041/stderr.build, src/p0/p041/stderr.pgm, src/p0/p041/stdout.build, src/p0/p041/stdout.pgm, src/p0/p042/Main.m3, src/p0/p042/m3makefile, src/p0/p042/stderr.build, src/p0/p042/stderr.pgm, src/p0/p042/stdout.build, src/p0/p042/stdout.pgm, src/p0/p043/Main.m3, src/p0/p043/m3makefile, src/p0/p043/stderr.build, src/p0/p043/stderr.pgm, src/p0/p043/stdout.build, src/p0/p043/stdout.pgm, src/p0/p044/Main.m3, src/p0/p044/m3makefile, src/p0/p044/stderr.build, src/p0/p044/stderr.pgm, src/p0/p044/stdout.build, src/p0/p044/stdout.pgm, src/p0/p045/Main.m3, src/p0/p045/README, src/p0/p045/m3makefile, src/p0/p045/stderr.build, src/p0/p045/stderr.pgm, src/p0/p045/stdout.build, src/p0/p045/stdout.pgm, src/p0/p046/Main.m3, src/p0/p046/m3makefile, src/p0/p046/stderr.build, src/p0/p046/stderr.pgm, src/p0/p046/stdout.build, src/p0/p046/stdout.pgm, src/p0/p048/Main.m3, src/p0/p048/README, src/p0/p048/m3makefile, src/p0/p048/stderr.build, src/p0/p048/stderr.pgm, src/p0/p048/stdout.build, src/p0/p048/stdout.pgm, src/p0/p049/Main.m3, src/p0/p049/README, src/p0/p049/m3makefile, src/p0/p049/stderr.build, src/p0/p049/stderr.pgm, src/p0/p049/stdout.build, src/p0/p049/stdout.pgm, src/p0/p050/Main.m3, src/p0/p050/README, src/p0/p050/m3makefile, src/p0/p050/stderr.build, src/p0/p050/stderr.pgm, src/p0/p050/stdout.build, src/p0/p050/stdout.pgm, src/p0/p051/A.i3, src/p0/p051/B.i3, src/p0/p051/C.c, src/p0/p051/Main.m3, src/p0/p051/README, src/p0/p051/m3makefile, src/p0/p051/stderr.build, src/p0/p051/stderr.pgm, src/p0/p051/stdout.build, src/p0/p051/stdout.pgm, src/p0/p052/Main.m3, src/p0/p052/m3makefile, src/p0/p052/stderr.build, src/p0/p052/stderr.pgm, src/p0/p052/stdout.build, src/p0/p052/stdout.pgm, src/p0/p053/Main.m3, src/p0/p053/m3makefile, src/p0/p053/stderr.build, src/p0/p053/stderr.pgm, src/p0/p053/stdout.build, src/p0/p053/stdout.pgm, src/p0/p054/Main.m3, src/p0/p054/benchmark.c.save, src/p0/p054/m3makefile, src/p0/p054/stderr.build, src/p0/p054/stderr.pgm, src/p0/p054/stdout.build, src/p0/p054/stdout.pgm, src/p0/p055/Fib.i3, src/p0/p055/Fib.m3, src/p0/p055/Main.m3, src/p0/p055/m3makefile, src/p0/p055/stderr.build, src/p0/p055/stderr.pgm, src/p0/p055/stdout.build, src/p0/p055/stdout.pgm, src/p0/p056/Main.m3, src/p0/p056/README, src/p0/p056/m3makefile, src/p0/p056/stderr.build, src/p0/p056/stderr.pgm, src/p0/p056/stdout.build, src/p0/p056/stdout.pgm, src/p0/p057/Main.m3, src/p0/p057/README, src/p0/p057/m3makefile, src/p0/p057/stderr.build, src/p0/p057/stderr.pgm, src/p0/p057/stdout.build, src/p0/p057/stdout.pgm, src/p0/p058/Main.m3, src/p0/p058/README, src/p0/p058/m3makefile, src/p0/p058/stderr.build, src/p0/p058/stderr.pgm, src/p0/p058/stdout.build, src/p0/p058/stdout.pgm, src/p0/p059/Main.m3, src/p0/p059/README, src/p0/p059/m3makefile, src/p0/p059/stderr.build, src/p0/p059/stderr.pgm, src/p0/p059/stdout.build, src/p0/p059/stdout.pgm, src/p0/p060/bar.i3, src/p0/p060/bar.m3, src/p0/p060/foo.i3, src/p0/p060/foo.m3, src/p0/p060/m3makefile, src/p0/p060/stderr.build, src/p0/p060/stderr.pgm, src/p0/p060/stdout.build, src/p0/p060/stdout.pgm, src/p0/p061/Main.m3, src/p0/p061/m3makefile, src/p0/p061/stderr.build, src/p0/p061/stderr.pgm, src/p0/p061/stdout.build, src/p0/p061/stdout.pgm, src/p0/p062/Main.m3, src/p0/p062/m3makefile, src/p0/p062/stderr.build, src/p0/p062/stderr.pgm, src/p0/p062/stdout.build, src/p0/p062/stdout.pgm, src/p0/p063/A.i3, src/p0/p063/A.m3, src/p0/p063/B.i3, src/p0/p063/Main.m3, src/p0/p063/README, src/p0/p063/m3makefile, src/p0/p063/stderr.build, src/p0/p063/stderr.pgm, src/p0/p063/stdout.build, src/p0/p063/stdout.pgm, src/p0/p064/Main.m3, src/p0/p064/m3makefile, src/p0/p064/stderr.build, src/p0/p064/stderr.pgm, src/p0/p064/stdout.build, src/p0/p064/stdout.pgm, src/p0/p065/Main.m3, src/p0/p065/README, src/p0/p065/m3makefile, src/p0/p065/stderr.build, src/p0/p065/stderr.pgm, src/p0/p065/stdout.build, src/p0/p065/stdout.pgm, src/p0/p066/Main.m3, src/p0/p066/README, src/p0/p066/m3makefile, src/p0/p066/stderr.build, src/p0/p066/stderr.pgm, src/p0/p066/stdout.build, src/p0/p066/stdout.pgm, src/p0/p067/B.i3, src/p0/p067/B.m3, src/p0/p067/C.i3, src/p0/p067/C.m3, src/p0/p067/Main.m3, src/p0/p067/m3makefile, src/p0/p067/stderr.build, src/p0/p067/stderr.pgm, src/p0/p067/stdout.build, src/p0/p067/stdout.pgm, src/p0/p068/Main.m3, src/p0/p068/m3makefile, src/p0/p068/print.i3, src/p0/p068/stderr.pgm, src/p0/p068/stdout.pgm, src/p0/p069/Main.m3, src/p0/p069/README, src/p0/p069/m3makefile, src/p0/p069/stderr.build, src/p0/p069/stderr.pgm, src/p0/p069/stdout.build, src/p0/p069/stdout.pgm, src/p0/p070/Main.m3, src/p0/p070/m3makefile, src/p0/p070/stderr.build, src/p0/p070/stderr.pgm, src/p0/p070/stdout.build, src/p0/p070/stdout.pgm, src/p0/p071/Main.m3, src/p0/p071/m3makefile, src/p0/p071/stderr.build, src/p0/p071/stderr.pgm, src/p0/p071/stdout.build, src/p0/p071/stdout.pgm, src/p0/p072/Main.m3, src/p0/p072/README, src/p0/p072/m3makefile, src/p0/p072/stderr.build, src/p0/p072/stderr.pgm, src/p0/p072/stdout.build, src/p0/p072/stdout.pgm, src/p0/p073/Main.m3, src/p0/p073/m3makefile, src/p0/p073/stderr.build, src/p0/p073/stderr.pgm, src/p0/p073/stdout.build, src/p0/p073/stdout.pgm, src/p0/p074/Main.m3, src/p0/p074/m3makefile, src/p0/p074/stderr.build, src/p0/p074/stderr.pgm, src/p0/p074/stdout.build, src/p0/p074/stdout.pgm, src/p0/p075/Main.m3, src/p0/p075/m3makefile, src/p0/p075/stderr.build, src/p0/p075/stderr.pgm, src/p0/p075/stdout.build, src/p0/p075/stdout.pgm, src/p0/p076/Main.m3, src/p0/p076/m3makefile, src/p0/p076/stderr.build, src/p0/p076/stderr.pgm, src/p0/p076/stdout.build, src/p0/p076/stdout.pgm, src/p0/p077/Main.m3, src/p0/p077/m3makefile, src/p0/p077/stderr.build, src/p0/p077/stderr.pgm, src/p0/p077/stdout.build, src/p0/p077/stdout.pgm, src/p0/p078/Main.m3, src/p0/p078/m3makefile, src/p0/p078/stderr.build, src/p0/p078/stderr.pgm, src/p0/p078/stdout.build, src/p0/p078/stdout.pgm, src/p0/p079/Main.m3, src/p0/p079/m3makefile, src/p0/p079/stderr.build, src/p0/p079/stderr.pgm, src/p0/p079/stdout.build, src/p0/p079/stdout.pgm, src/p0/p080/A.i3, src/p0/p080/A.m3, src/p0/p080/AF.i3, src/p0/p080/Main.m3, src/p0/p080/m3makefile, src/p0/p080/stderr.build, src/p0/p080/stderr.pgm, src/p0/p080/stdout.build, src/p0/p080/stdout.pgm, src/p0/p081/Main.m3, src/p0/p081/m3makefile, src/p0/p081/stderr.build, src/p0/p081/stderr.pgm, src/p0/p081/stdout.build, src/p0/p081/stdout.pgm, src/p0/p082/Main.m3, src/p0/p082/m3makefile, src/p0/p082/stderr.build, src/p0/p082/stderr.pgm, src/p0/p082/stdout.build, src/p0/p082/stdout.pgm, src/p0/p083/A.i3, src/p0/p083/A.m3, src/p0/p083/B.i3, src/p0/p083/B.m3, src/p0/p083/Main.m3, src/p0/p083/m3makefile, src/p0/p083/stderr.build, src/p0/p083/stderr.pgm, src/p0/p083/stdout.build, src/p0/p083/stdout.pgm, src/p0/p084/Main.m3, src/p0/p084/m3makefile, src/p0/p084/stderr.build, src/p0/p084/stderr.pgm, src/p0/p084/stdout.build, src/p0/p084/stdout.pgm, src/p0/p085/Main.m3, src/p0/p085/m3makefile, src/p0/p085/stderr.build, src/p0/p085/stderr.pgm, src/p0/p085/stdout.build, src/p0/p085/stdout.pgm, src/p0/p086/Main.m3, src/p0/p086/m3makefile, src/p0/p086/stderr.build, src/p0/p086/stderr.pgm, src/p0/p086/stdout.build, src/p0/p086/stdout.pgm, src/p0/p087/Main.m3, src/p0/p087/m3makefile, src/p0/p087/stderr.build, src/p0/p087/stderr.pgm, src/p0/p087/stdout.build, src/p0/p087/stdout.pgm, src/p0/p088/A.i3, src/p0/p088/A.m3, src/p0/p088/Generic.ig, src/p0/p088/Generic.mg, src/p0/p088/Main.m3, src/p0/p088/X.i3, src/p0/p088/X.m3, src/p0/p088/m3makefile, src/p0/p088/stderr.build, src/p0/p088/stderr.pgm, src/p0/p088/stdout.build, src/p0/p088/stdout.pgm, src/p0/p089/A.i3, src/p0/p089/B.i3, src/p0/p089/Main.m3, src/p0/p089/m3makefile, src/p0/p089/stderr.build, src/p0/p089/stderr.pgm, src/p0/p089/stdout.build, src/p0/p089/stdout.pgm, src/p0/p090/Main.m3, src/p0/p090/m3makefile, src/p0/p090/stderr.build, src/p0/p090/stderr.pgm, src/p0/p090/stdout.build, src/p0/p090/stdout.pgm, src/p0/p091/Main.m3, src/p0/p091/m3makefile, src/p0/p091/stderr.build, src/p0/p091/stderr.pgm, src/p0/p091/stdout.build, src/p0/p091/stdout.pgm, src/p0/p092/Main.m3, src/p0/p092/Makefile, src/p0/p092/foo.i3, src/p0/p092/foo.m3, src/p0/p092/m3makefile, src/p0/p092/stderr.build, src/p0/p092/stderr.pgm, src/p0/p092/stdout.build, src/p0/p092/stdout.pgm, src/p0/p093/Main.m3, src/p0/p093/m3makefile, src/p0/p093/stderr.build, src/p0/p093/stderr.pgm, src/p0/p093/stdout.build, src/p0/p093/stdout.pgm, src/p0/p094/Main.m3, src/p0/p094/m3makefile, src/p0/p094/stderr.build, src/p0/p094/stderr.pgm, src/p0/p094/stdout.build, src/p0/p094/stdout.pgm, src/p0/p095/Main.m3, src/p0/p095/m3makefile, src/p0/p095/stderr.build, src/p0/p095/stderr.pgm, src/p0/p095/stdout.build, src/p0/p095/stdout.pgm, src/p0/p096/Main.m3, src/p0/p096/m3makefile, src/p0/p096/stderr.build, src/p0/p096/stdout.build, src/p0/p097/Main.m3, src/p0/p097/m3makefile, src/p0/p097/stderr.build, src/p0/p097/stderr.pgm, src/p0/p097/stdout.build, src/p0/p097/stdout.pgm, src/p0/p098/Main.m3, src/p0/p098/m3makefile, src/p0/p098/stderr.build, src/p0/p098/stderr.pgm, src/p0/p098/stdout.build, src/p0/p098/stdout.pgm, src/p0/p099/Main.m3, src/p0/p099/m3makefile, src/p0/p099/stderr.build, src/p0/p099/stderr.pgm, src/p0/p099/stdout.build, src/p0/p099/stdout.pgm, src/p1/p100/Main.m3, src/p1/p100/m3makefile, src/p1/p100/stderr.build, src/p1/p100/stderr.pgm, src/p1/p100/stdout.build, src/p1/p100/stdout.pgm, src/p1/p101/Main.m3, src/p1/p101/m3makefile, src/p1/p101/stderr.build, src/p1/p101/stderr.pgm, src/p1/p101/stdout.build, src/p1/p101/stdout.pgm, src/p1/p102/Main.m3, src/p1/p102/m3makefile, src/p1/p102/stderr.build, src/p1/p102/stderr.pgm, src/p1/p102/stdout.build, src/p1/p102/stdout.pgm, src/p1/p103/Main.m3, src/p1/p103/m3makefile, src/p1/p103/stderr.build, src/p1/p103/stderr.pgm, src/p1/p103/stdout.build, src/p1/p103/stdout.pgm, src/p1/p104/Foo.i3, src/p1/p104/Foo.m3, src/p1/p104/Main.m3, src/p1/p104/m3makefile, src/p1/p104/stderr.build, src/p1/p104/stderr.pgm, src/p1/p104/stdout.build, src/p1/p104/stdout.pgm, src/p1/p105/Foo.i3, src/p1/p105/Main.m3, src/p1/p105/m3makefile, src/p1/p105/stderr.build, src/p1/p105/stderr.pgm, src/p1/p105/stdout.build, src/p1/p105/stdout.pgm, src/p1/p106/Main.m3, src/p1/p106/m3makefile, src/p1/p106/stderr.build, src/p1/p106/stderr.pgm, src/p1/p106/stdout.build, src/p1/p106/stdout.pgm, src/p1/p107/Foof.i3, src/p1/p107/Main.m3, src/p1/p107/m3makefile, src/p1/p107/stderr.build, src/p1/p107/stderr.pgm, src/p1/p107/stdout.build, src/p1/p107/stdout.pgm, src/p1/p108/Main.m3, src/p1/p108/m3makefile, src/p1/p108/stderr.build, src/p1/p108/stderr.pgm, src/p1/p108/stdout.build, src/p1/p108/stdout.pgm, src/p1/p109/Main.m3, src/p1/p109/m3makefile, src/p1/p109/stderr.build, src/p1/p109/stderr.pgm, src/p1/p109/stdout.build, src/p1/p109/stdout.pgm, src/p1/p110/Main.m3, src/p1/p110/m3makefile, src/p1/p110/stderr.build, src/p1/p110/stderr.pgm, src/p1/p110/stdout.build, src/p1/p110/stdout.pgm, src/p1/p111/Main.m3, src/p1/p111/m3makefile, src/p1/p111/stderr.build, src/p1/p111/stderr.pgm, src/p1/p111/stdout.build, src/p1/p111/stdout.pgm, src/p1/p112/I.i3, src/p1/p112/Main.m3, src/p1/p112/m3makefile, src/p1/p112/stderr.build, src/p1/p112/stderr.pgm, src/p1/p112/stdout.build, src/p1/p112/stdout.pgm, src/p1/p113/Main.m3, src/p1/p113/m3makefile, src/p1/p113/stderr.build, src/p1/p113/stderr.pgm, src/p1/p113/stdout.build, src/p1/p113/stdout.pgm, src/p1/p114/Main.m3, src/p1/p114/m3makefile, src/p1/p114/stderr.build, src/p1/p114/stderr.pgm, src/p1/p114/stdout.build, src/p1/p114/stdout.pgm, src/p1/p115/Main.m3, src/p1/p115/m3makefile, src/p1/p115/stderr.build, src/p1/p115/stderr.pgm, src/p1/p115/stdout.build, src/p1/p115/stdout.pgm, src/p1/p116/FloatTest.i3, src/p1/p116/FloatTest.m3, src/p1/p116/LongTest.i3, src/p1/p116/LongTest.m3, src/p1/p116/Main.m3, src/p1/p116/m3makefile, src/p1/p116/stderr.build, src/p1/p116/stderr.pgm, src/p1/p116/stdout.build, src/p1/p116/stdout.pgm, src/p1/p117/Main.m3, src/p1/p117/m3makefile, src/p1/p117/stderr.build, src/p1/p117/stderr.pgm, src/p1/p117/stdout.build, src/p1/p117/stdout.pgm, src/p1/p118/Main.m3, src/p1/p118/m3makefile, src/p1/p118/stderr.build, src/p1/p118/stderr.pgm, src/p1/p118/stdout.build, src/p1/p118/stdout.pgm, src/p1/p119/Main.m3, src/p1/p119/m3makefile, src/p1/p119/stderr.build, src/p1/p119/stderr.pgm, src/p1/p119/stdout.build, src/p1/p119/stdout.pgm, src/p1/p120/Main.m3, src/p1/p120/m3makefile, src/p1/p120/stderr.build, src/p1/p120/stderr.pgm, src/p1/p120/stdout.build, src/p1/p120/stdout.pgm, src/p1/p121/Main.m3, src/p1/p121/m3makefile, src/p1/p121/stderr.build, src/p1/p121/stderr.pgm, src/p1/p121/stdout.build, src/p1/p121/stdout.pgm, src/p1/p122/Main.m3, src/p1/p122/m3makefile, src/p1/p122/stderr.build, src/p1/p122/stderr.pgm, src/p1/p122/stdout.build, src/p1/p122/stdout.pgm, src/p1/p123/Main.m3, src/p1/p123/m3makefile, src/p1/p123/stderr.build, src/p1/p123/stderr.pgm, src/p1/p123/stdout.build, src/p1/p123/stdout.pgm, src/p1/p124/Main.m3, src/p1/p124/m3makefile, src/p1/p124/stderr.build, src/p1/p124/stderr.pgm, src/p1/p124/stdout.build, src/p1/p124/stdout.pgm, src/p1/p125/Main.m3, src/p1/p125/m3makefile, src/p1/p125/stderr.build, src/p1/p125/stderr.pgm, src/p1/p125/stdout.build, src/p1/p125/stdout.pgm, src/p1/p126/Main.m3, src/p1/p126/m3makefile, src/p1/p126/stderr.build, src/p1/p126/stderr.pgm, src/p1/p126/stdout.build, src/p1/p126/stdout.pgm, src/p1/p127/Main.m3, src/p1/p127/m3makefile, src/p1/p127/stderr.build, src/p1/p127/stderr.pgm, src/p1/p127/stdout.build, src/p1/p127/stdout.pgm, src/p1/p128/Main.m3, src/p1/p128/m3makefile, src/p1/p128/stderr.build, src/p1/p128/stderr.pgm, src/p1/p128/stdout.build, src/p1/p128/stdout.pgm, src/p1/p129/Main.m3, src/p1/p129/m3makefile, src/p1/p129/stderr.build, src/p1/p129/stderr.pgm, src/p1/p129/stdout.build, src/p1/p129/stdout.pgm, src/p1/p130/Main.m3, src/p1/p130/m3makefile, src/p1/p131/Main.m3, src/p1/p131/m3makefile, src/p1/p131/stderr.build, src/p1/p131/stderr.pgm, src/p1/p131/stdout.build, src/p1/p131/stdout.pgm, src/p1/p132/Main.m3, src/p1/p132/m3makefile, src/p1/p132/stderr.build, src/p1/p132/stderr.pgm, src/p1/p132/stdout.build, src/p1/p132/stdout.pgm, src/p1/p133/Main.m3, src/p1/p133/m3makefile, src/p1/p133/stderr.build, src/p1/p133/stderr.pgm, src/p1/p133/stdout.build, src/p1/p133/stdout.pgm, src/p1/p134/Main.m3, src/p1/p134/m3makefile, src/p1/p134/stderr.build, src/p1/p134/stdout.build, src/p1/p135/Main.m3, src/p1/p135/m3makefile, src/p1/p135/stderr.build, src/p1/p135/stdout.build, src/p1/p136/Main.m3, src/p1/p136/m3makefile, src/p1/p136/stderr.build, src/p1/p136/stderr.pgm, src/p1/p136/stdout.build, src/p1/p136/stdout.pgm, src/p1/p137/Main.m3, src/p1/p137/m3makefile, src/p1/p137/stderr.build, src/p1/p137/stderr.pgm, src/p1/p137/stdout.build, src/p1/p137/stdout.pgm, src/p1/p138/Main.m3, src/p1/p138/m3makefile, src/p1/p138/stderr.build, src/p1/p138/stdout.build, src/p1/p139/Main.m3, src/p1/p139/m3makefile, src/p1/p139/stderr.build, src/p1/p139/stderr.pgm, src/p1/p139/stdout.build, src/p1/p139/stdout.pgm, src/p1/p140/Main.m3, src/p1/p140/m3makefile, src/p1/p140/stderr.build, src/p1/p140/stderr.pgm, src/p1/p140/stdout.build, src/p1/p140/stdout.pgm, src/p1/p141/Main.m3, src/p1/p141/m3makefile, src/p1/p141/stderr.build, src/p1/p141/stderr.pgm, src/p1/p141/stdout.build, src/p1/p141/stdout.pgm, src/p1/p142/A.i3, src/p1/p142/A.m3, src/p1/p142/Main.m3, src/p1/p142/m3makefile, src/p1/p142/stderr.build, src/p1/p142/stderr.pgm, src/p1/p142/stdout.build, src/p1/p142/stdout.pgm, src/p1/p143/Main.m3, src/p1/p143/m3makefile, src/p1/p143/stderr.build, src/p1/p143/stderr.pgm, src/p1/p143/stdout.build, src/p1/p143/stdout.pgm, src/p1/p144/Foo.i3, src/p1/p144/Foo.m3, src/p1/p144/Main.m3, src/p1/p144/m3makefile, src/p1/p144/stderr.build, src/p1/p144/stderr.pgm, src/p1/p144/stdout.build, src/p1/p144/stdout.pgm, src/p1/p145/A.i3, src/p1/p145/A.m3, src/p1/p145/B.i3, src/p1/p145/B.m3, src/p1/p145/C.i3, src/p1/p145/C.m3, src/p1/p145/Main.m3, src/p1/p145/m3makefile, src/p1/p145/stderr.build, src/p1/p145/stderr.pgm, src/p1/p145/stdout.build, src/p1/p145/stdout.pgm, src/p1/p146/Main.m3, src/p1/p146/m3makefile, src/p1/p146/stderr.build, src/p1/p146/stderr.pgm, src/p1/p146/stdout.build, src/p1/p146/stdout.pgm, src/p1/p147/Main.m3, src/p1/p147/m3makefile, src/p1/p148/Main.m3, src/p1/p148/m3makefile, src/p1/p148/stderr.build, src/p1/p148/stderr.pgm, src/p1/p148/stdout.build, src/p1/p148/stdout.pgm, src/p1/p149/Main.m3, src/p1/p149/m3makefile, src/p1/p149/stderr.build, src/p1/p149/stderr.pgm, src/p1/p149/stdout.build, src/p1/p149/stdout.pgm, src/p1/p150/Main.m3, src/p1/p150/m3makefile, src/p1/p150/stderr.build, src/p1/p150/stderr.pgm, src/p1/p150/stdout.build, src/p1/p150/stdout.pgm, src/p1/p151/Main.m3, src/p1/p151/m3makefile, src/p1/p151/stderr.build, src/p1/p151/stderr.pgm, src/p1/p151/stdout.build, src/p1/p151/stdout.pgm, src/p1/p152/Main.m3, src/p1/p152/m3makefile, src/p1/p152/stderr.pgm, src/p1/p152/stdout.pgm, src/p1/p153/Main.m3, src/p1/p153/m3makefile, src/p1/p153/stderr.pgm, src/p1/p153/stdout.pgm, src/p1/p154/Main.m3, src/p1/p154/m3makefile, src/p1/p154/stderr.pgm, src/p1/p154/stdout.pgm, src/p1/p155/Main.m3, src/p1/p155/m3makefile, src/p1/p155/stderr.build, src/p1/p155/stderr.pgm, src/p1/p155/stdout.build, src/p1/p155/stdout.pgm, src/p1/p156/Main.m3, src/p1/p156/m3makefile, src/p1/p156/stderr.build, src/p1/p156/stderr.pgm, src/p1/p156/stdout.build, src/p1/p156/stdout.pgm, src/p1/p157/Main.m3, src/p1/p157/m3makefile, src/p1/p157/stderr.build, src/p1/p157/stderr.pgm, src/p1/p157/stdout.build, src/p1/p157/stdout.pgm, src/p1/p158/Main.m3, src/p1/p158/m3makefile, src/p1/p158/stderr.build, src/p1/p158/stderr.pgm, src/p1/p158/stdout.build, src/p1/p158/stdout.pgm, src/p1/p159/Main.m3, src/p1/p159/m3makefile, src/p1/p159/stderr.pgm, src/p1/p159/stdout.pgm, src/p1/p160/Main.m3, src/p1/p160/m3makefile, src/p1/p160/stderr.build, src/p1/p160/stderr.pgm, src/p1/p160/stdout.build, src/p1/p160/stdout.pgm, src/p1/p161/Main.m3, src/p1/p161/m3makefile, src/p1/p161/stderr.pgm, src/p1/p161/stdout.pgm, src/p1/p162/Main.m3, src/p1/p162/m3makefile, src/p1/p162/stderr.build, src/p1/p162/stderr.pgm, src/p1/p162/stdout.build, src/p1/p162/stdout.pgm, src/p1/p163/Main.m3, src/p1/p163/m3makefile, src/p1/p163/stderr.build, src/p1/p163/stderr.pgm, src/p1/p163/stdout.build, src/p1/p163/stdout.pgm, src/p1/p164/Main.m3, src/p1/p164/m3makefile, src/p1/p164/stderr.build, src/p1/p164/stderr.pgm, src/p1/p164/stdout.build, src/p1/p164/stdout.pgm, src/p1/p165/Main.m3, src/p1/p165/m3makefile, src/p1/p165/stderr.build, src/p1/p165/stderr.pgm, src/p1/p165/stdout.build, src/p1/p165/stdout.pgm, src/p1/p166/Main.m3, src/p1/p166/m3makefile, src/p1/p166/stderr.build, src/p1/p166/stderr.pgm, src/p1/p166/stdout.build, src/p1/p166/stdout.pgm, src/p1/p167/Main.m3, src/p1/p167/m3makefile, src/p1/p167/stderr.build, src/p1/p167/stderr.pgm, src/p1/p167/stdout.build, src/p1/p167/stdout.pgm, src/p1/p168/Main.m3, src/p1/p168/m3makefile, src/p1/p168/stderr.build, src/p1/p168/stderr.pgm, src/p1/p168/stdout.build, src/p1/p168/stdout.pgm, src/p1/p169/Main.m3, src/p1/p169/m3makefile, src/p1/p169/stderr.build, src/p1/p169/stderr.pgm, src/p1/p169/stdout.build, src/p1/p169/stdout.pgm, src/p1/p170/Main.m3, src/p1/p170/m3makefile, src/p1/p170/stderr.build, src/p1/p170/stderr.pgm, src/p1/p170/stdout.build, src/p1/p170/stdout.pgm, src/p1/p171/Main.m3, src/p1/p171/m3makefile, src/p1/p171/stderr.build, src/p1/p171/stderr.pgm, src/p1/p171/stdout.build, src/p1/p171/stdout.pgm, src/p1/p172/Main.m3, src/p1/p172/m3makefile, src/p1/p172/stderr.build, src/p1/p172/stderr.pgm, src/p1/p172/stdout.build, src/p1/p172/stdout.pgm, src/p1/p173/Main.m3, src/p1/p173/m3makefile, src/p1/p173/stderr.build, src/p1/p173/stderr.pgm, src/p1/p173/stdout.build, src/p1/p173/stdout.pgm, src/p1/p174/Main.m3, src/p1/p174/m3makefile, src/p1/p174/stderr.build, src/p1/p174/stderr.pgm, src/p1/p174/stdout.build, src/p1/p174/stdout.pgm, src/p1/p175/Main.m3, src/p1/p175/m3makefile, src/p1/p175/stderr.build, src/p1/p175/stderr.pgm, src/p1/p175/stdout.build, src/p1/p175/stdout.pgm, src/p1/p176/Main.m3, src/p1/p176/m3makefile, src/p1/p176/stderr.build, src/p1/p176/stderr.pgm, src/p1/p176/stdout.build, src/p1/p176/stdout.pgm, src/p1/p177/Main.m3, src/p1/p177/m3makefile, src/p1/p177/stderr.build, src/p1/p177/stderr.pgm, src/p1/p177/stdout.build, src/p1/p177/stdout.pgm, src/p1/p178/Main.m3, src/p1/p178/m3makefile, src/p1/p178/stderr.build, src/p1/p178/stderr.pgm, src/p1/p178/stdout.build, src/p1/p178/stdout.pgm, src/p1/p178/test.cc, src/p1/p179/Main.m3, src/p1/p179/m3makefile, src/p1/p179/stderr.build, src/p1/p179/stderr.pgm, src/p1/p179/stdout.build, src/p1/p179/stdout.pgm, src/p1/p180/A.mg, src/p1/p180/Main.m3, src/p1/p180/m3makefile, src/p1/p180/stderr.build, src/p1/p180/stderr.pgm, src/p1/p180/stdout.build, src/p1/p180/stdout.pgm, src/p1/p181/A.i3, src/p1/p181/Main.m3, src/p1/p181/m3makefile, src/p1/p181/stderr.build, src/p1/p181/stderr.pgm, src/p1/p181/stdout.build, src/p1/p181/stdout.pgm, src/p1/p182/Main.m3, src/p1/p182/m3makefile, src/p1/p182/stderr.build, src/p1/p182/stderr.pgm, src/p1/p182/stdout.build, src/p1/p182/stdout.pgm, src/p1/p183/Main.m3, src/p1/p183/m3makefile, src/p1/p183/stderr.build, src/p1/p183/stderr.pgm, src/p1/p183/stdout.build, src/p1/p183/stdout.pgm, src/p1/p184/Main.m3, src/p1/p184/m3makefile, src/p1/p184/stderr.build, src/p1/p184/stderr.pgm, src/p1/p184/stdout.build, src/p1/p184/stdout.pgm, src/p1/p185/Main.m3, src/p1/p185/m3makefile, src/p1/p185/stderr.build, src/p1/p185/stderr.pgm, src/p1/p185/stdout.build, src/p1/p185/stdout.pgm, src/p1/p186/Main.m3, src/p1/p186/m3makefile, src/p1/p186/stderr.build, src/p1/p186/stderr.pgm, src/p1/p186/stdout.build, src/p1/p186/stdout.pgm, src/p1/p187/Main.m3, src/p1/p187/m3makefile, src/p1/p187/stderr.build, src/p1/p187/stderr.pgm, src/p1/p187/stdout.build, src/p1/p187/stdout.pgm, src/p1/p188/Main.m3, src/p1/p188/m3makefile, src/p1/p188/stderr.build, src/p1/p188/stderr.pgm, src/p1/p188/stdout.build, src/p1/p188/stdout.pgm, src/p1/p189/Main.m3, src/p1/p189/N.i3, src/p1/p189/N.m3, src/p1/p189/S.i3, src/p1/p189/S.m3, src/p1/p189/U.i3, src/p1/p189/U.m3, src/p1/p189/V.i3, src/p1/p189/V.m3, src/p1/p189/Z.i3, src/p1/p189/Z.m3, src/p1/p189/m3makefile, src/p1/p189/stderr.build, src/p1/p189/stderr.pgm, src/p1/p189/stdout.build, src/p1/p189/stdout.pgm, src/p1/p190/Main.m3, src/p1/p190/m3makefile, src/p1/p190/stderr.build, src/p1/p190/stderr.pgm, src/p1/p190/stdout.build, src/p1/p190/stdout.pgm, src/p1/p191/Main.m3, src/p1/p191/m3makefile, src/p1/p191/stderr.build, src/p1/p191/stderr.pgm, src/p1/p191/stdout.build, src/p1/p191/stdout.pgm, src/p1/p192/Main.m3, src/p1/p192/m3makefile, src/p1/p192/stderr.build, src/p1/p192/stderr.pgm, src/p1/p192/stdout.build, src/p1/p192/stdout.pgm, src/p1/p193/Main.m3, src/p1/p193/m3makefile, src/p1/p193/stderr.build, src/p1/p193/stderr.pgm, src/p1/p193/stdout.build, src/p1/p193/stdout.pgm, src/p1/p194/Main.m3, src/p1/p194/m3makefile, src/p1/p194/stderr.build, src/p1/p194/stderr.pgm, src/p1/p194/stdout.build, src/p1/p194/stdout.pgm, src/p1/p195/Main.m3, src/p1/p195/m3makefile, src/p1/p195/stderr.build, src/p1/p195/stderr.pgm, src/p1/p195/stdout.build, src/p1/p195/stdout.pgm, src/p1/p196/B.i3, src/p1/p196/B.m3, src/p1/p196/Main.m3, src/p1/p196/m3makefile, src/p1/p196/stderr.build, src/p1/p196/stderr.pgm, src/p1/p196/stdout.build, src/p1/p196/stdout.pgm, src/p1/p197/Main.m3, src/p1/p197/m3makefile, src/p1/p197/stderr.build, src/p1/p197/stderr.pgm, src/p1/p197/stdout.build, src/p1/p197/stdout.pgm, src/p1/p198/Main.m3, src/p1/p198/m3makefile, src/p1/p198/stderr.build, src/p1/p198/stderr.pgm, src/p1/p198/stdout.build, src/p1/p198/stdout.pgm, src/p1/p199/A.i3, src/p1/p199/Main.m3, src/p1/p199/m3makefile, src/p1/p199/stderr.build, src/p1/p199/stderr.pgm, src/p1/p199/stdout.build, src/p1/p199/stdout.pgm, src/p2/p200/Main.m3, src/p2/p200/m3makefile, src/p2/p200/stderr.build, src/p2/p200/stderr.pgm, src/p2/p200/stdout.build, src/p2/p200/stdout.pgm, src/p2/p201/Main.m3, src/p2/p201/m3makefile, src/p2/p201/stderr.build, src/p2/p201/stderr.pgm, src/p2/p201/stdout.build, src/p2/p201/stdout.pgm, src/p2/p202/Main.m3, src/p2/p202/m3makefile, src/p2/p202/stderr.build, src/p2/p202/stderr.pgm, src/p2/p202/stdout.build, src/p2/p202/stdout.pgm, src/p2/p203/Main.m3, src/p2/p203/m3makefile, src/p2/p203/stderr.build, src/p2/p203/stderr.pgm, src/p2/p203/stdout.build, src/p2/p203/stdout.pgm, src/r0/r001/Main.m3, src/r0/r001/m3makefile, src/r0/r001/stderr.build, src/r0/r001/stderr.pgm, src/r0/r001/stdout.build, src/r0/r001/stdout.pgm, src/r0/r002/Main.m3, src/r0/r002/m3makefile, src/r0/r002/stderr.build, src/r0/r002/stderr.pgm, src/r0/r002/stdout.build, src/r0/r002/stdout.pgm, src/r0/r003/Main.m3, src/r0/r003/m3makefile, src/r0/r003/stderr.build, src/r0/r003/stderr.pgm, src/r0/r003/stdout.build, src/r0/r003/stdout.pgm, src/r0/r004/Main.m3, src/r0/r004/m3makefile, src/r0/r004/stderr.build, src/r0/r004/stderr.pgm, src/r0/r004/stdout.build, src/r0/r004/stdout.pgm, src/x0/x001/Main.m3, src/x0/x001/m3makefile, src/x0/x002/Main.m3, src/x0/x002/m3makefile, src/x0/x003/Main.m3, src/x0/x003/m3makefile, src/x0/x004/Main.m3, src/x0/x004/m3makefile, src/x0/x005/Main.m3, src/x0/x005/m3makefile, src/x0/x006/Main.m3, src/x0/x006/m3makefile, src/x0/x007/Main.m3, src/x0/x007/m3makefile, src/x0/x007/stderr, src/x0/x007/stdout: add compiler tests from PM3 _NO_LIST_DISTRIBUTION_ 2003-03-08 14:59 wagner * m3-sys/cm3/: PkgTags, src/Dirs.m3, src/M3Build.m3, src/Makefile.m3, src/Msg.i3, src/Msg.m3: changes: o add options to prepend quake code (executed before m3makefile): -F (backwards compatibility), -FP, -prepend o add options to append quake code (executed after m3makefile): -FA, -append o define PACKAGE_DIR for m3makefile (backwards compatibility) o new procedure Msg.Info, which outputs its arguments for all verbosity levels greater that `silent' o suppress several informational messages when running silently o upgrade compiler version to 5.2.2 modified: cm3/src/Dirs.m3 modified: cm3/src/M3Build.m3 modified: cm3/src/Makefile.m3 modified: cm3/src/Msg.i3 modified: cm3/src/Msg.m3 2003-03-05 00:02 wagner * doc/: PkgTags, help/index.html, help/cm3/m3build/m3build.html, help/cm3/m3build/m3makefile.html, tutorial/index.html: fix some broken links modified: doc/help/index.html modified: doc/help/cm3/m3build/m3build.html modified: doc/help/cm3/m3build/m3makefile.html modified: doc/tutorial/index.html 2003-03-01 20:14 darko * m3-libs/m3core/: PkgTags, src/win32/WinCommCtrl.i3, src/win32/WinImageList.i3, src/win32/WinImageList.m3, src/win32/WinListView.i3, src/win32/WinListView.m3, src/win32/WinMidi.i3, src/win32/WinTabCon.i3, src/win32/WinTabCon.m3, src/win32/WinUser.i3, src/win32/m3makefile: added some additional parts of the Win32 API from commctrl.h and mmsystem.h 2003-02-27 16:41 wagner * m3-sys/cminstall/: PkgTags, src/config/NT386: add library wsock32.lib for all compilations, as modern Microsoft development environments seem to create dependencies even for libm3 modified: cminstall/src/config/NT386 2003-02-23 12:48 darko * m3-tools/macapi/: PkgTags, ReadMe.txt, demo/config.txt, demo/overrides.txt, src/Main.m3, src/m3makefile, src/m3overrides: Initial release 2003-02-22 17:47 darko * m3-db/db/src/ODBCDBStub.m3: fixed incorrect module name 2003-02-22 17:40 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: Upgrade version number to 5.2.1 and modification date to 2003-02-22. The builder now preservers modification time of shipped files. The real change is in m3middle/src/M3File.m3: > Preserve the file modification times when copying (shipping) files. > This probably fixes the intermittent ld/ranlib problems on PPC_DARWIN > and should be good for other platforms, too. modified: cm3/src/Makefile.m3 2003-02-22 17:38 wagner * m3-sys/m3middle/: PkgTags, src/M3File.m3: Preserve the file modification times when copying (shipping) files. This probably fixes the intermittent ld/ranlib problems on PPC_DARWIN and should be good for other platforms, too. modified: m3middle/src/M3File.m3 2003-02-21 23:38 wagner * scripts/: PkgTags, do-cm3-comm.sh: add missing package m3tk-misc to do-cm3-comm.sh modified: scripts/do-cm3-comm.sh 2003-02-21 18:03 darko * m3-db/db/: PkgTags, src/odbc/ODBCDB.m3: small fixes to make ODBC work (somewhat) 2003-02-20 18:55 wagner * m3-sys/cminstall/: PkgTags, src/Main.m3, src/config/PPC_DARWIN: changes: o add -lcc_dynamic for linking dynamic libraries. This fixes the non-relocatable saveFP/restFP problems. o fix flex library name (libfl.a) o add hint about DYLD_LIBRARY_PATH for PPC_DARWIN 2003-02-20 18:45 wagner * m3-sys/cm3/: PkgTags, src/config/PPC_DARWIN: add -lcc_dynamic for building dynamic libraries. This fixes the saveFP/restFP problem 2003-02-19 10:17 wagner * m3-sys/m3cc/: PkgTags, src/m3makefile: update platform configuration for PPC_DARWIN add a warning about the need of gcc 3.2.1 for compilation on PPC_DARWIN 2003-02-18 01:18 darko * m3-db/db/: PkgTags, README, demo/DemoDB.m3, demo/m3makefile, src/DB.i3, src/DB.m3, src/MySQLDB.i3, src/MySQLDBStub.m3, src/ODBCDB.i3, src/ODBCDBStub.m3, src/PostgreSQLDB.i3, src/PostgreSQLDBStub.m3, src/m3makefile, src/mysql/MySQL.i3, src/mysql/MySQLDB.m3, src/mysql/MySQLDBRep.i3, src/mysql/m3makefile, src/mysql/demo/DemoMY.m3, src/mysql/demo/m3makefile, src/odbc/ODBCDB.m3, src/odbc/ODBCDBRep.i3, src/odbc/m3makefile, src/postgresql/PostgreSQL.i3, src/postgresql/PostgreSQLDB.m3, src/postgresql/PostgreSQLDBRep.i3, src/postgresql/m3makefile, src/postgresql/demo/DemoPG.m3, src/postgresql/demo/m3makefile: Added multiple db interface support, added support for MySQL and PostgreSQL 2003-02-17 22:44 wagner * m3-libs/m3core/: PkgTags, src/runtime/PPC_DARWIN/RTThreadC.c, src/runtime/PPC_DARWIN/RTThreadC.s, src/runtime/PPC_DARWIN/m3makefile: add RTThreadC.s as a workaround for the undefined non-relocatable symbols when compiling RTThreadC.c with the native Apple gcc. 2003-02-10 23:17 wagner * www/RELNOTES_5_2_0: more spelling fixes 2003-02-10 22:55 wagner * www/RELNOTES_5_2_0: fix spelling 2003-02-10 19:06 wagner * www/download.html: fix download links 2003-02-10 17:07 wagner * www/: PkgTags, RELNOTES_5_2_0, download.html, index.html: release 5.2.0 for PPC_DARWIN added: www/RELNOTES_5_2_0 modified: www/download.html modified: www/index.html 2003-02-10 14:53 wagner * scripts/: def-std-pkgs.sh, do-cm3-min.sh, make-bin-dist-min.sh: fix M3GC_SIMPLE switch 2003-02-10 13:55 wagner * m3-libs/m3core/src/runtime/PPC_DARWIN/: RTMachine.i3, RTThread.m3: turn thread stack protection off and minor clean-up 2003-02-08 15:50 wagner * m3-libs/m3core/src/: runtime/PPC_DARWIN/RTHeapDep.m3, runtime/PPC_DARWIN/RTSignal.m3, unix/darwin-generic/Usignal.i3: fix some of the signal handling definitions for Darwin 2003-02-08 15:17 wagner * m3-libs/m3core/src/unix/: darwin-generic/Uin.m3, darwin-generic/m3makefile, darwin-i386/Uin.m3, darwin-i386/m3makefile, darwin-ppc/Uin.m3, darwin-ppc/m3makefile: move architecture specific network support for Darwin to its proper location 2003-02-07 15:40 wagner * scripts/: def-std-pkgs.sh, do-cm3-min.sh, make-bin-dist-min.sh: new environment switch M3GC_SIMPLE: avoid the use and compilation of m3gc-enhanced even if this library and its syscall wrappers file exists Example usage: STAGE=~/cm3-stage M3GC_SIMPLE=yes ./make-bin-dist-min.sh 2003-02-07 15:37 wagner * scripts/sysinfo.sh: upgrade version default 2003-02-07 15:06 wagner * m3-ui/ui/test/StarAnim/.cvsignore, m3-ui/ui/test/Track/.cvsignore, m3-ui/ui/test/TypeInTest/.cvsignore, m3-ui/ui-tests/pixmapcomtest/.cvsignore, m3-ui/ui-tests/pixtest/.cvsignore, m3-ui/ui-tests/test18/.cvsignore, m3-ui/ui-tests/test19/.cvsignore, m3-ui/ui-tests/test25/.cvsignore, m3-ui/ui-tests/test26/.cvsignore, m3-ui/ui-tests/test27/.cvsignore, m3-ui/ui-tests/test28/.cvsignore, m3-ui/ui-tests/test29/.cvsignore, m3-ui/ui-tests/test30/.cvsignore, m3-ui/ui-tests/test31/.cvsignore, m3-ui/ui-tests/test32/.cvsignore, m3-ui/ui-tests/test33/.cvsignore, m3-ui/ui-tests/test35/.cvsignore, m3-ui/ui-tests/texturecomtest/.cvsignore, m3-ui/ui-tests/tiles/.cvsignore, m3-ui/ui-tests/track/.cvsignore, m3-ui/vbtkit/.cvsignore, m3-ui/videovbt/.cvsignore, m3-ui/webvbt/.cvsignore, m3-ui/webvbt/src/hyperpage/.cvsignore, m3-ui/zeus/.cvsignore, m3-www/deckscape/.cvsignore, m3-www/http/.cvsignore, m3-www/proxy/.cvsignore, m3-www/web/.cvsignore, m3-www/webcat/.cvsignore, m3-www/webscape/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 15:03 wagner * m3-ui/: codeview/.cvsignore, formsedit/.cvsignore, formsvbt/.cvsignore, formsvbtpixmaps/.cvsignore, formsview/.cvsignore, images/.cvsignore, juno-2/juno-app/.cvsignore, juno-2/juno-app/pkl-fonts/.cvsignore, juno-2/juno-compiler/.cvsignore, juno-2/juno-compiler/tests/compiler/.cvsignore, juno-2/juno-compiler/tests/lexer/.cvsignore, juno-2/juno-compiler/tests/parser/.cvsignore, juno-2/juno-compiler/tests/scope/.cvsignore, juno-2/juno-machine/.cvsignore, juno-2/juno-machine/linear/.cvsignore, juno-2/juno-machine/nonlinear/.cvsignore, juno-2/juno-machine/runtime/.cvsignore, juno-2/juno-machine/solve/.cvsignore, jvideo/.cvsignore, m3zume/.cvsignore, mg/.cvsignore, mgkit/.cvsignore, motif/.cvsignore, motif/tests/.cvsignore, opengl/.cvsignore, ui/test/Argus/.cvsignore, ui/test/BadBricks/.cvsignore, ui/test/ButtonTest/.cvsignore, ui/test/Cards/.cvsignore, ui/test/ColorMonster/.cvsignore, ui/test/Draw/.cvsignore, ui/test/EyesVBT/.cvsignore, ui/test/Hello/.cvsignore, ui/test/Monster/.cvsignore, ui/test/Sketch2/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 15:00 wagner * m3-sys/m3loader/.cvsignore, m3-sys/m3middle/.cvsignore, m3-sys/m3objfile/.cvsignore, m3-sys/m3quake/.cvsignore, m3-sys/m3scanner/.cvsignore, m3-sys/m3staloneback/.cvsignore, m3-sys/m3tools/.cvsignore, m3-sys/mklib/.cvsignore, m3-tools/cmpdir/.cvsignore, m3-tools/cmpfp/.cvsignore, m3-tools/coverage/.cvsignore, m3-tools/dirfp/.cvsignore, m3-tools/gnuemacs/.cvsignore, m3-tools/hexdump/.cvsignore, m3-tools/m3browser/.cvsignore, m3-tools/m3bundle/.cvsignore, m3-tools/m3markup/.cvsignore, m3-tools/m3scan/.cvsignore, m3-tools/m3tk/.cvsignore, m3-tools/m3tohtml/.cvsignore, m3-tools/m3totex/.cvsignore, m3-tools/mtex/.cvsignore, m3-tools/pp/.cvsignore, m3-tools/recordheap/.cvsignore, m3-tools/rehearsecode/.cvsignore, m3-tools/replayheap/.cvsignore, m3-tools/showheap/.cvsignore, m3-tools/shownew/.cvsignore, m3-tools/showthread/.cvsignore, m3-tools/uniq/.cvsignore, m3-ui/PEX/.cvsignore, m3-ui/X11R4/.cvsignore, m3-ui/anim3D/.cvsignore, m3-ui/bicycle/.cvsignore, m3-ui/cmvbt/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:57 wagner * m3-obliq/obliqbinstd/.cvsignore, m3-obliq/obliqbinui/.cvsignore, m3-obliq/obliqlib3D/.cvsignore, m3-obliq/obliqlibanim/.cvsignore, m3-obliq/obliqlibemb/.cvsignore, m3-obliq/obliqlibm3/.cvsignore, m3-obliq/obliqlibui/.cvsignore, m3-obliq/obliqparse/.cvsignore, m3-obliq/obliqprint/.cvsignore, m3-obliq/obliqrt/.cvsignore, m3-obliq/obliqsrvstd/.cvsignore, m3-obliq/obliqsrvui/.cvsignore, m3-obliq/synex/.cvsignore, m3-obliq/synloc/.cvsignore, m3-obliq/visualobliq/.cvsignore, m3-obliq/vocgi/.cvsignore, m3-obliq/voquery/.cvsignore, m3-obliq/vorun/.cvsignore, m3-pkgtools/pkgfprint/.cvsignore, m3-pkgtools/pkgobj/.cvsignore, m3-pkgtools/pkgq/.cvsignore, m3-pkgtools/pkgsrv/.cvsignore, m3-pkgtools/pkgtool/.cvsignore, m3-sys/cm3/.cvsignore, m3-sys/cminstall/.cvsignore, m3-sys/dll2lib/.cvsignore, m3-sys/fix_nl/.cvsignore, m3-sys/libdump/.cvsignore, m3-sys/m3back/.cvsignore, m3-sys/m3cc/.cvsignore, m3-sys/m3cgcat/.cvsignore, m3-sys/m3cggen/.cvsignore, m3-sys/m3front/.cvsignore, m3-sys/m3gdb/.cvsignore, m3-sys/m3linker/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:54 wagner * m3-libs/libm3/tests/rw/pumprd/.cvsignore, m3-libs/libm3/tests/sequence/.cvsignore, m3-libs/libm3/tests/sortedtable/.cvsignore, m3-libs/libm3/tests/sqrt/.cvsignore, m3-libs/libsio/.cvsignore, m3-libs/listfuncs/.cvsignore, m3-libs/m3core/.cvsignore, m3-libs/m3core/tests/float/.cvsignore, m3-libs/m3core/tests/text/.cvsignore, m3-libs/m3tk-misc/.cvsignore, m3-libs/parseparams/.cvsignore, m3-libs/patternmatching/.cvsignore, m3-libs/patternmatching/tests/.cvsignore, m3-libs/realgeometry/.cvsignore, m3-libs/set/.cvsignore, m3-libs/slisp/.cvsignore, m3-libs/slisp/tests/.cvsignore, m3-libs/sortedtableextras/.cvsignore, m3-libs/sortedtableextras/tests/intperf/.cvsignore, m3-libs/sortedtableextras/tests/leveltest/.cvsignore, m3-libs/sortedtableextras/tests/randtest/.cvsignore, m3-libs/sortedtableextras/tests/rbtest/.cvsignore, m3-libs/sortedtableextras/tests/sltest/.cvsignore, m3-libs/table-list/.cvsignore, m3-libs/tcl/.cvsignore, m3-libs/tempfiles/.cvsignore, m3-mail/llscan/.cvsignore, m3-mail/postcard/.cvsignore, m3-mail/webcard/.cvsignore, m3-obliq/metasyn/.cvsignore, m3-obliq/obliq/.cvsignore, m3-obliq/obliqbin3D/.cvsignore, m3-obliq/obliqbinanim/.cvsignore, m3-obliq/obliqbinmin/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:51 wagner * m3-demo/sil/.cvsignore, m3-games/badbricks/.cvsignore, m3-games/columns/.cvsignore, m3-games/fours/.cvsignore, m3-games/maze/.cvsignore, m3-games/solitaire/.cvsignore, m3-games/tetris/.cvsignore, m3-lectern/buildlectern/.cvsignore, m3-lectern/editlectern/.cvsignore, m3-lectern/lectern/.cvsignore, m3-lectern/lecternclient/.cvsignore, m3-lectern/lecterndoc/.cvsignore, m3-lectern/lecterntohtml/.cvsignore, m3-lectern/ocr/.cvsignore, m3-libs/binIO/.cvsignore, m3-libs/bitvector/.cvsignore, m3-libs/bitvector/test/.cvsignore, m3-libs/debug/.cvsignore, m3-libs/digraph/.cvsignore, m3-libs/dps/.cvsignore, m3-libs/embutils/.cvsignore, m3-libs/libbuf/.cvsignore, m3-libs/libm3/.cvsignore, m3-libs/libm3/tests/fmtlex/fmt/.cvsignore, m3-libs/libm3/tests/fmtlex/lex/.cvsignore, m3-libs/libm3/tests/fmtlex/scan/.cvsignore, m3-libs/libm3/tests/os/.cvsignore, m3-libs/libm3/tests/pqueue/fromtty/.cvsignore, m3-libs/libm3/tests/pqueue/heapsort1/.cvsignore, m3-libs/libm3/tests/pqueue/heapsort2/.cvsignore, m3-libs/libm3/tests/random/.cvsignore, m3-libs/libm3/tests/rw/autotest/.cvsignore, m3-libs/libm3/tests/rw/copy/.cvsignore, m3-libs/libm3/tests/rw/pump/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:48 wagner * m3-comm/rdwr/.cvsignore, m3-comm/rdwr/test/echo/.cvsignore, m3-comm/rdwr/test/john/.cvsignore, m3-comm/serial/.cvsignore, m3-comm/sharedobj/.cvsignore, m3-comm/sharedobj/tests/netobjtest/.cvsignore, m3-comm/sharedobj/tests/obsequence/.cvsignore, m3-comm/sharedobj/tests/tracker/.cvsignore, m3-comm/sharedobjgen/.cvsignore, m3-comm/sharedobjgen/test/trackerpos/.cvsignore, m3-comm/stubgen/.cvsignore, m3-comm/tapi/.cvsignore, m3-comm/tcp/.cvsignore, m3-comm/udp/.cvsignore, m3-db/db/.cvsignore, m3-db/db/test/.cvsignore, m3-db/odbc/.cvsignore, m3-db/odbc/test/.cvsignore, m3-db/pgodbc/.cvsignore, m3-db/postgres95/.cvsignore, m3-db/postgres95/test/.cvsignore, m3-db/smalldb/.cvsignore, m3-db/stable/.cvsignore, m3-db/stable/example/.cvsignore, m3-db/stable/test/.cvsignore, m3-db/stablegen/.cvsignore, m3-demo/calculator/.cvsignore, m3-demo/cube/.cvsignore, m3-demo/dpsslides/.cvsignore, m3-demo/fisheye/.cvsignore, m3-demo/mentor/.cvsignore, m3-demo/sharedboard/board/.cvsignore, m3-demo/sharedboard/boardclient/.cvsignore, m3-demo/sharedboard/boardserver/.cvsignore, m3-demo/sharedboard/calendar/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:44 wagner * caltech-parser/cit_common/.cvsignore, caltech-parser/cit_util/.cvsignore, caltech-parser/drawcontext/.cvsignore, caltech-parser/drawcontext/dcpane/.cvsignore, caltech-parser/drawcontext/kgv/.cvsignore, caltech-parser/drawcontext/test/.cvsignore, caltech-parser/hack/.cvsignore, caltech-parser/m3browserhack/.cvsignore, caltech-parser/m3tmplhack/.cvsignore, caltech-parser/paneman/.cvsignore, caltech-parser/paneman/kemacs/.cvsignore, caltech-parser/parserlib/kext/.cvsignore, caltech-parser/parserlib/klex/.cvsignore, caltech-parser/parserlib/klexlib/.cvsignore, caltech-parser/parserlib/ktok/.cvsignore, caltech-parser/parserlib/ktoklib/.cvsignore, caltech-parser/parserlib/kyacc/.cvsignore, caltech-parser/parserlib/kyacclib/.cvsignore, caltech-parser/parserlib/parserlib/.cvsignore, caltech-parser/parserlib/parserlib/test/.cvsignore, caltech-parser/parserlib/parserlib/test_stdin/.cvsignore, caltech-parser/term/.cvsignore, m3-comm/events/.cvsignore, m3-comm/events/tests/msg/.cvsignore, m3-comm/events/tests/test/.cvsignore, m3-comm/events/tests/work/.cvsignore, m3-comm/netobj/.cvsignore, m3-comm/netobj/tests/echorw/.cvsignore, m3-comm/netobj/tests/fd/.cvsignore, m3-comm/netobj/tests/fd1/.cvsignore, m3-comm/netobj/tests/longcall/.cvsignore, m3-comm/netobj/tests/luca/.cvsignore, m3-comm/netobj/tests/perf/.cvsignore, m3-comm/netobj/tests/pkl/.cvsignore, m3-comm/netobjd/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 14:33 wagner * m3-ui/ui/.cvsignore: add more target directories to be ignored _NO_LIST_DISTRIBUTION_ 2003-02-07 13:56 wagner * scripts/.cvsignore: add .cvsignore 2003-02-07 13:50 wagner * scripts/do-cm3-core.sh: add package m3gc-simple and switch OMIT_GCC 2003-02-07 13:49 wagner * m3-sys/: cm3/src/config/PPC_DARWIN, cminstall/src/config/PPC_DARWIN: updated config template for dynamic library use on Darwin 2003-02-07 13:47 wagner * m3-sys/cm3/src/Builder.m3: add option M3_SPLIT_LIBNAMES_IF_SHARED for cm3.cfg: I need this to work around the problem of linking m3 libraries both statically and dynamically into programs on Darwin. Darwin only really support dynamic linking, so some base system libraries should always be referred to dynamically. On the other hand it may be useful to be able to bundle all m3 libraries into one executable file. Unlike other linkers I know, Darwin's does only allow exactly one -dynamic or -static option. The solution I chose is to specify the complete archive pathnames when linking `statically' and use the split form when linking dynamically, which is exactly what the switch enables. The linker in the PPC_DARWIN template is always called to link dynamically. 2003-02-07 13:34 wagner * m3-libs/m3core/src/: Csupport/Common/hand.c, runtime/PPC_DARWIN/RTHeapDep.m3, runtime/PPC_DARWIN/RTMachine.i3: remove `common symbols' which are not allowed in Darwin's shared libraries 2003-02-07 13:30 wagner * m3-libs/libm3/tests/os/src/m3makefile: add missing quotes to test makefile 2003-02-03 12:26 wagner * m3-libs/m3core/: PkgTags, src/runtime/PPC_DARWIN/RTThread.m3, src/unix/darwin-generic/Udir.i3, src/unix/darwin-generic/Uerror.i3, src/unix/darwin-generic/Uexec.i3, src/unix/darwin-generic/Uin.m3: Fix some Unix interface and thread issues. With these changes, the cvsup client is working on PPC_DARWIN. 2003-02-03 11:37 wagner * m3-libs/m3core/tests/text/src/: Test.m3, m3makefile: make the text tests compile again there are lots of tests missing though 2003-02-03 11:30 wagner * m3-libs/m3core/tests/float/src/: LongTest.m3, Main.m3, RealTest.m3: make float tests compile again and catch some exceptions 2003-02-02 17:36 wagner * m3-sys/cm3/src/config/PPC_DARWIN: simplify the PPC_DARWIN target for some time: disable dynamic linking of m3 libs, this can be re-added later With this configuration I was able to bootstrap cm3 on Darwin 6.3. 2003-02-02 16:34 wagner * m3-sys/m3middle/: PkgTags, src/Target.m3: increase jmpbuf size for PPC_DARWIN modified: m3middle/src/Target.m3 2003-02-02 16:33 wagner * m3-libs/m3core/: PkgTags, src/C/PPC_DARWIN/Csetjmp.i3, src/Csupport/PPC_DARWIN/dtoa.c, src/runtime/POSIX/RTOS.m3: changes: o change the heap allocation to use malloc instead of sbrk by default; sbrk seems to be regarded as deprecated and an anachronism o add some debug output to RTOS.GetMemory (sbrk or malloc call) which can be activated by @M3alloc o fix (?) the jmpbuf size for PPC_DARWIN o remove junk from PPC_DARWIN/dtoa.c modified: m3core/src/C/PPC_DARWIN/Csetjmp.i3 modified: m3core/src/Csupport/PPC_DARWIN/dtoa.c modified: m3core/src/runtime/POSIX/RTOS.m3 2003-02-02 14:55 wagner * m3-sys/cm3/: PkgTags, src/config/PPC_DARWIN: fix compile_c to use -fPIC for PPC_DARWIN modified: cm3/src/config/PPC_DARWIN 2003-02-01 00:09 wagner * m3-libs/m3core/: PkgTags, src/Csupport/PPC_DARWIN/dtoa.c: fix IEEE definition for PPC in dtoa.c (IEEE_MC68k) modified: m3core/src/Csupport/PPC_DARWIN/dtoa.c 2003-01-31 23:43 wagner * m3-libs/m3core/: PkgTags, src/unix/darwin-generic/Unix.i3, src/unix/darwin-generic/Ustat.i3: fix FREAD FWRITE constants and stat structure for PPC_DARWIN modified: m3core/src/unix/darwin-generic/Unix.i3 modified: m3core/src/unix/darwin-generic/Ustat.i3 2003-01-31 19:34 wagner * scripts/: PkgTags, list-pkg-dirs.sh, pkginfo.sh: changes: o add listpkgs function to pkginfo.sh o add script to list package source dirs with prefix (default: dir); useful for gdb added: scripts/list-pkg-dirs.sh modified: scripts/pkginfo.sh 2003-01-29 23:34 wagner * m3-sys/cm3/: PkgTags, src/config/PPC_DARWIN: changes configuration options for PPC_DARWIN: o add -fPIC as only dynamic linking is supported on Darwin o add -gstabs as default for the first weeks or months till everything settles modified: cm3/src/config/PPC_DARWIN 2003-01-29 23:16 wagner * m3-libs/m3core/: PkgTags, src/runtime/PPC_DARWIN/RTMachine.i3, src/runtime/PPC_DARWIN/RTThread.m3, src/thread/POSIX/ThreadPosix.m3: some runtime fixes for PPC_DARWIN and some trace routines in ThreadPosix modified: m3core/src/runtime/PPC_DARWIN/RTMachine.i3 modified: m3core/src/runtime/PPC_DARWIN/RTThread.m3 modified: m3core/src/thread/POSIX/ThreadPosix.m3 2003-01-29 23:07 wagner * scripts/: PkgTags, copy-bootarchives.sh: add simple script to transfer bootarchives via rsync added: scripts/copy-bootarchives.sh 2003-01-29 16:26 hosking * m3-mail/llscan/src/m3makefile: Don't wrap system calls when linking llscan. 2003-01-29 15:21 hosking * m3-libs/m3core/src/unix/linux-libc6/Uerror.m3: Direct use of sys_errlist is deprecated. Use Cstring.strerror instead. 2003-01-29 00:19 wagner * m3-sys/m3cc/: PkgTags, gcc/gcc/builtins.c, gcc/gcc/calls.c, gcc/gcc/expr.h, gcc/gcc/tree-dump.c, gcc/gcc/tree.def, gcc/gcc/tree.h, gcc/gcc/m3cg/parse.c: John Polstra's patch for removing trampoline use for nested functions modified: m3cc/gcc/gcc/builtins.c modified: m3cc/gcc/gcc/calls.c modified: m3cc/gcc/gcc/expr.h modified: m3cc/gcc/gcc/tree-dump.c modified: m3cc/gcc/gcc/tree.def modified: m3cc/gcc/gcc/tree.h modified: m3cc/gcc/gcc/m3cg/parse.c 2003-01-28 12:19 wagner * m3-obliq/vorun/: PkgTags, src/m3makefile: abstract slash in m3makefile modified: vorun/src/m3makefile 2003-01-26 23:43 wagner * scripts/: PkgTags, boot-cm3-core.sh, pack-crossbuild.sh: fix the cross-compiling boot-script to use the correct cm3cg backend and add the packages m3gc-simple and m3gc-enhanced modified: scripts/boot-cm3-core.sh modified: scripts/pack-crossbuild.sh 2003-01-26 23:37 wagner * scripts/: boot-cm3-build-on-target.sh, boot-cm3-makefile-lib.tmpl, boot-cm3-makefile-prog.tmpl: minor improvements for cross-compilation makefiles and scripts 2003-01-19 17:10 wagner * m3-sys/m3cc/: gcc/gcc/m3cg/decl.c, gcc/gcc/m3cg/parse.c, PkgTags: I experienced several crashes when generating stabs debugging information. These two changes should fix them: o use bitsize_zero_node in debug_field instead of v_zero o initialize the char_type_node in m3cg/decl.c 2003-01-19 14:19 wagner * m3-libs/m3core/src/runtime/PPC_DARWIN/: RTMachine.i3, m3makefile, malloc.c: two small fixes for PPC_DARWIN: o it seems we don't need a special malloc o as we don't have any special fpsetjmp yet (and perhaps don't need one?) we just use the standard setjmp for context switching 2003-01-19 00:16 wagner * scripts/: boot-cm3-makefile-lib.tmpl, boot-cm3-makefile-prog.tmpl: PPC_DARWIN needs position independent code. I've added CCOPTS=-fPIC to the bootstrap makefiles. With this addition, I can link cm3 and m3bundle on PPC_DARWIN. 2003-01-18 23:51 wagner * scripts/boot-cm3-makefile-prog.tmpl: add phony directive 2003-01-18 22:42 wagner * scripts/: boot-cm3-build-on-target.sh, boot-cm3-makefile-lib.tmpl, boot-cm3-makefile-prog.tmpl, sysinfo.sh: several fixes for the bootstrap scripts and makefiles Most things are now working for PPC_DARWIN, but there are still some linking/runtime problems. 2003-01-18 22:11 wagner * m3-libs/m3gc-enhanced/PkgTags: add missing files for PPC_DARWIN added: m3gc-enhanced/src/runtime/PPC_DARWIN/RTHeapDepC.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/RTThreadC.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/accept.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/bind.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/close.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/connect.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/dup.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/dup2.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/gethostbyaddr.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/gethostbyname.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/getpeername.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/getsockname.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/listen.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/m3makefile added: m3gc-enhanced/src/runtime/PPC_DARWIN/malloc.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/read.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/recv.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/recvfrom.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/select.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/send.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/sendto.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/shutdown.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/socket.c added: m3gc-enhanced/src/runtime/PPC_DARWIN/socksconf.h added: m3gc-enhanced/src/runtime/PPC_DARWIN/wrap.h added: m3gc-enhanced/src/runtime/PPC_DARWIN/write.c 2003-01-10 01:18 wagner * scripts/: PkgTags, boot-cm3-build-on-target.sh, boot-cm3-core.sh, boot-cm3-makefile-lib.tmpl, boot-cm3-makefile-prog.tmpl: Add some support for building cross-compiled packages on the target platform. This is neither completely automated nor very sophisticated, nor even tested yet. (I'll do that as soon as I can get a connection to lamancha.opendarwin.org again.) Also add -keep to the cross-compiling options. On the target platform cm3cg may be used rather than the assembler if it can be compiled there. added: scripts/boot-cm3-build-on-target.sh added: scripts/boot-cm3-makefile-lib.tmpl added: scripts/boot-cm3-makefile-prog.tmpl modified: scripts/boot-cm3-core.sh 2003-01-09 23:12 wagner * m3-sys/m3cc/: PkgTags, gcc/gcc/m3cg/parse.c: Add fix from John Polstra which fixes a crash in generation of case statements when optimizing is enabled. The crash was observed in module EuclidView.m3 of package mentor. Here's what John Polstra wrote: The fix changes the way we emit case statements to be more similar to the way the C front end does it. The optimizer likes that better. modified: m3cc/gcc/gcc/m3cg/parse.c 2003-01-09 22:18 wagner * README: some more information 2003-01-09 22:13 wagner * README: some more information 2003-01-09 22:11 wagner * README: added README 2003-01-09 21:55 wagner * COPYRIGHT-DEC: add blank line (commit test) 2003-01-09 12:55 wagner * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: fix: malloc --> xmalloc 2003-01-05 23:30 wagner * m3-sys/cm3/: PkgTags, src/Makefile.m3: Upgrade the version number for the upcoming 5.2.0 release. This will correspond to the release_CM3_5_2_0 tag once it is created. 5.2.0 will be the first release with the gcc 3.2.1 backend, which is now committed, but only tested on FreeBSD4 so far. modified: cm3/src/Makefile.m3 2003-01-05 23:19 wagner * m3-sys/m3cc/: PkgTags, gcc/gcc/dwarf2out.c, gcc/gcc/m3cg/Make-lang.in, gcc/gcc/m3cg/config-lang.in, gcc/gcc/m3cg/decl.c, gcc/gcc/m3cg/do_protos, gcc/gcc/m3cg/lang-options.h, gcc/gcc/m3cg/lang-specs.h, gcc/gcc/m3cg/lang.c, gcc/gcc/m3cg/m3-parse.h, gcc/gcc/m3cg/m3-tree.h, gcc/gcc/m3cg/m3.def, gcc/gcc/m3cg/m3cg.h, gcc/gcc/m3cg/parse.c, gcc/gcc/m3cg/parse.c--jdp, gcc/gcc/m3cg/tree.c, src/m3makefile: add cm3 support for the new gcc-3.2.1-based backend, based on John Polstras work for pm3 added: m3cc/gcc/gcc/m3cg/Make-lang.in added: m3cc/gcc/gcc/m3cg/config-lang.in added: m3cc/gcc/gcc/m3cg/decl.c added: m3cc/gcc/gcc/m3cg/do_protos added: m3cc/gcc/gcc/m3cg/lang-options.h added: m3cc/gcc/gcc/m3cg/lang-specs.h added: m3cc/gcc/gcc/m3cg/lang.c added: m3cc/gcc/gcc/m3cg/m3-parse.h added: m3cc/gcc/gcc/m3cg/m3-tree.h added: m3cc/gcc/gcc/m3cg/m3.def added: m3cc/gcc/gcc/m3cg/m3cg.h added: m3cc/gcc/gcc/m3cg/parse.c added: m3cc/gcc/gcc/m3cg/parse.c--jdp added: m3cc/gcc/gcc/m3cg/tree.c modified: m3cc/gcc/gcc/dwarf2out.c modified: m3cc/src/m3makefile 2003-01-05 19:47 wagner * m3-sys/m3cc/: PkgTags, gcc/.brik, gcc/.cvsignore, gcc/BUGS, gcc/COPYING, gcc/ChangeLog, gcc/FAQ, gcc/MAINTAINERS, gcc/Makefile.in, gcc/README, gcc/config-ml.in, gcc/config.guess, gcc/config.if, gcc/config.sub, gcc/configure, gcc/configure.in, gcc/faq.html, gcc/install-sh, gcc/ltconfig, gcc/ltmain.sh, gcc/missing, gcc/symlink-tree, gcc/config/ChangeLog, gcc/config/mh-aix43, gcc/config/mh-djgpp, gcc/config/mh-irix6, gcc/config/mh-sparcpic, gcc/config/mt-linux, gcc/config/mt-sparcpic, gcc/contrib/ChangeLog, gcc/contrib/PR3145.patch, gcc/contrib/egcs_update, gcc/contrib/gcc_release, gcc/contrib/gperf-2.7-19981006.pat, gcc/contrib/index-prop, gcc/contrib/snapshot, gcc/contrib/test_installed, gcc/contrib/test_summary, gcc/contrib/warn_summary, gcc/gcc/.cvsignore, gcc/gcc/.gdbinit, gcc/gcc/ABOUT-GCC-NLS, gcc/gcc/ABOUT-NLS, gcc/gcc/BUGS, gcc/gcc/COPYING, gcc/gcc/COPYING.LIB, gcc/gcc/ChangeLog, gcc/gcc/ChangeLog.0, gcc/gcc/ChangeLog.lib, gcc/gcc/FSFChangeLog, gcc/gcc/FSFChangeLog.10, gcc/gcc/FSFChangeLog.11, gcc/gcc/INSTALL, gcc/gcc/LANGUAGES, gcc/gcc/Makefile.in, gcc/gcc/NEWS, gcc/gcc/PROBLEMS, gcc/gcc/README, gcc/gcc/README-bugs, gcc/gcc/README-fixinc, gcc/gcc/README.ACORN, gcc/gcc/README.ALTOS, gcc/gcc/README.APOLLO, gcc/gcc/README.C4X, gcc/gcc/README.DWARF, gcc/gcc/README.FRESCO, gcc/gcc/README.NS32K, gcc/gcc/README.RS6000, gcc/gcc/README.TRAD, gcc/gcc/README.X11, gcc/gcc/README.gnat, gcc/gcc/SERVICE, gcc/gcc/TESTS.FLUNK, gcc/gcc/acconfig.h, gcc/gcc/aclocal.m4, gcc/gcc/alias.c, gcc/gcc/assert.h, gcc/gcc/basic-block.h, gcc/gcc/bitmap.c, gcc/gcc/bitmap.h, gcc/gcc/build-make, gcc/gcc/c-aux-info.c, gcc/gcc/c-common.c, gcc/gcc/c-convert.c, gcc/gcc/c-decl.c, gcc/gcc/c-dump.c, gcc/gcc/c-dump.h, gcc/gcc/c-gperf.h, gcc/gcc/c-iterate.c, gcc/gcc/c-lang.c, gcc/gcc/c-lex.c, gcc/gcc/c-lex.h, gcc/gcc/c-parse.c, gcc/gcc/c-parse.gperf, gcc/gcc/c-parse.h, gcc/gcc/c-parse.in, gcc/gcc/c-parse.y, gcc/gcc/c-pragma.c, gcc/gcc/c-pragma.h, gcc/gcc/c-tree.h, gcc/gcc/c-typeck.c, gcc/gcc/caller-save.c, gcc/gcc/calls.c, gcc/gcc/cccp.1, gcc/gcc/cccp.c, gcc/gcc/cexp.c, gcc/gcc/cexp.y, gcc/gcc/collect2.c, gcc/gcc/collect2.h, gcc/gcc/combine.c, gcc/gcc/conditions.h, gcc/gcc/config.in, gcc/gcc/configure, gcc/gcc/configure.bat, gcc/gcc/configure.frag, gcc/gcc/configure.in, gcc/gcc/configure.lang, gcc/gcc/convert.c, gcc/gcc/convert.h, gcc/gcc/cpp.1, gcc/gcc/cpp.fns, gcc/gcc/cpp.texi, gcc/gcc/cppalloc.c, gcc/gcc/cpperror.c, gcc/gcc/cppexp.c, gcc/gcc/cppfiles.c, gcc/gcc/cpphash.c, gcc/gcc/cpphash.h, gcc/gcc/cppinit.c, gcc/gcc/cpplib.c, gcc/gcc/cpplib.h, gcc/gcc/cppmain.c, gcc/gcc/cppspec.c, gcc/gcc/cppulp.c, gcc/gcc/cross-make, gcc/gcc/crtstuff.c, gcc/gcc/cse.c, gcc/gcc/dbxout.c, gcc/gcc/dbxout.h, gcc/gcc/dce.c, gcc/gcc/defaults.h, gcc/gcc/doprint.c, gcc/gcc/dostage2, gcc/gcc/dostage3, gcc/gcc/dwarf.h, gcc/gcc/dwarf2.h, gcc/gcc/dwarf2out.c, gcc/gcc/dwarf2out.h, gcc/gcc/dwarfout.c, gcc/gcc/dwarfout.h, gcc/gcc/dyn-string.c, gcc/gcc/dyn-string.h, gcc/gcc/eh-common.h, gcc/gcc/emit-rtl.c, gcc/gcc/enquire.c, gcc/gcc/except.c, gcc/gcc/except.h, gcc/gcc/exgettext, gcc/gcc/explow.c, gcc/gcc/expmed.c, gcc/gcc/expr.c, gcc/gcc/expr.h, gcc/gcc/extend.texi, gcc/gcc/final.c, gcc/gcc/fix-header.c, gcc/gcc/fixcpp, gcc/gcc/fixinc-nt.sed, gcc/gcc/fixincludes, gcc/gcc/fixproto, gcc/gcc/flags.h, gcc/gcc/floatlib.c, gcc/gcc/flow.c, gcc/gcc/fold-const.c, gcc/gcc/fp-test.c, gcc/gcc/frame.c, gcc/gcc/frame.h, gcc/gcc/function.c, gcc/gcc/function.h, gcc/gcc/future.options, gcc/gcc/gansidecl.h, gcc/gcc/gbl-ctors.h, gcc/gcc/gcc.1, gcc/gcc/gcc.c, gcc/gcc/gcc.hlp, gcc/gcc/gcc.texi, gcc/gcc/gccspec.c, gcc/gcc/gcov-io.h, gcc/gcc/gcov.c, gcc/gcc/gcov.texi, gcc/gcc/gcse.c, gcc/gcc/gen-protos.c, gcc/gcc/genattr.c, gcc/gcc/genattrtab.c, gcc/gcc/gencheck.c, gcc/gcc/gencodes.c, gcc/gcc/genconfig.c, gcc/gcc/genemit.c, gcc/gcc/genextract.c, gcc/gcc/genflags.c, gcc/gcc/gengenrtl.c, gcc/gcc/genmultilib, gcc/gcc/genopinit.c, gcc/gcc/genoutput.c, gcc/gcc/genpeep.c, gcc/gcc/genrecog.c, gcc/gcc/getpwd.c, gcc/gcc/glimits.h, gcc/gcc/global.c, gcc/gcc/gmon.c, gcc/gcc/graph.c, gcc/gcc/gstab.h, gcc/gcc/gthr-dce.h, gcc/gcc/gthr-posix.h, gcc/gcc/gthr-single.h, gcc/gcc/gthr-solaris.h, gcc/gcc/gthr-vxworks.h, gcc/gcc/gthr.h, gcc/gcc/haifa-sched.c, gcc/gcc/halfpic.c, gcc/gcc/halfpic.h, gcc/gcc/hard-reg-set.h, gcc/gcc/hash.c, gcc/gcc/hash.h, gcc/gcc/hwint.h, gcc/gcc/input.h, gcc/gcc/install.texi, gcc/gcc/install1.texi, gcc/gcc/integrate.c, gcc/gcc/integrate.h, gcc/gcc/intl.c, gcc/gcc/intl.h, gcc/gcc/invoke.texi, gcc/gcc/jump.c, gcc/gcc/just-fixinc, gcc/gcc/lcm.c, gcc/gcc/libgcc1-test.c, gcc/gcc/libgcc1.c, gcc/gcc/libgcc2.c, gcc/gcc/listing, gcc/gcc/local-alloc.c, gcc/gcc/longlong.h, gcc/gcc/loop.c, gcc/gcc/loop.h, gcc/gcc/machmode.def, gcc/gcc/machmode.h, gcc/gcc/make-l2.com, gcc/gcc/makefile.vms, gcc/gcc/mbchar.c, gcc/gcc/mbchar.h, gcc/gcc/md.texi, gcc/gcc/mips-tdump.c, gcc/gcc/mips-tfile.c, gcc/gcc/mkinstalldirs, gcc/gcc/optabs.c, gcc/gcc/output.h, gcc/gcc/patch-apollo-includes, gcc/gcc/pcp.h, gcc/gcc/prefix.c, gcc/gcc/prefix.h, gcc/gcc/print-rtl.c, gcc/gcc/print-tree.c, gcc/gcc/profile.c, gcc/gcc/protoize.c, gcc/gcc/pself.c, gcc/gcc/pself1.c, gcc/gcc/pself2.c, gcc/gcc/pself3.c, gcc/gcc/pself4.c, gcc/gcc/pself5.c, gcc/gcc/real.c, gcc/gcc/real.h, gcc/gcc/recog.c, gcc/gcc/recog.h, gcc/gcc/reg-stack.c, gcc/gcc/regclass.c, gcc/gcc/regmove.c, gcc/gcc/regs.h, gcc/gcc/reload.c, gcc/gcc/reload.h, gcc/gcc/reload1.c, gcc/gcc/reorg.c, gcc/gcc/resource.c, gcc/gcc/resource.h, gcc/gcc/rtl.c, gcc/gcc/rtl.def, gcc/gcc/rtl.h, gcc/gcc/rtl.texi, gcc/gcc/rtlanal.c, gcc/gcc/sbitmap.c, gcc/gcc/sbitmap.h, gcc/gcc/scan-decls.c, gcc/gcc/scan-types.sh, gcc/gcc/scan.c, gcc/gcc/scan.h, gcc/gcc/sched.c, gcc/gcc/sdbout.c, gcc/gcc/sdbout.h, gcc/gcc/stack.h, gcc/gcc/stmt.c, gcc/gcc/stor-layout.c, gcc/gcc/stupid.c, gcc/gcc/sys-protos.h, gcc/gcc/system.h, gcc/gcc/texinfo.tex, gcc/gcc/tlink.c, gcc/gcc/tm.texi, gcc/gcc/toplev.c, gcc/gcc/toplev.h, gcc/gcc/tree.c, gcc/gcc/tree.def, gcc/gcc/tree.h, gcc/gcc/unprotoize.c, gcc/gcc/unroll.c, gcc/gcc/varasm.c, gcc/gcc/varray.c, gcc/gcc/varray.h, gcc/gcc/version.c, gcc/gcc/vmsconfig.com, gcc/gcc/xcoffout.c, gcc/gcc/xcoffout.h, gcc/gcc/config/dbxelf.h, gcc/gcc/config/elfos.h, gcc/gcc/config/float-i128.h, gcc/gcc/config/float-i32.h, gcc/gcc/config/float-i386.h, gcc/gcc/config/float-i64.h, gcc/gcc/config/float-m68k.h, gcc/gcc/config/float-sh.h, gcc/gcc/config/float-vax.h, gcc/gcc/config/fp-bit.c, gcc/gcc/config/freebsd.h, gcc/gcc/config/gnu.h, gcc/gcc/config/gofast.h, gcc/gcc/config/interix.h, gcc/gcc/config/libgloss.h, gcc/gcc/config/linux-aout.h, gcc/gcc/config/linux.h, gcc/gcc/config/lynx-ng.h, gcc/gcc/config/lynx.h, gcc/gcc/config/netbsd.h, gcc/gcc/config/nextstep.c, gcc/gcc/config/nextstep.h, gcc/gcc/config/nextstep21.h, gcc/gcc/config/openbsd.h, gcc/gcc/config/psos.h, gcc/gcc/config/ptx4.h, gcc/gcc/config/svr3.h, gcc/gcc/config/svr4.h, gcc/gcc/config/t-freebsd, gcc/gcc/config/t-gnu, gcc/gcc/config/t-libc-ok, gcc/gcc/config/t-linux, gcc/gcc/config/t-linux-aout, gcc/gcc/config/t-linux-gnulibc1, gcc/gcc/config/t-netbsd, gcc/gcc/config/t-openbsd, gcc/gcc/config/t-rtems, gcc/gcc/config/t-svr4, gcc/gcc/config/tm-dwarf2.h, gcc/gcc/config/x-interix, gcc/gcc/config/x-linux, gcc/gcc/config/x-linux-aout, gcc/gcc/config/x-lynx, gcc/gcc/config/x-svr4, gcc/gcc/config/xm-alloca.h, gcc/gcc/config/xm-freebsd.h, gcc/gcc/config/xm-gnu.h, gcc/gcc/config/xm-interix.h, gcc/gcc/config/xm-linux.h, gcc/gcc/config/xm-lynx.h, gcc/gcc/config/xm-openbsd.h, gcc/gcc/config/xm-siglist.h, gcc/gcc/config/xm-std32.h, gcc/gcc/config/xm-svr3.h, gcc/gcc/config/xm-svr4.h, gcc/gcc/config/alpha/alpha-interix.h, gcc/gcc/config/alpha/alpha.c, gcc/gcc/config/alpha/alpha.h, gcc/gcc/config/alpha/alpha.md, gcc/gcc/config/alpha/alpha32.h, gcc/gcc/config/alpha/config-nt.sed, gcc/gcc/config/alpha/crtbegin.asm, gcc/gcc/config/alpha/crtend.asm, gcc/gcc/config/alpha/elf.h, gcc/gcc/config/alpha/freebsd.h, gcc/gcc/config/alpha/lib1funcs.asm, gcc/gcc/config/alpha/linux-elf.h, gcc/gcc/config/alpha/linux.h, gcc/gcc/config/alpha/netbsd-elf.h, gcc/gcc/config/alpha/netbsd.h, gcc/gcc/config/alpha/openbsd.h, gcc/gcc/config/alpha/osf.h, gcc/gcc/config/alpha/osf2or3.h, gcc/gcc/config/alpha/t-crtbe, gcc/gcc/config/alpha/t-ieee, gcc/gcc/config/alpha/t-interix, gcc/gcc/config/alpha/t-osf, gcc/gcc/config/alpha/t-vms, gcc/gcc/config/alpha/va_list.h, gcc/gcc/config/alpha/vms-tramp.asm, gcc/gcc/config/alpha/vms.h, gcc/gcc/config/alpha/vxworks.h, gcc/gcc/config/alpha/win-nt.h, gcc/gcc/config/alpha/x-alpha, gcc/gcc/config/alpha/x-osf, gcc/gcc/config/alpha/xm-alpha-interix.h, gcc/gcc/config/alpha/xm-alpha.h, gcc/gcc/config/alpha/xm-openbsd.h, gcc/gcc/config/alpha/xm-vms.h, gcc/gcc/config/alpha/xm-winnt.h, gcc/gcc/config/arc/arc.c, gcc/gcc/config/arc/arc.h, gcc/gcc/config/arc/arc.md, gcc/gcc/config/arc/initfini.c, gcc/gcc/config/arc/lib1funcs.asm, gcc/gcc/config/arc/t-arc, gcc/gcc/config/arc/xm-arc.h, gcc/gcc/config/arm/aof.h, gcc/gcc/config/arm/aout.h, gcc/gcc/config/arm/arm.c, gcc/gcc/config/arm/arm.h, gcc/gcc/config/arm/arm.md, gcc/gcc/config/arm/coff.h, gcc/gcc/config/arm/ecos-elf.h, gcc/gcc/config/arm/elf.h, gcc/gcc/config/arm/lib1funcs.asm, gcc/gcc/config/arm/lib1thumb.asm, gcc/gcc/config/arm/linux-aout.h, gcc/gcc/config/arm/linux-elf.h, gcc/gcc/config/arm/linux-elf26.h, gcc/gcc/config/arm/linux-gas.h, gcc/gcc/config/arm/linux-oldld.h, gcc/gcc/config/arm/netbsd.h, gcc/gcc/config/arm/riscix.h, gcc/gcc/config/arm/riscix1-1.h, gcc/gcc/config/arm/rix-gas.h, gcc/gcc/config/arm/semi.h, gcc/gcc/config/arm/semiaof.h, gcc/gcc/config/arm/t-arm-elf, gcc/gcc/config/arm/t-bare, gcc/gcc/config/arm/t-linux, gcc/gcc/config/arm/t-netbsd, gcc/gcc/config/arm/t-pe, gcc/gcc/config/arm/t-riscix, gcc/gcc/config/arm/t-semi, gcc/gcc/config/arm/t-semiaof, gcc/gcc/config/arm/t-thumb, gcc/gcc/config/arm/tcoff.h, gcc/gcc/config/arm/thumb.c, gcc/gcc/config/arm/thumb.h, gcc/gcc/config/arm/thumb.md, gcc/gcc/config/arm/unknown-elf-oabi.h, gcc/gcc/config/arm/unknown-elf.h, gcc/gcc/config/arm/vxarm.h, gcc/gcc/config/arm/x-riscix, gcc/gcc/config/arm/xm-arm.h, gcc/gcc/config/arm/xm-linux.h, gcc/gcc/config/arm/xm-netbsd.h, gcc/gcc/config/arm/xm-thumb.h, gcc/gcc/config/avr/xm-avr.h, gcc/gcc/config/c4x/c4x.c, gcc/gcc/config/c4x/c4x.h, gcc/gcc/config/c4x/c4x.md, gcc/gcc/config/c4x/libgcc.S, gcc/gcc/config/c4x/t-c4x, gcc/gcc/config/c4x/xm-c4x.h, gcc/gcc/config/fr30/xm-fr30.h, gcc/gcc/config/h8300/h8300.c, gcc/gcc/config/h8300/h8300.h, gcc/gcc/config/h8300/h8300.md, gcc/gcc/config/h8300/lib1funcs.asm, gcc/gcc/config/h8300/t-h8300, gcc/gcc/config/h8300/xm-h8300.h, gcc/gcc/config/i386/386bsd.h, gcc/gcc/config/i386/aix386.h, gcc/gcc/config/i386/aix386ng.h, gcc/gcc/config/i386/att.h, gcc/gcc/config/i386/beos-pe.h, gcc/gcc/config/i386/bsd.h, gcc/gcc/config/i386/bsd386.h, gcc/gcc/config/i386/chorus.h, gcc/gcc/config/i386/config-nt.sed, gcc/gcc/config/i386/crtdll.h, gcc/gcc/config/i386/cygwin.asm, gcc/gcc/config/i386/cygwin.h, gcc/gcc/config/i386/dgux.c, gcc/gcc/config/i386/dgux.h, gcc/gcc/config/i386/djgpp-rtems.h, gcc/gcc/config/i386/djgpp.h, gcc/gcc/config/i386/freebsd-elf.h, gcc/gcc/config/i386/freebsd.h, gcc/gcc/config/i386/gas.h, gcc/gcc/config/i386/gmon-sol2.c, gcc/gcc/config/i386/gnu.h, gcc/gcc/config/i386/i386-aout.h, gcc/gcc/config/i386/i386-coff.h, gcc/gcc/config/i386/i386-interix.h, gcc/gcc/config/i386/i386.c, gcc/gcc/config/i386/i386.h, gcc/gcc/config/i386/i386.md, gcc/gcc/config/i386/interix.c, gcc/gcc/config/i386/isc.h, gcc/gcc/config/i386/isccoff.h, gcc/gcc/config/i386/iscdbx.h, gcc/gcc/config/i386/linux-aout.h, gcc/gcc/config/i386/linux-oldld.h, gcc/gcc/config/i386/linux.h, gcc/gcc/config/i386/lynx-ng.h, gcc/gcc/config/i386/lynx.h, gcc/gcc/config/i386/mach.h, gcc/gcc/config/i386/mingw32.h, gcc/gcc/config/i386/moss.h, gcc/gcc/config/i386/netbsd.h, gcc/gcc/config/i386/next.h, gcc/gcc/config/i386/openbsd.h, gcc/gcc/config/i386/os2.h, gcc/gcc/config/i386/osf1elf.h, gcc/gcc/config/i386/osf1elfgdb.h, gcc/gcc/config/i386/osfelf.h, gcc/gcc/config/i386/osfrose.h, gcc/gcc/config/i386/perform.h, gcc/gcc/config/i386/ptx4-i.h, gcc/gcc/config/i386/rtems.h, gcc/gcc/config/i386/rtemself.h, gcc/gcc/config/i386/sco.h, gcc/gcc/config/i386/sco4.h, gcc/gcc/config/i386/sco4dbx.h, gcc/gcc/config/i386/sco5.h, gcc/gcc/config/i386/sco5gas.h, gcc/gcc/config/i386/scodbx.h, gcc/gcc/config/i386/seq-gas.h, gcc/gcc/config/i386/seq-sysv3.h, gcc/gcc/config/i386/seq2-sysv3.h, gcc/gcc/config/i386/sequent.h, gcc/gcc/config/i386/sol2-c1.asm, gcc/gcc/config/i386/sol2-gc1.asm, gcc/gcc/config/i386/sol2.h, gcc/gcc/config/i386/sol2gas.h, gcc/gcc/config/i386/sun.h, gcc/gcc/config/i386/sun386.h, gcc/gcc/config/i386/svr3dbx.h, gcc/gcc/config/i386/svr3gas.h, gcc/gcc/config/i386/sysv3.h, gcc/gcc/config/i386/sysv4.h, gcc/gcc/config/i386/sysv5.h, gcc/gcc/config/i386/t-cygwin, gcc/gcc/config/i386/t-dgux, gcc/gcc/config/i386/t-djgpp, gcc/gcc/config/i386/t-i386bare, gcc/gcc/config/i386/t-interix, gcc/gcc/config/i386/t-next, gcc/gcc/config/i386/t-sco5, gcc/gcc/config/i386/t-sco5gas, gcc/gcc/config/i386/t-sol2, gcc/gcc/config/i386/t-vsta, gcc/gcc/config/i386/t-winnt, gcc/gcc/config/i386/udk.h, gcc/gcc/config/i386/unix.h, gcc/gcc/config/i386/uwin.asm, gcc/gcc/config/i386/uwin.h, gcc/gcc/config/i386/v3gas.h, gcc/gcc/config/i386/vsta.h, gcc/gcc/config/i386/vxi386.h, gcc/gcc/config/i386/win-nt.h, gcc/gcc/config/i386/win32.h, gcc/gcc/config/i386/winnt.c, gcc/gcc/config/i386/x-aix, gcc/gcc/config/i386/x-beos, gcc/gcc/config/i386/x-cygwin, gcc/gcc/config/i386/x-dgux, gcc/gcc/config/i386/x-djgpp, gcc/gcc/config/i386/x-isc, gcc/gcc/config/i386/x-isc3, gcc/gcc/config/i386/x-ncr3000, gcc/gcc/config/i386/x-next, gcc/gcc/config/i386/x-osf1elf, gcc/gcc/config/i386/x-osfrose, gcc/gcc/config/i386/x-sco, gcc/gcc/config/i386/x-sco4, gcc/gcc/config/i386/x-sco5, gcc/gcc/config/i386/x-sysv3, gcc/gcc/config/i386/x-vsta, gcc/gcc/config/i386/xm-aix.h, gcc/gcc/config/i386/xm-beos.h, gcc/gcc/config/i386/xm-bsd386.h, gcc/gcc/config/i386/xm-cygwin.h, gcc/gcc/config/i386/xm-dgux.h, gcc/gcc/config/i386/xm-djgpp.h, gcc/gcc/config/i386/xm-dos.h, gcc/gcc/config/i386/xm-freebsd.h, gcc/gcc/config/i386/xm-gnu.h, gcc/gcc/config/i386/xm-i386-interix.h, gcc/gcc/config/i386/xm-i386.h, gcc/gcc/config/i386/xm-isc.h, gcc/gcc/config/i386/xm-linux.h, gcc/gcc/config/i386/xm-lynx.h, gcc/gcc/config/i386/xm-mingw32.h, gcc/gcc/config/i386/xm-next.h, gcc/gcc/config/i386/xm-openbsd.h, gcc/gcc/config/i386/xm-os2.h, gcc/gcc/config/i386/xm-osf.h, gcc/gcc/config/i386/xm-osf1elf.h, gcc/gcc/config/i386/xm-sco.h, gcc/gcc/config/i386/xm-sco5.h, gcc/gcc/config/i386/xm-sun.h, gcc/gcc/config/i386/xm-sysv3.h, gcc/gcc/config/i386/xm-sysv4.h, gcc/gcc/config/i386/xm-uwin.h, gcc/gcc/config/i386/xm-winnt.h, gcc/gcc/config/ia64/xm-ia64.h, gcc/gcc/config/m32r/initfini.c, gcc/gcc/config/m32r/m32r.c, gcc/gcc/config/m32r/m32r.h, gcc/gcc/config/m32r/m32r.md, gcc/gcc/config/m32r/t-m32r, gcc/gcc/config/m32r/xm-m32r.h, gcc/gcc/config/m68hc11/xm-m68hc11.h, gcc/gcc/config/m68k/3b1.h, gcc/gcc/config/m68k/3b1g.h, gcc/gcc/config/m68k/a-ux.h, gcc/gcc/config/m68k/altos3068.h, gcc/gcc/config/m68k/amix.h, gcc/gcc/config/m68k/apollo68.h, gcc/gcc/config/m68k/atari.h, gcc/gcc/config/m68k/aux-crt1.c, gcc/gcc/config/m68k/aux-crt2.asm, gcc/gcc/config/m68k/aux-crtn.asm, gcc/gcc/config/m68k/aux-exit.c, gcc/gcc/config/m68k/aux-mcount.c, gcc/gcc/config/m68k/auxas.h, gcc/gcc/config/m68k/auxgas.h, gcc/gcc/config/m68k/ccur-GAS.h, gcc/gcc/config/m68k/coff.h, gcc/gcc/config/m68k/crds.h, gcc/gcc/config/m68k/ctix.h, gcc/gcc/config/m68k/dpx2.h, gcc/gcc/config/m68k/dpx2g.h, gcc/gcc/config/m68k/hp2bsd.h, gcc/gcc/config/m68k/hp310.h, gcc/gcc/config/m68k/hp320.h, gcc/gcc/config/m68k/hp3bsd.h, gcc/gcc/config/m68k/hp3bsd44.h, gcc/gcc/config/m68k/isi.h, gcc/gcc/config/m68k/lb1sf68.asm, gcc/gcc/config/m68k/linux-aout.h, gcc/gcc/config/m68k/linux.h, gcc/gcc/config/m68k/lynx-ng.h, gcc/gcc/config/m68k/lynx.h, gcc/gcc/config/m68k/m68020-elf.h, gcc/gcc/config/m68k/m68k-coff.h, gcc/gcc/config/m68k/m68k-psos.h, gcc/gcc/config/m68k/m68k.c, gcc/gcc/config/m68k/m68k.h, gcc/gcc/config/m68k/m68k.md, gcc/gcc/config/m68k/m68kelf.h, gcc/gcc/config/m68k/m68kemb.h, gcc/gcc/config/m68k/m68kv4.h, gcc/gcc/config/m68k/mot3300-crt0.S, gcc/gcc/config/m68k/mot3300.h, gcc/gcc/config/m68k/mot3300Mcrt0.S, gcc/gcc/config/m68k/netbsd.h, gcc/gcc/config/m68k/news.h, gcc/gcc/config/m68k/newsgas.h, gcc/gcc/config/m68k/next.h, gcc/gcc/config/m68k/next21.h, gcc/gcc/config/m68k/openbsd.h, gcc/gcc/config/m68k/pbb.h, gcc/gcc/config/m68k/plexus.h, gcc/gcc/config/m68k/rtems.h, gcc/gcc/config/m68k/sgs.h, gcc/gcc/config/m68k/sun2.h, gcc/gcc/config/m68k/sun2o4.h, gcc/gcc/config/m68k/sun3.h, gcc/gcc/config/m68k/sun3mach.h, gcc/gcc/config/m68k/t-aux, gcc/gcc/config/m68k/t-lynx, gcc/gcc/config/m68k/t-m68kbare, gcc/gcc/config/m68k/t-m68kelf, gcc/gcc/config/m68k/t-mot3300-gald, gcc/gcc/config/m68k/t-mot3300-gas, gcc/gcc/config/m68k/t-next, gcc/gcc/config/m68k/t-vxworks68, gcc/gcc/config/m68k/tower-as.h, gcc/gcc/config/m68k/tower.h, gcc/gcc/config/m68k/vxm68k.h, gcc/gcc/config/m68k/x-alloca-c, gcc/gcc/config/m68k/x-amix, gcc/gcc/config/m68k/x-apollo68, gcc/gcc/config/m68k/x-ccur, gcc/gcc/config/m68k/x-crds, gcc/gcc/config/m68k/x-dpx2, gcc/gcc/config/m68k/x-hp2bsd, gcc/gcc/config/m68k/x-hp320, gcc/gcc/config/m68k/x-hp320g, gcc/gcc/config/m68k/x-mot3300, gcc/gcc/config/m68k/x-mot3300-gas, gcc/gcc/config/m68k/x-next, gcc/gcc/config/m68k/x-tower, gcc/gcc/config/m68k/xm-3b1.h, gcc/gcc/config/m68k/xm-altos3068.h, gcc/gcc/config/m68k/xm-amix.h, gcc/gcc/config/m68k/xm-atari.h, gcc/gcc/config/m68k/xm-aux.h, gcc/gcc/config/m68k/xm-crds.h, gcc/gcc/config/m68k/xm-hp320.h, gcc/gcc/config/m68k/xm-linux.h, gcc/gcc/config/m68k/xm-lynx.h, gcc/gcc/config/m68k/xm-m68k.h, gcc/gcc/config/m68k/xm-m68kv.h, gcc/gcc/config/m68k/xm-mot3300.h, gcc/gcc/config/m68k/xm-next.h, gcc/gcc/config/m68k/xm-openbsd.h, gcc/gcc/config/m68k/xm-plexus.h, gcc/gcc/config/m68k/xm-sun3.h, gcc/gcc/config/m68k/xm-tower.h, gcc/gcc/config/m88k/dgux.h, gcc/gcc/config/m88k/dguxbcs.h, gcc/gcc/config/m88k/dolph.h, gcc/gcc/config/m88k/luna.h, gcc/gcc/config/m88k/m88k-aout.h, gcc/gcc/config/m88k/m88k-coff.h, gcc/gcc/config/m88k/m88k.c, gcc/gcc/config/m88k/m88k.h, gcc/gcc/config/m88k/m88k.md, gcc/gcc/config/m88k/sysv3.h, gcc/gcc/config/m88k/sysv4.h, gcc/gcc/config/m88k/t-bug, gcc/gcc/config/m88k/t-dgux, gcc/gcc/config/m88k/t-dgux-gas, gcc/gcc/config/m88k/t-dguxbcs, gcc/gcc/config/m88k/t-luna, gcc/gcc/config/m88k/t-luna-gas, gcc/gcc/config/m88k/t-m88k, gcc/gcc/config/m88k/t-m88k-gas, gcc/gcc/config/m88k/t-sysv4, gcc/gcc/config/m88k/tekXD88.h, gcc/gcc/config/m88k/x-dgux, gcc/gcc/config/m88k/x-dguxbcs, gcc/gcc/config/m88k/x-dolph, gcc/gcc/config/m88k/x-sysv3, gcc/gcc/config/m88k/x-sysv4, gcc/gcc/config/m88k/x-tekXD88, gcc/gcc/config/m88k/xm-m88k.h, gcc/gcc/config/m88k/xm-openbsd.h, gcc/gcc/config/m88k/xm-sysv3.h, gcc/gcc/config/mcore/xm-mcore.h, gcc/gcc/config/mips/abi64.h, gcc/gcc/config/mips/bsd-4.h, gcc/gcc/config/mips/bsd-5.h, gcc/gcc/config/mips/dec-bsd.h, gcc/gcc/config/mips/dec-osf1.h, gcc/gcc/config/mips/ecoff.h, gcc/gcc/config/mips/elf.h, gcc/gcc/config/mips/elf64.h, gcc/gcc/config/mips/gnu.h, gcc/gcc/config/mips/iris3.h, gcc/gcc/config/mips/iris4.h, gcc/gcc/config/mips/iris5.h, gcc/gcc/config/mips/iris5gas.h, gcc/gcc/config/mips/iris6.h, gcc/gcc/config/mips/linux.h, gcc/gcc/config/mips/mips-5.h, gcc/gcc/config/mips/mips.c, gcc/gcc/config/mips/mips.h, gcc/gcc/config/mips/mips.md, gcc/gcc/config/mips/mips16.S, gcc/gcc/config/mips/netbsd.h, gcc/gcc/config/mips/news4.h, gcc/gcc/config/mips/news5.h, gcc/gcc/config/mips/nws3250v4.h, gcc/gcc/config/mips/osfrose.h, gcc/gcc/config/mips/r3900.h, gcc/gcc/config/mips/rtems64.h, gcc/gcc/config/mips/sni-gas.h, gcc/gcc/config/mips/sni-svr4.h, gcc/gcc/config/mips/svr3-4.h, gcc/gcc/config/mips/svr3-5.h, gcc/gcc/config/mips/svr4-4.h, gcc/gcc/config/mips/svr4-5.h, gcc/gcc/config/mips/svr4-t.h, gcc/gcc/config/mips/t-bsd, gcc/gcc/config/mips/t-bsd-gas, gcc/gcc/config/mips/t-cross64, gcc/gcc/config/mips/t-ecoff, gcc/gcc/config/mips/t-elf, gcc/gcc/config/mips/t-iris6, gcc/gcc/config/mips/t-mips, gcc/gcc/config/mips/t-mips-gas, gcc/gcc/config/mips/t-osfrose, gcc/gcc/config/mips/t-r3900, gcc/gcc/config/mips/t-svr3, gcc/gcc/config/mips/t-svr3-gas, gcc/gcc/config/mips/t-svr4, gcc/gcc/config/mips/t-svr4-gas, gcc/gcc/config/mips/t-ultrix, gcc/gcc/config/mips/ultrix.h, gcc/gcc/config/mips/vxworks.h, gcc/gcc/config/mips/x-dec-osf1, gcc/gcc/config/mips/x-iris, gcc/gcc/config/mips/x-iris3, gcc/gcc/config/mips/x-iris6, gcc/gcc/config/mips/x-mips, gcc/gcc/config/mips/x-netbsd, gcc/gcc/config/mips/x-nws3250v4, gcc/gcc/config/mips/x-osfrose, gcc/gcc/config/mips/x-sni-svr4, gcc/gcc/config/mips/x-sony, gcc/gcc/config/mips/x-sysv, gcc/gcc/config/mips/x-ultrix, gcc/gcc/config/mips/xm-iris3.h, gcc/gcc/config/mips/xm-iris4.h, gcc/gcc/config/mips/xm-iris5.h, gcc/gcc/config/mips/xm-iris6.h, gcc/gcc/config/mips/xm-mips.h, gcc/gcc/config/mips/xm-news.h, gcc/gcc/config/mips/xm-nws3250v4.h, gcc/gcc/config/mips/xm-openbsd.h, gcc/gcc/config/mips/xm-sysv.h, gcc/gcc/config/mips/xm-sysv4.h, gcc/gcc/config/mn10300/mn10300.c, gcc/gcc/config/mn10300/mn10300.h, gcc/gcc/config/mn10300/mn10300.md, gcc/gcc/config/mn10300/t-mn10300, gcc/gcc/config/mn10300/xm-mn10300.h, gcc/gcc/config/pa/ee.asm, gcc/gcc/config/pa/ee_fp.asm, gcc/gcc/config/pa/lib1funcs.asm, gcc/gcc/config/pa/lib2funcs.asm, gcc/gcc/config/pa/pa-gas.h, gcc/gcc/config/pa/pa-hiux.h, gcc/gcc/config/pa/pa-hpux.h, gcc/gcc/config/pa/pa-hpux10.h, gcc/gcc/config/pa/pa-hpux7.h, gcc/gcc/config/pa/pa-osf.h, gcc/gcc/config/pa/pa-pro-end.h, gcc/gcc/config/pa/pa-pro.h, gcc/gcc/config/pa/pa.c, gcc/gcc/config/pa/pa.h, gcc/gcc/config/pa/pa.md, gcc/gcc/config/pa/pa1.h, gcc/gcc/config/pa/rtems.h, gcc/gcc/config/pa/t-pa, gcc/gcc/config/pa/t-pro, gcc/gcc/config/pa/x-pa, gcc/gcc/config/pa/x-pa-hpux, gcc/gcc/config/pa/x-pa-mpeix, gcc/gcc/config/pa/xm-linux.h, gcc/gcc/config/pa/xm-pa.h, gcc/gcc/config/pa/xm-pa64hpux.h, gcc/gcc/config/pa/xm-pahpux.h, gcc/gcc/config/pa/xm-papro.h, gcc/gcc/config/pdp11/2bsd.h, gcc/gcc/config/pdp11/pdp11.c, gcc/gcc/config/pdp11/pdp11.h, gcc/gcc/config/pdp11/pdp11.md, gcc/gcc/config/pdp11/t-pdp11, gcc/gcc/config/pdp11/xm-pdp11.h, gcc/gcc/config/rs6000/aix31.h, gcc/gcc/config/rs6000/aix3newas.h, gcc/gcc/config/rs6000/aix41.h, gcc/gcc/config/rs6000/aix43.h, gcc/gcc/config/rs6000/beos.h, gcc/gcc/config/rs6000/chorus.h, gcc/gcc/config/rs6000/cygwin.h, gcc/gcc/config/rs6000/eabi-ci.asm, gcc/gcc/config/rs6000/eabi-cn.asm, gcc/gcc/config/rs6000/eabi-ctors.c, gcc/gcc/config/rs6000/eabi.asm, gcc/gcc/config/rs6000/eabi.h, gcc/gcc/config/rs6000/eabiaix.h, gcc/gcc/config/rs6000/eabile.h, gcc/gcc/config/rs6000/eabilesim.h, gcc/gcc/config/rs6000/eabisim.h, gcc/gcc/config/rs6000/linux.h, gcc/gcc/config/rs6000/lynx.h, gcc/gcc/config/rs6000/mach.h, gcc/gcc/config/rs6000/netware.h, gcc/gcc/config/rs6000/nt-ci.asm, gcc/gcc/config/rs6000/nt-cn.asm, gcc/gcc/config/rs6000/ntstack.asm, gcc/gcc/config/rs6000/rs6000.c, gcc/gcc/config/rs6000/rs6000.h, gcc/gcc/config/rs6000/rs6000.md, gcc/gcc/config/rs6000/rtems.h, gcc/gcc/config/rs6000/sol-c0.c, gcc/gcc/config/rs6000/sol-ci.asm, gcc/gcc/config/rs6000/sol-cn.asm, gcc/gcc/config/rs6000/sol2.h, gcc/gcc/config/rs6000/sysv4.h, gcc/gcc/config/rs6000/sysv4le.h, gcc/gcc/config/rs6000/t-aix43, gcc/gcc/config/rs6000/t-beos, gcc/gcc/config/rs6000/t-newas, gcc/gcc/config/rs6000/t-ppc, gcc/gcc/config/rs6000/t-ppccomm, gcc/gcc/config/rs6000/t-ppcgas, gcc/gcc/config/rs6000/t-ppcos, gcc/gcc/config/rs6000/t-rs6000, gcc/gcc/config/rs6000/t-winnt, gcc/gcc/config/rs6000/t-xnewas, gcc/gcc/config/rs6000/t-xrs6000, gcc/gcc/config/rs6000/tramp.asm, gcc/gcc/config/rs6000/vxppc.h, gcc/gcc/config/rs6000/win-nt.h, gcc/gcc/config/rs6000/x-aix31, gcc/gcc/config/rs6000/x-aix41, gcc/gcc/config/rs6000/x-aix41-gld, gcc/gcc/config/rs6000/x-aix43, gcc/gcc/config/rs6000/x-beos, gcc/gcc/config/rs6000/x-cygwin, gcc/gcc/config/rs6000/x-darwin, gcc/gcc/config/rs6000/x-lynx, gcc/gcc/config/rs6000/x-mach, gcc/gcc/config/rs6000/x-rs6000, gcc/gcc/config/rs6000/x-sysv4, gcc/gcc/config/rs6000/xm-beos.h, gcc/gcc/config/rs6000/xm-cygwin.h, gcc/gcc/config/rs6000/xm-darwin.h, gcc/gcc/config/rs6000/xm-lynx.h, gcc/gcc/config/rs6000/xm-mach.h, gcc/gcc/config/rs6000/xm-rs6000.h, gcc/gcc/config/rs6000/xm-sysv4.h, gcc/gcc/config/s390/linux64.h, gcc/gcc/config/s390/xm-s390.h, gcc/gcc/config/s390/xm-s390x.h, gcc/gcc/config/sh/elf.h, gcc/gcc/config/sh/lib1funcs.asm, gcc/gcc/config/sh/rtems.h, gcc/gcc/config/sh/rtemself.h, gcc/gcc/config/sh/sh.c, gcc/gcc/config/sh/sh.h, gcc/gcc/config/sh/sh.md, gcc/gcc/config/sh/t-sh, gcc/gcc/config/sh/xm-sh.h, gcc/gcc/config/sparc/aout.h, gcc/gcc/config/sparc/bsd.h, gcc/gcc/config/sparc/chorus.h, gcc/gcc/config/sparc/elf.h, gcc/gcc/config/sparc/gmon-sol2.c, gcc/gcc/config/sparc/lb1spc.asm, gcc/gcc/config/sparc/lb1spl.asm, gcc/gcc/config/sparc/linux-aout.h, gcc/gcc/config/sparc/linux.h, gcc/gcc/config/sparc/linux64.h, gcc/gcc/config/sparc/lite.h, gcc/gcc/config/sparc/litecoff.h, gcc/gcc/config/sparc/lynx-ng.h, gcc/gcc/config/sparc/lynx.h, gcc/gcc/config/sparc/netbsd.h, gcc/gcc/config/sparc/openbsd.h, gcc/gcc/config/sparc/pbd.h, gcc/gcc/config/sparc/rtems.h, gcc/gcc/config/sparc/sol2-sld-64.h, gcc/gcc/config/sparc/sol2-sld.h, gcc/gcc/config/sparc/sol2.h, gcc/gcc/config/sparc/sp64-aout.h, gcc/gcc/config/sparc/sp64-elf.h, gcc/gcc/config/sparc/sparc.c, gcc/gcc/config/sparc/sparc.h, gcc/gcc/config/sparc/sparc.md, gcc/gcc/config/sparc/splet.h, gcc/gcc/config/sparc/sun4gas.h, gcc/gcc/config/sparc/sun4o3.h, gcc/gcc/config/sparc/sunos4.h, gcc/gcc/config/sparc/sysv4.h, gcc/gcc/config/sparc/t-elf, gcc/gcc/config/sparc/t-linux64, gcc/gcc/config/sparc/t-sol2, gcc/gcc/config/sparc/t-sol2-64, gcc/gcc/config/sparc/t-sp64, gcc/gcc/config/sparc/t-sparcbare, gcc/gcc/config/sparc/t-sparclite, gcc/gcc/config/sparc/t-splet, gcc/gcc/config/sparc/t-sunos40, gcc/gcc/config/sparc/t-sunos41, gcc/gcc/config/sparc/t-vxsparc, gcc/gcc/config/sparc/vxsim.h, gcc/gcc/config/sparc/vxsparc.h, gcc/gcc/config/sparc/x-sysv4, gcc/gcc/config/sparc/xm-linux.h, gcc/gcc/config/sparc/xm-lynx.h, gcc/gcc/config/sparc/xm-openbsd.h, gcc/gcc/config/sparc/xm-pbd.h, gcc/gcc/config/sparc/xm-sol2.h, gcc/gcc/config/sparc/xm-sp64.h, gcc/gcc/config/sparc/xm-sparc.h, gcc/gcc/config/sparc/xm-sysv4-64.h, gcc/gcc/config/sparc/xm-sysv4.h, gcc/gcc/config/v850/lib1funcs.asm, gcc/gcc/config/v850/t-v850, gcc/gcc/config/v850/v850.c, gcc/gcc/config/v850/v850.h, gcc/gcc/config/v850/v850.md, gcc/gcc/config/v850/xm-v850.h, gcc/gcc/config/vax/netbsd.h, gcc/gcc/config/vax/t-openbsd, gcc/gcc/config/vax/t-vax, gcc/gcc/config/vax/ultrix.h, gcc/gcc/config/vax/vax.c, gcc/gcc/config/vax/vax.h, gcc/gcc/config/vax/vax.md, gcc/gcc/config/vax/vaxv.h, gcc/gcc/config/vax/vms.h, gcc/gcc/config/vax/x-vax, gcc/gcc/config/vax/xm-vax.h, gcc/gcc/config/vax/xm-vaxv.h, gcc/gcc/config/vax/xm-vms.h, gcc/gcc/config/xtensa/xm-xtensa.h, gcc/gcc/doc/.cvsignore, gcc/gcc/doc/gcc.info-24, gcc/gcc/doc/gcc.info-25, gcc/gcc/doc/gcc.info-26, gcc/gcc/doc/gcc.info-27, gcc/gcc/doc/gcc.info-28, gcc/gcc/doc/gcc.info-29, gcc/gcc/doc/gcc.info-30, gcc/gcc/doc/gcc.info-31, gcc/gcc/doc/gcc.info-32, gcc/gcc/doc/gcc.info-33, gcc/gcc/doc/gcc.info-34, gcc/gcc/doc/gcc.info-35, gcc/gcc/doc/gcc.info-36, gcc/gcc/doc/gcc.info-37, gcc/gcc/doc/gcc.info-38, gcc/gcc/ginclude/iso646.h, gcc/gcc/ginclude/math-3300.h, gcc/gcc/ginclude/math-68881.h, gcc/gcc/ginclude/ppc-asm.h, gcc/gcc/ginclude/proto.h, gcc/gcc/ginclude/stdarg.h, gcc/gcc/ginclude/stdbool.h, gcc/gcc/ginclude/stddef.h, gcc/gcc/ginclude/va-alpha.h, gcc/gcc/ginclude/va-arc.h, gcc/gcc/ginclude/va-c4x.h, gcc/gcc/ginclude/va-clipper.h, gcc/gcc/ginclude/va-h8300.h, gcc/gcc/ginclude/va-i860.h, gcc/gcc/ginclude/va-i960.h, gcc/gcc/ginclude/va-m32r.h, gcc/gcc/ginclude/va-m88k.h, gcc/gcc/ginclude/va-mips.h, gcc/gcc/ginclude/va-mn10200.h, gcc/gcc/ginclude/va-mn10300.h, gcc/gcc/ginclude/va-pa.h, gcc/gcc/ginclude/va-ppc.h, gcc/gcc/ginclude/va-pyr.h, gcc/gcc/ginclude/va-sh.h, gcc/gcc/ginclude/va-sparc.h, gcc/gcc/ginclude/va-spur.h, gcc/gcc/ginclude/va-v850.h, gcc/gcc/ginclude/varargs.h, gcc/gcc/m3cg/Make-lang.in, gcc/gcc/m3cg/Makefile.in, gcc/gcc/m3cg/config-lang.in, gcc/gcc/m3cg/lang-specs.h, gcc/gcc/m3cg/m3.c, gcc/gcc/m3cg/m3.def, gcc/gcc/m3cg/m3cg.h, gcc/gcc/po/ChangeLog, gcc/gcc/po/Makefile.in.in, gcc/gcc/po/POTFILES.in, gcc/gcc/po/cat-id-tbl.c, gcc/gcc/po/en_UK.po, gcc/gcc/po/gcc.pot, gcc/gcc/po/stamp-cat-id, gcc/include/COPYING, gcc/include/ChangeLog, gcc/include/ansidecl.h, gcc/include/demangle.h, gcc/include/floatformat.h, gcc/include/fnmatch.h, gcc/include/getopt.h, gcc/include/libiberty.h, gcc/include/objalloc.h, gcc/include/obstack.h, gcc/include/splay-tree.h, gcc/include/symcat.h, gcc/libiberty/COPYING.LIB, gcc/libiberty/ChangeLog, gcc/libiberty/Makefile.in, gcc/libiberty/acconfig.h, gcc/libiberty/alloca-conf.h, gcc/libiberty/alloca.c, gcc/libiberty/argv.c, gcc/libiberty/asprintf.c, gcc/libiberty/atexit.c, gcc/libiberty/basename.c, gcc/libiberty/bcmp.c, gcc/libiberty/bcopy.c, gcc/libiberty/bzero.c, gcc/libiberty/calloc.c, gcc/libiberty/choose-temp.c, gcc/libiberty/clock.c, gcc/libiberty/concat.c, gcc/libiberty/config.in, gcc/libiberty/config.table, gcc/libiberty/configure, gcc/libiberty/configure.bat, gcc/libiberty/configure.in, gcc/libiberty/copysign.c, gcc/libiberty/cplus-dem.c, gcc/libiberty/fdmatch.c, gcc/libiberty/floatformat.c, gcc/libiberty/fnmatch.c, gcc/libiberty/getcwd.c, gcc/libiberty/getopt.c, gcc/libiberty/getopt1.c, gcc/libiberty/getpagesize.c, gcc/libiberty/getruntime.c, gcc/libiberty/hex.c, gcc/libiberty/index.c, gcc/libiberty/insque.c, gcc/libiberty/makefile.dos, gcc/libiberty/makefile.vms, gcc/libiberty/memchr.c, gcc/libiberty/memcmp.c, gcc/libiberty/memcpy.c, gcc/libiberty/memmove.c, gcc/libiberty/memset.c, gcc/libiberty/mkstemps.c, gcc/libiberty/objalloc.c, gcc/libiberty/obstack.c, gcc/libiberty/pexecute.c, gcc/libiberty/putenv.c, gcc/libiberty/random.c, gcc/libiberty/rename.c, gcc/libiberty/rindex.c, gcc/libiberty/setenv.c, gcc/libiberty/sigsetmask.c, gcc/libiberty/spaces.c, gcc/libiberty/splay-tree.c, gcc/libiberty/strcasecmp.c, gcc/libiberty/strchr.c, gcc/libiberty/strdup.c, gcc/libiberty/strerror.c, gcc/libiberty/strncasecmp.c, gcc/libiberty/strrchr.c, gcc/libiberty/strsignal.c, gcc/libiberty/strstr.c, gcc/libiberty/strtod.c, gcc/libiberty/strtol.c, gcc/libiberty/strtoul.c, gcc/libiberty/tmpnam.c, gcc/libiberty/vasprintf.c, gcc/libiberty/vfork.c, gcc/libiberty/vmsbuild.com, gcc/libiberty/vprintf.c, gcc/libiberty/vsprintf.c, gcc/libiberty/waitpid.c, gcc/libiberty/xatexit.c, gcc/libiberty/xexit.c, gcc/libiberty/xmalloc.c, gcc/libiberty/xstrdup.c, gcc/libiberty/xstrerror.c, gcc/libiberty/config/mh-beos, gcc/libiberty/testsuite/demangle-expected, gcc/libiberty/testsuite/regress-demangle: upgrade to release-gcc-3-2-1, m3cg still old added: m3cc/gcc/BUGS removed: m3cc/gcc/INSTALL.dir/README removed: m3cc/gcc/config/mh-aix43 removed: m3cc/gcc/contrib/PR3145.patch removed: m3cc/gcc/contrib/egcs_update removed: m3cc/gcc/contrib/gcc_release removed: m3cc/gcc/contrib/gperf-2.7-19981006.pat removed: m3cc/gcc/contrib/snapshot removed: m3cc/gcc/etc/ChangeLog removed: m3cc/gcc/etc/Makefile.in removed: m3cc/gcc/etc/aclocal.m4 removed: m3cc/gcc/etc/configure removed: m3cc/gcc/etc/configure.in removed: m3cc/gcc/etc/make-stds.texi removed: m3cc/gcc/etc/standards.texi removed: m3cc/gcc/gcc/.gdbinit removed: m3cc/gcc/gcc/BUGS removed: m3cc/gcc/gcc/INSTALL removed: m3cc/gcc/gcc/PROBLEMS removed: m3cc/gcc/gcc/README removed: m3cc/gcc/gcc/README-bugs removed: m3cc/gcc/gcc/README.ACORN removed: m3cc/gcc/gcc/README.ALTOS removed: m3cc/gcc/gcc/README.APOLLO removed: m3cc/gcc/gcc/README.C4X removed: m3cc/gcc/gcc/README.DWARF removed: m3cc/gcc/gcc/README.FRESCO removed: m3cc/gcc/gcc/README.NS32K removed: m3cc/gcc/gcc/README.RS6000 removed: m3cc/gcc/gcc/README.TRAD removed: m3cc/gcc/gcc/README.X11 removed: m3cc/gcc/gcc/README.gnat removed: m3cc/gcc/gcc/TESTS.FLUNK removed: m3cc/gcc/gcc/assert.h removed: m3cc/gcc/gcc/build-make removed: m3cc/gcc/gcc/c-dump.c removed: m3cc/gcc/gcc/c-dump.h removed: m3cc/gcc/gcc/c-gperf.h removed: m3cc/gcc/gcc/c-iterate.c removed: m3cc/gcc/gcc/c-parse.gperf removed: m3cc/gcc/gcc/c-parse.h removed: m3cc/gcc/gcc/cccp.1 removed: m3cc/gcc/gcc/cccp.c removed: m3cc/gcc/gcc/cexp.c removed: m3cc/gcc/gcc/cexp.y removed: m3cc/gcc/gcc/configure.bat removed: m3cc/gcc/gcc/configure.lang removed: m3cc/gcc/gcc/cpp.1 removed: m3cc/gcc/gcc/cpp.fns removed: m3cc/gcc/gcc/cpp.texi removed: m3cc/gcc/gcc/cppalloc.c removed: m3cc/gcc/gcc/cppulp.c removed: m3cc/gcc/gcc/cross-make removed: m3cc/gcc/gcc/dce.c removed: m3cc/gcc/gcc/doprint.c removed: m3cc/gcc/gcc/dostage2 removed: m3cc/gcc/gcc/dostage3 removed: m3cc/gcc/gcc/dwarfout.h removed: m3cc/gcc/gcc/dyn-string.c removed: m3cc/gcc/gcc/dyn-string.h removed: m3cc/gcc/gcc/eh-common.h removed: m3cc/gcc/gcc/exgettext removed: m3cc/gcc/gcc/extend.texi removed: m3cc/gcc/gcc/fixcpp removed: m3cc/gcc/gcc/fixinc-nt.sed removed: m3cc/gcc/gcc/fixincludes removed: m3cc/gcc/gcc/frame.c removed: m3cc/gcc/gcc/frame.h removed: m3cc/gcc/gcc/gansidecl.h removed: m3cc/gcc/gcc/gcc.1 removed: m3cc/gcc/gcc/gcc.texi removed: m3cc/gcc/gcc/gcov.texi removed: m3cc/gcc/gcc/getpwd.c removed: m3cc/gcc/gcc/install.texi removed: m3cc/gcc/gcc/install1.texi removed: m3cc/gcc/gcc/invoke.texi removed: m3cc/gcc/gcc/just-fixinc removed: m3cc/gcc/gcc/libgcc1-test.c removed: m3cc/gcc/gcc/libgcc1.c removed: m3cc/gcc/gcc/listing removed: m3cc/gcc/gcc/make-l2.com removed: m3cc/gcc/gcc/makefile.vms removed: m3cc/gcc/gcc/md.texi removed: m3cc/gcc/gcc/patch-apollo-includes removed: m3cc/gcc/gcc/pcp.h removed: m3cc/gcc/gcc/pself.c removed: m3cc/gcc/gcc/pself1.c removed: m3cc/gcc/gcc/pself2.c removed: m3cc/gcc/gcc/pself3.c removed: m3cc/gcc/gcc/pself4.c removed: m3cc/gcc/gcc/pself5.c removed: m3cc/gcc/gcc/rtl.texi removed: m3cc/gcc/gcc/sched.c removed: m3cc/gcc/gcc/stupid.c removed: m3cc/gcc/gcc/texinfo.tex removed: m3cc/gcc/gcc/tm.texi removed: m3cc/gcc/gcc/unprotoize.c removed: m3cc/gcc/gcc/vmsconfig.com removed: m3cc/gcc/gcc/config/x-linux removed: m3cc/gcc/gcc/config/x-linux-aout removed: m3cc/gcc/gcc/config/x-lynx removed: m3cc/gcc/gcc/config/x-svr4 removed: m3cc/gcc/gcc/config/xm-alloca.h removed: m3cc/gcc/gcc/config/xm-freebsd.h removed: m3cc/gcc/gcc/config/xm-gnu.h removed: m3cc/gcc/gcc/config/xm-interix.h removed: m3cc/gcc/gcc/config/xm-linux.h removed: m3cc/gcc/gcc/config/xm-lynx.h removed: m3cc/gcc/gcc/config/xm-openbsd.h removed: m3cc/gcc/gcc/config/xm-siglist.h removed: m3cc/gcc/gcc/config/xm-std32.h removed: m3cc/gcc/gcc/config/xm-svr3.h removed: m3cc/gcc/gcc/config/xm-svr4.h removed: m3cc/gcc/gcc/config/1750a/xm-1750a.h removed: m3cc/gcc/gcc/config/a29k/t-a29k removed: m3cc/gcc/gcc/config/a29k/udi.h removed: m3cc/gcc/gcc/config/a29k/x-unix removed: m3cc/gcc/gcc/config/a29k/xm-a29k.h removed: m3cc/gcc/gcc/config/a29k/xm-unix.h removed: m3cc/gcc/gcc/config/alpha/config-nt.sed removed: m3cc/gcc/gcc/config/alpha/crtbegin.asm removed: m3cc/gcc/gcc/config/alpha/crtend.asm removed: m3cc/gcc/gcc/config/alpha/netbsd-elf.h removed: m3cc/gcc/gcc/config/alpha/t-crtbe removed: m3cc/gcc/gcc/config/alpha/t-osf removed: m3cc/gcc/gcc/config/alpha/vms-tramp.asm removed: m3cc/gcc/gcc/config/alpha/win-nt.h removed: m3cc/gcc/gcc/config/alpha/x-alpha removed: m3cc/gcc/gcc/config/alpha/x-osf removed: m3cc/gcc/gcc/config/alpha/xm-alpha.h removed: m3cc/gcc/gcc/config/alpha/xm-openbsd.h removed: m3cc/gcc/gcc/config/alpha/xm-winnt.h removed: m3cc/gcc/gcc/config/arc/xm-arc.h removed: m3cc/gcc/gcc/config/arm/lib1thumb.asm removed: m3cc/gcc/gcc/config/arm/linux-aout.h removed: m3cc/gcc/gcc/config/arm/linux-elf26.h removed: m3cc/gcc/gcc/config/arm/linux-oldld.h removed: m3cc/gcc/gcc/config/arm/t-bare removed: m3cc/gcc/gcc/config/arm/t-semiaof removed: m3cc/gcc/gcc/config/arm/t-thumb removed: m3cc/gcc/gcc/config/arm/tcoff.h removed: m3cc/gcc/gcc/config/arm/thumb.c removed: m3cc/gcc/gcc/config/arm/thumb.h removed: m3cc/gcc/gcc/config/arm/thumb.md removed: m3cc/gcc/gcc/config/arm/x-riscix removed: m3cc/gcc/gcc/config/arm/xm-arm.h removed: m3cc/gcc/gcc/config/arm/xm-linux.h removed: m3cc/gcc/gcc/config/arm/xm-netbsd.h removed: m3cc/gcc/gcc/config/arm/xm-thumb.h removed: m3cc/gcc/gcc/config/avr/xm-avr.h removed: m3cc/gcc/gcc/config/c4x/xm-c4x.h removed: m3cc/gcc/gcc/config/clipper/x-clix removed: m3cc/gcc/gcc/config/clipper/xm-clix.h removed: m3cc/gcc/gcc/config/convex/x-convex removed: m3cc/gcc/gcc/config/convex/xm-convex.h removed: m3cc/gcc/gcc/config/d30v/xm-d30v.h removed: m3cc/gcc/gcc/config/dsp16xx/xm-dsp16xx.h removed: m3cc/gcc/gcc/config/elxsi/x-elxsi removed: m3cc/gcc/gcc/config/elxsi/xm-elxsi.h removed: m3cc/gcc/gcc/config/fr30/xm-fr30.h removed: m3cc/gcc/gcc/config/fx80/fx80.c removed: m3cc/gcc/gcc/config/fx80/fx80.h removed: m3cc/gcc/gcc/config/fx80/fx80.md removed: m3cc/gcc/gcc/config/fx80/xm-fx80.h removed: m3cc/gcc/gcc/config/gmicro/gmicro.c removed: m3cc/gcc/gcc/config/gmicro/gmicro.h removed: m3cc/gcc/gcc/config/gmicro/gmicro.md removed: m3cc/gcc/gcc/config/h8300/xm-h8300.h removed: m3cc/gcc/gcc/config/i370/t-linux removed: m3cc/gcc/gcc/config/i370/t-mvs removed: m3cc/gcc/gcc/config/i370/x-oe removed: m3cc/gcc/gcc/config/i370/xm-i370.h removed: m3cc/gcc/gcc/config/i370/xm-linux.h removed: m3cc/gcc/gcc/config/i370/xm-mvs.h removed: m3cc/gcc/gcc/config/i370/xm-oe.h removed: m3cc/gcc/gcc/config/i386/beos-pe.h removed: m3cc/gcc/gcc/config/i386/chorus.h removed: m3cc/gcc/gcc/config/i386/config-nt.sed removed: m3cc/gcc/gcc/config/i386/dgux.c removed: m3cc/gcc/gcc/config/i386/freebsd-elf.h removed: m3cc/gcc/gcc/config/i386/os2.h removed: m3cc/gcc/gcc/config/i386/perform.h removed: m3cc/gcc/gcc/config/i386/sco.h removed: m3cc/gcc/gcc/config/i386/sco4.h removed: m3cc/gcc/gcc/config/i386/sco4dbx.h removed: m3cc/gcc/gcc/config/i386/sco5gas.h removed: m3cc/gcc/gcc/config/i386/scodbx.h removed: m3cc/gcc/gcc/config/i386/t-i386bare removed: m3cc/gcc/gcc/config/i386/t-vsta removed: m3cc/gcc/gcc/config/i386/t-winnt removed: m3cc/gcc/gcc/config/i386/win-nt.h removed: m3cc/gcc/gcc/config/i386/x-aix removed: m3cc/gcc/gcc/config/i386/x-beos removed: m3cc/gcc/gcc/config/i386/x-cygwin removed: m3cc/gcc/gcc/config/i386/x-dgux removed: m3cc/gcc/gcc/config/i386/x-djgpp removed: m3cc/gcc/gcc/config/i386/x-isc removed: m3cc/gcc/gcc/config/i386/x-isc3 removed: m3cc/gcc/gcc/config/i386/x-ncr3000 removed: m3cc/gcc/gcc/config/i386/x-next removed: m3cc/gcc/gcc/config/i386/x-osf1elf removed: m3cc/gcc/gcc/config/i386/x-osfrose removed: m3cc/gcc/gcc/config/i386/x-sco removed: m3cc/gcc/gcc/config/i386/x-sco4 removed: m3cc/gcc/gcc/config/i386/x-sco5 removed: m3cc/gcc/gcc/config/i386/x-sysv3 removed: m3cc/gcc/gcc/config/i386/x-vsta removed: m3cc/gcc/gcc/config/i386/xm-aix.h removed: m3cc/gcc/gcc/config/i386/xm-beos.h removed: m3cc/gcc/gcc/config/i386/xm-bsd386.h removed: m3cc/gcc/gcc/config/i386/xm-dgux.h removed: m3cc/gcc/gcc/config/i386/xm-dos.h removed: m3cc/gcc/gcc/config/i386/xm-freebsd.h removed: m3cc/gcc/gcc/config/i386/xm-gnu.h removed: m3cc/gcc/gcc/config/i386/xm-i386.h removed: m3cc/gcc/gcc/config/i386/xm-isc.h removed: m3cc/gcc/gcc/config/i386/xm-linux.h removed: m3cc/gcc/gcc/config/i386/xm-lynx.h removed: m3cc/gcc/gcc/config/i386/xm-next.h removed: m3cc/gcc/gcc/config/i386/xm-openbsd.h removed: m3cc/gcc/gcc/config/i386/xm-os2.h removed: m3cc/gcc/gcc/config/i386/xm-osf.h removed: m3cc/gcc/gcc/config/i386/xm-osf1elf.h removed: m3cc/gcc/gcc/config/i386/xm-sco.h removed: m3cc/gcc/gcc/config/i386/xm-sco5.h removed: m3cc/gcc/gcc/config/i386/xm-sun.h removed: m3cc/gcc/gcc/config/i386/xm-sysv3.h removed: m3cc/gcc/gcc/config/i386/xm-sysv4.h removed: m3cc/gcc/gcc/config/i386/xm-uwin.h removed: m3cc/gcc/gcc/config/i386/xm-winnt.h removed: m3cc/gcc/gcc/config/i860/x-fx2800 removed: m3cc/gcc/gcc/config/i860/x-sysv3 removed: m3cc/gcc/gcc/config/i860/x-sysv4 removed: m3cc/gcc/gcc/config/i860/xm-fx2800.h removed: m3cc/gcc/gcc/config/i860/xm-i860.h removed: m3cc/gcc/gcc/config/i960/xm-i960.h removed: m3cc/gcc/gcc/config/ia64/xm-ia64.h removed: m3cc/gcc/gcc/config/m32r/xm-m32r.h removed: m3cc/gcc/gcc/config/m68hc11/xm-m68hc11.h removed: m3cc/gcc/gcc/config/m68k/x-alloca-c removed: m3cc/gcc/gcc/config/m68k/x-amix removed: m3cc/gcc/gcc/config/m68k/x-apollo68 removed: m3cc/gcc/gcc/config/m68k/x-ccur removed: m3cc/gcc/gcc/config/m68k/x-crds removed: m3cc/gcc/gcc/config/m68k/x-dpx2 removed: m3cc/gcc/gcc/config/m68k/x-hp2bsd removed: m3cc/gcc/gcc/config/m68k/x-hp320 removed: m3cc/gcc/gcc/config/m68k/x-hp320g removed: m3cc/gcc/gcc/config/m68k/x-mot3300 removed: m3cc/gcc/gcc/config/m68k/x-mot3300-gas removed: m3cc/gcc/gcc/config/m68k/x-tower removed: m3cc/gcc/gcc/config/m68k/xm-3b1.h removed: m3cc/gcc/gcc/config/m68k/xm-altos3068.h removed: m3cc/gcc/gcc/config/m68k/xm-amix.h removed: m3cc/gcc/gcc/config/m68k/xm-atari.h removed: m3cc/gcc/gcc/config/m68k/xm-aux.h removed: m3cc/gcc/gcc/config/m68k/xm-crds.h removed: m3cc/gcc/gcc/config/m68k/xm-hp320.h removed: m3cc/gcc/gcc/config/m68k/xm-linux.h removed: m3cc/gcc/gcc/config/m68k/xm-lynx.h removed: m3cc/gcc/gcc/config/m68k/xm-m68k.h removed: m3cc/gcc/gcc/config/m68k/xm-m68kv.h removed: m3cc/gcc/gcc/config/m68k/xm-mot3300.h removed: m3cc/gcc/gcc/config/m68k/xm-next.h removed: m3cc/gcc/gcc/config/m68k/xm-openbsd.h removed: m3cc/gcc/gcc/config/m68k/xm-plexus.h removed: m3cc/gcc/gcc/config/m68k/xm-sun3.h removed: m3cc/gcc/gcc/config/m68k/xm-tower.h removed: m3cc/gcc/gcc/config/m88k/x-dgux removed: m3cc/gcc/gcc/config/m88k/x-dguxbcs removed: m3cc/gcc/gcc/config/m88k/x-dolph removed: m3cc/gcc/gcc/config/m88k/x-sysv3 removed: m3cc/gcc/gcc/config/m88k/x-sysv4 removed: m3cc/gcc/gcc/config/m88k/x-tekXD88 removed: m3cc/gcc/gcc/config/m88k/xm-m88k.h removed: m3cc/gcc/gcc/config/m88k/xm-openbsd.h removed: m3cc/gcc/gcc/config/m88k/xm-sysv3.h removed: m3cc/gcc/gcc/config/mcore/xm-mcore.h removed: m3cc/gcc/gcc/config/mips/gnu.h removed: m3cc/gcc/gcc/config/mips/t-mips removed: m3cc/gcc/gcc/config/mips/t-mips-gas removed: m3cc/gcc/gcc/config/mips/t-osfrose removed: m3cc/gcc/gcc/config/mips/x-dec-osf1 removed: m3cc/gcc/gcc/config/mips/x-iris removed: m3cc/gcc/gcc/config/mips/x-iris3 removed: m3cc/gcc/gcc/config/mips/x-iris6 removed: m3cc/gcc/gcc/config/mips/x-mips removed: m3cc/gcc/gcc/config/mips/x-netbsd removed: m3cc/gcc/gcc/config/mips/x-nws3250v4 removed: m3cc/gcc/gcc/config/mips/x-osfrose removed: m3cc/gcc/gcc/config/mips/x-sni-svr4 removed: m3cc/gcc/gcc/config/mips/x-sony removed: m3cc/gcc/gcc/config/mips/x-sysv removed: m3cc/gcc/gcc/config/mips/x-ultrix removed: m3cc/gcc/gcc/config/mips/xm-iris3.h removed: m3cc/gcc/gcc/config/mips/xm-iris4.h removed: m3cc/gcc/gcc/config/mips/xm-iris6.h removed: m3cc/gcc/gcc/config/mips/xm-mips.h removed: m3cc/gcc/gcc/config/mips/xm-news.h removed: m3cc/gcc/gcc/config/mips/xm-nws3250v4.h removed: m3cc/gcc/gcc/config/mips/xm-openbsd.h removed: m3cc/gcc/gcc/config/mips/xm-sysv.h removed: m3cc/gcc/gcc/config/mips/xm-sysv4.h removed: m3cc/gcc/gcc/config/mn10200/divmod.c removed: m3cc/gcc/gcc/config/mn10200/udivmod.c removed: m3cc/gcc/gcc/config/mn10200/udivmodsi4.c removed: m3cc/gcc/gcc/config/mn10200/xm-mn10200.h removed: m3cc/gcc/gcc/config/mn10300/xm-mn10300.h removed: m3cc/gcc/gcc/config/msdos/configur.bat removed: m3cc/gcc/gcc/config/msdos/libgcc.mak removed: m3cc/gcc/gcc/config/msdos/mklibgcc.c removed: m3cc/gcc/gcc/config/msdos/top.sed removed: m3cc/gcc/gcc/config/ns32k/genix.h removed: m3cc/gcc/gcc/config/ns32k/x-genix removed: m3cc/gcc/gcc/config/ns32k/xm-genix.h removed: m3cc/gcc/gcc/config/ns32k/xm-netbsd.h removed: m3cc/gcc/gcc/config/ns32k/xm-ns32k.h removed: m3cc/gcc/gcc/config/ns32k/xm-pc532-min.h removed: m3cc/gcc/gcc/config/pa/ee.asm removed: m3cc/gcc/gcc/config/pa/ee_fp.asm removed: m3cc/gcc/gcc/config/pa/pa-gas.h removed: m3cc/gcc/gcc/config/pa/pa-pro.h removed: m3cc/gcc/gcc/config/pa/pa1.h removed: m3cc/gcc/gcc/config/pa/x-pa removed: m3cc/gcc/gcc/config/pa/x-pa-hpux removed: m3cc/gcc/gcc/config/pa/x-pa-mpeix removed: m3cc/gcc/gcc/config/pa/xm-linux.h removed: m3cc/gcc/gcc/config/pa/xm-pa.h removed: m3cc/gcc/gcc/config/pa/xm-pa64hpux.h removed: m3cc/gcc/gcc/config/pa/xm-pahpux.h removed: m3cc/gcc/gcc/config/pa/xm-papro.h removed: m3cc/gcc/gcc/config/pdp11/xm-pdp11.h removed: m3cc/gcc/gcc/config/pj/xm-pj.h removed: m3cc/gcc/gcc/config/pyr/pyr.c removed: m3cc/gcc/gcc/config/pyr/pyr.h removed: m3cc/gcc/gcc/config/pyr/pyr.md removed: m3cc/gcc/gcc/config/pyr/x-pyr removed: m3cc/gcc/gcc/config/pyr/xm-pyr.h removed: m3cc/gcc/gcc/config/romp/x-mach removed: m3cc/gcc/gcc/config/romp/x-romp removed: m3cc/gcc/gcc/config/romp/xm-romp.h removed: m3cc/gcc/gcc/config/rs6000/chorus.h removed: m3cc/gcc/gcc/config/rs6000/cygwin.h removed: m3cc/gcc/gcc/config/rs6000/eabi-ctors.c removed: m3cc/gcc/gcc/config/rs6000/eabile.h removed: m3cc/gcc/gcc/config/rs6000/eabilesim.h removed: m3cc/gcc/gcc/config/rs6000/netware.h removed: m3cc/gcc/gcc/config/rs6000/nt-ci.asm removed: m3cc/gcc/gcc/config/rs6000/nt-cn.asm removed: m3cc/gcc/gcc/config/rs6000/ntstack.asm removed: m3cc/gcc/gcc/config/rs6000/sol-c0.c removed: m3cc/gcc/gcc/config/rs6000/sol2.h removed: m3cc/gcc/gcc/config/rs6000/t-ppc removed: m3cc/gcc/gcc/config/rs6000/t-winnt removed: m3cc/gcc/gcc/config/rs6000/t-xnewas removed: m3cc/gcc/gcc/config/rs6000/t-xrs6000 removed: m3cc/gcc/gcc/config/rs6000/win-nt.h removed: m3cc/gcc/gcc/config/rs6000/x-aix31 removed: m3cc/gcc/gcc/config/rs6000/x-aix41 removed: m3cc/gcc/gcc/config/rs6000/x-aix41-gld removed: m3cc/gcc/gcc/config/rs6000/x-aix43 removed: m3cc/gcc/gcc/config/rs6000/x-beos removed: m3cc/gcc/gcc/config/rs6000/x-cygwin removed: m3cc/gcc/gcc/config/rs6000/x-darwin removed: m3cc/gcc/gcc/config/rs6000/x-lynx removed: m3cc/gcc/gcc/config/rs6000/x-mach removed: m3cc/gcc/gcc/config/rs6000/x-rs6000 removed: m3cc/gcc/gcc/config/rs6000/x-sysv4 removed: m3cc/gcc/gcc/config/rs6000/xm-beos.h removed: m3cc/gcc/gcc/config/rs6000/xm-cygwin.h removed: m3cc/gcc/gcc/config/rs6000/xm-darwin.h removed: m3cc/gcc/gcc/config/rs6000/xm-lynx.h removed: m3cc/gcc/gcc/config/rs6000/xm-mach.h removed: m3cc/gcc/gcc/config/rs6000/xm-rs6000.h removed: m3cc/gcc/gcc/config/rs6000/xm-sysv4.h removed: m3cc/gcc/gcc/config/s390/linux64.h removed: m3cc/gcc/gcc/config/s390/xm-s390.h removed: m3cc/gcc/gcc/config/s390/xm-s390x.h removed: m3cc/gcc/gcc/config/sh/xm-sh.h removed: m3cc/gcc/gcc/config/sparc/chorus.h removed: m3cc/gcc/gcc/config/sparc/sol2-sld-64.h removed: m3cc/gcc/gcc/config/sparc/sol2-sld.h removed: m3cc/gcc/gcc/config/sparc/t-sp64 removed: m3cc/gcc/gcc/config/sparc/t-sunos40 removed: m3cc/gcc/gcc/config/sparc/x-sysv4 removed: m3cc/gcc/gcc/config/sparc/xm-linux.h removed: m3cc/gcc/gcc/config/sparc/xm-lynx.h removed: m3cc/gcc/gcc/config/sparc/xm-openbsd.h removed: m3cc/gcc/gcc/config/sparc/xm-pbd.h removed: m3cc/gcc/gcc/config/sparc/xm-sol2.h removed: m3cc/gcc/gcc/config/sparc/xm-sp64.h removed: m3cc/gcc/gcc/config/sparc/xm-sparc.h removed: m3cc/gcc/gcc/config/sparc/xm-sysv4-64.h removed: m3cc/gcc/gcc/config/sparc/xm-sysv4.h removed: m3cc/gcc/gcc/config/spur/spur.c removed: m3cc/gcc/gcc/config/spur/spur.h removed: m3cc/gcc/gcc/config/spur/spur.md removed: m3cc/gcc/gcc/config/spur/xm-spur.h removed: m3cc/gcc/gcc/config/tahoe/harris.h removed: m3cc/gcc/gcc/config/tahoe/tahoe.c removed: m3cc/gcc/gcc/config/tahoe/tahoe.h removed: m3cc/gcc/gcc/config/tahoe/tahoe.md removed: m3cc/gcc/gcc/config/tahoe/xm-tahoe.h removed: m3cc/gcc/gcc/config/v850/xm-v850.h removed: m3cc/gcc/gcc/config/vax/t-openbsd removed: m3cc/gcc/gcc/config/vax/t-vax removed: m3cc/gcc/gcc/config/vax/x-vax removed: m3cc/gcc/gcc/config/vax/xm-vax.h removed: m3cc/gcc/gcc/config/vax/xm-vaxv.h removed: m3cc/gcc/gcc/config/we32k/x-we32k removed: m3cc/gcc/gcc/config/we32k/xm-we32k.h removed: m3cc/gcc/gcc/config/winnt/config-nt.bat removed: m3cc/gcc/gcc/config/winnt/config-nt.sed removed: m3cc/gcc/gcc/config/winnt/dirent.c removed: m3cc/gcc/gcc/config/winnt/dirent.h removed: m3cc/gcc/gcc/config/winnt/fixinc-nt.c removed: m3cc/gcc/gcc/config/winnt/headers.mak removed: m3cc/gcc/gcc/config/winnt/ld.c removed: m3cc/gcc/gcc/config/winnt/libgcc.mak removed: m3cc/gcc/gcc/config/winnt/mklibgcc.c removed: m3cc/gcc/gcc/config/winnt/oldnames.c removed: m3cc/gcc/gcc/config/winnt/spawnv.c removed: m3cc/gcc/gcc/config/winnt/win-nt.h removed: m3cc/gcc/gcc/config/winnt/x-winnt removed: m3cc/gcc/gcc/config/winnt/xm-winnt.h removed: m3cc/gcc/gcc/config/xtensa/xm-xtensa.h removed: m3cc/gcc/gcc/doc/gcc.info-24 removed: m3cc/gcc/gcc/doc/gcc.info-25 removed: m3cc/gcc/gcc/doc/gcc.info-26 removed: m3cc/gcc/gcc/doc/gcc.info-27 removed: m3cc/gcc/gcc/doc/gcc.info-28 removed: m3cc/gcc/gcc/doc/gcc.info-29 removed: m3cc/gcc/gcc/doc/gcc.info-30 removed: m3cc/gcc/gcc/doc/gcc.info-31 removed: m3cc/gcc/gcc/doc/gcc.info-32 removed: m3cc/gcc/gcc/doc/gcc.info-33 removed: m3cc/gcc/gcc/doc/gcc.info-34 removed: m3cc/gcc/gcc/doc/gcc.info-35 removed: m3cc/gcc/gcc/doc/gcc.info-36 removed: m3cc/gcc/gcc/doc/gcc.info-37 removed: m3cc/gcc/gcc/doc/gcc.info-38 removed: m3cc/gcc/gcc/fixinc/fixinc.irix removed: m3cc/gcc/gcc/fixinc/fixinc.sco removed: m3cc/gcc/gcc/fixinc/fixinc.x86-linux-gnu removed: m3cc/gcc/gcc/fixinc/hackshell.tpl removed: m3cc/gcc/gcc/fixinc/inclhack.sh removed: m3cc/gcc/gcc/fixinc/inclhack.tpl removed: m3cc/gcc/gcc/ginclude/math-3300.h removed: m3cc/gcc/gcc/ginclude/math-68881.h removed: m3cc/gcc/gcc/ginclude/ppc-asm.h removed: m3cc/gcc/gcc/ginclude/proto.h removed: m3cc/gcc/gcc/ginclude/va-alpha.h removed: m3cc/gcc/gcc/ginclude/va-arc.h removed: m3cc/gcc/gcc/ginclude/va-c4x.h removed: m3cc/gcc/gcc/ginclude/va-clipper.h removed: m3cc/gcc/gcc/ginclude/va-h8300.h removed: m3cc/gcc/gcc/ginclude/va-i860.h removed: m3cc/gcc/gcc/ginclude/va-i960.h removed: m3cc/gcc/gcc/ginclude/va-m32r.h removed: m3cc/gcc/gcc/ginclude/va-m88k.h removed: m3cc/gcc/gcc/ginclude/va-mips.h removed: m3cc/gcc/gcc/ginclude/va-mn10200.h removed: m3cc/gcc/gcc/ginclude/va-mn10300.h removed: m3cc/gcc/gcc/ginclude/va-pa.h removed: m3cc/gcc/gcc/ginclude/va-ppc.h removed: m3cc/gcc/gcc/ginclude/va-pyr.h removed: m3cc/gcc/gcc/ginclude/va-sh.h removed: m3cc/gcc/gcc/ginclude/va-sparc.h removed: m3cc/gcc/gcc/ginclude/va-spur.h removed: m3cc/gcc/gcc/ginclude/va-v850.h removed: m3cc/gcc/gcc/intl/cat-compat.c removed: m3cc/gcc/gcc/intl/linux-msg.sed removed: m3cc/gcc/gcc/intl/po2tbl.sed.in removed: m3cc/gcc/gcc/intl/xopen-msg.sed removed: m3cc/gcc/gcc/m3cg/Make-lang.in removed: m3cc/gcc/gcc/m3cg/Makefile.in removed: m3cc/gcc/gcc/m3cg/config-lang.in removed: m3cc/gcc/gcc/m3cg/lang-specs.h removed: m3cc/gcc/gcc/m3cg/m3.c removed: m3cc/gcc/gcc/m3cg/m3.def removed: m3cc/gcc/gcc/m3cg/m3cg.h removed: m3cc/gcc/gcc/po/Makefile.in.in removed: m3cc/gcc/gcc/po/POTFILES.in removed: m3cc/gcc/gcc/po/cat-id-tbl.c removed: m3cc/gcc/gcc/po/en_UK.po removed: m3cc/gcc/gcc/po/stamp-cat-id removed: m3cc/gcc/install/BINARIES removed: m3cc/gcc/install/BUILD removed: m3cc/gcc/install/CONFIGURE removed: m3cc/gcc/install/DOWNLOAD removed: m3cc/gcc/install/FINALINSTALL removed: m3cc/gcc/install/INDEX removed: m3cc/gcc/install/SPECIFIC removed: m3cc/gcc/install/TEST removed: m3cc/gcc/install/binaries.html removed: m3cc/gcc/install/build.html removed: m3cc/gcc/install/configure.html removed: m3cc/gcc/install/dec-osf-shlibstdc++.patch removed: m3cc/gcc/install/download.html removed: m3cc/gcc/install/finalinstall.html removed: m3cc/gcc/install/glibc-2.2.patch removed: m3cc/gcc/install/index.html removed: m3cc/gcc/install/sco_osr5_g77.patch removed: m3cc/gcc/install/specific.html removed: m3cc/gcc/install/test.html removed: m3cc/gcc/install/x86-sol2-gas.patch removed: m3cc/gcc/libiberty/acconfig.h removed: m3cc/gcc/libiberty/alloca-conf.h removed: m3cc/gcc/libiberty/configure.bat removed: m3cc/gcc/libiberty/makefile.dos removed: m3cc/gcc/libiberty/config/mh-beos removed: m3cc/gcc/texinfo/ABOUT-NLS removed: m3cc/gcc/texinfo/AUTHORS removed: m3cc/gcc/texinfo/COPYING removed: m3cc/gcc/texinfo/ChangeLog removed: m3cc/gcc/texinfo/INSTALL removed: m3cc/gcc/texinfo/INTRODUCTION removed: m3cc/gcc/texinfo/Makefile.am removed: m3cc/gcc/texinfo/Makefile.in removed: m3cc/gcc/texinfo/NEWS removed: m3cc/gcc/texinfo/README removed: m3cc/gcc/texinfo/README-alpha removed: m3cc/gcc/texinfo/THANKS removed: m3cc/gcc/texinfo/TODO removed: m3cc/gcc/texinfo/acconfig.h removed: m3cc/gcc/texinfo/acinclude.m4 removed: m3cc/gcc/texinfo/aclocal.m4 removed: m3cc/gcc/texinfo/config.guess removed: m3cc/gcc/texinfo/config.h.in removed: m3cc/gcc/texinfo/config.sub removed: m3cc/gcc/texinfo/configure removed: m3cc/gcc/texinfo/configure.in removed: m3cc/gcc/texinfo/dir removed: m3cc/gcc/texinfo/dir-example removed: m3cc/gcc/texinfo/dir.info-template removed: m3cc/gcc/texinfo/gen-info-dir removed: m3cc/gcc/texinfo/gpl.texinfo removed: m3cc/gcc/texinfo/lgpl.texinfo removed: m3cc/gcc/texinfo/liblic.texi removed: m3cc/gcc/texinfo/license.texi removed: m3cc/gcc/texinfo/missing removed: m3cc/gcc/texinfo/mkinstalldirs removed: m3cc/gcc/texinfo/texinfo.tex removed: m3cc/gcc/texinfo/texinfo.texi removed: m3cc/gcc/texinfo/cygnus/Makefile.in removed: m3cc/gcc/texinfo/cygnus/texinfo.tex removed: m3cc/gcc/texinfo/cygnus/texiplus.tex removed: m3cc/gcc/texinfo/cygnus/tocfix removed: m3cc/gcc/texinfo/doc/Makefile.am removed: m3cc/gcc/texinfo/doc/Makefile.in removed: m3cc/gcc/texinfo/doc/README removed: m3cc/gcc/texinfo/doc/epsf.tex removed: m3cc/gcc/texinfo/doc/info-stnd.texi removed: m3cc/gcc/texinfo/doc/info.texi removed: m3cc/gcc/texinfo/doc/macro.texi removed: m3cc/gcc/texinfo/doc/texinfo.tex removed: m3cc/gcc/texinfo/doc/texinfo.texi removed: m3cc/gcc/texinfo/doc/texinfo.txi removed: m3cc/gcc/texinfo/doc/userdoc.texi removed: m3cc/gcc/texinfo/emacs/Makefile.am removed: m3cc/gcc/texinfo/emacs/Makefile.in removed: m3cc/gcc/texinfo/emacs/README removed: m3cc/gcc/texinfo/emacs/detexinfo.el removed: m3cc/gcc/texinfo/emacs/elisp-comp removed: m3cc/gcc/texinfo/emacs/info.el removed: m3cc/gcc/texinfo/emacs/informat.el removed: m3cc/gcc/texinfo/emacs/makeinfo.el removed: m3cc/gcc/texinfo/emacs/new-useful-setqs removed: m3cc/gcc/texinfo/emacs/texinfmt.el removed: m3cc/gcc/texinfo/emacs/texinfo.el removed: m3cc/gcc/texinfo/emacs/texnfo-tex.el removed: m3cc/gcc/texinfo/emacs/texnfo-upd.el removed: m3cc/gcc/texinfo/info/Makefile.am removed: m3cc/gcc/texinfo/info/Makefile.in removed: m3cc/gcc/texinfo/info/NEWS removed: m3cc/gcc/texinfo/info/README removed: m3cc/gcc/texinfo/info/clib.c removed: m3cc/gcc/texinfo/info/clib.h removed: m3cc/gcc/texinfo/info/dir.c removed: m3cc/gcc/texinfo/info/display.c removed: m3cc/gcc/texinfo/info/display.h removed: m3cc/gcc/texinfo/info/doc.c removed: m3cc/gcc/texinfo/info/doc.h removed: m3cc/gcc/texinfo/info/dribble.c removed: m3cc/gcc/texinfo/info/dribble.h removed: m3cc/gcc/texinfo/info/echo-area.c removed: m3cc/gcc/texinfo/info/echo-area.h removed: m3cc/gcc/texinfo/info/echo_area.c removed: m3cc/gcc/texinfo/info/echo_area.h removed: m3cc/gcc/texinfo/info/filesys.c removed: m3cc/gcc/texinfo/info/filesys.h removed: m3cc/gcc/texinfo/info/footnotes.c removed: m3cc/gcc/texinfo/info/footnotes.h removed: m3cc/gcc/texinfo/info/funs.h removed: m3cc/gcc/texinfo/info/gc.c removed: m3cc/gcc/texinfo/info/gc.h removed: m3cc/gcc/texinfo/info/general.h removed: m3cc/gcc/texinfo/info/indices.c removed: m3cc/gcc/texinfo/info/indices.h removed: m3cc/gcc/texinfo/info/info-stnd.texi removed: m3cc/gcc/texinfo/info/info-utils.c removed: m3cc/gcc/texinfo/info/info-utils.h removed: m3cc/gcc/texinfo/info/info.1 removed: m3cc/gcc/texinfo/info/info.c removed: m3cc/gcc/texinfo/info/info.h removed: m3cc/gcc/texinfo/info/info.texi removed: m3cc/gcc/texinfo/info/infodoc.c removed: m3cc/gcc/texinfo/info/infomap.c removed: m3cc/gcc/texinfo/info/infomap.h removed: m3cc/gcc/texinfo/info/m-x.c removed: m3cc/gcc/texinfo/info/makedoc.c removed: m3cc/gcc/texinfo/info/man.c removed: m3cc/gcc/texinfo/info/man.h removed: m3cc/gcc/texinfo/info/nodemenu.c removed: m3cc/gcc/texinfo/info/nodes.c removed: m3cc/gcc/texinfo/info/nodes.h removed: m3cc/gcc/texinfo/info/search.c removed: m3cc/gcc/texinfo/info/search.h removed: m3cc/gcc/texinfo/info/session.c removed: m3cc/gcc/texinfo/info/session.h removed: m3cc/gcc/texinfo/info/signals.c removed: m3cc/gcc/texinfo/info/signals.h removed: m3cc/gcc/texinfo/info/termdep.h removed: m3cc/gcc/texinfo/info/terminal.c removed: m3cc/gcc/texinfo/info/terminal.h removed: m3cc/gcc/texinfo/info/tilde.c removed: m3cc/gcc/texinfo/info/tilde.h removed: m3cc/gcc/texinfo/info/userdoc.texi removed: m3cc/gcc/texinfo/info/variables.c removed: m3cc/gcc/texinfo/info/variables.h removed: m3cc/gcc/texinfo/info/window.c removed: m3cc/gcc/texinfo/info/window.h removed: m3cc/gcc/texinfo/info/xmalloc.c removed: m3cc/gcc/texinfo/intl/ChangeLog removed: m3cc/gcc/texinfo/intl/Makefile.in removed: m3cc/gcc/texinfo/intl/VERSION removed: m3cc/gcc/texinfo/intl/bindtextdom.c removed: m3cc/gcc/texinfo/intl/cat-compat.c removed: m3cc/gcc/texinfo/intl/dcgettext.c removed: m3cc/gcc/texinfo/intl/dgettext.c removed: m3cc/gcc/texinfo/intl/explodename.c removed: m3cc/gcc/texinfo/intl/finddomain.c removed: m3cc/gcc/texinfo/intl/gettext.c removed: m3cc/gcc/texinfo/intl/gettext.h removed: m3cc/gcc/texinfo/intl/gettextP.h removed: m3cc/gcc/texinfo/intl/hash-string.h removed: m3cc/gcc/texinfo/intl/intl-compat.c removed: m3cc/gcc/texinfo/intl/l10nflist.c removed: m3cc/gcc/texinfo/intl/libgettext.h removed: m3cc/gcc/texinfo/intl/linux-msg.sed removed: m3cc/gcc/texinfo/intl/loadinfo.h removed: m3cc/gcc/texinfo/intl/loadmsgcat.c removed: m3cc/gcc/texinfo/intl/localealias.c removed: m3cc/gcc/texinfo/intl/po2tbl.sed.in removed: m3cc/gcc/texinfo/intl/textdomain.c removed: m3cc/gcc/texinfo/intl/xopen-msg.sed removed: m3cc/gcc/texinfo/lib/Makefile.am removed: m3cc/gcc/texinfo/lib/Makefile.in removed: m3cc/gcc/texinfo/lib/README removed: m3cc/gcc/texinfo/lib/alloca.c removed: m3cc/gcc/texinfo/lib/getopt.c removed: m3cc/gcc/texinfo/lib/getopt.h removed: m3cc/gcc/texinfo/lib/getopt1.c removed: m3cc/gcc/texinfo/lib/memcpy.c removed: m3cc/gcc/texinfo/lib/memmove.c removed: m3cc/gcc/texinfo/lib/strdup.c removed: m3cc/gcc/texinfo/lib/strerror.c removed: m3cc/gcc/texinfo/lib/system.h removed: m3cc/gcc/texinfo/lib/xmalloc.c removed: m3cc/gcc/texinfo/lib/xstrdup.c removed: m3cc/gcc/texinfo/libtxi/Makefile.in removed: m3cc/gcc/texinfo/libtxi/alloca.c removed: m3cc/gcc/texinfo/libtxi/bzero.c removed: m3cc/gcc/texinfo/libtxi/getopt.c removed: m3cc/gcc/texinfo/libtxi/getopt.h removed: m3cc/gcc/texinfo/libtxi/getopt1.c removed: m3cc/gcc/texinfo/libtxi/memcpy.c removed: m3cc/gcc/texinfo/libtxi/memmove.c removed: m3cc/gcc/texinfo/libtxi/strdup.c removed: m3cc/gcc/texinfo/makeinfo/Makefile.am removed: m3cc/gcc/texinfo/makeinfo/Makefile.in removed: m3cc/gcc/texinfo/makeinfo/README removed: m3cc/gcc/texinfo/makeinfo/macro.texi removed: m3cc/gcc/texinfo/makeinfo/makeinfo.c removed: m3cc/gcc/texinfo/makeinfo/makeinfo.h removed: m3cc/gcc/texinfo/makeinfo/makeinfo.texi removed: m3cc/gcc/texinfo/makeinfo/multi.c removed: m3cc/gcc/texinfo/makeinfo/multiformat.texi removed: m3cc/gcc/texinfo/makeinfo/macros/example.texi removed: m3cc/gcc/texinfo/makeinfo/macros/html.texi removed: m3cc/gcc/texinfo/makeinfo/macros/multifmt.texi removed: m3cc/gcc/texinfo/makeinfo/macros/res-samp.texi removed: m3cc/gcc/texinfo/makeinfo/macros/resume.texi removed: m3cc/gcc/texinfo/makeinfo/macros/simpledoc.texi removed: m3cc/gcc/texinfo/po/ChangeLog removed: m3cc/gcc/texinfo/po/Makefile.in.in removed: m3cc/gcc/texinfo/po/POTFILES.in removed: m3cc/gcc/texinfo/po/cat-id-tbl.c removed: m3cc/gcc/texinfo/po/de.gmo removed: m3cc/gcc/texinfo/po/de.po removed: m3cc/gcc/texinfo/po/fr.gmo removed: m3cc/gcc/texinfo/po/fr.po removed: m3cc/gcc/texinfo/po/stamp-cat-id removed: m3cc/gcc/texinfo/po/texinfo.pot removed: m3cc/gcc/texinfo/testsuite/ChangeLog removed: m3cc/gcc/texinfo/testsuite/Makefile.in removed: m3cc/gcc/texinfo/testsuite/configure removed: m3cc/gcc/texinfo/testsuite/configure.in removed: m3cc/gcc/texinfo/testsuite/config/unix.exp removed: m3cc/gcc/texinfo/testsuite/lib/utils.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/atnode.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/conditions.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/mini.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/missnode.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/nonsense.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/not.exp removed: m3cc/gcc/texinfo/testsuite/makeinfo.0/smstruct.exp removed: m3cc/gcc/texinfo/testsuite/text/atnode.texi removed: m3cc/gcc/texinfo/testsuite/text/conditions.texi removed: m3cc/gcc/texinfo/testsuite/text/dfltnode.texi removed: m3cc/gcc/texinfo/testsuite/text/minimal.texi removed: m3cc/gcc/texinfo/testsuite/text/missnode.texi removed: m3cc/gcc/texinfo/testsuite/text/nonsense.texi removed: m3cc/gcc/texinfo/testsuite/text/not.texi removed: m3cc/gcc/texinfo/testsuite/text/smstruct.texi removed: m3cc/gcc/texinfo/util/Makefile.am removed: m3cc/gcc/texinfo/util/Makefile.in removed: m3cc/gcc/texinfo/util/README removed: m3cc/gcc/texinfo/util/deref.c removed: m3cc/gcc/texinfo/util/fixfonts removed: m3cc/gcc/texinfo/util/gen-dir-node removed: m3cc/gcc/texinfo/util/install-info.c removed: m3cc/gcc/texinfo/util/mkinstalldirs removed: m3cc/gcc/texinfo/util/tex3patch removed: m3cc/gcc/texinfo/util/texi2dvi removed: m3cc/gcc/texinfo/util/texindex.c removed: m3cc/gcc/texinfo/util/update-info modified: m3cc/gcc/.brik modified: m3cc/gcc/.cvsignore modified: m3cc/gcc/COPYING modified: m3cc/gcc/ChangeLog modified: m3cc/gcc/FAQ modified: m3cc/gcc/MAINTAINERS modified: m3cc/gcc/Makefile.in modified: m3cc/gcc/README modified: m3cc/gcc/config-ml.in modified: m3cc/gcc/config.guess modified: m3cc/gcc/config.if modified: m3cc/gcc/config.sub modified: m3cc/gcc/configure modified: m3cc/gcc/configure.in modified: m3cc/gcc/faq.html modified: m3cc/gcc/install-sh modified: m3cc/gcc/ltconfig modified: m3cc/gcc/ltmain.sh modified: m3cc/gcc/missing modified: m3cc/gcc/symlink-tree modified: m3cc/gcc/config/ChangeLog modified: m3cc/gcc/config/mh-djgpp modified: m3cc/gcc/config/mh-irix6 modified: m3cc/gcc/config/mh-sparcpic modified: m3cc/gcc/config/mt-linux modified: m3cc/gcc/config/mt-sparcpic modified: m3cc/gcc/config/mpw/ChangeLog modified: m3cc/gcc/contrib/ChangeLog modified: m3cc/gcc/contrib/index-prop modified: m3cc/gcc/contrib/test_installed modified: m3cc/gcc/contrib/test_summary modified: m3cc/gcc/contrib/warn_summary modified: m3cc/gcc/gcc/.cvsignore modified: m3cc/gcc/gcc/ABOUT-GCC-NLS modified: m3cc/gcc/gcc/ABOUT-NLS modified: m3cc/gcc/gcc/COPYING modified: m3cc/gcc/gcc/COPYING.LIB modified: m3cc/gcc/gcc/ChangeLog modified: m3cc/gcc/gcc/ChangeLog.0 modified: m3cc/gcc/gcc/ChangeLog.lib modified: m3cc/gcc/gcc/FSFChangeLog modified: m3cc/gcc/gcc/FSFChangeLog.10 modified: m3cc/gcc/gcc/FSFChangeLog.11 modified: m3cc/gcc/gcc/LANGUAGES modified: m3cc/gcc/gcc/Makefile.in modified: m3cc/gcc/gcc/NEWS modified: m3cc/gcc/gcc/README-fixinc modified: m3cc/gcc/gcc/SERVICE modified: m3cc/gcc/gcc/acconfig.h modified: m3cc/gcc/gcc/aclocal.m4 modified: m3cc/gcc/gcc/alias.c modified: m3cc/gcc/gcc/basic-block.h modified: m3cc/gcc/gcc/bitmap.c modified: m3cc/gcc/gcc/bitmap.h modified: m3cc/gcc/gcc/c-aux-info.c modified: m3cc/gcc/gcc/c-common.c modified: m3cc/gcc/gcc/c-convert.c modified: m3cc/gcc/gcc/c-decl.c modified: m3cc/gcc/gcc/c-lang.c modified: m3cc/gcc/gcc/c-lex.c modified: m3cc/gcc/gcc/c-lex.h modified: m3cc/gcc/gcc/c-parse.c modified: m3cc/gcc/gcc/c-parse.in modified: m3cc/gcc/gcc/c-parse.y modified: m3cc/gcc/gcc/c-pragma.c modified: m3cc/gcc/gcc/c-pragma.h modified: m3cc/gcc/gcc/c-tree.h modified: m3cc/gcc/gcc/c-typeck.c modified: m3cc/gcc/gcc/caller-save.c modified: m3cc/gcc/gcc/calls.c modified: m3cc/gcc/gcc/collect2.c modified: m3cc/gcc/gcc/collect2.h modified: m3cc/gcc/gcc/combine.c modified: m3cc/gcc/gcc/conditions.h modified: m3cc/gcc/gcc/config.in modified: m3cc/gcc/gcc/configure modified: m3cc/gcc/gcc/configure.frag modified: m3cc/gcc/gcc/configure.in modified: m3cc/gcc/gcc/convert.c modified: m3cc/gcc/gcc/convert.h modified: m3cc/gcc/gcc/cpperror.c modified: m3cc/gcc/gcc/cppexp.c modified: m3cc/gcc/gcc/cppfiles.c modified: m3cc/gcc/gcc/cpphash.c modified: m3cc/gcc/gcc/cpphash.h modified: m3cc/gcc/gcc/cppinit.c modified: m3cc/gcc/gcc/cpplib.c modified: m3cc/gcc/gcc/cpplib.h modified: m3cc/gcc/gcc/cppmain.c modified: m3cc/gcc/gcc/cppspec.c modified: m3cc/gcc/gcc/crtstuff.c modified: m3cc/gcc/gcc/cse.c modified: m3cc/gcc/gcc/dbxout.c modified: m3cc/gcc/gcc/dbxout.h modified: m3cc/gcc/gcc/defaults.h modified: m3cc/gcc/gcc/dwarf.h modified: m3cc/gcc/gcc/dwarf2.h modified: m3cc/gcc/gcc/dwarf2out.c modified: m3cc/gcc/gcc/dwarf2out.h modified: m3cc/gcc/gcc/dwarfout.c modified: m3cc/gcc/gcc/emit-rtl.c modified: m3cc/gcc/gcc/enquire.c modified: m3cc/gcc/gcc/except.c modified: m3cc/gcc/gcc/except.h modified: m3cc/gcc/gcc/explow.c modified: m3cc/gcc/gcc/expmed.c modified: m3cc/gcc/gcc/expr.c modified: m3cc/gcc/gcc/expr.h modified: m3cc/gcc/gcc/final.c modified: m3cc/gcc/gcc/fix-header.c modified: m3cc/gcc/gcc/fixproto modified: m3cc/gcc/gcc/flags.h modified: m3cc/gcc/gcc/floatlib.c modified: m3cc/gcc/gcc/flow.c modified: m3cc/gcc/gcc/fold-const.c modified: m3cc/gcc/gcc/fp-test.c modified: m3cc/gcc/gcc/function.c modified: m3cc/gcc/gcc/function.h modified: m3cc/gcc/gcc/future.options modified: m3cc/gcc/gcc/gbl-ctors.h modified: m3cc/gcc/gcc/gcc.c modified: m3cc/gcc/gcc/gcc.hlp modified: m3cc/gcc/gcc/gccspec.c modified: m3cc/gcc/gcc/gcov-io.h modified: m3cc/gcc/gcc/gcov.c modified: m3cc/gcc/gcc/gcse.c modified: m3cc/gcc/gcc/gen-protos.c modified: m3cc/gcc/gcc/genattr.c modified: m3cc/gcc/gcc/genattrtab.c modified: m3cc/gcc/gcc/gencheck.c modified: m3cc/gcc/gcc/gencodes.c modified: m3cc/gcc/gcc/genconfig.c modified: m3cc/gcc/gcc/genemit.c modified: m3cc/gcc/gcc/genextract.c modified: m3cc/gcc/gcc/genflags.c modified: m3cc/gcc/gcc/gengenrtl.c modified: m3cc/gcc/gcc/genmultilib modified: m3cc/gcc/gcc/genopinit.c modified: m3cc/gcc/gcc/genoutput.c modified: m3cc/gcc/gcc/genpeep.c modified: m3cc/gcc/gcc/genrecog.c modified: m3cc/gcc/gcc/glimits.h modified: m3cc/gcc/gcc/global.c modified: m3cc/gcc/gcc/gmon.c modified: m3cc/gcc/gcc/graph.c modified: m3cc/gcc/gcc/gstab.h modified: m3cc/gcc/gcc/gthr-dce.h modified: m3cc/gcc/gcc/gthr-posix.h modified: m3cc/gcc/gcc/gthr-single.h modified: m3cc/gcc/gcc/gthr-solaris.h modified: m3cc/gcc/gcc/gthr-vxworks.h modified: m3cc/gcc/gcc/gthr.h modified: m3cc/gcc/gcc/haifa-sched.c modified: m3cc/gcc/gcc/halfpic.c modified: m3cc/gcc/gcc/halfpic.h modified: m3cc/gcc/gcc/hard-reg-set.h modified: m3cc/gcc/gcc/hash.c modified: m3cc/gcc/gcc/hash.h modified: m3cc/gcc/gcc/hwint.h modified: m3cc/gcc/gcc/input.h modified: m3cc/gcc/gcc/integrate.c modified: m3cc/gcc/gcc/integrate.h modified: m3cc/gcc/gcc/intl.c modified: m3cc/gcc/gcc/intl.h modified: m3cc/gcc/gcc/jump.c modified: m3cc/gcc/gcc/lcm.c modified: m3cc/gcc/gcc/libgcc2.c modified: m3cc/gcc/gcc/local-alloc.c modified: m3cc/gcc/gcc/longlong.h modified: m3cc/gcc/gcc/loop.c modified: m3cc/gcc/gcc/loop.h modified: m3cc/gcc/gcc/machmode.def modified: m3cc/gcc/gcc/machmode.h modified: m3cc/gcc/gcc/mbchar.c modified: m3cc/gcc/gcc/mbchar.h modified: m3cc/gcc/gcc/mips-tdump.c modified: m3cc/gcc/gcc/mips-tfile.c modified: m3cc/gcc/gcc/mkinstalldirs modified: m3cc/gcc/gcc/optabs.c modified: m3cc/gcc/gcc/output.h modified: m3cc/gcc/gcc/prefix.c modified: m3cc/gcc/gcc/prefix.h modified: m3cc/gcc/gcc/print-rtl.c modified: m3cc/gcc/gcc/print-tree.c modified: m3cc/gcc/gcc/profile.c modified: m3cc/gcc/gcc/protoize.c modified: m3cc/gcc/gcc/real.c modified: m3cc/gcc/gcc/real.h modified: m3cc/gcc/gcc/recog.c modified: m3cc/gcc/gcc/recog.h modified: m3cc/gcc/gcc/reg-stack.c modified: m3cc/gcc/gcc/regclass.c modified: m3cc/gcc/gcc/regmove.c modified: m3cc/gcc/gcc/regs.h modified: m3cc/gcc/gcc/reload.c modified: m3cc/gcc/gcc/reload.h modified: m3cc/gcc/gcc/reload1.c modified: m3cc/gcc/gcc/reorg.c modified: m3cc/gcc/gcc/resource.c modified: m3cc/gcc/gcc/resource.h modified: m3cc/gcc/gcc/rtl.c modified: m3cc/gcc/gcc/rtl.def modified: m3cc/gcc/gcc/rtl.h modified: m3cc/gcc/gcc/rtlanal.c modified: m3cc/gcc/gcc/sbitmap.c modified: m3cc/gcc/gcc/sbitmap.h modified: m3cc/gcc/gcc/scan-decls.c modified: m3cc/gcc/gcc/scan-types.sh modified: m3cc/gcc/gcc/scan.c modified: m3cc/gcc/gcc/scan.h modified: m3cc/gcc/gcc/sdbout.c modified: m3cc/gcc/gcc/sdbout.h modified: m3cc/gcc/gcc/stack.h modified: m3cc/gcc/gcc/stmt.c modified: m3cc/gcc/gcc/stor-layout.c modified: m3cc/gcc/gcc/sys-protos.h modified: m3cc/gcc/gcc/system.h modified: m3cc/gcc/gcc/tlink.c modified: m3cc/gcc/gcc/toplev.c modified: m3cc/gcc/gcc/toplev.h modified: m3cc/gcc/gcc/tree.c modified: m3cc/gcc/gcc/tree.def modified: m3cc/gcc/gcc/tree.h modified: m3cc/gcc/gcc/unroll.c modified: m3cc/gcc/gcc/varasm.c modified: m3cc/gcc/gcc/varray.c modified: m3cc/gcc/gcc/varray.h modified: m3cc/gcc/gcc/version.c modified: m3cc/gcc/gcc/xcoffout.c modified: m3cc/gcc/gcc/xcoffout.h modified: m3cc/gcc/gcc/config/dbxelf.h modified: m3cc/gcc/gcc/config/elfos.h modified: m3cc/gcc/gcc/config/float-i128.h modified: m3cc/gcc/gcc/config/float-i32.h modified: m3cc/gcc/gcc/config/float-i386.h modified: m3cc/gcc/gcc/config/float-i64.h modified: m3cc/gcc/gcc/config/float-m68k.h modified: m3cc/gcc/gcc/config/float-sh.h modified: m3cc/gcc/gcc/config/float-vax.h modified: m3cc/gcc/gcc/config/fp-bit.c modified: m3cc/gcc/gcc/config/freebsd.h modified: m3cc/gcc/gcc/config/gnu.h modified: m3cc/gcc/gcc/config/gofast.h modified: m3cc/gcc/gcc/config/interix.h modified: m3cc/gcc/gcc/config/libgloss.h modified: m3cc/gcc/gcc/config/linux-aout.h modified: m3cc/gcc/gcc/config/linux.h modified: m3cc/gcc/gcc/config/lynx-ng.h modified: m3cc/gcc/gcc/config/lynx.h modified: m3cc/gcc/gcc/config/netbsd.h modified: m3cc/gcc/gcc/config/nextstep.c modified: m3cc/gcc/gcc/config/nextstep.h modified: m3cc/gcc/gcc/config/nextstep21.h modified: m3cc/gcc/gcc/config/openbsd.h modified: m3cc/gcc/gcc/config/psos.h modified: m3cc/gcc/gcc/config/ptx4.h modified: m3cc/gcc/gcc/config/svr3.h modified: m3cc/gcc/gcc/config/svr4.h modified: m3cc/gcc/gcc/config/t-freebsd modified: m3cc/gcc/gcc/config/t-gnu modified: m3cc/gcc/gcc/config/t-libc-ok modified: m3cc/gcc/gcc/config/t-linux modified: m3cc/gcc/gcc/config/t-linux-aout modified: m3cc/gcc/gcc/config/t-linux-gnulibc1 modified: m3cc/gcc/gcc/config/t-netbsd modified: m3cc/gcc/gcc/config/t-openbsd modified: m3cc/gcc/gcc/config/t-rtems modified: m3cc/gcc/gcc/config/t-svr4 modified: m3cc/gcc/gcc/config/tm-dwarf2.h modified: m3cc/gcc/gcc/config/x-interix modified: m3cc/gcc/gcc/config/1750a/1750a.c modified: m3cc/gcc/gcc/config/1750a/1750a.h modified: m3cc/gcc/gcc/config/1750a/1750a.md modified: m3cc/gcc/gcc/config/a29k/a29k.c modified: m3cc/gcc/gcc/config/a29k/a29k.h modified: m3cc/gcc/gcc/config/a29k/a29k.md modified: m3cc/gcc/gcc/config/a29k/t-a29kbare modified: m3cc/gcc/gcc/config/a29k/t-vx29k modified: m3cc/gcc/gcc/config/a29k/unix.h modified: m3cc/gcc/gcc/config/a29k/vx29k.h modified: m3cc/gcc/gcc/config/alpha/alpha-interix.h modified: m3cc/gcc/gcc/config/alpha/alpha.c modified: m3cc/gcc/gcc/config/alpha/alpha.h modified: m3cc/gcc/gcc/config/alpha/alpha.md modified: m3cc/gcc/gcc/config/alpha/alpha32.h modified: m3cc/gcc/gcc/config/alpha/elf.h modified: m3cc/gcc/gcc/config/alpha/freebsd.h modified: m3cc/gcc/gcc/config/alpha/lib1funcs.asm modified: m3cc/gcc/gcc/config/alpha/linux-elf.h modified: m3cc/gcc/gcc/config/alpha/linux.h modified: m3cc/gcc/gcc/config/alpha/netbsd.h modified: m3cc/gcc/gcc/config/alpha/openbsd.h modified: m3cc/gcc/gcc/config/alpha/osf.h modified: m3cc/gcc/gcc/config/alpha/osf2or3.h modified: m3cc/gcc/gcc/config/alpha/t-ieee modified: m3cc/gcc/gcc/config/alpha/t-interix modified: m3cc/gcc/gcc/config/alpha/t-vms modified: m3cc/gcc/gcc/config/alpha/va_list.h modified: m3cc/gcc/gcc/config/alpha/vms.h modified: m3cc/gcc/gcc/config/alpha/vxworks.h modified: m3cc/gcc/gcc/config/alpha/xm-alpha-interix.h modified: m3cc/gcc/gcc/config/alpha/xm-vms.h modified: m3cc/gcc/gcc/config/arc/arc.c modified: m3cc/gcc/gcc/config/arc/arc.h modified: m3cc/gcc/gcc/config/arc/arc.md modified: m3cc/gcc/gcc/config/arc/initfini.c modified: m3cc/gcc/gcc/config/arc/lib1funcs.asm modified: m3cc/gcc/gcc/config/arc/t-arc modified: m3cc/gcc/gcc/config/arm/aof.h modified: m3cc/gcc/gcc/config/arm/aout.h modified: m3cc/gcc/gcc/config/arm/arm.c modified: m3cc/gcc/gcc/config/arm/arm.h modified: m3cc/gcc/gcc/config/arm/arm.md modified: m3cc/gcc/gcc/config/arm/coff.h modified: m3cc/gcc/gcc/config/arm/ecos-elf.h modified: m3cc/gcc/gcc/config/arm/elf.h modified: m3cc/gcc/gcc/config/arm/lib1funcs.asm modified: m3cc/gcc/gcc/config/arm/linux-elf.h modified: m3cc/gcc/gcc/config/arm/linux-gas.h modified: m3cc/gcc/gcc/config/arm/netbsd.h modified: m3cc/gcc/gcc/config/arm/riscix.h modified: m3cc/gcc/gcc/config/arm/riscix1-1.h modified: m3cc/gcc/gcc/config/arm/rix-gas.h modified: m3cc/gcc/gcc/config/arm/semi.h modified: m3cc/gcc/gcc/config/arm/semiaof.h modified: m3cc/gcc/gcc/config/arm/t-arm-elf modified: m3cc/gcc/gcc/config/arm/t-linux modified: m3cc/gcc/gcc/config/arm/t-netbsd modified: m3cc/gcc/gcc/config/arm/t-pe modified: m3cc/gcc/gcc/config/arm/t-riscix modified: m3cc/gcc/gcc/config/arm/t-semi modified: m3cc/gcc/gcc/config/arm/unknown-elf-oabi.h modified: m3cc/gcc/gcc/config/arm/unknown-elf.h modified: m3cc/gcc/gcc/config/arm/vxarm.h modified: m3cc/gcc/gcc/config/c4x/c4x.c modified: m3cc/gcc/gcc/config/c4x/c4x.h modified: m3cc/gcc/gcc/config/c4x/c4x.md modified: m3cc/gcc/gcc/config/c4x/libgcc.S modified: m3cc/gcc/gcc/config/c4x/t-c4x modified: m3cc/gcc/gcc/config/clipper/clipper.c modified: m3cc/gcc/gcc/config/clipper/clipper.h modified: m3cc/gcc/gcc/config/clipper/clipper.md modified: m3cc/gcc/gcc/config/clipper/clix.h modified: m3cc/gcc/gcc/config/convex/convex.c modified: m3cc/gcc/gcc/config/convex/convex.h modified: m3cc/gcc/gcc/config/convex/convex.md modified: m3cc/gcc/gcc/config/convex/fixinc.convex modified: m3cc/gcc/gcc/config/dsp16xx/dsp16xx.c modified: m3cc/gcc/gcc/config/dsp16xx/dsp16xx.h modified: m3cc/gcc/gcc/config/dsp16xx/dsp16xx.md modified: m3cc/gcc/gcc/config/elxsi/elxsi.c modified: m3cc/gcc/gcc/config/elxsi/elxsi.h modified: m3cc/gcc/gcc/config/elxsi/elxsi.md modified: m3cc/gcc/gcc/config/h8300/h8300.c modified: m3cc/gcc/gcc/config/h8300/h8300.h modified: m3cc/gcc/gcc/config/h8300/h8300.md modified: m3cc/gcc/gcc/config/h8300/lib1funcs.asm modified: m3cc/gcc/gcc/config/h8300/t-h8300 modified: m3cc/gcc/gcc/config/i370/i370.c modified: m3cc/gcc/gcc/config/i370/i370.h modified: m3cc/gcc/gcc/config/i370/i370.md modified: m3cc/gcc/gcc/config/i370/t-i370 modified: m3cc/gcc/gcc/config/i386/386bsd.h modified: m3cc/gcc/gcc/config/i386/aix386.h modified: m3cc/gcc/gcc/config/i386/aix386ng.h modified: m3cc/gcc/gcc/config/i386/att.h modified: m3cc/gcc/gcc/config/i386/bsd.h modified: m3cc/gcc/gcc/config/i386/bsd386.h modified: m3cc/gcc/gcc/config/i386/crtdll.h modified: m3cc/gcc/gcc/config/i386/cygwin.asm modified: m3cc/gcc/gcc/config/i386/cygwin.h modified: m3cc/gcc/gcc/config/i386/dgux.h modified: m3cc/gcc/gcc/config/i386/djgpp-rtems.h modified: m3cc/gcc/gcc/config/i386/djgpp.h modified: m3cc/gcc/gcc/config/i386/freebsd.h modified: m3cc/gcc/gcc/config/i386/gas.h modified: m3cc/gcc/gcc/config/i386/gmon-sol2.c modified: m3cc/gcc/gcc/config/i386/gnu.h modified: m3cc/gcc/gcc/config/i386/i386-aout.h modified: m3cc/gcc/gcc/config/i386/i386-coff.h modified: m3cc/gcc/gcc/config/i386/i386-interix.h modified: m3cc/gcc/gcc/config/i386/i386.c modified: m3cc/gcc/gcc/config/i386/i386.h modified: m3cc/gcc/gcc/config/i386/i386.md modified: m3cc/gcc/gcc/config/i386/interix.c modified: m3cc/gcc/gcc/config/i386/isc.h modified: m3cc/gcc/gcc/config/i386/isccoff.h modified: m3cc/gcc/gcc/config/i386/iscdbx.h modified: m3cc/gcc/gcc/config/i386/linux-aout.h modified: m3cc/gcc/gcc/config/i386/linux-oldld.h modified: m3cc/gcc/gcc/config/i386/linux.h modified: m3cc/gcc/gcc/config/i386/lynx-ng.h modified: m3cc/gcc/gcc/config/i386/lynx.h modified: m3cc/gcc/gcc/config/i386/mach.h modified: m3cc/gcc/gcc/config/i386/mingw32.h modified: m3cc/gcc/gcc/config/i386/moss.h modified: m3cc/gcc/gcc/config/i386/netbsd.h modified: m3cc/gcc/gcc/config/i386/next.h modified: m3cc/gcc/gcc/config/i386/openbsd.h modified: m3cc/gcc/gcc/config/i386/osf1elf.h modified: m3cc/gcc/gcc/config/i386/osf1elfgdb.h modified: m3cc/gcc/gcc/config/i386/osfelf.h modified: m3cc/gcc/gcc/config/i386/osfrose.h modified: m3cc/gcc/gcc/config/i386/ptx4-i.h modified: m3cc/gcc/gcc/config/i386/rtems.h modified: m3cc/gcc/gcc/config/i386/rtemself.h modified: m3cc/gcc/gcc/config/i386/sco5.h modified: m3cc/gcc/gcc/config/i386/seq-gas.h modified: m3cc/gcc/gcc/config/i386/seq-sysv3.h modified: m3cc/gcc/gcc/config/i386/seq2-sysv3.h modified: m3cc/gcc/gcc/config/i386/sequent.h modified: m3cc/gcc/gcc/config/i386/sol2-c1.asm modified: m3cc/gcc/gcc/config/i386/sol2-gc1.asm modified: m3cc/gcc/gcc/config/i386/sol2.h modified: m3cc/gcc/gcc/config/i386/sol2gas.h modified: m3cc/gcc/gcc/config/i386/sun.h modified: m3cc/gcc/gcc/config/i386/sun386.h modified: m3cc/gcc/gcc/config/i386/svr3dbx.h modified: m3cc/gcc/gcc/config/i386/svr3gas.h modified: m3cc/gcc/gcc/config/i386/sysv3.h modified: m3cc/gcc/gcc/config/i386/sysv4.h modified: m3cc/gcc/gcc/config/i386/sysv5.h modified: m3cc/gcc/gcc/config/i386/t-cygwin modified: m3cc/gcc/gcc/config/i386/t-dgux modified: m3cc/gcc/gcc/config/i386/t-djgpp modified: m3cc/gcc/gcc/config/i386/t-interix modified: m3cc/gcc/gcc/config/i386/t-next modified: m3cc/gcc/gcc/config/i386/t-sco5 modified: m3cc/gcc/gcc/config/i386/t-sco5gas modified: m3cc/gcc/gcc/config/i386/t-sol2 modified: m3cc/gcc/gcc/config/i386/udk.h modified: m3cc/gcc/gcc/config/i386/unix.h modified: m3cc/gcc/gcc/config/i386/uwin.asm modified: m3cc/gcc/gcc/config/i386/uwin.h modified: m3cc/gcc/gcc/config/i386/v3gas.h modified: m3cc/gcc/gcc/config/i386/vsta.h modified: m3cc/gcc/gcc/config/i386/vxi386.h modified: m3cc/gcc/gcc/config/i386/win32.h modified: m3cc/gcc/gcc/config/i386/winnt.c modified: m3cc/gcc/gcc/config/i386/xm-cygwin.h modified: m3cc/gcc/gcc/config/i386/xm-djgpp.h modified: m3cc/gcc/gcc/config/i386/xm-i386-interix.h modified: m3cc/gcc/gcc/config/i386/xm-mingw32.h modified: m3cc/gcc/gcc/config/i860/bsd-gas.h modified: m3cc/gcc/gcc/config/i860/bsd.h modified: m3cc/gcc/gcc/config/i860/fx2800.h modified: m3cc/gcc/gcc/config/i860/i860.c modified: m3cc/gcc/gcc/config/i860/i860.h modified: m3cc/gcc/gcc/config/i860/i860.md modified: m3cc/gcc/gcc/config/i860/mach.h modified: m3cc/gcc/gcc/config/i860/paragon.h modified: m3cc/gcc/gcc/config/i860/sysv3.h modified: m3cc/gcc/gcc/config/i860/sysv4.h modified: m3cc/gcc/gcc/config/i960/i960-coff.h modified: m3cc/gcc/gcc/config/i960/i960.c modified: m3cc/gcc/gcc/config/i960/i960.h modified: m3cc/gcc/gcc/config/i960/i960.md modified: m3cc/gcc/gcc/config/i960/rtems.h modified: m3cc/gcc/gcc/config/i960/t-960bare modified: m3cc/gcc/gcc/config/i960/t-vxworks960 modified: m3cc/gcc/gcc/config/i960/vx960-coff.h modified: m3cc/gcc/gcc/config/m32r/initfini.c modified: m3cc/gcc/gcc/config/m32r/m32r.c modified: m3cc/gcc/gcc/config/m32r/m32r.h modified: m3cc/gcc/gcc/config/m32r/m32r.md modified: m3cc/gcc/gcc/config/m32r/t-m32r modified: m3cc/gcc/gcc/config/m68k