From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id BCABF3857829; Thu, 18 Mar 2021 10:35:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCABF3857829 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/marxin/heads/str_starts_with] RFC: come up with startswith function. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/str_starts_with X-Git-Oldrev: bb4ca07b80203b12ef9982d8e6571a8df460a423 X-Git-Newrev: 4be9e73ef38ce4a1228698fadfc0cc854d96d1cf Message-Id: <20210318103544.BCABF3857829@sourceware.org> Date: Thu, 18 Mar 2021 10:35:44 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2021 10:35:45 -0000 The branch 'marxin/heads/str_starts_with' was updated to point to: 4be9e73ef38... RFC: come up with startswith function. It previously pointed to: bb4ca07b802... RFC: introduct startswith function. Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- bb4ca07... RFC: introduct startswith function. Summary of changes (added commits): ----------------------------------- 4be9e73... RFC: come up with startswith function.