From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10141 Path: news.gmane.org!not-for-mail From: Julien Ramseier Newsgroups: gmane.linux.lib.musl.general Subject: tre regex in single regcomp.c file Date: Thu, 16 Jun 2016 16:31:12 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1466087529 27655 80.91.229.3 (16 Jun 2016 14:32:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2016 14:32:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10154-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jun 16 16:32:07 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1bDYL0-00043b-Gq for gllmg-musl@m.gmane.org; Thu, 16 Jun 2016 16:32:06 +0200 Original-Received: (qmail 14260 invoked by uid 550); 16 Jun 2016 14:32:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14068 invoked from network); 16 Jun 2016 14:31:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=d926JZcqGmUoLZiJbC/1YBI+BIp2ejG/D4OYBWkZDsU=; b=E4J2+OeebmRwVWTeZZJ9Us14qsraNwTTorzMDeVlw2voOCBqn97CxpRe5bOhuSJOe5 jrjjJS/MJmTWXzbJF225VSYmxVM+hAiztopuWkqR2xHahC+YzWLRSyWZTfAuC7JzFuzh fxcDW9zmJX8sssDMIRDxCLORzUCA84lSu6fyVXGYfiNCd0NbJgfOqpAOgqcxtDOOeWqK qrcxuxWJzBGxk8MDZskFF0eYzIzNjZ4e8JQDsxXDGrMqelrYYZ8CXVRHVq9kw8oD5hCU 77CVSFd3nbe5ExOdGwNx0seTmiMH30hIu5Q1yUE4f7oglW4OmE6m6HDCgn0npfVJaRUL GdbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=d926JZcqGmUoLZiJbC/1YBI+BIp2ejG/D4OYBWkZDsU=; b=Gn6rXStbR60Ef+IZBMKG1l+vKtaj61V9H3GbN37CK049QN1IvlTM8Jnu+fix4wA/Av 2r/9pWULXKFFW0JY96HOI3nSUbBd4cgjEJWGEEeeQwW57b2gLSpRrVbue19+QpcbYzim +9YaNuo15FERA3N0HW8ymYyGbUT3f0Bq9mOa6986GjgWOjJvdD6nqWxDTPuNQeAPj+h1 7nRXnjKYwvZfZCiYN2EI2PMeVCLmEnpF2+al01x5tx85/afpQ5X2SV/kUcb08aziKnIS 0q+YeZ+nx2JCFxpXw/5DK/WfyACGZA8zBg8XZJLuyGYyO/YwkM8e9BYwzn1WaSiFqFef /DJw== X-Gm-Message-State: ALyK8tISDViD4s8i1QzPxN+56h+w6JiN5WESjwOdoS5+FvIlIdgF/DyKjpJvL22mhkmfBw== X-Received: by 10.194.81.8 with SMTP id v8mr939959wjx.155.1466087474480; Thu, 16 Jun 2016 07:31:14 -0700 (PDT) X-Mailer: Apple Mail (2.3112) Xref: news.gmane.org gmane.linux.lib.musl.general:10141 Archived-At: Hello, Any reason most of the TRE regex sources have been merged in a single 3k = lines=20 file (regcomp.c)? This makes diff-ing them against the original sources[0] very painful. Would a patch to split them back be accepted? [0] https://github.com/laurikari/tre/ - Julien=