root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @86 [86] 05/31/07 08:35:21 Jan-Klaas Kollhof adding license.txt with LGPL and ZPL
(edit) @85 [85] 12/21/06 12:17:13 Jan-Klaas Kollhof moving experimental branch to the trunk
(edit) @84 [84] 12/21/06 11:43:10 Jan-Klaas Kollhof json-rpc marshalling for keywords fixed
(edit) @83 [83] 11/21/06 15:54:31 Jan-Klaas Kollhof some fixes
(edit) @82 [82] 11/20/06 16:55:25 Jan-Klaas Kollhof updates
(edit) @81 [81] 11/08/06 18:22:17 Jan-Klaas Kollhof some fixes for IE
(edit) @80 [80] 11/08/06 12:39:29 Jan-Klaas Kollhof changed def -> publ
(edit) @79 [79] 11/08/06 12:38:41 Jan-Klaas Kollhof changed def -> publ
(edit) @78 [78] 11/07/06 17:34:43 Jan-Klaas Kollhof fixed some testing and iter(item in iterable){...} syntax
(edit) @77 [77] 11/07/06 16:55:23 Jan-Klaas Kollhof new 'code precompilation' support for simpler method and class creation, …
(edit) @76 [76] 10/10/06 12:50:06 Jan-Klaas Kollhof ported most of python's logging module to jsolait
(edit) @75 [75] 10/09/06 10:27:42 Jan-Klaas Kollhof adding support for jsolait to guess it's install location so that baseURI …
(edit) @74 [74] 10/09/06 09:34:44 Jan-Klaas Kollhof some work in experimental branch
(edit) @73 [73] 07/31/06 17:29:41 Jan-Klaas Kollhof removing all with(){...} blocks from generated module code because it …
(edit) @72 [72] 07/28/06 17:10:49 Jan-Klaas Kollhof simplifying some code
(edit) @71 [71] 07/27/06 12:34:43 Jan-Klaas Kollhof adding asynchronous import support
(edit) @70 [70] 07/26/06 15:42:05 Jan-Klaas Kollhof added missing native object properties
(edit) @69 [69] 07/20/06 13:19:09 Jan-Klaas Kollhof fixing bugs in experimental branch, tests now succeed
(edit) @68 [68] 07/20/06 13:09:10 Jan-Klaas Kollhof fixing new jsolait module handling, porting modules
(edit) @67 [67] 07/19/06 17:29:03 Jan-Klaas Kollhof created experimental branch
(edit) @66 [66] 07/18/06 12:08:50 Jan-Klaas Kollhof creating version2.0 tag
(edit) @65 [65] 07/14/06 10:39:07 Jan-Klaas Kollhof fixing ticket:16 ticket:22 adn some missing ;
(edit) @64 [64] 07/12/06 09:39:52 Jan-Klaas Kollhof adding zip to iter module and naturla compare algorithm to strings module
(edit) @63 [63] 07/09/06 17:17:47 Jan-Klaas Kollhof added some more core testing
(edit) @62 [62] 05/24/06 13:59:48 Jan-Klaas Kollhof minor fixes
(edit) @61 [61] 04/27/06 15:39:01 Jan-Klaas Kollhof changed hash() to id() because that is what it is doing
(edit) @60 [60] 04/26/06 12:38:33 Jan-Klaas Kollhof fixing some missing new statements and adding support for Yahoo's Widget …
(edit) @59 [59] 04/12/06 14:14:08 Jan-Klaas Kollhof additional JSON-RPC impl. for sockets and some sockets modification
(edit) @58 [58] 04/04/06 21:20:31 Jan-Klaas Kollhof updated test to conform with new date encoding
(edit) @57 [57] 04/04/06 21:17:08 Jan-Klaas Kollhof some spelling corrections
(edit) @56 [56] 04/04/06 21:15:40 Jan-Klaas Kollhof added milliseconds to date serialization in xmlrpc module
(edit) @55 [55] 04/04/06 16:15:03 Jan-Klaas Kollhof fixed ticket: 10
(edit) @54 [54] 03/22/06 11:06:29 Jan-Klaas Kollhof fixing build script problem ticket:21
(edit) @53 [53] 03/16/06 16:46:28 Jan-Klaas Kollhof updated build script to include unittesting
(edit) @52 [52] 03/16/06 16:14:22 Jan-Klaas Kollhof adding test.html, fixing missing variable decl, in iter module
(edit) @51 [51] 03/16/06 15:47:01 Jan-Klaas Kollhof updating operators for equality testing and using repr() in testin
(edit) @50 [50] 03/16/06 15:44:48 Jan-Klaas Kollhof adding more test scripts
(edit) @49 [49] 03/16/06 01:53:10 Jan-Klaas Kollhof removing iter dependency from sets, fixing some syntax in iter
(edit) @48 [48] 03/15/06 18:13:18 Jan-Klaas Kollhof fixed bug in String::format
(edit) @47 [47] 03/15/06 16:59:09 Jan-Klaas Kollhof adding unittesting, rewritten iter, fixing global->public in operators, …
(edit) @46 [46] 03/10/06 10:51:26 Jan-Klaas Kollhof fixing ticket:20
(edit) @45 [45] 03/10/06 10:38:17 Jan-Klaas Kollhof fixing ticket:#19
(edit) @44 [44] 03/02/06 17:49:37 Jan-Klaas Kollhof added strings module for string manipulation e.g. templates with runable …
(edit) @43 [43] 02/06/06 12:40:22 Jan-Klaas Kollhof changed module search behavior (see ticket:8)
(edit) @42 [42] 01/31/06 17:36:08 Jan-Klaas Kollhof Adding some Sockets code. Fixing some issues in lang.
(edit) @41 [41] 01/30/06 20:52:35 Jan-Klaas Kollhof some minor syntax issues to fix build problems
(edit) @40 [40] 01/27/06 12:08:05 Jan-Klaas Kollhof fixed ticket:3 - http response status in core module
(edit) @39 [39] 01/27/06 12:00:51 Jan-Klaas Kollhof fixed ticket:11 and enhanced the dom.Event object
(edit) @38 [38] 01/22/06 18:20:25 Jan-Klaas Kollhof experimental rpc code
(edit) @37 [37] 01/20/06 14:54:15 Jan-Klaas Kollhof fixed id problem in hash()
(edit) @36 [36] 01/20/06 14:24:55 Jan-Klaas Kollhof fixed ticket:9
(edit) @35 [35] 01/17/06 22:44:15 Jan-Klaas Kollhof added some experimental json-rpc code
(edit) @34 [34] 01/15/06 13:35:48 Jan-Klaas Kollhof fixed syntax problem which caused build script to fail
(edit) @33 [33] 01/10/06 18:12:52 Jan-Klaas Kollhof added hash() and bind() function, fixed sets and added a name argument to …
(edit) @32 [32] 01/09/06 16:29:19 Jan-Klaas Kollhof fixed bug in iter module for async. iterations. extended module lookup for …
(edit) @31 [31] 01/03/06 23:03:31 Jan-Klaas Kollhof fixing ticket:7 and removing priv object generation for a new solution see …
(edit) @30 [30] 12/05/05 17:11:37 Jan-Klaas Kollhof bug in dom module's EventListener? fixed
(edit) @29 [29] 11/25/05 15:58:57 Jan-Klaas Kollhof fixed missing semicolon in operators and codecs
(edit) @28 [28] 11/25/05 15:47:47 Jan-Klaas Kollhof Fixed xmlhttp.status checking for KHTML based browsers. Someone please …
(edit) @27 [27] 11/25/05 15:05:31 Jan-Klaas Kollhof added a optional name param for Test in testing module, added isinstance() …
(edit) @26 [26] 11/25/05 11:05:58 Jan-Klaas Kollhof fixed a problem with classes not being able to overwrite str
(edit) @25 [25] 11/18/05 17:44:48 Jan-Klaas Kollhof removing jsolait from /
(edit) @24 [24] 11/18/05 17:40:15 Jan-Klaas Kollhof moving trunk to /
(edit) @23 [23] 11/17/05 15:28:54 Jan-Klaas Kollhof updated revision handling for module version strings
(edit) @22 [22] 11/16/05 15:58:40 Jan-Klaas Kollhof removed some problems with instanceof
(edit) @21 [21] 11/16/05 15:43:54 Jan-Klaas Kollhof added operators and updated testing and dom a little
(edit) @20 [20] 11/16/05 14:10:33 Jan-Klaas Kollhof changed core file to allow the build script to update the …
(edit) @19 [19] 11/15/05 18:35:24 Jan-Klaas Kollhof broke mozilla due to proto property and fixed a problem with copying …
(edit) @18 [18] 11/15/05 17:01:40 Jan-Klaas Kollhof added private object container to jsolait calss instances, updated testing …
(edit) @17 [17] 11/14/05 18:34:02 Jan-Klaas Kollhof new class setup handling to allow better multi inheritance and generation …
(edit) @16 [16] 10/28/05 14:31:05 Jan-Klaas Kollhof trace message indention fix
(edit) @15 [15] 10/26/05 16:45:10 Jan-Klaas Kollhof fixed bug in hash calculation for objects
(edit) @14 [14] 10/26/05 16:44:36 Jan-Klaas Kollhof fixed bug in hash calculation for objects
(edit) @13 [13] 10/25/05 17:12:31 Jan-Klaas Kollhof inor set improvements and fixes
(edit) @12 [12] 10/24/05 16:49:03 Jan-Klaas Kollhof little speed improvement for String::format() for %s
(edit) @11 [11] 10/23/05 20:04:37 Jan-Klaas Kollhof moz problem todo
(edit) @10 [10] 10/23/05 19:48:10 Jan-Klaas Kollhof bug fixes
(edit) @9 [9] 10/21/05 17:19:22 Jan-Klaas Kollhof another useless comment
(edit) @8 [8] 10/20/05 18:05:13 Jan-Klaas Kollhof added some unit testing to testing module, improved supr handling(reverted …
(edit) @7 [7] 10/20/05 01:14:58 Jan-Klaas Kollhof minor fix in lang and missing ; in jsolait.js
(edit) @6 [6] 10/19/05 17:51:58 Jan-Klaas Kollhof hash update
(edit) @5 [5] 10/19/05 17:20:33 Jan-Klaas Kollhof lots of clean up
(edit) @4 [4] 10/19/05 07:03:47 Jan-Klaas Kollhof module loading handling
(edit) @3 [3] 10/18/05 22:14:55 Jan-Klaas Kollhof simplifying module import
(edit) @2 [2] 10/15/05 18:35:14 Jan-Klaas Kollhof setting props svn:keywords for svn
(add) @1 [1] 10/15/05 18:22:17 Jan-Klaas Kollhof moving jsolait to a new repository
Note: See TracRevisionLog for help on using the revision log.