mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/machine/setjmp-dj.h: With DJ Delorie's permission, changed the copyright information to allow free modification of the file with no reference to "copying.dj". * libc/include/sys/stat-dj.h: Ditto. * libc/machine/i386/setjmp.S: Ditto. * libc/sys/h8300hms/sys/file.h: Ditto. * libc/sys/sysmec/access.c: Ditto. * libc/sys/sysnecv850/access.c: Ditto. * libc/stdio/mktemp.c: Fixed typo for the word copyright. * libc/stdlib/getenv_r.c: Ditto. * libc/stdlib/putenv_r.c: Ditto. * libc/stdlib/setenv_r.c: Ditto. * libc/stdlib/getenv.c: Removed DJ reference since any possible modifications will now be in the _r version of this file. * libc/stdlib/putenv.c: Ditto. * libc/stdlib/setenv.c: Ditto. * libc/sys/go32/copying.dj: Removed DJ's address which is no longer valid. Added a reference to DJ's web page that contains his address. * libc/sys/go32/*.s: Removed references to DJ's old address. * libc/sys/go32/*.c: Ditto. * libc/sys/go32/*.h: Ditto. * libc/sys/go32/*.S: Ditto. * libc/sys/go32/sys/*.h: Ditto.
This commit is contained in:
parent
659b480b8a
commit
ee37ede1d3
@ -1,3 +1,29 @@
|
||||
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/machine/setjmp-dj.h: With DJ Delorie's permission,
|
||||
changed the copyright information to allow free modification of the
|
||||
file with no reference to "copying.dj".
|
||||
* libc/include/sys/stat-dj.h: Ditto.
|
||||
* libc/machine/i386/setjmp.S: Ditto.
|
||||
* libc/sys/h8300hms/sys/file.h: Ditto.
|
||||
* libc/sys/sysmec/access.c: Ditto.
|
||||
* libc/sys/sysnecv850/access.c: Ditto.
|
||||
* libc/stdio/mktemp.c: Fixed typo for the word copyright.
|
||||
* libc/stdlib/getenv_r.c: Ditto.
|
||||
* libc/stdlib/putenv_r.c: Ditto.
|
||||
* libc/stdlib/setenv_r.c: Ditto.
|
||||
* libc/stdlib/getenv.c: Removed DJ reference since any possible
|
||||
modifications will now be in the _r version of this file.
|
||||
* libc/stdlib/putenv.c: Ditto.
|
||||
* libc/stdlib/setenv.c: Ditto.
|
||||
* libc/sys/go32/copying.dj: Removed DJ's address which is no longer
|
||||
valid. Added a reference to DJ's web page that contains his address.
|
||||
* libc/sys/go32/*.s: Removed references to DJ's old address.
|
||||
* libc/sys/go32/*.c: Ditto.
|
||||
* libc/sys/go32/*.h: Ditto.
|
||||
* libc/sys/go32/*.S: Ditto.
|
||||
* libc/sys/go32/sys/*.h: Ditto.
|
||||
|
||||
2001-02-21 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with
|
||||
|
@ -1,15 +1,14 @@
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
* Copyright (C) 1991 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/* Modified to use SETJMP_DJ_H rather than SETJMP_H to avoid
|
||||
conflicting with setjmp.h. Ian Taylor, Cygnus support, April,
|
||||
|
@ -1,16 +1,15 @@
|
||||
/* This is file STAT.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
* Copyright (C) 1991 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#ifndef _STAT_H_
|
||||
#define _STAT_H_
|
||||
|
@ -5,16 +5,15 @@
|
||||
* Joel Sherrill (joel@OARcorp.com)
|
||||
* Slight change: now includes i386mach.h for this (Werner Almesberger)
|
||||
*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* Copyright (C) 1991 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* This is file MKTEMP.C */
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -33,11 +33,6 @@ variables vary from one system to another.
|
||||
<<getenv>> requires a global pointer <<environ>>.
|
||||
*/
|
||||
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 1987, 2000 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -35,8 +35,7 @@ variables vary from one system to another.
|
||||
*/
|
||||
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,8 +1,3 @@
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
*/
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1988 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -1,8 +1,3 @@
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 1987 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
|
||||
** Rochester NH, 03867-2954, USA.
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file _EXIT.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file ACCESS.C */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file BRK.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file CHDIR.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file CHMOD.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file CHOWN.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file CLOCK.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file CLOSE.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -2,8 +2,6 @@ This is the file "copying.dj".
|
||||
|
||||
Copyright Information for sources and executables that are marked
|
||||
Copyright (C) DJ Delorie
|
||||
24 Kirsten Ave
|
||||
Rochester NH 03867-2954
|
||||
|
||||
This document is Copyright (C) DJ Delorie and may be distributed
|
||||
verbatim, but changing it is not allowed.
|
||||
@ -32,9 +30,9 @@ GNU General Public Licence, with the following exceptions:
|
||||
* If a user creates an application, prepends a copy of go32.exe onto
|
||||
the beginning of it, and charges a fee for the software, then a
|
||||
royalty of $5 or 5% of the selling price per copy sold must be paid
|
||||
to DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954. Note that
|
||||
shareware programs are not considered "sold" until payment is rendered
|
||||
for them.
|
||||
to DJ Delorie. DJ's mailing address is documented on the web page:
|
||||
http://www.delorie.com/users/dj/. Note that shareware programs are
|
||||
not considered "sold" until payment is rendered for them.
|
||||
|
||||
* For all other cases, source code for go32.exe must be distributed
|
||||
with any distributed copies of go32.exe.
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file CREAT.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file CRLF2NL.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file TIME.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file dpmi.h */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file DUP.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file DUP2.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file FCHMOD.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file FSTAT.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file FSYNC.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file FTRUNCAT.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file GERRNO.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETCWD.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETDTABL.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETKEY.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETPAGES.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETPID.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file GETRUSAG.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file GETTIMEO.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file GETWD.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file go32.h */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTB.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTL.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTSB.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTSL.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTSW.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file INPORTW.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file ISATTY.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file KBHIT.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file LINK.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file LONGJMP.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file LSEEK.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file LSTAT.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file MKDIR.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file OPEN.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file OUTPORTB.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file OUTPORTL.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file OUTPORTW.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,10 +1,10 @@
|
||||
|
||||
#/* This is file OUTPRTSB.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file OUTPRTSL.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
#/* This is file OUTPRTSW.S */
|
||||
#/*
|
||||
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
#** Copyright (C) 1991 DJ Delorie
|
||||
#**
|
||||
#** This file is distributed under the terms listed in the document
|
||||
#** "copying.dj", available from DJ Delorie at the address above.
|
||||
#** "copying.dj".
|
||||
#** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
#** should be available from where this file was obtained. This file
|
||||
#** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file READ.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file READV.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file RENAME.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file RMDIR.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file SBRK.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file SCREEN.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file SETJMP.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file SETMODE.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file SETTIMEO.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file sleep.c */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file STAT.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file STAT_AST.S */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file DIRENT.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file dpmi.h */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file FILE.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file go32.h */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1993 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file PARAM.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file REGISTER.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file RESOURCE.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file STDC.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file UIO.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file SYSTEM.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file TELL.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file TRUNCATE.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file TURBO.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file UNLINK.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file UTIME.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file UTIMES.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
# /* This is file WRITE.S */
|
||||
# /*
|
||||
# ** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
# ** Copyright (C) 1991 DJ Delorie
|
||||
# **
|
||||
# ** This file is distributed under the terms listed in the document
|
||||
# ** "copying.dj", available from DJ Delorie at the address above.
|
||||
# ** "copying.dj".
|
||||
# ** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
# ** should be available from where this file was obtained. This file
|
||||
# ** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* This is file WRITEV.C */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
** Copyright (C) 1991 DJ Delorie
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** "copying.dj".
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
|
@ -1,16 +1,15 @@
|
||||
/* This is file FILE.H */
|
||||
/*
|
||||
** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
* Copyright (C) 1991 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#ifndef _FILE_H_
|
||||
#define _FILE_H_
|
||||
|
@ -1,16 +1,15 @@
|
||||
/* This is file ACCESS.C */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
* Copyright (C) 1993 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -1,16 +1,15 @@
|
||||
/* This is file ACCESS.C */
|
||||
/*
|
||||
** Copyright (C) 1993 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
|
||||
**
|
||||
** This file is distributed under the terms listed in the document
|
||||
** "copying.dj", available from DJ Delorie at the address above.
|
||||
** A copy of "copying.dj" should accompany this file; if not, a copy
|
||||
** should be available from where this file was obtained. This file
|
||||
** may not be distributed without a verbatim copy of "copying.dj".
|
||||
**
|
||||
** This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
* Copyright (C) 1993 DJ Delorie
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms is permitted
|
||||
* provided that the above copyright notice and following paragraph are
|
||||
* duplicated in all such forms.
|
||||
*
|
||||
* This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user