Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.
This commit is contained in:
Joel Sherrill
2012-05-03 12:24:46 -05:00
parent ae55da7232
commit 65c6425de9
117 changed files with 26 additions and 332 deletions

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
Building RTEMS
==============
See the file README.configure.

View File

@@ -1,6 +1,3 @@
#
# $Id$
#
LICENSE INFORMATION
RTEMS is free software; you can redistribute it and/or modify it under

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The RTEMS TCP/IP stack is a port of the FreeBSD TCP/IP stack. The following
copyright and licensing information applies to this code.

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The RTEMS RPC/XDR support is a port of the freely distributed
Sun Microsystems implementation. The following copyright and
licensing information applies to this code.

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The source code in c/src/libnetworking/rtems_webserver is a port
of the Go Ahead Software, Inc. WebServer. Their copyright and
licensing terms apply. See c/src/libnetworking/rtems_webserver/license.txt

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
On-Line Applications Research Corporation (OAR) offers support,
customization, and training for RTEMS. Custom RTEMS development services
includes porting RTEMS to new processors and the development of custom board

View File

@@ -1,7 +1,5 @@
#
# This file is automatically generated -- DO NOT EDIT!!!
#
# $Id$
#
RTEMS Version 4.10.99.0

View File

@@ -1,7 +1,5 @@
#! /usr/bin/perl -w
# $Id$
#
# Copyright (C) 2005, 2006 Ralf Corsépius, Ulm, Germany
#
# Permission to use, copy, modify, and distribute this software

View File

@@ -3,12 +3,10 @@
# helps bootstrapping, when checked out from CVS
# requires GNU autoconf and GNU automake
#
# $Id$
# this is not meant to be exported outside the source tree
#
# NOTE: Inspired by libtool's autogen script
#
# to be run from the toplevel directory of RTEMS'
# source tree

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
RTEMS was developed by On-Line Applications Research (OAR) under
contract to the U.S. Army Missile Command. Other than the
contributions listed in this document, all code and documentation

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The following are targets for the GNU tools (gcc, binutils, newlib, and gdb)
that are for RTEMS, their object format, and status notes

View File

@@ -1,5 +1,3 @@
dnl
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS],

View File

@@ -1,5 +1,4 @@
dnl
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by boot_card()
dnl and other required parts of the BSP Framework. Currently, this is

View File

@@ -1,5 +1,4 @@
dnl
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by the shared
dnl implementation of bsp_cleanup().

View File

@@ -1,5 +1,4 @@
dnl
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables.

View File

@@ -1,5 +1,4 @@
dnl Set target tools
dnl
AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl

View File

