aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7303e71..7f3063f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2015-05-31 Arnold D. Robbins <arnold@skeeve.com>
+
+ * field.c (posix_def_parse_field): Removed. It's no longer
+ needed after updates to the POSIX standard. Thanks to
+ Michael Klement <michael.klement@usa.net> for pointing this out.
+
+2015-05-26 Paul Eggert <eggert@Penguin.CS.UCLA.EDU>
+
+ * floatcomp.c (count_trailing_zeros): New function.
+ This compiles to a single TZCNT instruction on the x86-64.
+ (adjust_uint): Use it to keep more high-order bits when
+ some of the lowest-order bits are zero. This implements
+ the documented behavior: "If the result cannot be represented
+ exactly as a C 'double', leading nonzero bits are removed one by
+ one until it can be represented exactly."
+
+2015-05-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * regcomp.c: Fix offsets so error messages come out correct
+ once again.
+
2015-05-19 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.3: Release tar ball made.