cls@seawood.org
d9039dc9d7
CFLAGS wasn't getting set properly due to ordering problems with config.mk
1998-11-17 22:20:25 +00:00
matt@netscape.com
779584f38b
Re-updated to CW 4.0 - we need it at this level so that the Mac tinderbox doesn't get wedged.
1998-11-13 18:28:59 +00:00
shaver@netscape.com
b682b69fb2
remove old *.mk sanity checking that isn't needed by autoconf
1998-11-06 15:46:39 +00:00
jband@netscape.com
98e0adb174
not part of mozilla build - merging from SpiderMonkey140_BRANCH
1998-11-05 08:57:24 +00:00
mang@netscape.com
84b69fdf54
Fixed possible infinite loop in dependency.
1998-11-05 02:13:43 +00:00
mccabe@netscape.com
04db0c9f18
Not part of the client build. Propagate perlconnect work from development branch.
1998-11-05 01:53:57 +00:00
mccabe@netscape.com
fc767ea742
Stable drop of JavaScript interpreter code from SpiderMonkey140_BRANCH
1998-11-05 00:08:43 +00:00
fur@netscape.com
ba2303f797
Finished -commit option
1998-11-04 23:02:28 +00:00
fur@netscape.com
e5003ebe6d
Script utility for checking in the JS branch
1998-11-04 22:02:26 +00:00
sudu@netscape.com
062e48842b
Changes to support liveconnect security using ProxyJNI
1998-11-02 23:11:38 +00:00
matt@netscape.com
6103c44051
Updated to 4.0
1998-10-29 00:48:46 +00:00
cls@seawood.org
d29653099d
Some updated to work with nglayout. Others sync'd to remove cruft.
1998-10-28 03:49:12 +00:00
waldemar@netscape.com
027440a1a5
Fixed Mac warning
1998-10-23 20:44:28 +00:00
cls@seawood.org
dbbaf759fa
Removed some MKLINUX & MACLINUX ifdefs. Replace a couple with (defined(linux) && defined(__powerpc__)).
...
Added glibc ifndefs to strdup declarations.
Fixed problem with stderr under glibc 2.1.
Patch submitted by Tom Rini <trini@kernel.crashing.org >.
1998-10-22 06:05:19 +00:00
cls@seawood.org
b41c36484c
s/defined(SOLARIS)/defined(sun) && defined(__svr4__)/ .... we really need a platform.h to abstract this.
1998-10-21 23:32:43 +00:00
cls@seawood.org
ff520bbf2b
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
cyeh@netscape.com
21daff65bf
Remove NSPR20 #ifdefs
1998-10-19 20:21:57 +00:00
cls@seawood.org
b52a0f46f3
Added checks for Linux Alpha & Linux Sparc. Thanks to Steve Willis <steve@redhat.com> for providing the fix.
1998-10-19 18:37:21 +00:00
cls@seawood.org
e2a3e70e5e
Sparc asm should only be tried on a sparc.
1998-10-19 18:34:41 +00:00
fur@netscape.com
572f81a5e7
1) Change HAVE_LONG_LONG to be JS_HAVE_LONG_LONG to avoid collision with NSPR.
...
2) On Linux, define JS_HAVE_LONG_LONG since we're using gcc.
1998-10-15 18:10:39 +00:00
fur@netscape.com
d45bac0803
Changed uses of cpp macro LINUX to linux. The former was defined by the old build system, but the latter is defined by the compiler. LINUX is not used in autoconf
1998-10-14 20:27:15 +00:00
fur@netscape.com
763b15ca83
In my haste to fix a busted Mac build, I checked in some copy-n-pasted C++ comments. Oops.
1998-10-14 15:25:07 +00:00
fur@netscape.com
219a7aae32
I had fixed the declaration of getttimeofday(), but not the use. Will somebody please tell me how Sun can change the type signature of such a commonly-used function ?
1998-10-14 13:47:12 +00:00
fur@netscape.com
b3166afc3f
Group jsutil.c nicely, with other JS files.
1998-10-14 13:16:06 +00:00
fur@netscape.com
794f3079b4
Add jsutil.c file, required for debug builds.
1998-10-14 13:13:04 +00:00
fur@netscape.com
106a19f482
Added jsutil.c, necessary for debug builds.
1998-10-14 13:12:12 +00:00
fur@netscape.com
71df21bda6
Remove declaration of gettimeofday() which is required on some versions of Solaris, but which leads to duplicate declarations on others
1998-10-14 12:02:54 +00:00
fur@netscape.com
257601c4de
Checkpoint JS1.4 from JS_STABLE_10131998_BRANCH. Changes include:
...
+ merging of js/src and js/ref
+ elimination of most dependencies on NSPR
+ JS1.4 feature additions and accumulated bug fixes
More details are in last week's mozilla status report.
1998-10-14 10:22:38 +00:00
fur@netscape.com
803e8a5614
Ignore generated files
1998-10-12 08:05:36 +00:00
beard@netscape.com
b468d635ec
Removed extraneous ; from IID macro.
1998-10-05 22:37:22 +00:00
beard@netscape.com
dd4c312480
Now unwraps JSObject references properly.
1998-10-05 22:36:51 +00:00
cyeh@netscape.com
955dd14876
removing obsolete files. use MANIFEST instead.
1998-10-05 18:42:02 +00:00
cls@seawood.org
ad5ca51a8a
Sync'd with Makefile
1998-10-01 23:17:22 +00:00
joki@netscape.com
47924342eb
Remove accidental checkin.
1998-10-01 23:10:22 +00:00
joki@netscape.com
28852664c5
Adding new js window methods/props, moving js string evaluation to UC strings.
1998-10-01 22:23:48 +00:00
sudu@netscape.com
7093985d92
Changes to support secure liveconnect and compiling xpcom interfaces only when MOZ_OJI is defined
1998-09-30 20:41:25 +00:00
sudu@netscape.com
b17c98500d
Adding new files for secure liveconnect
1998-09-30 20:41:15 +00:00
brendan@netscape.com
956c6f5cb3
- Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
...
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
tab-width).
1998-09-30 02:07:26 +00:00
sudu@netscape.com
0323f07f92
Moved .cpp files to CPPSRCS from CSRCS. apprvd checkin cyeh
1998-09-30 00:24:03 +00:00
bjorn@netscape.com
d0fe88be51
Fix for negative values, similar to the one I put into jslock.c. This version
...
is used when gcc is *not* the compiler.
1998-09-29 23:39:11 +00:00
bjorn@netscape.com
97e226713a
Additional fix to assembly to accommodate for nv < 0.
1998-09-29 23:31:27 +00:00
bjorn@netscape.com
4645428ab6
Changed the assertion which used to trigger when nv < 0 in CompareAndSwap.
...
It now triggers when nv == -1. This is only relevant on a Solaris compiled
for SPARC v8.
1998-09-29 22:42:08 +00:00
pinkerton@netscape.com
f31c1ed317
Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon.
1998-09-29 17:11:00 +00:00
mcafee@netscape.com
d243bd101a
Missing slash, fixes Linux autoconf breakage. Thanks to <smorrison@gte.com>.
1998-09-29 04:36:29 +00:00
mccabe@netscape.com
eecefc16a1
Initial checkin of PerlConnect, migrated from the private tree.
...
Perlconnect is a set of facilities for controlling and interacting
with a perl interpreter from javascript, and vice versa. It supplies
several mechanisms for transparently reflecting perl scalars, hashes
and arrays as the corresponding types in javascript.
Currently maintained by Vladimir Livshits, val4@cornell.edu
1998-09-28 22:05:39 +00:00
mcafee@netscape.com
f8eaeea08f
Added Rhapsody to the long list of OS's that can't handle localtime_r().
1998-09-28 07:12:12 +00:00
cyeh@netscape.com
5d3cf48e45
(Actually mlm)
...
- Remove definition of inline which is breaking linux build
1998-09-25 23:49:30 +00:00
mlm@netscape.com
a20dcb5951
Branch landing: Multithreading libmocha in mozilla.
...
- Add casts to make -DJS_THREADSAFE work.
1998-09-25 22:02:47 +00:00
mlm@netscape.com
b12abd59ed
Branch landing: Multithreading libmocha in mozilla.
...
- Add -DJS_THREADSAFE
1998-09-25 22:02:19 +00:00
wtc@netscape.com
a6caa3c0e7
Removed the inclusion of private NSPR header "prosdep.h" on the Mac.
...
Reviewed and approved by Warren Harris.
1998-09-25 04:43:58 +00:00