]> git.saurik.com Git - redis.git/commit
bitop.c renamed bitops.c
authorantirez <antirez@gmail.com>
Sun, 20 May 2012 09:06:29 +0000 (11:06 +0200)
committerantirez <antirez@gmail.com>
Thu, 24 May 2012 13:20:06 +0000 (15:20 +0200)
commit80f8028e3c0d9948c3f1e1eb56cda1dbbf891d02
treee841843bf12377741d86d0e80cac758938c11a90
parent01d3a7e7366d3d4c88755516334b182c5e5c2c51
bitop.c renamed bitops.c

bitop.c contains the "Bit related string operations" so it seems more
logical to call it bitops instead of bitop.
This also makes it matching the name of the test (unit/bitops.tcl).
src/Makefile
src/bitop.c [deleted file]
src/bitops.c [new file with mode: 0644]