~ chicken-core (chicken-5) 92c06df22bb7dd5d9539ebf0002b625d50b1d722
commit 92c06df22bb7dd5d9539ebf0002b625d50b1d722
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Wed Jul 18 20:36:30 2012 +0200
Commit: Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Thu Jul 19 10:16:48 2012 +0200
Update irregex copyright and NEWS; this brings us exactly up to upstream release 0.8.3 (upstream changeset 88104ffcd77a)
Signed-off-by: Christian Kellermann <ckeen@pestilenz.org>
diff --git a/LICENSE b/LICENSE
index 2ebd33bc..c4217e0c 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 dfc5c776..77e79999 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 54413bfe..ebc35536 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,
Trap