.. |
cplusplustests
|
Added Visual C++ workspace
|
2000-03-02 02:06:40 +00:00 |
java
|
|
|
macbuild
|
turned off extra comma warnings.
|
2000-05-12 00:31:48 +00:00 |
tools
|
Adding slot handling to code gen.
|
2000-06-23 23:43:24 +00:00 |
winbuild
|
enable RTTI
|
2000-06-24 05:36:52 +00:00 |
cpucfg.h
|
|
|
debugger.cpp
|
fixing source stepping (opcode stepping to come back later)
|
2000-06-24 02:53:29 +00:00 |
debugger.h
|
fixing source stepping (opcode stepping to come back later)
|
2000-06-24 02:53:29 +00:00 |
dependencies
|
updated dependencies
|
2000-06-25 16:44:29 +00:00 |
gc_allocator.cpp
|
now using gc_container<T>.
|
2000-04-05 02:05:12 +00:00 |
gc_allocator.h
|
generalized gc_allocator copy constructor
|
2000-05-09 18:32:14 +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
|
Worked around Visual C++ problem
|
2000-05-12 05:15:17 +00:00 |
icodegenerator.cpp
|
Reset register usage after generating each initializer statement.
|
2000-06-26 15:19:45 +00:00 |
icodegenerator.h
|
typing 'this'
|
2000-06-24 01:02:34 +00:00 |
interpreter.cpp
|
simplified string addition
|
2000-06-26 17:25:25 +00:00 |
interpreter.h
|
Added debugger opcode, change InstructionMap to a std::map, print source lines while tracing
|
2000-06-23 22:27:17 +00:00 |
js2.cpp
|
Added emptyArgs, removed unused return value in readEvalFile
|
2000-06-24 05:42:51 +00:00 |
jsclasses.h
|
check for non-null superClass
|
2000-06-25 16:43:25 +00:00 |
jstypes.cpp
|
Got newClass working, added printProperties for instances, some slot
|
2000-06-24 00:50:59 +00:00 |
jstypes.h
|
defined JSStringBase, and constructors from in JSString
|
2000-06-26 17:24:57 +00:00 |
Makefile
|
somewhat weak debugger console hookup.
|
2000-04-29 00:23:06 +00:00 |
numerics.cpp
|
ensuring both arguments to max are the same type
|
2000-05-16 22:23:15 +00:00 |
numerics.h
|
Added using std::fmod declaration
|
2000-05-24 00:55:23 +00:00 |
parser.cpp
|
Added support for 'debugger' as a statement. (Rob made me)
|
2000-06-23 00:08:10 +00:00 |
parser.h
|
Added support for 'debugger' as a statement. (Rob made me)
|
2000-06-23 00:08:10 +00:00 |
systemtypes.h
|
moved declaration of lgBasicAlignment & basicAlignment inside the include guard.
|
2000-04-05 20:26:49 +00:00 |
utilities.cpp
|
Added two-argument linearBreak
|
2000-06-01 03:30:19 +00:00 |
utilities.h
|
Added two-argument linearBreak
|
2000-06-01 03:30:19 +00:00 |
vmtypes.cpp
|
Changed use of Register to TypedRegister throughout.
|
2000-06-20 22:45:45 +00:00 |
vmtypes.h
|
added NEW_CLASS instruction.
|
2000-06-23 23:49:17 +00:00 |
world.cpp
|
Changed to match parser.h
|
2000-02-02 08:50:54 +00:00 |
world.h
|
added js::VM, ICG, JSTypes, and Interpreter namespaces; messed around with lots of code.
|
2000-04-18 00:17:34 +00:00 |