Revision f187bdeda98762663f82519071b61077af72e76c authored by Matt Bauman on 02 February 2015, 20:45:40 UTC, committed by Matt Bauman on 02 February 2015, 22:22:03 UTC
In the case that s1 is shorter than or the same length as s2, fix an off-by-one error where the last chunk of s1 is overridden and that chunk in s2 is erroneously compared to zeros or fill1s.

Ref: https://groups.google.com/forum/#!topic/julia-users/vZNjiIEG_sY

Conflicts:
	test/sets.jl

(cherry-picked from commit 2e31f5e97deab0b0cc568906e342a827e9343c3e)
1 parent 541610b
History
File Mode Size
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 138 bytes
.gitmodules -rw-r--r-- 379 bytes
.mailmap -rw-r--r-- 6.7 KB
.travis.yml -rw-r--r-- 2.8 KB
CONTRIBUTING.md -rw-r--r-- 9.2 KB
DISTRIBUTING.md -rw-r--r-- 6.5 KB
LICENSE.md -rw-r--r-- 3.9 KB
Make.inc -rw-r--r-- 21.3 KB
Makefile -rw-r--r-- 18.2 KB
NEWS.md -rw-r--r-- 39.3 KB
README.md -rw-r--r-- 21.2 KB
README.windows.md -rw-r--r-- 16.7 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 1.3 KB

README.md

back to top