From: <dg...@us...> - 2003-05-14 20:35:39
|
Update of /cvsroot/okernel/nrtl In directory sc8-pr-cvs1:/tmp/cvs-serv6495 Modified Files: changelog.txt copying.txt nrtl.h nrtl.rc nrtl.rcv precomp.h Log Message: Massive update with new MASTER PLAN. See changelog.txt and todo.txt. Index: changelog.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/changelog.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog.txt 8 Feb 2003 15:43:16 -0000 1.1 --- changelog.txt 14 May 2003 20:35:36 -0000 1.2 *************** *** 1,9 **** ! * ChangeLog NTRL 2002-->1992 (a ten years project !) * ! * See copying.txt for more information about the license. * 112402 dgil Start the Version 4.0 project *** Change the licence to MPL/LGPL/GPL *** ============================================================================== --- 1,30 ---- ! ============================================================================== * ! * ChangeLog NTRL 2003-->1992 (a ten years project !) * + * See copying.txt for more information about license information + * + ============================================================================== + + 051403 dgil Re-Start the version 4.0 project. + + high-level goals are: + - spidermonkey integration + (http://www.mozilla.org/js/spidermonkey/) + - Expat integration + (http://lxr.mozilla.org/seamonkey/source/expat/expat.html) + - network marshall/unmarshall and object brokering + - associative memory + - reflexive behaviour (kind of probe) + + Long term mission is to provide backend infrastructure to the + Pegais project (http://sourceforge.net/projects/pegais) + + ============================================================================== 112402 dgil Start the Version 4.0 project *** Change the licence to MPL/LGPL/GPL *** + + Project hosted at http://sourceforge.net/projects/okernel/ ============================================================================== Index: copying.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/copying.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copying.txt 8 Feb 2003 15:43:16 -0000 1.1 --- copying.txt 14 May 2003 20:35:36 -0000 1.2 *************** *** 1,5 **** This is the file "copying.txt". ! This document is Copyright (C) 1993-2002 Gilles Dumortier and may be distributed verbatim, but changing it is not allowed. --- 1,5 ---- This is the file "copying.txt". ! This document is Copyright (C) 1993-2003 Gilles Dumortier and may be distributed verbatim, but changing it is not allowed. *************** *** 20,24 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 20,24 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: nrtl.h =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nrtl.h 9 Feb 2003 16:47:26 -0000 1.3 --- nrtl.h 14 May 2003 20:35:36 -0000 1.4 *************** *** 23,27 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. *************** *** 72,76 **** // =========================================================================== ! #define NRTL_HEADER_RELEASE_02092003 #define NTRL_MAJOR_VERSION 4 --- 72,76 ---- // =========================================================================== ! #define NRTL_HEADER_RELEASE_05142003 #define NTRL_MAJOR_VERSION 4 Index: nrtl.rc =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** nrtl.rc 8 Feb 2003 15:43:16 -0000 1.1 --- nrtl.rc 14 May 2003 20:35:36 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: nrtl.rcv =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.rcv,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** nrtl.rcv 9 Feb 2003 11:58:30 -0000 1.2 --- nrtl.rcv 14 May 2003 20:35:36 -0000 1.3 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. *************** *** 51,56 **** #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 ! #define VER_FILEVERSION 4,0,0,25 ! #define VER_FILEVERSION_STR "Version 4.0 Build 25" #define VER_FILEDESCRIPTION_STR "Nunki Runtime Library" #define VER_INTERNALNAME_STR "NRTLLIBRARY" --- 51,56 ---- #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 ! #define VER_FILEVERSION 4,0,0,26 ! #define VER_FILEVERSION_STR "Version 4.0 Build 26" #define VER_FILEDESCRIPTION_STR "Nunki Runtime Library" #define VER_INTERNALNAME_STR "NRTLLIBRARY" Index: precomp.h =================================================================== RCS file: /cvsroot/okernel/nrtl/precomp.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** precomp.h 8 Feb 2003 15:43:16 -0000 1.1 --- precomp.h 14 May 2003 20:35:36 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. |