From owner-cvs-src@FreeBSD.ORG Fri Apr 29 15:15:29 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5909516A4CE; Fri, 29 Apr 2005 15:15:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A66B43D2D; Fri, 29 Apr 2005 15:15:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TFFTMP060095; Fri, 29 Apr 2005 15:15:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TFFTc8060094; Fri, 29 Apr 2005 15:15:29 GMT (envelope-from harti) Message-Id: <200504291515.j3TFFTc8060094@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 29 Apr 2005 15:15:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile directive_hash.c directive_hash.h hash_tables.c hash_tables.h parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 15:15:29 -0000 harti 2005-04-29 15:15:29 UTC FreeBSD src repository Modified files: usr.bin/make Makefile parse.c Added files: usr.bin/make hash_tables.c hash_tables.h Removed files: usr.bin/make directive_hash.c directive_hash.h Log: Rename the directive_hash.[ch] files to hash_tables.[ch] now that there are more than one hash table in them. There is no history to preserve here, so go without a repo-copy. Asked for by: Max Okumoto Revision Changes Path 1.49 +5 -5 src/usr.bin/make/Makefile 1.5 +0 -129 src/usr.bin/make/directive_hash.c (dead) 1.3 +0 -37 src/usr.bin/make/directive_hash.h (dead) 1.1 +129 -0 src/usr.bin/make/hash_tables.c (new) 1.1 +36 -0 src/usr.bin/make/hash_tables.h (new) 1.100 +1 -1 src/usr.bin/make/parse.c