Commit Graph

115 Commits

Author SHA1 Message Date
fur%netscape.com
22417b1c30 No CPU_ARCH_TAG for FreeBSD 1999-02-26 19:12:26 +00:00
fur%netscape.com
2f28d33b0c Remove C++ comment in C file. 1999-02-26 16:11:37 +00:00
fur%netscape.com
355871326e Added x86 disassembly to HTML output, courtesy of free code from CMU's
Mach project.
1999-02-26 09:10:34 +00:00
fur%netscape.com
08b949f30d Fix OBJDIR naming convention to be simpler 1999-02-26 08:48:53 +00:00
fur%netscape.com
b95d800411 libpthread must come before libnspr on the link line 1999-02-26 08:47:18 +00:00
fur%netscape.com
88038e30f8 Don't use enums with bitfield widths when running with gcc, since egcs
generates buggy code for this case and there is no way to
differentiate gcc and egcs.
1999-02-26 08:45:45 +00:00
fur%netscape.com
6aedaa14ee Fix syntax error 1999-02-26 08:44:40 +00:00
fur%netscape.com
87a55612ae Add libm 1999-02-26 08:42:30 +00:00
fur%netscape.com
f562a9ebb4 Restore building of java.security native libraries 1999-02-26 08:41:28 +00:00
fur%netscape.com
d6bbdb1a06 + Remove dead code
+ Make class initialization slightly more efficient
1999-02-26 08:40:13 +00:00
fur%netscape.com
0caa348040 Improve comment 1999-02-26 08:39:24 +00:00
fur%netscape.com
77f4f1b92d Fix library ordering problem so that pthreads appears before NSPR on
the link line.
1999-02-26 08:38:38 +00:00
fur%netscape.com
4c75e09fe9 Fix problems in which functions had 'inline' keyword in definition
but not in the corresponding declaration.
1999-02-26 08:18:38 +00:00
fur%netscape.com
9ad17c00aa Make the Linux compile-and-backpatch stub code generation be just like
Win32's, so that method-tracing works.
1999-02-26 08:17:06 +00:00
fur%netscape.com
170d7eff46 Under some circumstances, the monitor around the compiler was being
released even though it was not held.
1999-02-26 08:15:03 +00:00
fur%netscape.com
b3662a1ed6 Fix linkage problems on FreeBSD by adding -E linker option when building libPackage.so. Patch contributed by Amancio Hasty <hasty@rah.star-gate.com>. 1999-02-22 19:10:16 +00:00
fur%netscape.com
9bf4a72b6c *** empty log message *** 1999-02-09 06:47:12 +00:00
fur%netscape.com
6e52b56316 Make g++ default C++ compiler 1999-02-09 06:47:00 +00:00
fur%netscape.com
d60ecdb0f1 Remove C++ comment in C file 1999-02-09 06:46:12 +00:00
fur%netscape.com
380520243b Kill routine that has name conflict w/ libc 1999-02-09 05:47:33 +00:00
fur%netscape.com
a7adaf7126 Wrong path for Packages binaries 1999-02-09 05:46:47 +00:00
fur%netscape.com
821bb96abc Gratuitous change to work around bug that appears in egcs 1.0.3 1999-02-09 00:08:41 +00:00
fur%netscape.com
bc8b55b791 Quash egcs warning 1999-02-09 00:07:20 +00:00
fur%netscape.com
4045d5c9f6 Use OBJDIR naming scheme that is the same as NSPR's 1999-02-09 00:02:19 +00:00
fur%netscape.com
f787d50e81 mkdepend rules now work again 1999-02-09 00:01:56 +00:00
fur%netscape.com
ec688dd6fd Don't assume that gcc is C compiler when computing dependencies 1999-02-09 00:01:02 +00:00
fur%netscape.com
7d1029eedf Got rid of problematic -fexceptions flag 1999-02-08 23:59:19 +00:00
fur%netscape.com
50f767a020 Get rid of classpath during header generation. For now, depend on setting of CLASSPATH env variable. 1999-02-08 23:58:16 +00:00
fur%netscape.com
d0cdd06b65 Replaced outdated rules w/ new rules that are identical to NSPR's 1999-02-08 23:57:21 +00:00
fur%netscape.com
6d2fc0ea6e Ignore generated files. 1999-01-31 06:00:48 +00:00
fur%netscape.com
665e67cbf9 Fixed VerifyError and RuntimeError messages to be less dire. Also, don't exit
the program if an error occurs since it will be propagated to a Java caller as
an exception.
1999-01-29 05:23:06 +00:00
fur%netscape.com
cb865ea272 The -sys command-line option is now default behavior. You can disable System
class initialization with the new -nosystem option).
1999-01-29 05:21:48 +00:00
fur%netscape.com
a28eee27d1 Really this time: temporarily hard-coded y.tab.[ch] into build, instead of
generating them
1999-01-29 05:20:25 +00:00
fur%netscape.com
7030130215 Was incorrectly reporting classfile corruption when file was actually not found. 1999-01-29 05:09:46 +00:00
fur%netscape.com
d62f23151e Temporarily hard-coded y.tab.[ch] into build, instead of generating them. 1999-01-28 08:22:55 +00:00
fur%netscape.com
044c5729ed Temporarily checking in y.tab.c and y.tab.h because of yacc/bison problems. 1999-01-28 08:21:57 +00:00
fur%netscape.com
ca6e438532 Add java_lang_Thread.h 1999-01-21 01:25:12 +00:00
fur%netscape.com
7b5c6b88c2 Fix comment. 1999-01-21 00:42:03 +00:00
fur%netscape.com
65fec7605c Allow class CharToByteConverter to be initialized, since the codegen limitations
that didn't allow it to be compiled have been remedied.
1999-01-21 00:41:09 +00:00
fur%netscape.com
d84ca63910 Unicode characters are uint16, not int16. 1999-01-21 00:39:17 +00:00
fur%netscape.com
366b96e226 Added routines to handle conversion of Java strings between UTF8 and UCS2
representations.
1999-01-21 00:38:34 +00:00
fur%netscape.com
8294dd6711 Frame::getCallingJavaMethod() now takes a stack depth parameter which indicates
the number of levels to pop the stack.
1999-01-21 00:37:14 +00:00
fur%netscape.com
3ea48d26a2 Flush the log file after entry into a method is traced. 1999-01-21 00:22:22 +00:00
fur%netscape.com
6c7512d748 Unicode characters are uint16's not int16's. 1999-01-21 00:20:41 +00:00
fur%netscape.com
78937749e8 Fixes to newInstance0() method:
When checking to see if a calling method has permission to access a
class/constructor with package-level scope, walk two levels up the
stack, instead of one, since the immediate caller is always
java.lang.newInstance().

In addition to creating the object, invoke it's zero-argument constructor.
1999-01-21 00:19:56 +00:00
fur%netscape.com
ba8baa29ab Added do-nothing stub for registerNatives(). 1999-01-21 00:16:40 +00:00
fur%netscape.com
a45dd92751 Implement doPrivileged() method in a trivial way, such that privileges are
not actually checked or set.
1999-01-21 00:15:55 +00:00
fur%netscape.com
21d5ff5438 Don't add a thread-id or a newline to each logfile output line, at least not
in the default case.
1999-01-21 00:12:46 +00:00
fur%netscape.com
e6989dcc0d Ensure that log-file flushing occurs even if the default log file is being used. 1999-01-21 00:11:55 +00:00
fur%netscape.com
d92b51d33f Work in progress 1999-01-18 06:22:14 +00:00