Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 284BC63B879 for ; Sat, 7 Feb 2009 20:59:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C6A9463B214; Sat, 7 Feb 2009 20:59:38 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 06D4563B104 for ; Sat, 7 Feb 2009 20:59:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E9E1E175D0; Sat, 7 Feb 2009 20:59:37 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/textproc/liblinebreak To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20090207205937.E9E1E175D0@cvs.netbsd.org> Date: Sat, 7 Feb 2009 20:59:37 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Feb 7 20:59:37 UTC 2009 Modified Files: pkgsrc/textproc/liblinebreak: Makefile distinfo Log Message: Update to 1.1: New in 1.1 - Make get_lb_prop_lang static and not an exported symbol - Define is_line_breakable to alias to is_breakable - Declare get_next_char_utf* will be changed to lb_get_next_char_utf* - Move the declarations of get_next_char_utf* from linebreak.h to linebreakdef.h - Add the function documentation comments to the header files To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/liblinebreak/Makefile \ pkgsrc/textproc/liblinebreak/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.