From stefanf at ten15.org Thu Aug 4 22:22:17 2005 From: stefanf at ten15.org (Stefan Farfeleder) Date: Thu, 4 Aug 2005 13:22:17 -0700 (PDT) Subject: cvs commit: tendra/src/producers/cpp/syntax syntax.sid tendra/src/producers/common/utility error.c tendra/src/producers/common/construct allocate.c check.c convert.h copy.c exception.c expression.c initialise.c namespace.c redeclare.c statement.c tendra/src/producers/common/parse ... Message-ID: <200508042022.j74KMH4I068953@spill.ten15.org> stefanf 2005/08/04 13:22:17 PDT Modified files: src/producers/cpp/syntax syntax.sid src/producers/common/utility error.c src/producers/common/construct statement.c allocate.c namespace.c expression.c copy.c redeclare.c exception.c check.c convert.h initialise.c src/producers/common/parse hash.c lex.c constant.c src/producers/common c_types.h Log: Spelling fixes in comments. Revision Changes Path 1.9 +1 -1 tendra/src/producers/common/c_types.h 1.10 +1 -1 tendra/src/producers/common/construct/allocate.c 1.8 +2 -2 tendra/src/producers/common/construct/check.c 1.6 +1 -1 tendra/src/producers/common/construct/convert.h 1.10 +2 -2 tendra/src/producers/common/construct/copy.c 1.9 +2 -2 tendra/src/producers/common/construct/exception.c 1.12 +1 -1 tendra/src/producers/common/construct/expression.c 1.14 +1 -1 tendra/src/producers/common/construct/initialise.c 1.9 +1 -1 tendra/src/producers/common/construct/namespace.c 1.8 +1 -1 tendra/src/producers/common/construct/redeclare.c 1.12 +2 -2 tendra/src/producers/common/construct/statement.c 1.12 +1 -1 tendra/src/producers/common/parse/constant.c 1.10 +1 -1 tendra/src/producers/common/parse/hash.c 1.10 +1 -1 tendra/src/producers/common/parse/lex.c 1.17 +1 -1 tendra/src/producers/common/utility/error.c 1.7 +1 -1 tendra/src/producers/cpp/syntax/syntax.sid From stefanf at ten15.org Tue Aug 9 23:23:49 2005 From: stefanf at ten15.org (Stefan Farfeleder) Date: Tue, 9 Aug 2005 14:23:49 -0700 (PDT) Subject: cvs commit: tendra/src/libten tdf_encode.c Message-ID: <200508092123.j79LNnd1063053@spill.ten15.org> stefanf 2005/08/09 14:23:49 PDT Modified files: src/libten tdf_encode.c Log: Enhance tdf_en_bits() to work on the whole unsigned long range rather than just 32 bits. Fixes the producers on 64 bit architectures. Reviewed by: bp Revision Changes Path 1.2 +5 -4 tendra/src/libten/tdf_encode.c