Gordon Williams
|
386bc905c2
|
Fix Math.round regression and add checks to ensure it can't happen again
|
2014-04-03 09:54:24 +01:00 |
|
Gordon Williams (u36)
|
b4a9dcf937
|
fix memory leak
|
2014-04-02 07:58:25 +01:00 |
|
Gordon Williams
|
d6c47bf044
|
Ooops. Fix parsing of pin names
|
2014-03-31 18:25:50 +01:00 |
|
Gordon Williams
|
a5f2f2def0
|
attempt at reducing code size for checks
|
2014-03-31 16:49:10 +01:00 |
|
Gordon Williams
|
2d629a0e5e
|
more bugfixing
|
2014-03-31 14:59:30 +01:00 |
|
Gordon Williams
|
8dc36ba1e4
|
reworked tests for built-in objects
|
2014-03-31 14:29:33 +01:00 |
|
Gordon Williams
|
fed2e09f89
|
Support for generate_full and also fields
|
2014-03-31 12:40:17 +01:00 |
|
Gordon Williams
|
75cb8b791a
|
Remove JsVarName (will require later change to make function decls re-use existing functions), and other tweaks - '[1,2,3].forEach(console.log)' now works
|
2014-03-31 11:36:54 +01:00 |
|
Gordon Williams
|
bccd68783a
|
simple function references work
|
2014-03-30 17:28:03 +01:00 |
|
Gordon Williams
|
dae4dc2970
|
fixed crash when not enough arguments
|
2014-03-28 12:37:09 +00:00 |
|
Gordon Williams
|
ec8a8b1500
|
simple auto-generated caller more or less works now
|
2014-03-28 12:18:38 +00:00 |
|
Gordon Williams
|
ec8bc71758
|
Allow jswrapper to wrap objects with a name >8 characters long (fix #264)
|
2014-03-25 13:14:38 +00:00 |
|
Gordon Williams
|
317c021251
|
Use jswrapper.c for executing idle/init/kill events for libraries (cleans up jsinteractive.c)
|
2014-02-25 10:24:59 +00:00 |
|
Gordon Williams
|
5b313a511c
|
removing some compile warnings
|
2014-02-14 13:31:21 +00:00 |
|
Gordon Williams
|
82dfeb89d0
|
Epic refactor to remove JsParse (fix #17)
|
2014-02-12 12:44:02 +00:00 |
|
Gordon Williams
|
b207e387df
|
Change 'Pin' datatype to be an unsigned char - makes tests easier
|
2013-12-19 12:36:43 +00:00 |
|
Gordon Williams
|
739406d839
|
build_jswrapper now outputs errors to stderr (more compatible with default (silent) build process)
|
2013-11-14 10:54:00 +00:00 |
|
Gordon Williams (u36)
|
d4756f2ebf
|
Fix memory leak whe parsing functions iwht variable numbers of arguments - fix #115
|
2013-10-29 14:16:53 -07:00 |
|
Gordon Williams
|
e43f2d130e
|
Fix an assert fail, and handle some potential memory leaks
|
2013-10-22 19:09:01 +01:00 |
|
Gordon Williams
|
7e39506542
|
Allow built-in functions with variable numbers of arguments (fix #83)
|
2013-10-21 18:01:58 +01:00 |
|
Gordon Williams
|
7e9532b898
|
'http' and 'fs' are now libraries that need to be 'require'd, fix #8
|
2013-10-10 19:58:47 +01:00 |
|
Gordon Williams
|
f3d6e0bc83
|
First commit
|
2013-09-26 14:39:04 +01:00 |
|