timeless%mac.com
|
fc883176bf
|
Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
|
2002-03-19 04:30:17 +00:00 |
toshok%hungry.com
|
244eaea411
|
fix another XXX
|
1999-12-01 21:26:42 +00:00 |
toshok%hungry.com
|
03ae731064
|
actually free libPath after verifying that PR_GetLibraryPath really does copy the return value.
|
1999-12-01 21:16:25 +00:00 |
toshok%hungry.com
|
b1e1abe173
|
x86Win32ExceptionHandler.h => x86ExceptionHandler.h
|
1999-11-27 23:38:58 +00:00 |
toshok%hungry.com
|
322b32eac0
|
don't worry about the compile time warnings wrt this function definition, and add support for platforms that have an underscore prepended to the symbol name.
|
1999-11-27 23:05:49 +00:00 |
toshok%hungry.com
|
5def741a89
|
NetBSD uses the same stuff for ThreadContexts as FreeBSD
|
1999-11-27 10:30:58 +00:00 |
toshok%hungry.com
|
91b4e4608f
|
include x86UnixishThread.h for LINUX, FREEBSD, and NETBSD
|
1999-11-27 10:29:00 +00:00 |
toshok%hungry.com
|
024292034f
|
stop listing OS's that exclude the prototypes and list the only one for which we include them. this file should be renamed to x86ExceptionHandler.h
|
1999-11-27 10:24:57 +00:00 |
toshok%hungry.com
|
26dbd24364
|
use END_ENTRY instead of a naked .size pseudo op
|
1999-11-27 10:23:06 +00:00 |
toshok%hungry.com
|
86b98e570f
|
use GLOBAL_ENTRY/SYMBOL_NAME so symbol names are prepended with '_'
|
1999-11-27 10:22:33 +00:00 |
toshok%hungry.com
|
a0e0e352c0
|
merge the freebsd/linux thread files into one, and use it for netbsd too
|
1999-11-27 10:21:49 +00:00 |
dmose%mozilla.org
|
21a17cd18d
|
updating license boilerplate to xPL v1.1
|
1999-11-02 06:38:29 +00:00 |
fur%netscape.com
|
b45cb424a2
|
Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
but which guarded gcc-specific code, not OS-specific code. These
were changed to be ifdef __GNUC__.
|
1999-02-28 01:10:00 +00:00 |
fur%netscape.com
|
27f480ab07
|
Reduced gratuitous file duplication between FreeBSD and Linux.
|
1999-02-28 00:29:39 +00:00 |
fur%netscape.com
|
e10f049385
|
+ Remove dead code
+ Make class initialization slightly more efficient
|
1999-02-26 08:40:13 +00:00 |
fur%netscape.com
|
89f2257e57
|
Improve comment
|
1999-02-26 08:39:24 +00:00 |
fur%netscape.com
|
cc0e2caf04
|
Was incorrectly reporting classfile corruption when file was actually not found.
|
1999-01-29 05:09:46 +00:00 |
fur%netscape.com
|
2777bb70f7
|
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
|
63b06b9b29
|
Unicode characters are uint16, not int16.
|
1999-01-21 00:39:17 +00:00 |
fur%netscape.com
|
609b764aea
|
Added routines to handle conversion of Java strings between UTF8 and UCS2
representations.
|
1999-01-21 00:38:34 +00:00 |
fur%netscape.com
|
b739d59767
|
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
|
d31d7c62f5
|
Do classname-mangling correctly (or at least closer to correct, since
the code still does not handle unicode characters).
|
1998-12-23 20:15:07 +00:00 |
fur%netscape.com
|
5dd3e02ae1
|
Fixed incorrect assumption that the extra_field_length value in the central
directory record was the same as the extra_field_length in the corresponding
local file header record.
|
1998-12-22 18:01:28 +00:00 |
rth%cygnus.com
|
4ab7cbbb92
|
Re-implement for your legal protection.
|
1998-12-12 08:20:30 +00:00 |
rth%cygnus.com
|
6098b57b95
|
Insert directory entries into a SortedTree for searching.
|
1998-12-12 05:23:36 +00:00 |
rth%cygnus.com
|
d6f90439cc
|
Use local labels as needed.
|
1998-12-12 04:06:58 +00:00 |
rth%cygnus.com
|
2598d55c67
|
(GetPassedException): Abort. The existing "mov ecx,E" thing can not work.
Plus it generated invalid assembly.
|
1998-12-12 04:06:26 +00:00 |
rth%cygnus.com
|
3901f4507c
|
Streamline INLINE_GET_EBP.
Error if this file is used on anything except x86.
|
1998-12-12 04:04:01 +00:00 |
rth%cygnus.com
|
d99dac8a6e
|
Re-implement for your legal protection.
|
1998-12-11 18:37:20 +00:00 |
rth%cygnus.com
|
040e326358
|
Use a proper sigcontext for Linux, just as is done for BSD.
|
1998-12-11 18:35:52 +00:00 |
rth%cygnus.com
|
9dc145f4fc
|
Fix bogus gcc x86 asms.
|
1998-12-11 18:33:48 +00:00 |
toshok%hungry.com
|
9190700c3b
|
add freebsd support.
|
1998-12-11 04:03:33 +00:00 |
toshok%hungry.com
|
704af423e0
|
allow building without jvmdi
|
1998-12-11 04:03:13 +00:00 |
toshok%hungry.com
|
68a37100ef
|
add support for FreeBSD
|
1998-12-11 03:57:33 +00:00 |
toshok%hungry.com
|
f7dcf43bef
|
fix warnings by providing empty virtual destructors for classes that needed them, reordering initialization of member variables, and by giving the type uint to all the 'const nFooTypes;' variables.
|
1998-12-10 11:52:47 +00:00 |
toshok%hungry.com
|
f62f0ab788
|
do it right this time.
|
1998-12-10 11:27:43 +00:00 |
toshok%hungry.com
|
bd72068332
|
reverse initialization order to get around compiler warning.
|
1998-12-10 11:25:31 +00:00 |
toshok%hungry.com
|
aacdb0d78a
|
remove trigraph
|
1998-12-10 11:17:47 +00:00 |
toshok%hungry.com
|
d4ab5d4c06
|
remove this stragler.
|
1998-12-05 01:37:01 +00:00 |
fur%netscape.com
|
53f8b7e464
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |