ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1995/02/23/15:50:52

Date: Thu, 23 Feb 1995 15:20:01 -0500
From: davis AT amy DOT tch DOT harvard DOT edu ("John E. Davis")
To: huntercr AT cs DOT purdue DOT edu, turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp
Subject: Re: RSX is great and the point of freeware is questioned...
Cc: DJGPP AT sun DOT soe DOT clarkson DOT edu

>
>   After all.. what could possibly be included in that header? If it is
>
>"(C) 19xx, Microsoft Corporation."

No, it does not appear in the Borland 3.1 include files:

> rgrep -ir micro \bcc\include
C:\bcc\include\DOS.H:    with MSDOS and the Intel iAPX86 microprocessor family.
C:\bcc\include\DOS.H:    char    ds_reserved [7];   /*   Microsoft reserved */
C:\bcc\include\DOS.H:    char     reserved[21];      /* Microsoft reserved - do not change */
C:\bcc\include\MMSYSTEM.H:#define MM_MICROSOFT            1       /* Microsoft Corp. */
C:\bcc\include\MMSYSTEM.INC:MM_MICROSOFT            equ    1       ; Microsoft Corp.

> rgrep -ir (C) \bcc\include
C:\bcc\include\SYS\TIMEB.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\SYS\TYPES.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\SYS\LOCKING.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\SYS\STAT.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\ALLOC.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\ASSERT.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\BCD.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\BIOS.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\COMPLEX.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\CONIO.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\CONSTREA.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\CTYPE.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\CTYPE.H:#define isalnum(c)  (_ctype[(c) + 1] & (_IS_DIG | _IS_UPP | _IS_LOW))
C:\bcc\include\CTYPE.H:#define isalpha(c)  (_ctype[(c) + 1] & (_IS_UPP | _IS_LOW))
C:\bcc\include\CTYPE.H:#define isascii(c)  ((unsigned)(c) < 128)
C:\bcc\include\CTYPE.H:#define iscntrl(c)  (_ctype[(c) + 1] & _IS_CTL)
C:\bcc\include\CTYPE.H:#define isdigit(c)  (_ctype[(c) + 1] & _IS_DIG)
C:\bcc\include\CTYPE.H:#define isgraph(c)  ((c) >= 0x21 && (c) <= 0x7e)
C:\bcc\include\CTYPE.H:#define islower(c)  (_ctype[(c) + 1] & _IS_LOW)
C:\bcc\include\CTYPE.H:#define isprint(c)  ((c) >= 0x20 && (c) <= 0x7e)
C:\bcc\include\CTYPE.H:#define ispunct(c)  (_ctype[(c) + 1] & _IS_PUN)
C:\bcc\include\CTYPE.H:#define isspace(c)  (_ctype[(c) + 1] & _IS_SP)
C:\bcc\include\CTYPE.H:#define isupper(c)  (_ctype[(c) + 1] & _IS_UPP)
C:\bcc\include\CTYPE.H:#define isxdigit(c) (_ctype[(c) + 1] & (_IS_DIG | _IS_HEX))
C:\bcc\include\CTYPE.H:#define toascii(c)  ((c) & 0x7f)
C:\bcc\include\CTYPE.H:#define _toupper(c) ((c) + 'A' - 'a')
C:\bcc\include\CTYPE.H:#define _tolower(c) ((c) + 'a' - 'A')
C:\bcc\include\DIR.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\DIRECT.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\DIRENT.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\DOS.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\ERRNO.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\FCNTL.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\FLOAT.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\FSTREAM.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\GENERIC.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\GRAPHICS.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\IO.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\IOMANIP.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\IOSTREAM.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\LIMITS.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\LOCALE.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\MALLOC.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\MATH.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\MEM.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\MEMORY.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\NEW.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\PROCESS.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\SEARCH.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\SETJMP.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\SHARE.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\SIGNAL.H:    Copyright (c) 1988, 1992 by Borland International
C:\bcc\include\STDARG.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\STDDEF.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\STDIO.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\STDIO.H:  ((++((f)->level) < 0) ? (unsigned char)(*(f)->curp++=(c)) : \
C:\bcc\include\STDIO.H:    _fputc ((c),f))
C:\bcc\include\STDIO.H:#define putchar(c) putc((c), stdout)
C:\bcc\include\STDIO.H:#define ungetc(c,f) ungetc((c),f)   /* traditionally a macro */
C:\bcc\include\STDIOSTR.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\STDLIB.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\STRING.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\STRSTREA.H:    Copyright (c) 1990, 1992 by Borland International
C:\bcc\include\TIME.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\UTIME.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\VALUES.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\VARARGS.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\_DEFS.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\_NFILE.H:    Copyright (c) 1991, 1992 by Borland International
C:\bcc\include\_NULL.H:    Copyright (c) 1987, 1992 by Borland International
C:\bcc\include\PENWIN.H:#define SyvCharacterToSymbol(c) ((LONG)(unsigned char)(c) | 0x00010000)
C:\bcc\include\PENWIN.H:#define SyvKanjiToSymbol(c) ((LONG)(WORD)(c) | 0x00030000)

--John

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019