From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00,FROM_WORDY, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-08 03:10:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!feed1.news.rcn.net!rcn!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: Sun, 8 Jun 2003 06:09:04 -0400 Message-ID: References: <20619edc.0306021018.6ee4dd09@posting.google.com> <1054649187.11497@master.nyc.kbcfp.com> <20619edc.0306031034.6a2f5f25@posting.google.com> <1054666439.685312@master.nyc.kbcfp.com> <1054735867.264510@master.nyc.kbcfp.com> Reply-To: "Frank J. Lhota" X-Trace: UmFuZG9tSVY8loHNSoULGzRpWNVDvnhgmp9/wgTEinEAz8XCuuVQU9hyaZmY/YSi X-Complaints-To: abuse@rcn.com NNTP-Posting-Date: 8 Jun 2003 10:09:46 GMT X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal Xref: archiver1.google.com comp.lang.ada:38831 Date: 2003-06-08T10:09:46+00:00 List-Id: "Hyman Rosen" wrote in message news:xKyEa.45844$ca5.11517@nwrdny02.gnilink.net... > One clever case where the convention was violated was in the > name of the debugger on some UNIX system I used, SCO I think. > It came in two flavors, "dbxtra" and "dbXtra". The former > invoked a command-line version that ran in a terminal session, > while the latter ran using a GUI (under X Window, hence the name). The Unix version of "make" also violates the convention, in that if no make script file is specified on the command line, it first tries to use the file "Makefile" as a script, and if that is not available, it tries to use "makefile". Needless to say, this can create problems when porting Unix code to a case-insensitive OS.