From: Gilles D. <dg...@us...> - 2004-11-06 01:38:45
|
Update of /cvsroot/okernel/nrtl/jayartl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27994/jayartl Modified Files: common.ver jayartl.cpp jayartl.h jayartl.rc jayartl.rcv Log Message: + Update plan + Update copyright headers Index: jayartl.h =================================================================== RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jayartl.h 22 May 2004 13:15:36 -0000 1.3 --- jayartl.h 6 Nov 2004 01:38:35 -0000 1.4 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-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) 1999-2004 the Initial Developer. All Rights Reserved. *************** *** 60,63 **** --- 60,65 ---- or JAYARTL_OWNMEMFUNC use jaya memory functions + JAYARTL_DYNMODULE provide dynamic module built-in support + ============================================================================ History Rev Description *************** *** 65,68 **** --- 67,71 ---- 112402 dgil Change license to MPL/GPL/LGPL 052204 pive /RELEASE and /FILEALIGN directives not supported by .NET + 11xx04 dgil Dynamic module built-in support ============================================================================ */ *************** *** 74,80 **** #define __JAYARTL_H ! #define __JAYARTL_MAJOR_VERSION 1 ! #define __JAYARTL_MINOR_VERSION 2 ! #define __JAYARTL_HEADER 11242002 // ---------------------------------------------------------------------------- --- 77,83 ---- #define __JAYARTL_H ! #define __JAYARTL_MAJOR_VERSION 2 ! #define __JAYARTL_MINOR_VERSION 0 ! #define __JAYARTL_HEADER 11062004 // ---------------------------------------------------------------------------- *************** *** 216,220 **** #if _MSC_VER < 1300 ! #pragma comment(linker,"/RELEASE") --- 219,223 ---- #if _MSC_VER < 1300 ! #pragma comment(linker,"/RELEASE") Index: jayartl.rc =================================================================== RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.rc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** jayartl.rc 14 May 2003 20:36:06 -0000 1.2 --- jayartl.rc 6 Nov 2004 01:38:35 -0000 1.3 *************** *** 19,23 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2003 the Initial Developer. All Rights Reserved. --- 19,23 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2004 the Initial Developer. All Rights Reserved. Index: jayartl.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** jayartl.cpp 14 May 2003 20:36:06 -0000 1.2 --- jayartl.cpp 6 Nov 2004 01:38:35 -0000 1.3 *************** *** 19,23 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2003 the Initial Developer. All Rights Reserved. --- 19,23 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2004 the Initial Developer. All Rights Reserved. *************** *** 43,46 **** --- 43,47 ---- 031702 dgil strlcat / strlcpy - Secure String Manipulators 112402 dgil Change license to MPL/GPL/LGPL + 11xx04 dgil Dynamic module built-in support ============================================================================ */ *************** *** 1048,1050 **** --- 1049,1064 ---- } + // ============================================================================ + // ============================================================================ + // DYNAMIC MODULE BUILT-IN SUPPORT + // + // History + // 110x04 dgil Wrote it from scratch + // ============================================================================ + // ============================================================================ + // ---------------------------------------------------------------------------- + + // ============================================================================ + // That's all folks ! + // ============================================================================ Index: common.ver =================================================================== RCS file: /cvsroot/okernel/nrtl/jayartl/common.ver,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** common.ver 8 Feb 2003 15:45:20 -0000 1.1 --- common.ver 6 Nov 2004 01:38:35 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-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) 1999-2004 the Initial Developer. All Rights Reserved. Index: jayartl.rcv =================================================================== RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.rcv,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jayartl.rcv 22 May 2004 13:15:36 -0000 1.3 --- jayartl.rcv 6 Nov 2004 01:38:35 -0000 1.4 *************** *** 19,23 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2003 the Initial Developer. All Rights Reserved. --- 19,23 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1999-2004 the Initial Developer. All Rights Reserved. *************** *** 48,53 **** #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 ! #define VER_FILEVERSION 1,2,0,6 ! #define VER_FILEVERSION_STR "Version 1.2 Build 6" #define VER_FILEDESCRIPTION_STR "Jaya RunTime Library" #define VER_INTERNALNAME_STR "jayaRTL" --- 48,53 ---- #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 ! #define VER_FILEVERSION 2,0,0,7 ! #define VER_FILEVERSION_STR "Version 2.0 Build 7" #define VER_FILEDESCRIPTION_STR "Jaya RunTime Library" #define VER_INTERNALNAME_STR "jayaRTL" *************** *** 61,65 **** #define VER_COMPANYNAME_STR VER_AUTHOR #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Gilles Dumortier," ! #define VER_LEGALCOPYRIGHT_YEARS "1999-2003" #define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS #define VER_PRODUCTNAME_STR "\256JayaRTL\0" --- 61,65 ---- #define VER_COMPANYNAME_STR VER_AUTHOR #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Gilles Dumortier," ! #define VER_LEGALCOPYRIGHT_YEARS "1999-2004" #define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS #define VER_PRODUCTNAME_STR "\256JayaRTL\0" |