Displaying 3 results from an estimated 3 matches for "regex_branch".
2005 Sep 20
1
newhidups: merged regex changes
I have gone ahead and merged the regex_branch with the main
Development branch.
Reason: recent renaming of files and moving around of code leads to
conflicts between the branches that will be increasingly difficult to
resolve. It is easier to merge now while the two branches are still
relatively similar and most edits non-overlapping.
The m...
2005 Sep 16
1
recent and planned changes
...with some other minor recent changes on the
Development branch, is between the "before_PSE_3" and "after_PSE_3"
tags. Arnaud: if you approve these changes, it is probably a good
idea to remove the extra tags at some point.
* The regular expression matching module on the regex_branch is now
complete. It works great for me. Give it a try. With "-D -D", you'll see
sufficient debug messages to see what's being opened and what is
being matched. Please let me know when I should go ahead and merge
these changes into the main Development branch.
This a...
2005 Sep 19
0
newhidups: selecting device by BUS
In the regex_branch, I have now added a -x bus=X option to open a
device on a specific USB bus. Here X is a regular expression.
When reconnecting to a previously opened device, the policy is that
the bus name of the reopened device must match the same regular
expression as previously specified, but need not match th...