1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/old-tests
Joe Thornber d1b28647ed o First pass at the regex code. lib/regex/matcher takes an array of regex's
and builds a *very* efficient engine that will tell you which regex a string
  matches with only a single pass through the string.  To be used in the config
  file when specifying devices.

o Anchor's aren't supported yet (^ and $) but that won't take long.

o Also when we get some realistic config files we may want to consider adding an
  extra level of indirection to the dfa state in order to compress the table.
  It all depends on how large typical tables get.
2001-10-19 14:36:57 +00:00
..
datastruct o test program for the hash table. 2001-10-02 12:46:04 +00:00
dev-mgr o test program for the device cache 2001-10-02 13:44:44 +00:00
device o read_vg works (or so it claims) 2001-10-08 16:08:16 +00:00
format1 o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
mm makefile support for tests 2001-10-04 12:07:29 +00:00
regex o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00