Steven Watanabe
|
95995e5cf1
|
Fix test
[SVN r77524]
|
2012-03-25 00:10:32 +00:00 |
|
Steven Watanabe
|
8db046a1f4
|
Make list_new take one argument. Rename the two argument form to list_push_back.
[SVN r77522]
|
2012-03-24 23:03:10 +00:00 |
|
Steven Watanabe
|
5417bb462d
|
Make list_new take one argument. Rename the two argument form to list_push_back.
[SVN r77522]
|
2012-03-24 23:03:10 +00:00 |
|
Steven Watanabe
|
161a3c9462
|
Remove argument_list. It's unused.
[SVN r77521]
|
2012-03-24 22:15:42 +00:00 |
|
Steven Watanabe
|
97df984d07
|
Remove argument_list. It's unused.
[SVN r77521]
|
2012-03-24 22:15:42 +00:00 |
|
Steven Watanabe
|
daf90f7f79
|
Make sure that the arguments of built-in rules are actually checked.
[SVN r77519]
|
2012-03-24 21:49:12 +00:00 |
|
Steven Watanabe
|
1cc76f4e7f
|
Make sure that the arguments of built-in rules are actually checked.
[SVN r77519]
|
2012-03-24 21:49:12 +00:00 |
|
Steven Watanabe
|
888393c652
|
Merge Python function support into function.c
[SVN r77518]
|
2012-03-24 21:07:49 +00:00 |
|
Steven Watanabe
|
be740e73bf
|
Merge Python function support into function.c
[SVN r77518]
|
2012-03-24 21:07:49 +00:00 |
|
Steven Watanabe
|
0b3b574817
|
Start cleaning up the arg_list hacks. Make the argument list part of the function instead of part of the rule. Don't var expand formal arguments.
[SVN r77515]
|
2012-03-24 18:53:21 +00:00 |
|
Steven Watanabe
|
6caa81ba70
|
Start cleaning up the arg_list hacks. Make the argument list part of the function instead of part of the rule. Don't var expand formal arguments.
[SVN r77515]
|
2012-03-24 18:53:21 +00:00 |
|
Steven Watanabe
|
f64a17d8b9
|
Change make to take a LIST *. There's no good reason to create a separate array.
[SVN r77511]
|
2012-03-23 22:55:50 +00:00 |
|
Steven Watanabe
|
5db61d10b3
|
Change make to take a LIST *. There's no good reason to create a separate array.
[SVN r77511]
|
2012-03-23 22:55:50 +00:00 |
|
Steven Watanabe
|
3599b1926b
|
Remove the first argument of list_copy, since it's always L0.
[SVN r77510]
|
2012-03-23 22:30:33 +00:00 |
|
Steven Watanabe
|
0ffcfface3
|
Remove the first argument of list_copy, since it's always L0.
[SVN r77510]
|
2012-03-23 22:30:33 +00:00 |
|
Steven Watanabe
|
4f505e4a14
|
Fix memory leak
[SVN r77503]
|
2012-03-23 17:12:46 +00:00 |
|
Steven Watanabe
|
29bad8e9cd
|
Fix memory leak
[SVN r77503]
|
2012-03-23 17:12:46 +00:00 |
|
Steven Watanabe
|
94925e3069
|
Fix memory leak.
[SVN r77502]
|
2012-03-23 16:52:48 +00:00 |
|
Steven Watanabe
|
8ee142c8c7
|
Fix memory leak.
[SVN r77502]
|
2012-03-23 16:52:48 +00:00 |
|
Steven Watanabe
|
74e780ea50
|
Fix annoying gcc warning.
[SVN r77501]
|
2012-03-23 16:40:04 +00:00 |
|
Steven Watanabe
|
b5fe2210e5
|
Fix annoying gcc warning.
[SVN r77501]
|
2012-03-23 16:40:04 +00:00 |
|
Steven Watanabe
|
5eec7d95fe
|
Optimize variable lookup to bypass hash for constant variable names.
[SVN r77491]
|
2012-03-22 23:26:48 +00:00 |
|
Steven Watanabe
|
c52ec0fe95
|
Optimize variable lookup to bypass hash for constant variable names.
[SVN r77491]
|
2012-03-22 23:26:48 +00:00 |
|
Steven Watanabe
|
60d66ca888
|
Use dynamic arrays instead of linked lists. Reduces memory use about 10% overall.
[SVN r77408]
|
2012-03-19 18:17:36 +00:00 |
|
Steven Watanabe
|
26703a88ab
|
Use dynamic arrays instead of linked lists. Reduces memory use about 10% overall.
[SVN r77408]
|
2012-03-19 18:17:36 +00:00 |
|
Steven Watanabe
|
ebdd567637
|
Restore i386 as the default for architecture=x86 address-model=32.
[SVN r77276]
|
2012-03-08 20:55:58 +00:00 |
|
Steven Watanabe
|
d52d412c2c
|
Restore i386 as the default for architecture=x86 address-model=32.
[SVN r77276]
|
2012-03-08 20:55:58 +00:00 |
|
Steven Watanabe
|
b6388fc9e7
|
Don't use -m32 on arm. This is a more correct version of r77216.
[SVN r77275]
|
2012-03-08 20:51:37 +00:00 |
|
Steven Watanabe
|
9c780b64e5
|
Don't use -m32 on arm. This is a more correct version of r77216.
[SVN r77275]
|
2012-03-08 20:51:37 +00:00 |
|
K. Noel Belcourt
|
a65106928d
|
Eliminate uninitialized memory problem with sigemptyset.
[SVN r77220]
|
2012-03-04 17:23:44 +00:00 |
|
K. Noel Belcourt
|
4c5dec8fcc
|
Eliminate uninitialized memory problem with sigemptyset.
[SVN r77220]
|
2012-03-04 17:23:44 +00:00 |
|
Steven Watanabe
|
db3acc1cfb
|
Revert [77216].
[SVN r77219]
|
2012-03-04 15:17:27 +00:00 |
|
Steven Watanabe
|
0ed5e10cfa
|
Revert [77216].
[SVN r77219]
|
2012-03-04 15:17:27 +00:00 |
|
Oliver Kowalke
|
5e51675704
|
tools: do not apply -m32 for gcc on ARM
[SVN r77216]
|
2012-03-04 14:00:26 +00:00 |
|
Oliver Kowalke
|
e6aa07655b
|
tools: do not apply -m32 for gcc on ARM
[SVN r77216]
|
2012-03-04 14:00:26 +00:00 |
|
Oliver Kowalke
|
efeb8fceca
|
tools: remove default 'i386' for architecture on x86
[SVN r77201]
|
2012-03-04 10:11:00 +00:00 |
|
Oliver Kowalke
|
4ac262ed64
|
tools: remove default 'i386' for architecture on x86
[SVN r77201]
|
2012-03-04 10:11:00 +00:00 |
|
K. Noel Belcourt
|
584a0636af
|
Use c, not c++, comments.
[SVN r77198]
|
2012-03-04 05:59:29 +00:00 |
|
K. Noel Belcourt
|
9293a6004c
|
Use c, not c++, comments.
[SVN r77198]
|
2012-03-04 05:59:29 +00:00 |
|
K. Noel Belcourt
|
f38f7f06d1
|
Undo previous bad commit.
[SVN r77197]
|
2012-03-04 05:58:05 +00:00 |
|
K. Noel Belcourt
|
8e1c311910
|
Undo previous bad commit.
[SVN r77197]
|
2012-03-04 05:58:05 +00:00 |
|
K. Noel Belcourt
|
9e86e2fbb5
|
Use sigemptyset to initialize sa_mask instead of zero.
[SVN r77193]
|
2012-03-03 22:49:23 +00:00 |
|
K. Noel Belcourt
|
413a6420ed
|
Use sigemptyset to initialize sa_mask instead of zero.
[SVN r77193]
|
2012-03-03 22:49:23 +00:00 |
|
K. Noel Belcourt
|
baa8a64459
|
Initialize variable in sigset_t. Thanks Steve
for pointing this out.
[SVN r77192]
|
2012-03-03 22:31:51 +00:00 |
|
K. Noel Belcourt
|
66d6341a68
|
Initialize variable in sigset_t. Thanks Steve
for pointing this out.
[SVN r77192]
|
2012-03-03 22:31:51 +00:00 |
|
Steven Watanabe
|
0ec332fea3
|
Fix alias violations in hash.
[SVN r77190]
|
2012-03-03 21:46:53 +00:00 |
|
Steven Watanabe
|
ceacd17a2c
|
Fix alias violations in hash.
[SVN r77190]
|
2012-03-03 21:46:53 +00:00 |
|
Steven Watanabe
|
ed5f6b8bcf
|
Downgrade strict syntax checks to a warning for backwards compatibility.
[SVN r77093]
|
2012-02-22 21:06:16 +00:00 |
|
Steven Watanabe
|
b9cf446bfb
|
Downgrade strict syntax checks to a warning for backwards compatibility.
[SVN r77093]
|
2012-02-22 21:06:16 +00:00 |
|
K. Noel Belcourt
|
e199caba76
|
Protect unix specific structures.
[SVN r77012]
|
2012-02-14 02:17:51 +00:00 |
|