mccabe
552e6a855b
Fixes for getting the timezone string fot toString, and for asking for
...
a localized string from the os for toLocaleString. The time struct
used to interface to the os time-formatting functions only takes a
16-bit year, so we map to an equivalent year (for getting the timezone
string) or clamp for years outside that range.
1998-04-30 00:27:43 +00:00
mccabe
22a0d6201a
Removed some unused constants.
1998-04-30 00:14:07 +00:00
mccabe
ff2981c6f8
Removed some unused lines related to jsdate.c.
1998-04-30 00:11:31 +00:00
mccabe
5b41f43d8b
ECMA-conformance fix to (95045) - added 'enum' and 'debugger' as
...
reserved words, and changed the versioning check that previously
applied to 'export' to accept any 'ecma' version... which means that
export becomes a keyword for the default version. Does this mean
we'll need to unreserve all the java keywords? Not sure we want to do
that...
1998-04-29 23:57:20 +00:00
mccabe
e1312c52c9
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
ea62776503
Added some #ifdef JAVA guards to remove compile warnings.
...
Thanks go to rick@spacey.net (Rick Osborne) for finding these.
1998-04-29 02:39:43 +00:00
donm
368bad2ee2
removing Henrit's jsfile.c and jsfile.h to fix unix build bustage.
1998-04-28 18:00:54 +00:00
donm
fe9991189f
backing out Henrit's changes to fix build bustage.
1998-04-28 18:00:00 +00:00
sar
e94dd2d5e6
jsfile doesn't compile on unix. Backing out the changes that henrit put it
1998-04-28 17:57:43 +00:00
sar
36574b8d79
reapply henrit's change since we can add it to unix as well.
1998-04-28 17:23:08 +00:00
donm
096b348c44
fixing unix build bustage.
1998-04-28 17:19:14 +00:00
sar
f674c79b23
backing out henrit's changes
1998-04-28 17:02:22 +00:00
henrit
3122034b72
Adding a first version of the js File object. Developped and (slightly) tested on win32 only.
1998-04-28 11:36:17 +00:00
mccabe
79ca3a6a54
Added public license header.
1998-04-28 07:33:09 +00:00
mccabe
dd1decc76f
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
0e431325f0
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
526ad0cfde
Added disambiguating braces to appease gcc 2.8.1 warning.
1998-04-28 01:22:19 +00:00
mccabe
0be70b4852
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
42be7f7de0
Pared down prmjtime.c and prmjtime to just what is needed by jsdate.c
...
and synchronized them with js/ref/prtime.[ch].
1998-04-25 07:42:22 +00:00
mccabe
0323249b9e
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
ea33ecccbb
Add some braces to quiet dangling-else warnings by gcc 2.8.1.
1998-04-25 05:24:42 +00:00
mccabe
d0db7fbf8d
Call JS_GC instead of js_GC within JS_MaybeGC. Thanks to
...
A. Hodgkinson <ahodgkin@acorn.co.uk> for finding this (and to chouck
for checking it in to js/ref/jsapi.c.)
1998-04-25 05:11:41 +00:00
jband
c0bdf6358a
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
bjorn
d73079e324
Protection around ASFILES added, so that gcc runs smoothly.
1998-04-24 19:02:01 +00:00
fur
62c17fc483
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
0ba91bad7e
Eliminate non-ECMA warnings about lack of return value
1998-04-24 17:56:47 +00:00
fur
fc914d6143
Fix numerous cut-and-paste errors in last checkin
1998-04-24 06:57:00 +00:00
fur
e64dc00b0a
Temporarily disable charSet info so we can compile
1998-04-24 06:26:57 +00:00
fur
6e3fd78464
(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
d62f4f4df3
(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
fur
a2cd7ccc22
JS1.3 initial check-in
1998-04-24 01:28:40 +00:00
fur
395d7ac2d1
Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository
1998-04-24 00:31:11 +00:00
mccabe
58b80a70f0
Makefile hacking to make 'gmake js' work in ns/js/src. Abstracted a
...
few constants, added -ldl for Linux. Tested on Irix 6.3, SunOs 5.6,
Linux 2.031.
1998-04-23 00:39:10 +00:00
briano
f3b78d2995
Changed the 'MACLINUX' macro reference to 'MKLINUX'.
1998-04-14 00:00:42 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00