product/upstream/gawk.git
12 months agoFix build error : conflicting types for 'malloc'; 16/311316/2 accepted/tizen_9.0_base accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_dev accepted/tizen_base_toolchain accepted/tizen_base_x accepted/tizen_base_x_asan tizen_9.0_base tizen_base accepted/tizen/9.0/base/20241030.075147 accepted/tizen/base/20240612.043256 accepted/tizen/base/asan/20240806.090136 accepted/tizen/base/dev/20241206.041111 accepted/tizen/base/toolchain/20240604.070917 accepted/tizen/base/x/20240612.012422 accepted/tizen/base/x/asan/20240624.231429 tizen_9.0_m2_release
Dongkyun Son [Fri, 17 May 2024 11:10:00 +0000 (20:10 +0900)]
Fix build error : conflicting types for 'malloc';

[  149s] dfa.c:37:14: warning: conflicting types for built-in function
'calloc'; expected 'void *(unsigned int,  unsigned int)'
[-Wbuiltin-declaration-mismatch]
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();
[  149s]       |              ^~~~~~
[  149s] dfa.c:31:1: note: 'calloc' is declared in header '<stdlib.h>'
[  149s]    30 | #include <sys/types.h>
[  149s]   +++ |+#include <stdlib.h>
[  149s]    31 | #else
[  149s] dfa.c:37:25: warning: conflicting types for built-in function
'malloc'; expected 'void *(unsigned int)'
[-Wbuiltin-declaration-mismatch]
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();
[  149s]       |                         ^~~~~~
[  149s] dfa.c:37:25: note: 'malloc' is declared in header '<stdlib.h>'
[  149s] dfa.c:37:36: warning: conflicting types for built-in function
'realloc'; expected 'void *(void *, unsigned int)'
[-Wbuiltin-declaration-mismatch]
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();
[  149s]       |                                    ^~~~~~~
[  149s] dfa.c:37:36: note: 'realloc' is declared in header '<stdlib.h>'
...
[  149s] In file included from mbsupport.h:36,
[  149s]                  from dfa.c:102:
[  149s] /usr/include/stdlib.h:672:14: error: conflicting types for
'malloc'; have 'void *(size_t)' {aka 'void *(unsigned int)'}
[  149s]   672 | extern void *malloc (size_t __size) __THROW
__attribute_malloc__
[  149s]       |              ^~~~~~
[  149s] dfa.c:37:25: note: previous declaration of 'malloc' with
type 'char *()'
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();
[  149s]       |                         ^~~~~~
[  149s] /usr/include/stdlib.h:675:14: error: conflicting types for
'calloc'; have 'void *(size_t,  size_t)' {aka 'void *(unsigned int,
        unsigned int)'}
[  149s]   675 | extern void *calloc (size_t __nmemb, size_t __size)
[  149s]       |              ^~~~~~
[  149s] dfa.c:37:14: note: previous declaration of 'calloc' with
type 'char *()'
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();
[  149s]       |              ^~~~~~
[  149s] /usr/include/stdlib.h:683:14: error: conflicting types for
'realloc'; have 'void *(void *, size_t)' {aka 'void *(void *,
        unsigned int)'}
[  149s]   683 | extern void *realloc (void *__ptr, size_t __size)
[  149s]       |              ^~~~~~~
[  149s] dfa.c:37:36: note: previous declaration of 'realloc' with
type 'char *()'
[  149s]    37 | extern char *calloc(), *malloc(), *realloc();

Change-Id: I7ce59a7bd2378ff0e987ffe102ca38890cda78fa
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
12 months agoChange license names 23/311623/1 accepted/tizen/base/20240530.091843 accepted/tizen/base/x/20240530.210857
JinWang An [Thu, 23 May 2024 02:00:17 +0000 (11:00 +0900)]
Change license names

 - from GPL-2.0 to GPL-2.0-or-later
 - from LGPL-2.0 to LGPL-2.0-or-later

Change-Id: I1925116f4e571248aa07e8820f31a97004c03920
Signed-off-by: JinWang An <jinwang.an@samsung.com>
2 years agoriscv64: update config.sub 87/284387/1 accepted/tizen_base_tool accepted/tizen/8.0/base/20231005.045324 accepted/tizen/base/20230714.003612 accepted/tizen/base/tool/20221130.233825 submit/tizen_base/20221129.015542 tizen_8.0_m2_release
Łukasz Stelmach [Wed, 17 Aug 2022 14:09:45 +0000 (16:09 +0200)]
riscv64: update config.sub

