summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-27 14:59:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-27 15:01:41 -0700
commitf2712fcddff9c7ff571b19ace30d0d3a195ebde8 (patch)
tree50104729a765f0828345955af8eca76354a6716a /NEWS
parent34823e7e6770042ec5d7349218efdb34307349e9 (diff)
downloaddiffutils-f2712fcddff9c7ff571b19ace30d0d3a195ebde8.tar.gz
diff: port line numbers to mingw64
Problem reported by Peter Rosin (Bug#24311). * src/system.h (printint, pI): New typedef and macro. All uses of 'long int' and "%l" in printf format replaced by 'printint' and "%"pI respectively. * src/ifdef.c (do_printf_spec): Don't assume pI is length 1.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index accdf88..473332e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ GNU diffutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ diff no longer mishandles line numbers exceeding 2**31 on Mingw-w64.
+
* Noteworthy changes in release 3.5 (2016-08-20) [stable]