.. |
cplusplustests
|
|
|
java
|
|
|
macbuild
|
Reordered files back to dependency order. Added gc_allocator.h.
|
2000-05-06 03:33:25 +00:00 |
tools
|
Load_String
|
2000-05-05 23:23:13 +00:00 |
winbuild
|
Added debugger source
|
2000-05-05 18:20:05 +00:00 |
cpucfg.h
|
|
|
debugger.cpp
|
Fixed mac warning
|
2000-05-06 03:30:37 +00:00 |
debugger.h
|
Use FILE* instead of istream& for better line handling
|
2000-05-05 04:43:12 +00:00 |
dependencies
|
regenerated dependencies
|
2000-05-05 04:58:56 +00:00 |
gc_allocator.cpp
|
now using gc_container<T>.
|
2000-04-05 02:05:12 +00:00 |
gc_allocator.h
|
needed deallocate(void*, size_type) on XP_UNIX for basic_string.
|
2000-05-09 03:46:03 +00:00 |
gc_container.h
|
added failed gc_rebind, for future compilers to ponder.
|
2000-04-07 03:11:38 +00:00 |
hash.cpp
|
Fixed memory leak
|
2000-04-10 22:20:00 +00:00 |
hash.h
|
Fixed delete/delete[] mismatch
|
2000-04-10 22:23:17 +00:00 |
icodegenerator.cpp
|
Added more string handling + valueToString/Number code.
|
2000-05-08 22:59:42 +00:00 |
icodegenerator.h
|
Added more string handling + valueToString/Number code.
|
2000-05-08 22:59:42 +00:00 |
interpreter.cpp
|
Fixed leaks by changing JSValue::toString()/toNumber() to return JSValue rather than JSValue*. LOAD_STRING now creates a JSString from a String*.
|
2000-05-09 03:11:54 +00:00 |
interpreter.h
|
much debugger spankage; parse and execute step, continue, set, and print (kind-of) commands.
|
2000-05-04 22:42:49 +00:00 |
js2.cpp
|
testing native 'print' function
|
2000-05-08 23:12:10 +00:00 |
JSScope.h
|
Changed boilerplate, chmod -x
|
2000-04-08 02:29:07 +00:00 |
jstypes.cpp
|
Added JSString for gc-able UNICODE strings, changed toString(), toNumber() to return JSValue rather than JSValue*.
|
2000-05-09 03:10:04 +00:00 |
jstypes.h
|
g++ basic_string annoyances
|
2000-05-09 03:55:43 +00:00 |
Makefile
|
somewhat weak debugger console hookup.
|
2000-04-29 00:23:06 +00:00 |
numerics.cpp
|
Implemented Formatters for output
|
2000-04-06 23:47:33 +00:00 |
numerics.h
|
Implemented Formatters for output
|
2000-04-06 23:47:33 +00:00 |
parser.cpp
|
quieting linux warnings
|
2000-04-24 18:41:05 +00:00 |
parser.h
|
Implemented Formatters for output and added parseMember
|
2000-04-06 23:45:58 +00:00 |
systemtypes.h
|
moved declaration of lgBasicAlignment & basicAlignment inside the include guard.
|
2000-04-05 20:26:49 +00:00 |
utilities.cpp
|
Added formatters, zones, and other miscellaneous utilities
|
2000-05-06 03:31:35 +00:00 |
utilities.h
|
Fixed syntax errors
|
2000-05-06 03:47:35 +00:00 |
vmtypes.cpp
|
much debugger spankage; parse and execute step, continue, set, and print (kind-of) commands.
|
2000-05-04 22:42:49 +00:00 |
vmtypes.h
|
Reordered includes to ensure that systemtypes.h is always included first; that's needed for Visual C++
|
2000-05-06 03:47:13 +00:00 |
world.cpp
|
|
|
world.h
|
added js::VM, ICG, JSTypes, and Interpreter namespaces; messed around with lots of code.
|
2000-04-18 00:17:34 +00:00 |