Logtalk 2.25.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-05-23 23:33:41 +00:00
parent 0b420f5493
commit 72b037275f
291 changed files with 2828 additions and 1675 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.24.0
Release 2.25.0
Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -8,7 +8,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.24.0
// Release 2.25.0
//
// Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
// =================================================================
@@ -173,7 +173,7 @@ function create_index_file() {
switch (format) {
case "xhtml" :
f.WriteLine("<?xml version=\"1.0\"?>");
f.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
f.WriteLine("<?xml-stylesheet href=\"logtalk.css\" type=\"text/css\"?>");
f.WriteLine("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
f.WriteLine("<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">");

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -48,7 +48,7 @@ create_index_file()
case "$format" in
xhtml)
echo "<?xml version=\"1.0\"?>" >> "$index_file"
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" >> "$index_file"
echo "<?xml-stylesheet href=\"logtalk.css\" type=\"text/css\"?>" >> "$index_file"
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">" >> "$index_file"
echo "<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">" >> "$index_file"

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.24.0
// Release 2.25.0
//
// Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.24.0
// Release 2.25.0
//
// Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
// =================================================================
@@ -107,7 +107,7 @@ function create_index_file() {
switch (format) {
case "xhtml" :
f.WriteLine("<?xml version=\"1.0\"?>");
f.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
f.WriteLine("<?xml-stylesheet href=\"logtalk.css\" type=\"text/css\"?>");
f.WriteLine("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
f.WriteLine("<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">");

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -39,7 +39,7 @@ create_index_file()
case "$format" in
xhtml)
echo "<?xml version=\"1.0\"?>" >> "$index_file"
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" >> "$index_file"
echo "<?xml-stylesheet href=\"logtalk.css\" type=\"text/css\"?>" >> "$index_file"
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">" >> "$index_file"
echo "<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">" >> "$index_file"

View File

@@ -17,7 +17,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -9,7 +9,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -9,7 +9,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -17,7 +17,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -17,7 +17,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -3,7 +3,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -11,7 +11,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.24.0
% Release 2.25.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.24.0
## Release 2.25.0
##
## Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
## =================================================================