Show
Ignore:
Timestamp:
06/28/07 07:07:14 (2 years ago)
Author:
athomas
Message:

Dev Todo:

  • A few bugfixes.
  • Added XML declaration parsing/saving. This is a stop-gap at best, but will
    hopefully be useful to some.
  • Removed reliance on builtin regex library. Hopefully the completely broken
    version of glibc that instigated the inclusion of it is now out of
    circulation.
  • Fixed a whole bunch of compiler warnings on more recent GCC versions.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • todo/trunk/util/Regex.h

    r290 r443  
    1010#include <cassert> 
    1111#include <sys/types.h> 
    12 #include "c_regex.h" 
     12#include <regex.h> 
    1313 
    1414#ifndef CRASH_REGEX_CACHE_THRESHOLD