From: Gilles D. <dg...@us...> - 2004-11-06 01:38:46
|
Update of /cvsroot/okernel/nrtl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27994 Modified Files: changelog.txt copying.txt dllmain.cpp kbitv.cpp kbuffer.cpp kclass.cpp klist.cpp knetobject.cpp ksmall.cpp kstring.cpp ktab.cpp ktree.cpp nrtl.h nrtl.rc nrtl.rcv precomp.h readme.txt todo.txt Log Message: + Update plan + Update copyright headers Index: todo.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/todo.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** todo.txt 14 May 2003 20:37:57 -0000 1.3 --- todo.txt 6 Nov 2004 01:38:34 -0000 1.4 *************** *** 4,24 **** * ! * Roadmap to the 4.0 release (updated 14 may 2003) PRIORITY WHAT ! 1 Socket Object ! 1 Net object support ! 1 Spidermonkey integration ! 1 Expat integration ! 1 Associative Memory 2 Add a Class Object ! 1 Reflexive behaviour (kind of probe) 3 Finish the Tree implementation --- 4,28 ---- * ! * Roadmap to the 5.0 release (updated 6 november 2004) PRIORITY WHAT ! 1 Module Object ! 1 Python integration ! 2 Socket Object ! 2 Net object support ! 2 Expat integration ! ! 2 Associative Memory 2 Add a Class Object ! 2 Reflexive behaviour (kind of probe) ! ! 3 Spidermonkey integration 3 Finish the Tree implementation Index: klist.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/klist.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** klist.cpp 14 May 2003 20:35:14 -0000 1.2 --- klist.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: nrtl.rc =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.rc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** nrtl.rc 14 May 2003 20:35:36 -0000 1.2 --- nrtl.rc 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: dllmain.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/dllmain.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dllmain.cpp 14 May 2003 20:35:14 -0000 1.2 --- dllmain.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: kclass.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kclass.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kclass.cpp 14 May 2003 22:46:12 -0000 1.4 --- kclass.cpp 6 Nov 2004 01:38:34 -0000 1.5 *************** *** 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. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2004 the Initial Developer. All Rights Reserved. Index: ktab.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ktab.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ktab.cpp 14 May 2003 20:35:14 -0000 1.2 --- ktab.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: changelog.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/changelog.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changelog.txt 14 May 2003 20:35:36 -0000 1.2 --- changelog.txt 6 Nov 2004 01:38:34 -0000 1.3 *************** *** 1,5 **** ============================================================================== * ! * ChangeLog NTRL 2003-->1992 (a ten years project !) * * See copying.txt for more information about license information --- 1,5 ---- ============================================================================== * ! * ChangeLog NTRL 2004 --> 1992 (more than ten years project !) * * See copying.txt for more information about license information *************** *** 7,11 **** ============================================================================== ! 051403 dgil Re-Start the version 4.0 project. high-level goals are: --- 7,28 ---- ============================================================================== ! 110604 dgil Start the version 5.0 project. ! ! high-level goals are: ! - runtime module support ! - python integration ! - 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 : ! Pegais (http://sourceforge.net/projects/pegais) ! XElements (http://sourceforge.net/projects/xelements) ! ! ============================================================================== ! ! 051403 dgil Re-Start the version 4.0 project. CANCELLED high-level goals are: Index: knetobject.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/knetobject.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** knetobject.cpp 22 May 2004 13:17:04 -0000 1.3 --- knetobject.cpp 6 Nov 2004 01:38:34 -0000 1.4 *************** *** 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. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2004 the Initial Developer. All Rights Reserved. Index: copying.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/copying.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** copying.txt 14 May 2003 20:35:36 -0000 1.2 --- copying.txt 6 Nov 2004 01:38:34 -0000 1.3 *************** *** 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. --- 1,5 ---- This is the file "copying.txt". ! This document is Copyright (C) 1993-2004 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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: kbuffer.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kbuffer.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kbuffer.cpp 14 May 2003 20:35:14 -0000 1.2 --- kbuffer.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: ktree.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ktree.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ktree.cpp 14 May 2003 20:35:14 -0000 1.2 --- ktree.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: precomp.h =================================================================== RCS file: /cvsroot/okernel/nrtl/precomp.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** precomp.h 14 May 2003 20:35:36 -0000 1.2 --- precomp.h 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: ksmall.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ksmall.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ksmall.cpp 14 May 2003 20:35:14 -0000 1.2 --- ksmall.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: kstring.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kstring.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kstring.cpp 14 May 2003 20:35:14 -0000 1.2 --- kstring.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. Index: nrtl.rcv =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.rcv,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nrtl.rcv 14 May 2003 20:35:36 -0000 1.3 --- nrtl.rcv 6 Nov 2004 01:38:34 -0000 1.4 *************** *** 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. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2004 the Initial Developer. All Rights Reserved. *************** *** 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" --- 51,56 ---- #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 ! #define VER_FILEVERSION 5,0,0,27 ! #define VER_FILEVERSION_STR "Version 5.0 Build 27" #define VER_FILEDESCRIPTION_STR "Nunki Runtime Library" #define VER_INTERNALNAME_STR "NRTLLIBRARY" Index: nrtl.h =================================================================== RCS file: /cvsroot/okernel/nrtl/nrtl.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** nrtl.h 22 May 2004 13:17:04 -0000 1.8 --- nrtl.h 6 Nov 2004 01:38:34 -0000 1.9 *************** *** 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. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2004 the Initial Developer. All Rights Reserved. *************** *** 73,80 **** // =========================================================================== ! #define NRTL_HEADER_RELEASE_05222004 ! #define NTRL_MAJOR_VERSION 4 ! #define NTRL_MINOR_VERSION 1 // =========================================================================== --- 73,80 ---- // =========================================================================== ! #define NRTL_HEADER_RELEASE_11062004 ! #define NTRL_MAJOR_VERSION 5 ! #define NTRL_MINOR_VERSION 0 // =========================================================================== Index: readme.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 8 Feb 2003 15:43:16 -0000 1.1 --- readme.txt 6 Nov 2004 01:38:34 -0000 1.2 *************** *** 13,16 **** --- 13,19 ---- Context object ; default is undefined. + NRTL_PYTHON_INTEGRATION + if defined, add python integration functionnalities ; default is undefined. + NTRL_NETWORK if defined, add the network marshalling for the objects. This symbol is also Index: kbitv.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kbitv.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kbitv.cpp 14 May 2003 20:35:14 -0000 1.2 --- kbitv.cpp 6 Nov 2004 01:38:34 -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-2003 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-2004 the Initial Developer. All Rights Reserved. |