Received: with ECARTIS (v1.0.0; list gopher); Tue, 19 Mar 2002 15:32:43 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from christoph.complete.org (unknown [168.215.193.254]) by pi.glockenspiel.complete.org (Postfix) with ESMTP id C50F13B89C for ; Tue, 19 Mar 2002 15:32:42 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by christoph.complete.org (Postfix) with ESMTP id 142085A452 for ; Tue, 19 Mar 2002 15:32:46 -0500 (EST) Date: Tue, 19 Mar 2002 15:32:45 -0500 Mime-Version: 1.0 (Apple Message framework v481) Content-type: text/plain; charset=US-ASCII Subject: [gopher] MacOS X and Solaris fixes From: John Goerzen To: gopher@complete.org Content-Transfer-Encoding: 8bit Message-Id: <786810C1-3B78-11D6-BC1E-0003930BF072@complete.org> X-Mailer: Apple Mail (2.481) X-archive-position: 502 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: jgoerzen@complete.org Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-ID: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher Hello, After having one run-in after another with the regex code in the gopher tree, I finally replaced it -- rewritten from scratch. The new code is checked into CVS. It fixes the gopherd problems on MacOS X, and I'm hopeful that it will fix compilation problems on Solaris. The code has been updated to work with current POSIX regex standards. Additionally, it will use those functions by default if they are available, falling back on other methods only if they are missing. -- John