[jruby-joni] 35/223: 1.9 doesn't use capture histories.

Hideki Yamane henrich at moszumanska.debian.org
Mon Nov 16 11:21:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit 5bf59fad0ff0b5065f7d6bb15f4e69f865e1baf5
Author: Marcin Mielżyński <lopx at gazeta.pl>
Date:   Wed Sep 10 16:53:26 2008 +0000

    1.9 doesn't use capture histories.
    
    git-svn-id: http://svn.codehaus.org/jruby/joni/trunk@7672 961051c9-f516-0410-bf72-c9f7e237a7b7
---
 src/org/joni/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/joni/Config.java b/src/org/joni/Config.java
index d4ed9b3..07762f0 100644
--- a/src/org/joni/Config.java
+++ b/src/org/joni/Config.java
@@ -35,7 +35,7 @@ public interface Config extends org.jcodings.Config {
     final boolean CASE_FOLD_IS_APPLIED_INSIDE_NEGATIVE_CCLASS = true;
     
     final boolean USE_MATCH_RANGE_MUST_BE_INSIDE_OF_SPECIFIED_RANGE = false;
-    final boolean USE_CAPTURE_HISTORY = true;
+    final boolean USE_CAPTURE_HISTORY = false;
     final boolean USE_VARIABLE_META_CHARS = true;
     final boolean USE_WORD_BEGIN_END = true;                                /* "\<": word-begin, "\>": word-end */
     final boolean USE_POSIX_API_REGION_OPTION = true;                           /* needed for POSIX API support */ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list