From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 From: "Kirill A. Shutsemov" To: "Dmitry V. Levin" , Alexey Tourbin Date: Tue, 16 Nov 2010 17:56:34 +0200 Message-Id: <1289923002-14132-1-git-send-email-kirill@shutemov.name> X-Mailer: git-send-email 1.7.2.3 Cc: "Alexey I. Froloff" , devel@lists.altlinux.org, Alexey Gladkov , "Kirill A. Shutemov" Subject: [devel] [PATCH 0/8] rpm: cleanup set.c and set.h X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 15:57:03 -0000 X-List-Received-Date: Tue, 16 Nov 2010 15:57:03 -0000 X-List-Received-Date: Tue, 16 Nov 2010 15:57:03 -0000 Archived-At: List-Archive: List-Post: From: Kirill A. Shutemov Let's try to make set-versions implementation more maintainable. Kirill A. Shutemov (8): set.c, set.h: get rid of C++-style comments set.c: get rid of nested functions set.c: fixup self-test functions declaration set.c: slightly reformat code to increase its readability set.c: do not mix declarations and code set.c: use function-like syntax for sizeof. set.c: cleanup self-tests set.c: update copyright notice lib/set.c | 768 +++++++++++++++++++++++++++++++++++++------------------------ lib/set.h | 12 +- 2 files changed, 473 insertions(+), 307 deletions(-) -- 1.7.3.2