cwal

Check-in [73df044fc1]
Login

Check-in [73df044fc1]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:core: internal refactoring to make Buffer Values containers, so they may now hold properties and be prototypes. It was much easier than expected to implement and the cost increase is negligible (48 bytes) in the amalgamated s2 unit tests.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 73df044fc169aa1e0970b974bb8aa7b608419d9f
User & Date: stephan 2014-12-17 04:32:23.636
References
2015-07-16
14:47
Fixed a silly memory-overwrite and an unrelated off-by-one-arg error in s2.tmpl(). Its require.s2 tests pass again. The first problem was a side-effect of changes made in [73df044fc1]. check-in: 2b17ae620d user: stephan tags: trunk
Context
2014-12-17
22:09
added a couple missing struct member inits. check-in: b6ca87c4a5 user: stephan tags: trunk
04:32
core: internal refactoring to make Buffer Values containers, so they may now hold properties and be prototypes. It was much easier than expected to implement and the cost increase is negligible (48 bytes) in the amalgamated s2 unit tests. check-in: 73df044fc1 user: stephan tags: trunk
03:12
build fix for disabled linenoise. check-in: 9ce7a303a0 user: stephan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to cwal.c.
Changes to cwal_internal.h.
Changes to include/wh/cwal/cwal.h.
Changes to s2/s2_str.c.
Changes to s2/shell.c.
Changes to test.c.