From owner-cvs-all@FreeBSD.ORG Mon Sep 20 11:36:12 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857AC1065675; Mon, 20 Sep 2010 11:36:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7672F8FC0A; Mon, 20 Sep 2010 11:36:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8KBaCsq074467; Mon, 20 Sep 2010 11:36:12 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8KBaCoH074466; Mon, 20 Sep 2010 11:36:12 GMT (envelope-from gahr) Message-Id: <201009201136.o8KBaCoH074466@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 20 Sep 2010 11:36:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/seed7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 11:36:12 -0000 gahr 2010-09-20 11:36:12 UTC FreeBSD ports repository Modified files: lang/seed7 Makefile distinfo Log: - Update to 05_20100919 Changes: - The chapter explaining string indexing in the manual was improved. - The compiler (comp.sd7) and the hi interpreter were improved to support the actions "ITF_CMP" and "ITF_HASHCODE". - The parameter names of the functions arc, chord and pieslice in the "draw.s7i" library were changed to startAngle and sweepAngle. - The compiler was improved such that compiled programs which use SIGALARM (the functions 'wait' and 'await' from the "time.s7i" library may use SIGALARM) can be terminated with ctrl-c followed by * and enter. - Parameter names were added to the prototypes in the file "drw_drv.h". - The function drwPFArcPieSlice in "drw_win.c" was implemented. - The functions drwFCircle and drwPFCircle in "drw_x11.c were improved. Revision Changes Path 1.28 +1 -1 ports/lang/seed7/Makefile 1.25 +3 -3 ports/lang/seed7/distinfo