[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 12abc2: Fixed a majorly stupid bug in regex matching.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith

  Commit: 12abc25afb814f2eaf1739723aab5c3b3500823e
      https://github.com/csmith-project/csmith/commit/12abc25afb814f2eaf1739723aab5c3b3500823e
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2011-06-23 (Thu, 23 Jun 2011)

  Changed paths:
    M utah/scripts/reduce/c_delta.pl

  Log Message:
  -----------
  Fixed a majorly stupid bug in regex matching.

Inverted flow of control for delta tests, making it easy to try out
multiple replacments at the same position in the file.

Some random refactoring.