comp.lang.ada
 help / color / mirror / Atom feed
* SAIC Ada Binding Bug Fix
@ 1989-03-21 19:36 Raymond Tom
  1989-04-05 13:31 ` ADA its use in real time systems Allan P. Callaghan
  0 siblings, 1 reply; 7+ messages in thread
From: Raymond Tom @ 1989-03-21 19:36 UTC (permalink / raw)


If you are using the SAIC Ada bindings to X which is available
from ajpo.sei.cmu.edu under ~ftp/public/infoada/x11, there is a
bug in x_lib.a in the procedure Change_Property the following
change need to be made for the variable Format: 
 
<   --############################################################
<   --##
<   --##  The values for Format should be 8, 16, or 32
<   --## 
<   --##  03/09/89  RST Fix bug in Change_Property.
<                               2 ** Property_Format_Type'POS(Format) * 8,
<   --############################################################
---
>                               Property_Format_Type'POS (Format),
 
 _ 
  /) _
 /\ (/ \/_)
      (/

Ford Aerospace Corporation
Western Development Laboratories Division
220 Henry Ford II Drive
P.O. Box 49041
Mail Stop X20
San Jose, CA 95161

Telephone:      (408) 473-7366
Net Address:    tom@ford-wdl1.arpa

^ permalink raw reply	[flat|nested] 7+ messages in thread

* ADA its use in real time systems
  1989-03-21 19:36 SAIC Ada Binding Bug Fix Raymond Tom
@ 1989-04-05 13:31 ` Allan P. Callaghan
  1989-04-05 21:09   ` Ada, not ADA Robert Firth
  0 siblings, 1 reply; 7+ messages in thread
From: Allan P. Callaghan @ 1989-04-05 13:31 UTC (permalink / raw)


seeking opinion of ADA Gurus!  Does anyone have strong feelings regarding the decision criteria that should apply before using ADA on real time defense projects e.g. size of project, speed of compiled code relative to machine code, cost effectiveness of ADA to systems such as platform mounted Electronic Warfare SystemsRealise this is a large order --- does anyone know of good books or articles on this topic?????

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Ada, not ADA
  1989-04-05 13:31 ` ADA its use in real time systems Allan P. Callaghan
@ 1989-04-05 21:09   ` Robert Firth
  1989-04-06 16:26     ` Grant Edwards
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Robert Firth @ 1989-04-05 21:09 UTC (permalink / raw)


Forgive me if you think this too trivial, but:

The name of the programming language Mil-Std-1815A is not an
acronym, it is a genuine word.  Unless there is some special
reason for using all upper-case, it should be written "Ada",
not "ADA".

Thank you

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada, not ADA
  1989-04-05 21:09   ` Ada, not ADA Robert Firth
@ 1989-04-06 16:26     ` Grant Edwards
  1989-04-10 16:48     ` John Stafford
  1989-04-25 17:23     ` Don Cameron
  2 siblings, 0 replies; 7+ messages in thread
From: Grant Edwards @ 1989-04-06 16:26 UTC (permalink / raw)


in article <3149@bd.sei.cmu.edu>, firth@sei.cmu.edu (Robert Firth) says:
> 
> Forgive me if you think this too trivial, but:
> 
> The name of the programming language Mil-Std-1815A is not an
> acronym, it is a genuine word.  Unless there is some special
> reason for using all upper-case, it should be written "Ada",
> not "ADA".
> 
> Thank you

Damn right!

And while we're on the subject, Pascal is also named
after a person.  That is why only the *first* letter of
the name is upper case.  As far as I know, ADA stands for
the American Dental Association.  I haven't seen anything
which has the acronym PASCAL.

People who insist on writing ADA and PASCAL probably also
pronounce the word "nuclear" as if it were spelled "nucular"
(but that's a peeve of another color)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada, not ADA
  1989-04-05 21:09   ` Ada, not ADA Robert Firth
  1989-04-06 16:26     ` Grant Edwards
@ 1989-04-10 16:48     ` John Stafford
  1989-04-11 18:56       ` John Wolf
  1989-04-25 17:23     ` Don Cameron
  2 siblings, 1 reply; 7+ messages in thread
From: John Stafford @ 1989-04-10 16:48 UTC (permalink / raw)


I once complained to Time Magazine about their use of PASCAL and got a
nice letter back saying that they were just doing what "Charles Sippl's
Computer Dictionary" (or something like that) said.  I had seen that
dictionary and had noted numerous errors in it myself, but it didn't
seem worth the effort to point that out.  After all they were Time
magazine and what a (dubious) computer dictionary said was more
important than standard English usage (and it no doubt made them feel
"with it" in a high-tech sense to have such a authority).

Oh yes, ADA is also the American Diabetes Association (and no doubt
other organizations as well).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: Ada, not ADA
  1989-04-10 16:48     ` John Stafford
@ 1989-04-11 18:56       ` John Wolf
  0 siblings, 0 replies; 7+ messages in thread
From: John Wolf @ 1989-04-11 18:56 UTC (permalink / raw)


Also the American Dental Association.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Ada, not ADA
  1989-04-05 21:09   ` Ada, not ADA Robert Firth
  1989-04-06 16:26     ` Grant Edwards
  1989-04-10 16:48     ` John Stafford
@ 1989-04-25 17:23     ` Don Cameron
  2 siblings, 0 replies; 7+ messages in thread
From: Don Cameron @ 1989-04-25 17:23 UTC (permalink / raw)


Not to mention Americans for Democratic Action.  This ADA was a left-liberal
political advocacy organization.  I wonder if they're still around ...

==============================================================================
Don Cameron { hplabs!hpda!dcc }         | In the Heart of Silicon Valley, one
Hewlett-Packard California Language Lab | of the Earth's Foremost Consumers
Cupertino, CA				| of Pocket Protectors
==============================================================================

#include <clever_disclaimer.h>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1989-04-25 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1989-03-21 19:36 SAIC Ada Binding Bug Fix Raymond Tom
1989-04-05 13:31 ` ADA its use in real time systems Allan P. Callaghan
1989-04-05 21:09   ` Ada, not ADA Robert Firth
1989-04-06 16:26     ` Grant Edwards
1989-04-10 16:48     ` John Stafford
1989-04-11 18:56       ` John Wolf
1989-04-25 17:23     ` Don Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox