Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2013-10-13
| ||
12:53 | Add API documentation on calling script functions Leaf check-in: 914f58d3e3 user: pnr tags: trunk | |
2013-10-07
| ||
19:29 | API documentation for property access and iteration check-in: a24299dd78 user: pnr tags: trunk | |
2013-10-02
| ||
21:14 | Yet more API documentation check-in: 15a57d1da6 user: pnr tags: trunk | |
2013-09-29
| ||
00:03 | Adding more API documentation check-in: 2c3df1fb67 user: pnr tags: trunk | |
2013-09-25
| ||
13:12 | Adding API documentation check-in: da77073199 user: pnr tags: trunk | |
2013-09-16
| ||
21:30 | Clean up global name space of amalgamated and shared lib build check-in: 82b2d35d71 user: pnr tags: trunk | |
2013-09-11
| ||
20:57 | First steps documenting the API check-in: b9f090947d user: pnr tags: trunk | |
11:15 | Changed error exit code to match Mozilla test harness check-in: 6bc511ff84 user: pnr tags: trunk | |
10:59 | Added simplistic CGI mode to shell check-in: 094ca61241 user: pnr tags: trunk | |
2013-09-08
| ||
22:23 | Rewrote shell to use new API check-in: f208d5e7d0 user: pnr tags: trunk | |
22:21 | Further refinement of the API check-in: 34e86434b9 user: pnr tags: trunk | |
2013-09-04
| ||
11:59 | Completing first iteration of the JSLite API check-in: 33390a0361 user: pnr tags: trunk | |
2013-08-28
| ||
21:15 | Further work on the API and added some examples check-in: 89a2593179 user: pnr tags: trunk | |
08:25 | Reorganised source tree, start of documentation check-in: db17daca2a user: pnr tags: trunk | |
2013-08-27
| ||
20:06 | Start of API for JSLite check-in: 3e250b160b user: pnr tags: trunk | |
2013-08-22
| ||
19:54 | Removed a hackish assumption that a JSValue is at least the size of two pointers, which has not been true since check-in [14ab39fcfd] check-in: 0bab01dff6 user: pnr tags: trunk | |
2013-08-17
| ||
22:25 | Fixed 3 bugs that were introduced in commit [be93b8101e] (PutI takes an int64 as index) and [854589d84a] (rehash after manipulating the propmap) check-in: 72a55cc6d7 user: pnr tags: trunk | |
20:55 | Fixes to the AST printer / minifier: will now minify JSLint correctly check-in: 1ef5129a7d user: pnr tags: trunk | |
2013-08-16
| ||
15:37 | Moved write/print to shell and some cleanup check-in: 311866562f user: pnr tags: trunk | |
2013-08-13
| ||
09:38 | Usability: added argv object and -s option to shell check-in: 8fdb21fc76 user: pnr tags: trunk | |
2013-08-12
| ||
09:53 | Fixed a bug with for-in introduced in [14ab39fcfd] and some changes to the env object code check-in: 0bdd247aae user: pnr tags: trunk | |
2013-08-11
| ||
21:12 | Added an environment object to the shell check-in: b59e1df0c2 user: pnr tags: trunk | |
18:34 | remainder of back out check-in: bf8113aefa user: pnr tags: trunk | |
18:32 | back out the quick sort experiment and focus on temp string scavenging instead check-in: 90c6299099 user: pnr tags: trunk | |
2013-08-06
| ||
23:35 | Test simple quicksort versus combsort check-in: 25fb976964 user: pnr tags: trunk | |
21:44 | Naming cleanup and changed property storage from sequential to hashed lists check-in: 854589d84a user: pnr tags: trunk | |
2013-08-04
| ||
21:16 | Yet more naming cleanup check-in: 6f64142ae4 user: pnr tags: trunk | |
2013-08-02
| ||
11:17 | Further naming cleanup check-in: 14ab39fcfd user: pnr tags: trunk | |
2013-07-31
| ||
21:46 | Further cleanup of object method names check-in: 65808f8ca0 user: pnr tags: trunk | |
2013-07-30
| ||
20:41 | Renamed set_attr to MTD_Put, added MTD_PutI as future optimized index version check-in: be93b8101e user: pnr tags: trunk | |
18:44 | Fixed bug in shell when printing cyclical values check-in: 9810d3acfe user: pnr tags: trunk | |
11:14 | First cleanup and repair of minifier check-in: 2788a96b34 user: pnr tags: trunk | |
2013-07-29
| ||
20:38 | Add shell support for handling a shebang line at the start of the script check-in: 07b49265ca user: pnr tags: trunk | |
09:52 | Some minor cross platform fixes check-in: 75c6ffe990 user: pnr tags: trunk | |
2013-07-28
| ||
09:08 | Some minor code fixes to enable the single file amalgamated build check-in: 280ecc44bd user: pnr tags: trunk | |
2013-07-27
| ||
21:29 | Added snarf function and removed non-ascii characters from the source check-in: c0023b5f82 user: pnr tags: trunk | |
2013-07-26
| ||
22:07 | Added back minifying and eliminated the _jsr wart check-in: 357ce9a20c user: pnr tags: trunk | |
2013-07-24
| ||
15:20 | Further cleanup and a bug fix in Array.sort() check-in: c9ac5e5d8b user: pnr tags: trunk | |
2013-07-23
| ||
17:40 | Further cleanup of shell, including start of removing _jsr global var check-in: b8d0120b5d user: pnr tags: trunk | |
2013-07-22
| ||
00:23 | Removed js_rline.c from repo check-in: be88d6153d user: pnr tags: trunk | |
00:20 | Merged js_rline.c into js_main.c, some further cleanup of the shell code check-in: dcd63426bb user: pnr tags: trunk | |
2013-07-21
| ||
23:06 | Complete rewrite of the CLI line editor, now no longer a derivative of linenoise check-in: ff37fb90b3 user: pnr tags: trunk | |
2013-07-03
| ||
11:40 | Added 'web reality' for /\b-a-z/ RegExp pattern, improved cli pretty printer check-in: 6e6bd5c8c1 user: pnr tags: trunk | |
00:54 | Refactored the regexp parser/compiler check-in: 8f1173814f user: pnr tags: trunk | |
2013-07-01
| ||
08:57 | Refactored regexp escape sequence handling (includes backref syntax) check-in: b87a255789 user: pnr tags: trunk | |
2013-06-30
| ||
07:21 | Further cleanup and a few bug fixes check-in: f3d3441786 user: pnr tags: trunk | |
2013-06-25
| ||
08:40 | Further refactoring and cleanup of the RegExp VM check-in: e2a8338a0d user: pnr tags: trunk | |
2013-06-24
| ||
10:19 | Further clean up of the regexp code check-in: 0c80cbde60 user: pnr tags: trunk | |
2013-06-22
| ||
23:10 | Fixed handling of /((a)|(aa))b/.exec('aab') check-in: 2d28be6cd4 user: pnr tags: trunk | |
21:48 | Fixed buffer overrun for pattern /|/ check-in: e367174187 user: pnr tags: trunk | |