1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/datastruct
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
..
bitset.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
bitset.h o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
hash.c o dev_cache_t program works 2001-10-08 13:58:52 +00:00
hash.h o got dbg_malloc_t working, Alasdair could you look at the Makefile.in it 2001-10-04 10:13:07 +00:00
list.h o code sync for dev-cache.c 2001-10-03 11:06:31 +00:00
lvm-types.h o define the uintN_t types 2001-10-04 11:40:13 +00:00