.. |
cplusplustests
|
Added Visual C++ workspace
|
2000-03-02 02:06:40 +00:00 |
java
|
Changes to get traditional functions with args. working
|
1999-06-15 00:57:05 +00:00 |
macbuild
|
added gc library.
|
2000-04-07 04:36:38 +00:00 |
winbuild
|
*** empty log message ***
|
2000-03-02 03:46:10 +00:00 |
JSScope.h
|
remove +x mode.
|
2000-04-06 20:27:22 +00:00 |
Makefile
|
Added interpreter.o to build of js2.
|
2000-04-06 03:05:12 +00:00 |
cpucfg.h
|
First Checked In.
|
2000-01-10 21:22:43 +00:00 |
gc_allocator.cpp
|
now using gc_container<T>.
|
2000-04-05 02:05:12 +00:00 |
gc_allocator.h
|
fix invalid return in GC_free for win32 build
|
2000-04-07 21:58:33 +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 GCC incompatibilities
|
2000-02-19 09:26:59 +00:00 |
hash.h
|
Updated for VC6
|
2000-02-03 08:25:01 +00:00 |
icodegenerator.cpp
|
added code to print SAVE_NAME, NEW_OBJECT, GET_PROP, and SET_PROP iCodes.
|
2000-04-07 04:58:58 +00:00 |
icodegenerator.h
|
fix calls to template superclass for gcc
|
2000-04-07 02:45:33 +00:00 |
interpreter.cpp
|
JSObject and its elements now allocated using gc_allocator<T> (XP_MAC only).
|
2000-04-07 04:39:50 +00:00 |
interpreter.h
|
JSValues now using gc_allocator (XP_MAC only for now).
|
2000-04-07 04:38:18 +00:00 |
js2.cpp
|
printing code in testObjects().
|
2000-04-07 04:59:57 +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
|
needed to qualify isFieldKind
|
2000-04-07 00:24:42 +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
|
Worked around Visual C++ bugs
|
2000-04-07 00:47:39 +00:00 |
utilities.h
|
#if out references to std::iterator to get gcc to compile
|
2000-04-07 21:11:40 +00:00 |
world.cpp
|
Changed to match parser.h
|
2000-02-02 08:50:54 +00:00 |
world.h
|
Updated for lexer changes
|
2000-04-04 21:43:28 +00:00 |