>From 4c666088bb5a02c7a96e2d9593dc8551b52c3c21 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Wed, 18 Jul 2012 20:36:30 +0200 Subject: [PATCH 3/4] Update irregex copyright and NEWS; this brings us exactly up to upstream release 0.8.3 (upstream changeset 88104ffcd77a) --- LICENSE | 2 +- NEWS | 2 +- irregex-core.scm | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2ebd33b..c4217e0 100644 --- a/LICENSE +++ b/LICENSE @@ -60,7 +60,7 @@ synrules.scm: irregex.scm: - Copyright (c) 2005-2010, Alex Shinn + Copyright (c) 2005-2011, Alex Shinn All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/NEWS b/NEWS index dfc5c77..77e7999 100644 --- a/NEWS +++ b/NEWS @@ -144,7 +144,7 @@ - deprecated C_hash_string and C_hash_string_ci functions in the C API in favor of the more secure versions C_u_i_string_hash, C_u_i_string_ci_hash - a number of bugs in the irregex regular expression engine have been - fixed + fixed; it has been updated to upstream release 0.8.3 - "with-input-from-file", "with-output-to-file", "with-input-from-pipe" and "with-output-to-pipe" now properly restore the standard input/output ports in case the body thunk escapes diff --git a/irregex-core.scm b/irregex-core.scm index 54413bf..ebc3553 100644 --- a/irregex-core.scm +++ b/irregex-core.scm @@ -1,6 +1,6 @@ ;;;; irregex.scm -- IrRegular Expressions ;; -;; Copyright (c) 2005-2010 Alex Shinn. All rights reserved. +;; Copyright (c) 2005-2011 Alex Shinn. All rights reserved. ;; BSD-style license: http://synthcode.com/license.txt ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -31,6 +31,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; History ;; +;; 0.8.3: 2011/12/18 - various accumulated bugfixes ;; 0.8.2: 2010/08/28 - (...)? submatch extraction fix and alternate ;; named submatches from Peter Bex ;; Added irregex-split, irregex-extract, -- 1.7.9.1