Change-Id: I2c15330949cee402bb3cbaabd19ce4ff86e5b05e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
4 years agoChange duplicate binaries to symbolic link 70/242370/3 accepted/tizen_6.0_base_tool_hotfix accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix tizen_6.0_base_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.0/base/20201029.110029 accepted/tizen/6.0/base/tool/20201029.111718 accepted/tizen/6.0/base/tool/hotfix/20201030.124523 accepted/tizen/6.0/base/tool/hotfix/20201102.085641 accepted/tizen/6.5/base/20230714.002756 accepted/tizen/6.5/base/tool/20211027.121903 accepted/tizen/7.0/base/20230714.003204 accepted/tizen/7.0/base/hotfix/20230714.004013 accepted/tizen/7.0/base/tool/20221028.113354 accepted/tizen/7.0/base/tool/hotfix/20221115.085133 accepted/tizen/base/tool/20200828.225420 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.201201 submit/tizen_7.0_base/20221028.200901 submit/tizen_7.0_base_hotfix/20221115.161501 submit/tizen_base/20200826.011945 submit/tizen_base/20201207.055733 submit/tizen_base/20201208.051231 submit/tizen_base/20201208.051733 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
DongHun Kwak [Wed, 26 Aug 2020 01:07:13 +0000 (10:07 +0900)]
Change duplicate binaries to symbolic link

gawk-3.1.5, pgawk-3.1.5

Change-Id: I666f2d2961ca39a22262984d57a02efc20a5db22
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
5 years agoAdd LGPL-2.1+ license file 67/216567/1 accepted/tizen_5.5_base_wearable_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv accepted/tizen/5.5/base/20191108.220856 accepted/tizen/5.5/base/wearable/hotfix/20201023.080446 accepted/tizen/base/20191118.234251 submit/tizen_5.5_base/20191105.050412 submit/tizen_5.5_base/20191107.000001 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_base/20191029.042836 submit/tizen_base/20191112.051905
DongHun Kwak [Tue, 29 Oct 2019 04:15:56 +0000 (13:15 +0900)]
Add LGPL-2.1+ license file

Change-Id: I9bd56cd896ffa374a0dac14fb377e7cc676639cb

7 years agoapply ASLR options #1 14/144214/1 accepted/tizen_5.0_base accepted/tizen_5.5_base_mobile_hotfix tizen_5.5_base_mobile_hotfix accepted/tizen/5.0/base/20181101.091604 accepted/tizen/5.5/base/20191030.084356 accepted/tizen/5.5/base/mobile/hotfix/20201023.084047 accepted/tizen/base/20170901.224108 submit/tizen_5.0_base/20181101.000002 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_base/20170816.081247 tizen_5.5.m2_release
DongHun Kwak [Wed, 16 Aug 2017 02:28:15 +0000 (11:28 +0900)]
apply ASLR options #1

[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem]
[Cause & Measure]
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ic76c8e58e6d944a2948d82cc0fd63e2135563ce2
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
7 years agoapply ASLR options 27/143727/1 accepted/tizen/4.0/base/20170828.221346 accepted/tizen/base/20170814.055821 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20170811.104857
MyoungJune Park [Fri, 11 Aug 2017 05:42:53 +0000 (14:42 +0900)]
apply ASLR options

Change-Id: I39ecc2fe8c7c99eee150d3e809880e6d23ef8fc9
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
9 years agoFix build error. 30/55730/4 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_common tizen tizen_3.0 tizen_3.0.m2_base tizen_3.0_base accepted/tizen/3.0.m2/base/20170104.082115 accepted/tizen/3.0/base/20161028.103420 accepted/tizen/4.0/base/20170811.093045 accepted/tizen/base/20151229.114224 accepted/tizen/common/20160107.114041 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_base/20151229.063230 submit/tizen_common/20160104.112601 tizen_4.0.m1_release
DongHun Kwak [Mon, 28 Dec 2015 06:43:51 +0000 (15:43 +0900)]
Fix build error.

Add Provides statement

Change-Id: I9d9436e0904b7c125a0ba9e61277c414e8e8b6cc
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
9 years agoBump to gawk 3.1.5 45/54245/2 accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/mobile/20151224.102246 accepted/tizen/tv/20151224.102318 accepted/tizen/wearable/20151224.102356 submit/tizen/20151223.035405
DongHun Kwak [Mon, 14 Dec 2015 09:34:52 +0000 (18:34 +0900)]
Bump to gawk 3.1.5

Sync with tizen_2.4
Run unit test

Change-Id: Ic3c993ecbfa2b8b42f9c9dbc605ba13726effe32
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
9 years agoImported Upstream version 3.1.5 upstream upstream/3.1.5
Suchang Woo [Wed, 2 Dec 2015 09:39:14 +0000 (18:39 +0900)]
Imported Upstream version 3.1.5