[hackers] [scc] Revert "[cc1] Reemit array variables with incomplete type" || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit f332bea5b7c3758acad57042f620fd1663ab4f29 Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 10 08:31:07 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 10 08:31:07 2016 +0200 Revert "[cc1] Reemit array variables with incomplete type" This rever

[hackers] [scc] Revert "[cc1] Add tests about incomplete arrays in test034.c" || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit a6ff2209d755e9ee362fd9eee3fa6b7c1ba603bb Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 10 08:31:08 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 10 08:31:08 2016 +0200 Revert "[cc1] Add tests about incomplete arrays in test034.c" This re

[hackers] [scc] Add comment about incomplete types in README || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit ff4af4d2c1a4fcf5e3e13ed4c03578b4495b993f Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 10 08:40:16 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 10 08:40:16 2016 +0200 Add comment about incomplete types in README This is a small desviati

[hackers] [scc] Revert "[cc1] Allow declaration of global array variables" || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 80b8ac00bc997d13b4391d6d58f9f35c44c81be5 Author: Roberto E. Vargas Caballero AuthorDate: Wed Aug 10 08:31:06 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Aug 10 08:31:06 2016 +0200 Revert "[cc1] Allow declaration of global array variables" This rever

[hackers] [scc] [cc1] Add test065 || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 4ae875181944ff1af246660aa69e13053aef7ec6 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 17:08:15 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 17:11:40 2016 +0200 [cc1] Add test065 This test tests really strange situations about point

[hackers] [scc] [cc1] Add tests about incomplete arrays in test034.c || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit c11910371793063297b672c0ed228e9599a7401e Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 17:01:43 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 17:01:43 2016 +0200 [cc1] Add tests about incomplete arrays in test034.c These tests are re

[hackers] [scc] [cc1] Do not warn about empty declarations in prototypes || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit f49a4097676ab932f00cc302583df4e09f364691 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 15:33:35 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 15:51:03 2016 +0200 [cc1] Do not warn about empty declarations in prototypes It is fine to

[hackers] [scc] [cc1] Reemit array variables with incomplete type || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 137e6e88fc39d5fffdd3423e09967f586f39887c Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 15:59:51 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 16:03:58 2016 +0200 [cc1] Reemit array variables with incomplete type These variables only

[hackers] [scc] [cc1] Allow declaration of global array variables || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 7cf23450ad628012dfb66d72f1796955d1b34d71 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 16:01:57 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 16:03:58 2016 +0200 [cc1] Allow declaration of global array variables It is desirable to de

[hackers] [scc] [cc1] handle correctly arrays in address() || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 39a9a94f23d063ab01dc3a03acf7331681072e5b Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 14:16:20 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 14:16:20 2016 +0200 [cc1] handle correctly arrays in address() When a address operator is a

[hackers] [scc] [cc1] Allow conversions between pointers to equivalent types || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit cc438f5538915a874dd03bf8b24f2556862db280 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 13:41:33 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 13:41:33 2016 +0200 [cc1] Allow conversions between pointers to equivalent types This is ex

[hackers] [scc] [cc1] Do not allow operations with pointers to incomplete types || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit dfe85dcaa8a0216b88815c0cf67ef247c51dc18c Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 14:06:39 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 14:06:39 2016 +0200 [cc1] Do not allow operations with pointers to incomplete types The onl

[hackers] [scc] [cc1] Fix content() || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 058e5104f68f1a0d1a0da305c7e730b2d5adb392 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 14:09:29 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 14:09:29 2016 +0200 [cc1] Fix content() With previous version of the code content() had no

[hackers] [scc] [cc1] Add equiv parameter to eqtype() || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 7090df164ce7ae97854a3b991427160d2d79dac6 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 13:36:20 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 13:36:20 2016 +0200 [cc1] Add equiv parameter to eqtype() Eqtype() compare two types, but i

[hackers] [scc] [cc1] Fix commit 60276b9 || Roberto E. Vargas Caballero

2016-08-09 Thread git
commit 6957ea7d188f40a31b98ac98d304673346199282 Author: Roberto E. Vargas Caballero AuthorDate: Tue Aug 9 14:22:25 2016 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 9 14:22:25 2016 +0200 [cc1] Fix commit 60276b9 The commit 60276b9 was decaying everything whe

Re: [hackers] [sinit][PATCH] Fix build for guix

2016-08-09 Thread Vincent Legoll
> It is not needed: > > make CC="bla" Yep you're right, I was fooled by another non-relevant problem... Please disregard that patch -- Vincent Legoll

Re: [hackers] [sxiv] Discussion

2016-08-09 Thread FRIGN
On Sun, 7 Aug 2016 23:33:58 +0100 Dimitris Papastamos wrote: > hackers@ is not the right place for this kind of discussion. My bad, I'll repost this on dev@. -- FRIGN