@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -pipe
dnl
AC_DEFUN([RTEMS_GCC_PIPE],
[AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -specs
dnl
AC_DEFUN([RTEMS_GCC_SPECS],
[AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,5 +1,3 @@
dnl
dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher

View File

@@ -1,5 +1,3 @@
# $Id$
#
# Some hacks for handling powerpc-exception subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general

View File

@@ -1,5 +1,3 @@
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
When adding a BSP to the RTEMS tree, there is usually some cleanup
to be done.

View File

@@ -1,19 +1,17 @@
/*-------------------------------------------------------------------------+
| bsp.h - ARM BSP
+--------------------------------------------------------------------------+
| This include file contains definitions related to the ARM BSP.
+--------------------------------------------------------------------------+
|
| Copyright (c) Canon Research France SA.]
| Emmanuel Raguet, mailto:raguet@crf.canon.fr
|
| The license and distribution terms for this file may be
| found in the file LICENSE in this distribution or at
| http://www.rtems.com/license/LICENSE.
|
| $Id$
+--------------------------------------------------------------------------*/
/**
* @file
*
* This include file contains definitions related to the GP32 BSP.
*/
/*
* Copyright (c) Canon Research France SA.]
* Emmanuel Raguet, mailto:raguet@crf.canon.fr
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
#ifndef _BSP_H
#define _BSP_H

View File

@@ -1,5 +1,4 @@
/*---------------------------------------------------------------------------------
$Id$
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)

View File

@@ -25,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/
/*

View File

@@ -25,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id$
*/
#ifdef PC98

View File

@@ -19,8 +19,6 @@
| 8 May 2003 - PXE GRUB (Chris Johns) |
+-----------------------------------------------------------------------------+
CVS Revision: $Id$
1. Introduction
---------------

View File

@@ -14,7 +14,6 @@
* - added handling of basic escape sequences (cursor movement
* and erasing; just enough for the line editor 'libtecla' to
* work...)
* $Id$
*/
#include <bsp.h>

View File

@@ -6,11 +6,7 @@
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
#
# http://www.rtems.com/license/LICENSE.
#
# @(#) $Id$
#
#
# This board support package works with MCF5206eLITE evaluation board with

View File

@@ -13,11 +13,8 @@
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
#
# http://www.rtems.com/license/LICENSE.
#
# $Id$
#
define addresses

View File

@@ -19,8 +19,6 @@
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
# @(#) $Id$
#
# progname=`basename $0`
progname=${0##*/} # fast basename hack for ksh, bash

View File

@@ -1,12 +1,6 @@
#
# Config file for the mcf5235 BSP
#
#Based on:
# $Id$
#
# A0.01 Initial Version BDS 07/26/01
#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5223x

View File

@@ -1,12 +1,6 @@
#
# Config file for the mcf5225x BSP
#
#Based on:
# $Id$
#
# A0.01 Initial Version BDS 07/26/01
#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf52258

View File

@@ -1,12 +1,6 @@
#
# Config file for the mcf5235 BSP
#
#Based on:
# $Id$
#
# A0.01 Initial Version BDS 07/26/01
#
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5235

View File

@@ -33,8 +33,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
* $Id$
*
*****************************************************************************/
/*****************************************************************************
@@ -232,13 +230,6 @@ BSP_polling_getchar_function_type BSP_poll_char = NULL;
#endif
/* cvs id string so you can use the unix ident command on the object */
#ifdef ID_STRINGS
static const char SciIdent[]="$Id$";
#endif
/*****************************************************************************
Section G - A circular buffer for rcv chars when the driver interface is used.
*****************************************************************************/

View File

@@ -5,7 +5,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
* $Id$
****************************************************************************/
#ifndef _sci_h_

View File

@@ -1,7 +1,4 @@
#! /bin/bash
#
# $Id$
#
mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;

View File

@@ -1,6 +1,3 @@
#
# $Id$
#
echo Setting up the environment for mrm debuging.\n
target bdm /dev/bdmcpu320

View File

@@ -1,25 +1,6 @@
/*
* This file was submitted by Eric Vaitl <vaitl@viasat.com> and
* supports page table initialization.
*
* $Log$
* Revision 1.2 1995/12/19 20:10:12 joel
* changes remerged after disk crash -- history lost
*
* Revision 1.1 1995/12/19 19:22:36 joel
* file lost in crash and re-added
*
* Revision 1.1 1995/12/05 15:29:19 joel
* added.. submitted by Eric Vaitl <vaitl@viasat.com>
*
* Revision 1.2 1995/10/27 21:00:33 vaitl
* Modified page table routines so application code can map
* VME space.
*
* Revision 1.1 1995/10/25 17:16:06 vaitl
* Working on page table. Caching partially set up, but can't currently
* set tc register.
*
*/
#ifndef PAGE_TABLE_H

View File

@@ -1,8 +1,5 @@
/*
* $Id$
*
* MC68302 Linker command file
*
*/
SECTIONS

View File

@@ -1,8 +1,5 @@
/*
* $Id$
*
* MC68302 Linker command file
*
*/
SECTIONS

View File

@@ -14,8 +14,6 @@
*
* Modifications for MBX860:
* Copyright (c) 1999, National Research Council of Canada
*
* $Id$
*/
#include <bsp.h>

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This file documents the on board monitor (PPCBUG) configuration used
to be able to boot the archives located in powerpc-rtems/c/mcp750/bin.
This information was provided by Eric Valette <valette@crf.canon.fr>

View File

@@ -45,7 +45,6 @@
* SUCH DAMAGE.
*
* @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93
* $Id$
*/
#include <rtems/rtems_bsdnet.h>

View File

@@ -1,6 +1,4 @@
/*
* $Id$
*
* PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt
* Copyright 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>

View File

@@ -27,8 +27,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
*
* $Id$
*/
#include "asm.h"

View File

@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#include "asm.h"

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The sources in this directory are from the HelenOS project.
See: http://www.helenos.org

View File

@@ -1,6 +1,4 @@
|
| $Id$
|
| fpsp.h 3.3 3.3
|
| Copyright (C) Motorola, Inc. 1990

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
Configuration Table Use
=======================

View File

@@ -1,4 +1,3 @@
$Id$
BSP support middleware for 'new-exception' style PPC.

View File

@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#define NO_BSP_INIT

View File

@@ -16,8 +16,6 @@
+-----------------------------------------------------------------+
| this file contains the SPI based driver for a HCMS29xx 4 digit |
| alphanumeric LED display |
+-----------------------------------------------------------------+
| $Id$
\*===============================================================*/
#include <string.h>

View File

@@ -1,4 +1,3 @@
******** $Id$
*****************************************************************
******** ***************
******** ttcp benchmark tests of dec2114x driver ***************

View File

@@ -1,6 +1,4 @@
/*
* $Id$
*
* RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
*
* Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
@@ -8,7 +6,7 @@
* through the Australia Council, its arts funding and advisory body.
*
* Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
* Based on the Cybertec CS8900 driver setup for the SFP-101.
* Based on the Cybertec CS8900 driver setup for the SFP-101.
*
*/

View File

@@ -1,15 +1,12 @@
/*
* $Id$
*
* RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
*
* Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
* This project has been assisted by the Commonwealth Government
* through the Australia Council, its arts funding and advisory body.
*
* Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
* Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
* Based on the Cybertec CS8900 driver setup for the SFP-101.
*
*/
#if !defined (__BSP_CS8900_H__)

View File

@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Ported from FreeBSD --> RTEMS, december 03.
* Daron Chabot <daron@nucleus.usask.ca>
* -- only tested with i386 bsp.

View File

@@ -1,6 +1,4 @@
#
# $Id$
#
# Makefile fragment to convert <bsp>.cfgs into <bsp>.cache
#

View File

@@ -1,9 +1,5 @@
;
; $Id$
; Ini file generated by the HM NIS Edit IO designer.
;
[Settings]

View File

@@ -1,7 +1,6 @@
#!/bin/sh
#
# doxygen input filter
# $Id$
# usage: doxy-filter <input-file-name>
# Reads <input-file> and writes to stdout.

View File

@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)filio.h 8.1 (Berkeley) 3/28/94
* $Id$
*/
#ifndef _SYS_FILIO_H_

View File

@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)ttycom.h 8.1 (Berkeley) 3/28/94
* $Id$
*/
#ifndef _SYS_TTYCOM_H_

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This is a list of cases to consider when implementing a file system:

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
+ newlib 1.8.0 has the wrong prototype for at least read() and write().
+ There should be a "eat it" stub for all system calls which are
@@ -11,4 +7,4 @@
+ Fix strerror() so it prints all error numbers.
+ Check the node allocation coment in the fchdir call.
+ Add an interface somewhere for this call.
+ Add an interface somewhere for this call.

View File

@@ -20,9 +20,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 10.05.02 creation doe |
|*****************************************************************|
|* $Id$
*
|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H

View File

@@ -19,9 +19,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.05.02 creation doe |
|*****************************************************************|
|* $Id$
*
|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H

View File

@@ -51,7 +51,6 @@
/*%
* @(#)inet.h 8.1 (Berkeley) 6/2/93
* $Id$
* $FreeBSD: src/include/arpa/inet.h,v 1.33 2010/07/06 03:48:46 maxim Exp $
*/

View File

@@ -33,7 +33,6 @@
/*
* from nameser.h 8.1 (Berkeley) 6/2/93
* From: Id: nameser_compat.h,v 8.9 1998/03/20 23:25:10 halley Exp
* $Id$
*/
#ifndef _ARPA_NAMESER_COMPAT_

View File

@@ -34,11 +34,8 @@
* Written by Bill Paul <wpaul@ctr.columbia.edu>
* Center for Telecommunications Research
* Columbia University, New York City
*
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif

View File

@@ -33,7 +33,6 @@
* from tahoe: in_cksum.c 1.2 86/01/05
* from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91
* from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp
* $Id$
*/
#ifndef _MACHINE_IN_CKSUM_H_

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)route.c 8.2 (Berkeley) 11/15/93
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -35,7 +35,6 @@
* SUCH DAMAGE.
*
* @(#)igmp.h 8.1 (Berkeley) 6/10/93
* $Id$
*/
#ifndef _NETINET_IGMP_H_

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,4 +1,3 @@
/* $Id */
/*
* Copyright (c) 1985, 1986, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -11,8 +11,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id$
*/
/*

View File

@@ -10,8 +10,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id$
*/
#ifndef _IP_FW_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -30,10 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_var.h,v 1.121 2005/04/21 20:11:01 ps Exp $
*/
/*
* $Id$
*/
#ifndef _NETINET_TCP_VAR_H_
#define _NETINET_TCP_VAR_H_

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
* Copyright (c) 1992 Regents of the University of California.

View File

@@ -46,7 +46,6 @@
/*%
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.19.18.4 2008/04/03 23:15:15 marka Exp $
* $FreeBSD: release/9.0.0/include/resolv.h 203964 2010-02-16 19:39:50Z imp $
*/

View File

@@ -13,12 +13,9 @@
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
http://www.rtems.com/license/LICENSE.
This software with is provided ``as is'' and with NO WARRANTY.
$Id$
*/
#ifndef _RTEMS_MKROOTFS_H

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -29,10 +29,10 @@
* 2550 Garcia Avenue
* Mountain View, California 94043
*/
/*
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
/*
* rpc_com.h, Common definitions for both the server and client side.

View File

@@ -38,7 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This directory contains a port of ppp-2.3.11. The official site for
the original source for this PPP implementation is:

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The pppd application seems to very stable. It has been tested using
the example application with the i386/pc586 and m68k/sbc5206e BSPs.
The tests were executed using a null modem serial cable to connect

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This is an example user application using pppd. It is built using
the RTEMS application Makefiles. The file Makefile-user should
be renamed to Makefile or the -f option given to make. The file

View File

@@ -1,5 +1,4 @@
.\" manual page [] for pppd 2.3
.\" $Id$
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph

View File

@@ -18,8 +18,6 @@
** **
** eric@skatter.usask.ca **
** **
** $Id$ **
** **
**************************************************************************
**************************************************************************
*/

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This document explains how the unlimited objects support works. This was
written by Chris Johns <ccj@acm.org> of Objective Design Systems as a
design document. This was submitted as part of the patch which added

Some files were not shown because too many files have changed in this diff Show More