Skip to content

Commit

Permalink
Cleanup whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 27, 2015
1 parent d0f0f41 commit 37385bb
Show file tree
Hide file tree
Showing 417 changed files with 24,647 additions and 24,653 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ If you are on a platform with support for shared libraries, you'll
need to make sure the libraries are found by the runtime
linker. Details vary form system to system, but usually you need to
set the environment variable LD_LIBRARY_PATH to $DYLANPATH.

The RPMS are allegedly relocatable. Tell us if it doesn't work.
10 changes: 5 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gwydion Dylan 2.3.8 (2002-03-05)
More bug fixes.

Gwydion Dylan 2.3.7 (2002-02-21)

This release mainly fixes a bug in class slots, and is considered
a maintenance release. Various other tweaks and bugfixes as well.

Expand All @@ -68,7 +68,7 @@ Gwydion Dylan 2.3.5 (2001-05-26)
for the myriad styles of end-of-line delimiters has been strengthened.

Gwydion Dylan 2.3.4 (2000-11-30)

The cygnus port created in 2.3.3 has now been integrated into the
build environment (meaning, there's no special incantations needed
to compile the cygnus port from a previous revision's port). The
Expand Down Expand Up @@ -96,7 +96,7 @@ Gwydion Dylan 2.3.3 (2000-04-12)
Gwydion Dylan 2.3.2 (1999-08-25)

New in this release is shared library support, being made possible
by Peter Housels C heap generator.
by Peter Housels C heap generator.

Gwydion Dylan 2.3.1 (1999-06-08)

Expand Down Expand Up @@ -161,7 +161,7 @@ Gwydion Dylan 2.1 1998-09-16
Housel and a vastly improved Emacs dylan-mode courtesy of Harlequin, Ltd
(and others). Peter Housel has also worked extensively on cleaning up and
adding to the documentation.

Gwydion Dylan 2.1 1998-08-17

The current release has been prepared by a group of volunteers. It
Expand All @@ -172,4 +172,4 @@ Gwydion Dylan 2.1 1998-08-17
Older Releases

See ONEWS.html for more information about 1.6 and earlier. No release
info is currently available for Gwydion Dylan 2.0.
info is currently available for Gwydion Dylan 2.0.
22 changes: 11 additions & 11 deletions ONEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ <H3>The following are enhancements added since Mindy release 1.5:</H3>
<P>
<H3>New stuff:</H3>
<UL>
<LI>The
<LI>The
<A HREF="../docs/htdocs/d2c.html">d2c dylan-to-C compiler</A>
allows efficient compilation of Dylan.
<LI>The
<LI>The
<A HREF="../docs/maker-out/melange.htm"> Melange interface generator</A>
provides a general mechanism for calling C libraries from Dylan.
</UL>
Expand All @@ -39,7 +39,7 @@ <H3>Common libraries:</H3>
The Streams library has been converted to a spec that both CMU and
Harlequin agree on. See
<A HREF="../docs/maker-out/streams.htm">streams.htm</A> details on the new
streams. See
streams. See
<A HREF="../docs/misc/stream-diffs.txt">stream-diffs.txt</A> for how the
new streams differs from the previous Gwydion streams.
<P>
Expand All @@ -49,7 +49,7 @@ <H3>Common libraries:</H3>
<P>
The Streams library now contains the piped-exec module, which
exports the piped-exec function. Similar functionality used to be
provided by the fd-exec function; see
provided by the fd-exec function; see
<A HREF="../docs/maker-out/EXTENS~1.htm#E8E44">stream extensions</A>.
<P>
See also
Expand All @@ -64,23 +64,23 @@ <H3>Common libraries:</H3>
<P>
The Regular-expressions module of the String-extensions library has
been spun off into its own library. There are also some improvements in
functionality. See
functionality. See
<A HREF="../docs/maker-out/REGULA~1.htm">regular-expressions</A>.
<P>
Added the time library. See time.txt
Added the time library. See time.txt
<A HREF="../docs/maker-out/time.htm">time.htm</A>. Note however that this
library doesn't compile on all platforms under d2c.
<P>
The Table-Extensions library has been added. Most of the
functionality used to be in the Extensions module of the Dylan
library; however, see
library; however, see
<A HREF="../docs/maker-out/TABLE-~1.htm">table-extensions</A>.
<P>
The assert() function has been added to the Extensions module of
the Dylan library.
<P>
The conditional compilation features compiled-for-x86-win32 and
compiled-for-hppa-hpux are now defined, if appropriate.
compiled-for-hppa-hpux are now defined, if appropriate.
See <A HREF="../docs/maker-out/EXTENS~1.htm#E8E38">conditional compilation</A>.
<P>
The conditional compilation feature newlines-are-CRLF has been
Expand Down Expand Up @@ -190,7 +190,7 @@ <H3>The following are enhancements added since release 1.4:</H3>
matrix.txt for details.
<P>
Mindycomp now gives warning messages when "while" or "until" are
used inside a for loop (you should use "while:" or "until:"), or
used inside a for loop (you should use "while:" or "until:"), or
when the "foo: (default)" keyword default syntax is used.
Mindycomp also gives warning messages when the exception name in an
exception clause is not surrounded by parentheses.
Expand Down Expand Up @@ -507,7 +507,7 @@ <H3>The following are enhancements added since release 1.1:</H3>
from Collection-Extensions to the Substring-Search module of
String-Extensions. Renamed the String-Search module of the
Collection-Extensions library to Vector-Search. See
collection-extensions.txt and string-extensions.txt for details.
collection-extensions.txt and string-extensions.txt for details.
<P>
&lt;so-list&gt; and the Solist module of Collection-extensions have been
renamed &lt;self-organizing-list&gt; and Self-organizing-list,
Expand All @@ -516,7 +516,7 @@ <H3>The following are enhancements added since release 1.1:</H3>
There is a new abstract collection class called &lt;dictionary&gt;.
&lt;table&gt; from the Dylan module and &lt;self-organizing-list&gt; from the
Self-Organizing-List module of Collection-extensions are now
subclasses of &lt;dictionary&gt;. Remove-key! is now a generic function
subclasses of &lt;dictionary&gt;. Remove-key! is now a generic function
on &lt;dictionary&gt;s. &lt;Dictionary&gt; is exported from the Extensions
module; see mindy.txt for details.
<P>
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ web site (below). The following online resources are available:

If you use Gwydion to any extent, you'll want subscribe to gd-hackers so
you can ask questions and report the inevitable bugs. Send a message to
[email protected] with the word "subscribe" in the subject
to subscribe. If you want to contribute code or documentation, we
[email protected] with the word "subscribe" in the subject
to subscribe. If you want to contribute code or documentation, we
enthusiastically encourage you to do so.
2 changes: 1 addition & 1 deletion common/Makegen
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##

# the order is significant, since the d2c libraries must be compiled in
# dependency order.
# dependency order.

# These libraries are needed to compile d2c. They must compile against the
# runtime that shipped with 2.2.0.
Expand Down
2 changes: 1 addition & 1 deletion common/base-file-system/Makegen
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ $D2CFLAGS # added by update-libdirs
. ' -L../streams';

&emit_library_rule('base-file-system', '$(BUILDROOT)/force.timestamp',
'', 'compile', 'compile-mindy', 'install');
'', 'compile', 'compile-mindy', 'install');

10 changes: 5 additions & 5 deletions common/base-file-system/base-exports.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ define module base-file-system
use System, import: {system};
use String-conversions; // as(<string>, char)
// We use the Streams library to see if a file exists
use Streams,
import: {<stream>, <file-stream>, <file-does-not-exist-error>, close};
use Streams,
import: {<stream>, <file-stream>, <file-does-not-exist-error>, close};

#if (mindy)
use System, import: {getcwd};
#else
use System,
use System,
import: {call-out, buffer-address, <buffer>};
#endif

Expand All @@ -37,12 +37,12 @@ define module base-file-system
base-filename,
pathless-filename,
extensionless-filename,

get-current-directory,

find-file,
find-and-open-file,

delete-file,
rename-file,
files-identical?;
Expand Down
Loading

0 comments on commit 37385bb

Please sign in to comment.