History log of /external/ltp/pan/splitstr.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
addffd62ef9406ceb03a16a199bdbf2532fdf12f 15-Jun-2015 Maninder Singh <maninder1.s@samsung.com> pan/splitstr.c: remove unnecessary malloc type cast

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
/external/ltp/pan/splitstr.c
4989990ba2736ad18150853d78d846048cb44aaa 02-Jun-2015 Manjeet Pawar <manjeet.p@samsung.com> pan/splitstr.c: Add check for realloc failure case

This patch adds check for realloc failure case and free arg_string before returning from splitstr() to avoid memory leaks

Signed-off-by: Yogesh Gaur <yn.gaur@samsung.com>
Signed-off-by: Manjeet Pawar <manjeet.p@samsung.com>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/pan/splitstr.c
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/pan/splitstr.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/pan/splitstr.c
6ea8c5bcc68371c15538a78b720f565931cb20d1 23-Feb-2011 Garrett Cooper <yanegomi@gmail.com> Clean up pan a bit.

1. malloc.h is obsolete for malloc(3), et all.
2. Fix some compile-time warnings.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/pan/splitstr.c
1e6f5a673655551de5734ff31ef48cd63b604e6d 19-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Resolving all compile errors via a script

This may leave dupe calls to tst_exit in main, but those are easier
to deal (and much less) than no-compile scenarios.

As a side-effect, fix all trailing whitespace issues.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/pan/splitstr.c
903910df985927e941076692964ab88d691c8ccb 23-Nov-2010 Garrett Cooper <yanegomi@gmail.com> More cleanup.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/pan/splitstr.c
cd87d688bc4ce1a7e213213d805b43219762e055 21-Sep-2000 nstraz <nstraz> Added support for output formatting, redirection, and buffering to pan.
/external/ltp/pan/splitstr.c
f307d5fc0a51806421abf2ed46b0b36d1aa71791 14-Sep-2000 nstraz <nstraz> Add pan and associated files. This is a lightweight test harness. It works a
lot like runtests.py did, but it is more powerful. See the man page for
details.
/external/ltp/pan/splitstr.c