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/src/main.cc

    r290 r443  
    1818int main(int argc, char const **argv) { 
    1919        // Initialise readline 
    20         rl_readline_name = PACKAGE
     20        rl_readline_name = const_cast<char*>(PACKAGE)
    2121        rl_initialize(); 
    2222