History log of /external/ltp/pan/symbol.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34333488a1122b0ebea644cb29e2cb33f7db9a56 15-Jun-2015 Maninder Singh <maninder1.s@samsung.com> pan/symbol.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/symbol.c
ce9d2bb688997fa26d0a2799172db7a733b9b5ca 10-Jun-2015 Wei,Jiangang <weijg.fnst@cn.fujitsu.com> pan/symbol.c: fix memory leak for failure case

Signed-off-by: Wei,Jiangang <weijg.fnst@cn.fujitsu.com>
/external/ltp/pan/symbol.c
87aa2dc20992208fd7478d14425c1e395a57e0c4 11-Apr-2014 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> lib, tools, pan: old-style function definition fixes

No functional changes. No "cleanup". Just fixes for
"old-style function definition" compile warnings.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
/external/ltp/pan/symbol.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/symbol.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/symbol.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/pan/symbol.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/symbol.c
903910df985927e941076692964ab88d691c8ccb 23-Nov-2010 Garrett Cooper <yanegomi@gmail.com> More cleanup.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/pan/symbol.c
f3a83d59cce260ab513313b2c43c41fc16983959 28-May-2002 robbiew <robbiew> Applied patch submitted by Ihno Krumreich
/external/ltp/pan/symbol.c
15226cdbc46b1a13023484bd304b13aa47d42b87 10-Apr-2002 robbiew <robbiew> Applied patches submitted by:
Andreas Jaeger <aj@suse.de>
Randy Hron <x2hron@southernco.com>
Ihno Krumreich <ihno@caldera.de>
/external/ltp/pan/symbol.c
d5d51ca6a796d897cd36d2b6b7e0f1661e0df439 28-Feb-2001 nstraz <nstraz> I've applied most of the patch that Urban Widmark <urban@teststation.com>
contributed. It turns on the "all warnings" compiler options and fixes a lot
of the warnings.
/external/ltp/pan/symbol.c
f558990ac3f93adbf55881b01bda52b41292667a 21-Sep-2000 alaffin <alaffin> Release scanner.
/external/ltp/pan/symbol.c