1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/old-tests/format1
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
..
get_pvs_t.c o test program for get_pvs 2001-10-08 18:09:31 +00:00
get_vgs_t.c o get_vgs works 2001-10-09 09:22:50 +00:00
Makefile.in o pe_start wasn't being set properly when exporting to disk 2001-10-11 10:08:44 +00:00
pretty_print.c o get_vgs works 2001-10-09 09:22:50 +00:00
pretty_print.h o get_vgs works 2001-10-09 09:22:50 +00:00
read_pv_t.c o change pv_read to take a name rather than a device 2001-10-09 16:05:34 +00:00
read_vg_t.c o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
write_vg_t.c o pe_start wasn't being set properly when exporting to disk 2001-10-11 10:08:44 +00:00