History log of /external/ltp/lib/tests/bytes_by_prefix_test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/lib/tests/bytes_by_prefix_test.c
fed9641096e27f79a0f2d9adfe9839dd8d11dc0f 24-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Fix FSF address

find . -type f -exec sed -i 's/the Free Software Foundation, Inc., 59/the Free Software Foundation, Inc.,/g;s/Temple Place - Suite 330, Boston MA 02111-1307, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/lib/tests/bytes_by_prefix_test.c
33bb7130addb59c28f0c6834aab9e7f5fdc313d9 31-May-2012 Marios Makris <marios.makris@gmail.com> Created an automated test for the /lib/bytes_by_prefix.c

Created a test for the bytes_by_prefix.c file in order to make sure that
everything works well and make it easy to test if some change breaks
something. The UNIT_TEST main method from lib/bytes_by_prefix.c has been
removed as it isn't needed anymore nor compiled by default. Necessary
changes in the makefiles have been done.

Signed-off-by: Marios Makris <marios.makris@gmail.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/lib/tests/bytes_by_prefix_test.c