diff options
author | Paul Smith <psmith@gnu.org> | 2009-10-25 18:34:43 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-10-25 18:34:43 +0000 |
commit | 76d2d2ca41df98369945d0558e189f4023718256 (patch) | |
tree | 7bad04916ab780a43cdecdc0f47d8c47275d77b2 /ChangeLog | |
parent | 4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3 (diff) | |
download | gunmake-76d2d2ca41df98369945d0558e189f4023718256.tar.gz |
Fix fat-finger bug that left implicit rules with identical stem lengths
being sorted indeterminately.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-10-25 Paul Smith <psmith@gnu.org> + + * implicit.c (stemlen_compare): Fix qsort() compare bug that + caused implicit rules with equal stem lengths to be sorted + indeterminately. + 2009-10-24 Paul Smith <psmith@gnu.org> * main.c (usage): Add --eval to the usage string. |