Browse Source

stb_divide: Update changelog

Fabian Giesen 4 năm trước cách đây
mục cha
commit
e7f9f92c9d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      stb_divide.h

+ 2 - 1
stb_divide.h

@@ -1,8 +1,9 @@
-// stb_divide.h - v0.93 - public domain - Sean Barrett, Feb 2010
+// stb_divide.h - v0.94 - public domain - Sean Barrett, Feb 2010
 // Three kinds of divide/modulus of signed integers.
 //
 // HISTORY
 //
+//   v0.94              Fix integer overflow issues 
 //   v0.93  2020-02-02  Write useful exit() value from main()
 //   v0.92  2019-02-25  Fix warning
 //   v0.91  2010-02-27  Fix euclidean division by INT_MIN for non-truncating C