svn commit: samba r18925 - in branches/SAMBA_4_0/source/lib/appweb: . ejs-2.0 ejs-2.0/ejs ejs-2.0/ejs/classes ejs-2.0/ejs/lib ejs-2.0/ejs/system ejs-2.0/ejs/system/UNIX ejs-2.0/ejs/system/WIN ejs-2.0/exml ejs-2.0/mpr ejs-2.0/mpr/UNIX ejs-2.0/mpr/VXWORKS ejs-2.0/mpr/WIN

derrell at samba.org derrell at samba.org
Tue Sep 26 16:58:37 GMT 2006


Author: derrell
Date: 2006-09-26 16:58:27 +0000 (Tue, 26 Sep 2006)
New Revision: 18925

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18925

Log:
Add current snapshot of the ejs-2.0 code.  Tridge, will you be incorporating this?
Added:
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/.bashrc
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/.exrc
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/.loginrc
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsArray.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsDate.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsError.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsObject.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsStndClasses.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsString.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/classes/ejsXml.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejs.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejs.h
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsClass.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsCmd.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsGarbage.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsLex.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsParser.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsVar.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/ejsVar.h
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/lib/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/lib/event.js
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/lib/global.js
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/lib/startup.js
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/lib/timer.js
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/README.TXT
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/ejsFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/ejsFileSystem.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/UNIX/ejsHTTP.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/VXWORKS/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/.ignore
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/ejsFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/ejsFileSystem.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/WIN/ejsHTTP.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsGC.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsGlobal.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsSystem.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsSystemApp.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsSystemDebug.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsSystemLog.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/ejs/system/ejsSystemMemory.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/exml/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/exml/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/exml/exml.h
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/exml/exmlParser.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/exml/files
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/UNIX/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/UNIX/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/UNIX/mprFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/UNIX/mprPlatform.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/UNIX/mprTime.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/VXWORKS/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/VXWORKS/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/VXWORKS/mprFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/VXWORKS/mprPlatform.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/VXWORKS/mprTime.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/WIN/
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/WIN/Makefile
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/WIN/mprFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/WIN/mprPlatform.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/WIN/mprTime.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/files
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mpr.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mpr.h
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprAlloc.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprArray.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprBuf.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprGenFile.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprGenTime.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprLock.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprLog.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprOs.h
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprPrintf.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprString.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprSymbol.c
   branches/SAMBA_4_0/source/lib/appweb/ejs-2.0/mpr/mprUnix.h


Changeset:
Sorry, the patch is too large (33902 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18925


More information about the samba-cvs mailing list