Logtalk release 2.14.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@562 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2002-07-31 23:49:03 +00:00
parent 5345523da3
commit d1a8c23e62
12 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.13.0
Release 2.14.1
Copyright (c) 1998-2002 Paulo Moura. All Rights Reserved.
=================================================================

View File

@ -11,7 +11,7 @@
today(Year, Month, Day) :-
{lgt_current_date(Year, Month, Day)}.
{'$lgt_current_date'(Year, Month, Day)}.
leap_year(Year) :-

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,11 +11,11 @@
now(Hours, Mins, Secs) :-
{lgt_current_time(Hours, Mins, Secs)}.
{'$lgt_current_time'(Hours, Mins, Secs)}.
cpu_time(Seconds) :-
{lgt_cpu_time(Seconds)}.
{'$lgt_cpu_time'(Seconds)}.
valid(Hours, Mins, Secs) :-

View File

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