Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Thomas Martitz
Am 15.09.2011 02:39, schrieb Matthew Brush: What I'd like to know is where is size_t defined? According to what I've read, it's supposed to be in stddef.h but I can't find it anywhere in GNU libc downloaded the other day. Should be (also) in string.h, since that's what strlen() returns.

Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Lex Trotman
On 15 September 2011 18:50, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 15.09.2011 02:39, schrieb Matthew Brush: What I'd like to know is where is size_t defined?  According to what I've read, it's supposed to be in stddef.h but I can't find it anywhere in GNU libc

Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Enrico Tröger
On Thu, 15 Sep 2011 19:01:55 +1000, Lex wrote: On 15 September 2011 18:50, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 15.09.2011 02:39, schrieb Matthew Brush: What I'd like to know is where is size_t defined?  According to what I've read, it's supposed to be in stddef.h but

Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Lex Trotman
2011/9/15 Enrico Tröger enrico.troe...@uvena.de: On Thu, 15 Sep 2011 19:01:55 +1000, Lex wrote: On 15 September 2011 18:50, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 15.09.2011 02:39, schrieb Matthew Brush: What I'd like to know is where is size_t defined?  According to

Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Enrico Tröger
On Thu, 15 Sep 2011 19:52:38 +1000, Lex wrote: 2011/9/15 Enrico Tröger enrico.troe...@uvena.de: On Thu, 15 Sep 2011 19:01:55 +1000, Lex wrote: On 15 September 2011 18:50, Thomas Martitz thomas.mart...@student.htw-berlin.de wrote: Am 15.09.2011 02:39, schrieb Matthew Brush: What I'd like to

Re: [Geany-devel] Adding size_t before release

2011-09-15 Thread Lex Trotman
[...] Yes for C, but C++ also needs size_t defined, and its moving towards C++11 so things are likely to be changing. Ah, yeah. I completely ignored C++ again. This is even more scary than C :). Relax, now I check all it does is move the C definition into the namespace std. It is *required*

[Geany-devel] Adding size_t before release

2011-09-14 Thread Matthew Brush
Hi, I don't know who generates the c99.tags, but it would be cool if the next release of Geany had the `size_t` symbol in its default tags. I can't get Geany to parse my GNU headers using create_c_tags.sh script (or otherwise), but even just copying the line for `ssize_t` and dropping the

Re: [Geany-devel] Adding size_t before release

2011-09-14 Thread Lex Trotman
On 15 September 2011 00:33, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I don't know who generates the c99.tags, but it would be cool if the next release of Geany had the `size_t` symbol in its default tags.  I can't get Geany to parse my GNU headers using create_c_tags.sh script (or

Re: [Geany-devel] Adding size_t before release

2011-09-14 Thread Matthew Brush
On 09/14/2011 05:11 PM, Lex Trotman wrote: On 15 September 2011 00:33, Matthew Brushmbr...@codebrainz.ca wrote: Hi, I don't know who generates the c99.tags, but it would be cool if the next release of Geany had the `size_t` symbol in its default tags. I can't get Geany to parse my GNU