mccabe
1fa5a6ab37
Fixed error message associated with trying to use a keyword as an
...
identifier; it was only printing the first character of the
identifier, because it expected 8-bit chars, and was being called with
a 16-bit representation of the offending keyword.
1998-04-29 23:52:40 +00:00
mccabe
e0d493aa9e
Propagated some #defines to work with irix 6.3 as well as 6.2.
...
(HAVE_ALIGNED_DOUBLES)
1998-04-28 06:35:55 +00:00
mccabe
f83cd4ee52
Corrected BUILD_OPT oversight where a = instead of a += override the
...
OPTIMIZER flag in the included config/*.mk file.
1998-04-28 06:06:09 +00:00
mccabe
5c194290ec
Added disambiguating braces to appease gcc 2.8.1 warning.
1998-04-28 01:22:19 +00:00
mccabe
e3b569eaac
Fix to (115008). ECMA fix - revert to earlier behavior of decompiling
...
functions created with new Function as "function anonymous (...)".
Now only version 1.2 decompiles to the source for an anonymous
function.
1998-04-25 08:37:06 +00:00
mccabe
18e9d8a4bb
Propagate a fix for #ifndef HAVE_LONG_LONG that found its way into src/prmjtime.c but not ref/prtime.c
1998-04-25 05:26:09 +00:00
mccabe
9464bbf93b
Add some braces to quiet dangling-else warnings by gcc 2.8.1.
1998-04-25 05:24:42 +00:00
jband
9280678e1e
removing code that is not supposed to be released to the public at this time. This code still lives (for now) under m/src/ns/js/ref/jsd/ on the branch JSFUN13_BRANCH
1998-04-24 22:59:00 +00:00
fur
5942cfe7fc
When JS_MaybeGC() has decided to do a garbage collection, really do
...
it, even when the only assignments have been to local JS variables.
Thanks to ahodgkin@acorn.co.uk for noticing.
1998-04-24 18:08:04 +00:00
fur
2f21599e82
Eliminate non-ECMA warnings about lack of return value
1998-04-24 17:56:47 +00:00
fur
66a6e223a5
(These files not built by any version of Navigator)
...
Initial check-in:
JSRef is migrating from /m/src JSFUN13_BRANCH to trunk /m/pub repository
1998-04-24 01:42:37 +00:00
fur
6b433caaaa
(This code is not built by any flavor of Navigator)
...
Initial check-in to mozilla tree: JSRef development is migrating from
JSFUN13_BRANCH of /m/src repository to /m/pub
1998-04-24 01:35:13 +00:00