this commit:
authorPaul Fox <pgf@foxharp.boston.ma.us>
Fri, 31 Mar 2006 15:14:49 +0000 (15:14 +0000)
committerPaul Fox <pgf@foxharp.boston.ma.us>
Fri, 31 Mar 2006 15:14:49 +0000 (15:14 +0000)
commitdc0b0be755b41f3c195913631fedf023ad69192e
treea4952c695931dcbebb41add184d15fbc51450511
parentb8ca332a9752c9de52613a229d95eb7c4c15ac20
this commit:
    - adds range support to character classes
    - fixes out-of-bounds references to the case-folding array
        when doing case comparisons for 8-bit message text
    - makes character classes as case tolerant as the rest
        of the pick regexp machine.  (where lowercase chars in
        patterns should match uppercase in the text.)
    - fixes an uninitialized pointer warning, which might actually have
        been a real bug
uip/picksbr.c