summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/hash_bytes.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-28libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15PR 59406 note that FNV hash functions are incorrectJonathan Wakely
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-12-21os_defines.h (_GLIBCXX_LLP64): Define if llp64 abi is used.Kai Tietz
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2010-09-28hash_bytes.cc (_Hash_bytes): Replace "clength" with "len" for "unusual sizeof...DJ Delorie
2010-09-22hash_bytes.cc: Move...Paolo Carlini