wdiff-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[wdiff-dev] [patch #8604] Feature to select by options exactly what is w


From: AshishKulkarni
Subject: [wdiff-dev] [patch #8604] Feature to select by options exactly what is whitespace
Date: Thu, 19 Feb 2015 08:22:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?8604>

                 Summary: Feature to select by options exactly what is
whitespace
                 Project: wdiff
            Submitted by: coolashish88
            Submitted on: Thu 19 Feb 2015 08:22:01 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

 Feature has been added to specify what is a whitespace. The 'u' option has
been added and after the u option we can specify what is to be used as space.
e.g. diff -u : a.txt b.txt
In this case the ':' character will be used as whitespace.
 In the earlier code, the isspace function was used to determine if the
current character is a whitespace.Now a new function is_space has been
written.This function matches the current character with the character to be
used as whitespace and returns one if they match and zero if they do not
match.
 A new variable user_space has been defined to store what is to be used as
whitespace.
 



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 19 Feb 2015 08:22:02 AM GMT  Name: wdiff.patch  Size: 725B   By:
coolashish88
The file wdiff.patch contains the patch.I have used the version 0.6.5
<http://savannah.gnu.org/patch/download.php?file_id=33126>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8604>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]