First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
very important science....
you can sometimes eat lettuce for a whjile then take a break then drink water for abotu a week then do it agai n....additionally, keep on collecting afterlife points,I want you to solve how and then do it yourself.... -robin ... 8 May 2010 00:26
Raising the stack limit (was: segfault with large-ish array with GNAT)
Jerry wrote: ulimit allows querying the hard limit of stack space ulimit -Hs which on OS X reports 65532 = 2^16 -4 kilobytes, about 67 MB. The user via ulimit can set the stack up to that size but not higher: ulimit -s 65532 The default soft limit on OS X is 8192 kB, found by ulimit -s I... 7 May 2010 18:56
Record aggregates assignments and the black-box and else
Hi Ada novellers, I've just had a quick check at the RM, to review what is the exact meaning of the black-box in aggregates assignment which are not initialization. I was to check if the black-box in this context (all but initialization), stands for the actual value or the default value defined in the rec... 10 May 2010 15:25
How to fix 'Could not locate executable on path: gnatmake'
I installed (by doinstall) the latest version of free GNAT GPL from Libre into directory /usr/gnat/bin. After install this contains: ken(a)meijin-desktop:/usr/gnat/bin$ ls addr2line gdb gnathtml.pl gnatprep gprof c++ gdbserver gnatkr gnatstub gps cbrowser gnat gnatlin... 10 May 2010 10:56
Why is not Stream_Access defined Ada.Streams ?
Hi all and Hi others as well, My dirty stuff of the day : why is Stream_Access not defined once a time in Ada.Streams and is instead defined elsewhere multiple times, like in Ada.Streams.Stream_IO, Ada.Text_IO.Text_Streams, Ada.Wide_Text_IO.Text_Streams and Ada.Wide_Wide_Text_IO.Text_Streams ? Isn't it f... 6 May 2010 23:08
for S'Image use Func??
I have tried to google for this and have not yet found a suitable answer, so I'll troll, er, poll for an answer here.. Is there the ability to substitute your own S'Image function? For example, a basic interpreter might define: type LNumber_Type is range 0..99_999; Can I declare.. for LNumber_Type'Ima... 21 May 2010 02:59
Question about default discriminants and mutable objects.
Hopefully I can ask this question clearly... I understand that an instance of a type with default discriminants can be mutated (here I mean have its discriminant changed) via assignment. It seems like the most effective way for a compiler to support that ability is to always allocate enough memory for the object ... 7 May 2010 08:54
A generic image decoder - first preview!
....here (only via svn checkout): http://sf.net/projects/gen-img-dec/develop As a prototype, I've done the .bmp format (1/4/8 bits, uncompressed) so far. A demo/tool for GID is the To_BMP procedure. Enjoy! Gautier ... 5 May 2010 17:08
Using GNAT in a C and assembly toolchain
On May 3, 12:03 pm, Simon Wright <si...(a)pushface.org> wrote: I think your problem may be that your host compiler is an older version (4.4.3) than the source tree you're using to build the cross compiler (4.5.0). The recommendation is to build the host compiler first, then use that to build the cross. ... 5 May 2010 04:56
Wikipedia article about volatile variables
Was surprised not to find a reference to Ada's pragma here: http://en.wikipedia.org/wiki/Volatile_variable I'm not specialist enough to make a meaningful contribution there. Perhaps someone ? The RM part about it is here: http://www.adaic.com/standards/05rm/html/RM-C-6.html Have fun! G. ... 4 May 2010 16:47
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32