genode/base/include/util
Stefan Kalkowski 04b8418b54 Let memcmp correspond to the C standard (fix #628)
By now, the memcmp implementation of Genode's basic string utilities just
returned whether two memory blocks are equal or differ. It gave no hint which
block is greater, or lesser than the other one. This isn't the behaviour
anticipated by implementations that rely on the C standard memcmp, e.g. GCC's
libsupc++, or the nic_bridge's AVL tree implementation.
2013-01-24 11:02:49 +01:00
..
arg_string.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
avl_string.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
avl_tree.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
fifo.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
list.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
meta.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
misc_math.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
mmio.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
noncopyable.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
register.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
string.h Let memcmp correspond to the C standard (fix #628) 2013-01-24 11:02:49 +01:00
token.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
touch.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00