From owner-freebsd-libh Wed Sep 25 15:18:50 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DD637B401 for ; Wed, 25 Sep 2002 15:18:49 -0700 (PDT) Received: from defiant.rheuma-online.de (s217-115-138-52.colo.hosteurope.de [217.115.138.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7E243E81 for ; Wed, 25 Sep 2002 15:18:45 -0700 (PDT) (envelope-from libh-spooler@rheuma-online.de) Received: by defiant.rheuma-online.de (Postfix, from userid 65534) id 6EF5054CA; Thu, 26 Sep 2002 00:18:29 +0200 (CEST) Delivered-To: libh@localhost.rheuma-online.de Received: from rtp1.SlowBlink.Com (rtp1.slowblink.bsdwins.com [192.58.184.34]) by defiant.rheuma-online.de (Postfix) with ESMTP id 9F2EB5498 for ; Thu, 26 Sep 2002 00:18:28 +0200 (CEST) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g8PMIqHV042648 for ; Wed, 25 Sep 2002 18:18:52 -0400 (EDT) (envelope-from alex@rtp1.SlowBlink.Com) Received: (from alex@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g8PMIpki042647 for libh@rheuma-online.de; Wed, 25 Sep 2002 18:18:51 -0400 (EDT) Date: Wed, 25 Sep 2002 18:18:51 -0400 (EDT) From: Alexander Langer Message-Id: <200209252218.g8PMIpki042647@rtp1.SlowBlink.Com> Subject: cvs commit: libh/bin/tclh Makefile tclh.cc libh/include Log.hh Pointer.hh ProgressIndicator.hh String.hh limits libh/include/database DatabaseEngineDb185.hh libh/include/file Archive.hh libh/include/hui Hui.hh libh/lib/common ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2002/09/25 18:18:51 EDT Modified files: bin/tclh Makefile tclh.cc include Log.hh Pointer.hh ProgressIndicator.hh String.hh include/database DatabaseEngineDb185.hh include/file Archive.hh include/hui Hui.hh lib/common LanguageInterface.cc Pointer.cc lib/file Archive.cc DirectoriesAccess.cc File.cc ziplib.icc lib/part fstab_file.cc lib/sysinstall FeaturesProvided.cc PackageStream.cc lib/tcl HSystem.cc Makefile.inc1 Removed files: include limits Log: Fix build with GCC 3.x Revision Changes Path 1.25 +2 -2 libh/bin/tclh/Makefile 1.11 +41 -1 libh/bin/tclh/tclh.cc 1.6 +10 -4 libh/include/Log.hh 1.11 +3 -1 libh/include/Pointer.hh 1.6 +2 -2 libh/include/ProgressIndicator.hh 1.7 +10 -2 libh/include/String.hh 1.6 +3 -1 libh/include/database/DatabaseEngineDb185.hh 1.6 +2 -2 libh/include/file/Archive.hh 1.40 +8 -1 libh/include/hui/Hui.hh 1.6 +5 -1 libh/lib/common/LanguageInterface.cc 1.8 +4 -3 libh/lib/common/Pointer.cc 1.7 +2 -2 libh/lib/file/Archive.cc 1.7 +3 -1 libh/lib/file/DirectoriesAccess.cc 1.11 +2 -2 libh/lib/file/File.cc 1.4 +2 -2 libh/lib/file/ziplib.icc 1.6 +3 -1 libh/lib/part/fstab_file.cc 1.12 +3 -2 libh/lib/sysinstall/FeaturesProvided.cc 1.7 +9 -4 libh/lib/sysinstall/PackageStream.cc 1.36 +5 -2 libh/lib/tcl/HSystem.cc 1.30 +6 -4 libh/lib/tcl/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message