wok diff busybox/stuff/busybox-1.23-diff.u @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 364e68c766fd
children
line diff
     1.1 --- a/busybox/stuff/busybox-1.23-diff.u	Mon Mar 28 18:51:16 2016 +0200
     1.2 +++ b/busybox/stuff/busybox-1.23-diff.u	Mon Jun 06 10:28:32 2016 -0300
     1.3 @@ -31,7 +31,7 @@
     1.4   			i = MIN(i, j);
     1.5   		}
     1.6   		if (i == 0)
     1.7 -@@ -879,7 +879,9 @@
     1.8 +@@ -869,7 +879,9 @@
     1.9   		 * Using list.len to specify its length,
    1.10   		 * add_to_dirlist will remove it. */
    1.11   		list[i].len = strlen(p[i]);
    1.12 @@ -42,7 +42,7 @@
    1.13   				add_to_dirlist, skip_dir, &list[i], 0);
    1.14   		/* Sort dl alphabetically.
    1.15   		 * GNU diff does this ignoring any number of trailing dots.
    1.16 -@@ -993,7 +995,7 @@
    1.17 +@@ -983,7 +995,7 @@
    1.18   #if ENABLE_FEATURE_DIFF_LONG_OPTIONS
    1.19   	applet_long_options = diff_longopts;
    1.20   #endif