You can subscribe to this list here.
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(19) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
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. |
Update of /cvsroot/okernel/nrtl In directory sc8-pr-cvs1:/tmp/cvs-serv6004 Modified Files: dllmain.cpp kbitv.cpp kbuffer.cpp kclass.cpp klist.cpp ksmall.cpp kstring.cpp ktab.cpp ktree.cpp Log Message: Massive update with new MASTER PLAN. See changelog.txt and todo.txt. Index: dllmain.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/dllmain.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dllmain.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- dllmain.cpp 14 May 2003 20:35:14 -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: kbitv.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kbitv.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kbitv.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- kbitv.cpp 14 May 2003 20:35:14 -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: kbuffer.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kbuffer.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kbuffer.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- kbuffer.cpp 14 May 2003 20:35:14 -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: kclass.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kclass.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kclass.cpp 9 Feb 2003 11:54:40 -0000 1.2 --- kclass.cpp 14 May 2003 20:35:14 -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. Index: klist.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/klist.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** klist.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- klist.cpp 14 May 2003 20:35:14 -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: ksmall.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ksmall.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ksmall.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- ksmall.cpp 14 May 2003 20:35:14 -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: kstring.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/kstring.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kstring.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- kstring.cpp 14 May 2003 20:35:14 -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: ktab.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ktab.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ktab.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- ktab.cpp 14 May 2003 20:35:14 -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: ktree.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/ktree.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ktree.cpp 8 Feb 2003 15:43:16 -0000 1.1 --- ktree.cpp 14 May 2003 20:35:14 -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. |
From: <pi...@us...> - 2003-02-09 18:05:59
|
Update of /cvsroot/okernel/nrtl In directory sc8-pr-cvs1:/tmp/cvs-serv16130 Modified Files: todo.txt Log Message: Dummy change to test the syncmail feature. Index: todo.txt =================================================================== RCS file: /cvsroot/okernel/nrtl/todo.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo.txt 8 Feb 2003 15:43:16 -0000 1.1 --- todo.txt 9 Feb 2003 18:05:55 -0000 1.2 *************** *** 28,29 **** --- 28,30 ---- 3 + |