From owner-cvs-all@FreeBSD.ORG Wed Apr 7 02:49:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8280816A4CE; Wed, 7 Apr 2004 02:49:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D74A43D31; Wed, 7 Apr 2004 02:49:39 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i379luGe057248; Wed, 7 Apr 2004 02:47:56 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i379luwM057247; Wed, 7 Apr 2004 02:47:56 -0700 (PDT) (envelope-from tjr) Message-Id: <200404070947.i379luwM057247@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 7 Apr 2004 02:47:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c src/lib/libc/string wcscoll.c wcsxfrm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 09:49:39 -0000 tjr 2004/04/07 02:47:56 PDT FreeBSD src repository Modified files: lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c lib/libc/string wcscoll.c wcsxfrm.c Log: Prepare to handle state-dependent encodings. This mainly involves not taking shortcuts when it comes to storing and passing around conversion states. Revision Changes Path 1.4 +8 -7 src/lib/libc/locale/wcsftime.c 1.4 +6 -6 src/lib/libc/locale/wcstod.c 1.3 +6 -2 src/lib/libc/locale/wcstof.c 1.4 +6 -2 src/lib/libc/locale/wcstold.c 1.3 +6 -2 src/lib/libc/string/wcscoll.c 1.3 +6 -2 src/lib/libc/string/wcsxfrm.c