"Fossies" - the Fresh Open Source Software Archive

Member "replace-2.24/TODO" (21 Jun 2004, 733 Bytes) of package /linux/privat/old/replace-2.24-src-11.11.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Here's a list of things left to do in no particular order:
    2 
    3 * I don't like the regexp syntax (can be very cryptic),
    4   but it feels like the old_str original string should allow it
    5   (and maybe with the -x option too).
    6 
    7 * ftw() isn't very portable outside of the UNIX environment - probably need
    8   to reccode the recursion to avoid using it. replace might eventually then
    9   compile OK with Cygwin...
   10 
   11 * Handle printf()-style escape sequences (particularly \r and \n) so that
   12   you can replace carriage returns/line feeds easily in text files
   13   (Windows naff text file format strikes again...).
   14 
   15 * A replace.spec RPM config file would be nice, plus Makefile rules to
   16   build a binary RPM (initially Fedora Core 2, maybe others later).