[phobos] [D-Programming-Language/phobos] a7b575: do reverse of a bytecode in lookbehinds

GitHub noreply at github.com
Sun Aug 25 18:14:50 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: a7b5756b13f05704ec9841937b884e18b81bab71
      https://github.com/D-Programming-Language/phobos/commit/a7b5756b13f05704ec9841937b884e18b81bab71
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  do reverse of a bytecode in lookbehinds


  Commit: d9eaf226ab18938882f4d9d2a309ede5ba53ea34
      https://github.com/D-Programming-Language/phobos/commit/d9eaf226ab18938882f4d9d2a309ede5ba53ea34
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  backtracking matcher works with reversed bytecode


  Commit: 6e474e039f35626634021a9a1c672bbe62eca45d
      https://github.com/D-Programming-Language/phobos/commit/6e474e039f35626634021a9a1c672bbe62eca45d
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  ditto with Thompson matcher


  Commit: 11827440aa250d00fd32fa20107b5ef4539f25eb
      https://github.com/D-Programming-Language/phobos/commit/11827440aa250d00fd32fa20107b5ef4539f25eb
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  cleanup to keep lookahead/lookbehind more in sync for future

Fix 64 bit issues, remove useless debug hook


  Commit: 33c08b2f0f29861bb31c736e114d2c6726241aed
      https://github.com/D-Programming-Language/phobos/commit/33c08b2f0f29861bb31c736e114d2c6726241aed
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  fix broken indention, detab


  Commit: f5e57ee8b54b7e050030814e7aeb9aa4a1240e28
      https://github.com/D-Programming-Language/phobos/commit/f5e57ee8b54b7e050030814e7aeb9aa4a1240e28
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Merge pull request #1484 from blackwhale/kill-back-eval

std.regex: First step to lookbehind in ctRegex


Compare: https://github.com/D-Programming-Language/phobos/compare/09c8ebeeae4a...f5e57ee8b54b


More information about the phobos mailing list