Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
timeless%mac.com dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
toshok%hungry.com 0d11467346 fix another XXX 1999-12-01 21:26:42 +00:00
toshok%hungry.com 93d490099e 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 dd59ce6115 x86Win32ExceptionHandler.h => x86ExceptionHandler.h 1999-11-27 23:38:58 +00:00
toshok%hungry.com 46b7c1f2d9 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 4df491f18e NetBSD uses the same stuff for ThreadContexts as FreeBSD 1999-11-27 10:30:58 +00:00
toshok%hungry.com f6ae3b6a42 include x86UnixishThread.h for LINUX, FREEBSD, and NETBSD 1999-11-27 10:29:00 +00:00
toshok%hungry.com 9e12028c73 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 c64723b026 use END_ENTRY instead of a naked .size pseudo op 1999-11-27 10:23:06 +00:00
toshok%hungry.com 1be797de9e use GLOBAL_ENTRY/SYMBOL_NAME so symbol names are prepended with '_' 1999-11-27 10:22:33 +00:00
toshok%hungry.com 03c4f1c38d 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 8f67369d9f updating license boilerplate to xPL v1.1 1999-11-02 06:38:29 +00:00
fur%netscape.com 68cedf682f 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 348173ff90 Reduced gratuitous file duplication between FreeBSD and Linux. 1999-02-28 00:29:39 +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 7030130215 Was incorrectly reporting classfile corruption when file was actually not found. 1999-01-29 05:09:46 +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 9006576ab5 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 31ffa9b84f 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 e75b2e9f3c Re-implement for your legal protection. 1998-12-12 08:20:30 +00:00
rth%cygnus.com 5ca08c04d2 Insert directory entries into a SortedTree for searching. 1998-12-12 05:23:36 +00:00
rth%cygnus.com 81be5b69a8 Use local labels as needed. 1998-12-12 04:06:58 +00:00
rth%cygnus.com 472f7014a7 (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 d1e33853f7 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 2ed6644e55 Re-implement for your legal protection. 1998-12-11 18:37:20 +00:00
rth%cygnus.com 37151cfd16 Use a proper sigcontext for Linux, just as is done for BSD. 1998-12-11 18:35:52 +00:00
rth%cygnus.com 111dcdf731 Fix bogus gcc x86 asms. 1998-12-11 18:33:48 +00:00
toshok%hungry.com 7d1687c62f add freebsd support. 1998-12-11 04:03:33 +00:00
toshok%hungry.com 3358bcb0a5 allow building without jvmdi 1998-12-11 04:03:13 +00:00
toshok%hungry.com 97dd202bee add support for FreeBSD 1998-12-11 03:57:33 +00:00
toshok%hungry.com f6170c6cc9 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 3d232abecd do it right this time. 1998-12-10 11:27:43 +00:00
toshok%hungry.com 9bb45241da reverse initialization order to get around compiler warning. 1998-12-10 11:25:31 +00:00
toshok%hungry.com bd37d4f912 remove trigraph 1998-12-10 11:17:47 +00:00
toshok%hungry.com b417477d3c remove this stragler. 1998-12-05 01:37:01 +00:00
fur%netscape.com 4ca5cf5fca Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00