0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
OSCogVM source as per VMMaker-oscog.29. Fix machine-code floating point comparison for nan cases. More... over 13 years ago
OSCogVM source as per VMMaker-oscog.28. Fix machine-code Float / to fail for / 0.0. Fix ,interpreter <= & >= bytecodes. More... over 13 years ago
OSCogVM source as per VMMaker-oscog.27. Fix bad bug in CompiledMethod>>flushCache/primitiveFlushCacheByMethod. Original code failed to flush the primitive embedded in the machine code method, causing it to run the previous primitive. Fix bad bug in the Cogit's primitiveDoPrimitiveWithArgs. Because of the way the process primitives "return" (they don't, they longjmp) the popRemappableOop wasn't always executed, causing the remamp buffer to overflow. With these two fixes things like the following now work: thisContext runSimulated: [(1 to: 10) do:[:aClass| (Delay forMilliseconds: 100) wait] displayingProgress: 'Processing...'] More... over 13 years ago
Provisional check-in of X11 changes for percolating up meta key events (control, shift et al) More... over 13 years ago
Info on cygwin compilation under gcc-4; thanks Nicholas. More... over 13 years ago
Ignore properties for the additional cygwinbuild configs More... over 13 years ago
Info on the various cygwinbuild configurations, product, assert & debug. More... over 13 years ago
Add JMM's iOS pure Objective-C Mac OS platform as an external to platforms More... over 13 years ago
Fix filename character encoding for Mac OS X (in Info.plist; use UTF-8). Update minimal VMMaker image to latest trunk. More... over 13 years ago
Fix win32 image byte/word reversal under gcc >= 3.x. More... over 13 years ago
Configurations for the cygwin Makefile. make on its own makes the production vm. make assert & make debug make the assert & debug configs in buildast & builddbg. More... over 13 years ago
Hack-fix ODBC remote connection failure on linux by not prodding the high-pri thread if there are o high-priority tickees. More fall-out of the lack of thread priorities on linux. More... over 13 years ago
Fix headless screen size on Mac OS (use saved screen size, not 16x16). Use sys/ucontext.h to avoid compilation warning under Mac OS X 10.6. Fix inaccurate comment. More... over 13 years ago
Ignore buld products in skyeye build dirs. More... over 13 years ago
Integrate Henrik Johansen's fix for the nanosleep call in the heartbeat. More... over 13 years ago
Fix bug in Skyeye Makefile that fails to compile 32-bit on a 64-bit system. More... over 13 years ago
OSCogVM source as per VMMaker-oscog.26. Work-around compiler bugs for the most negative 64-bit value in signed64BitIntegerFor: & signed64BitValueOf: Fix primitiveDoNamedPrimitiveWithArgs for unimplemented prims. Better linux build instructions. Comment typo in sqFilePluginBasicPrims.c. More... over 13 years ago
Improved build instructions. Merged fix for NetBSD to unix UUID plugin. More... almost 14 years ago
Uniquify the disabledPligins list and eliminate the lib-ffi option for the unix build. More... almost 14 years ago
Improved unix HowToBuild 64-bit instructions. Thanks Levente. More... almost 14 years ago
Improved high-priority ticker (deal with sleep). VMMaker image has reader cache flushed (38Mb => 13Mb). More... almost 14 years ago
Fix heartbeat clock log (-ve % +ve => -ve bounds violation). This will hopefully fix crashes in the heartbeat under linux. More... almost 14 years ago
Update VMMker image to a smaller unloadAllKnownPackages 4.1 trunk tracker. More... almost 14 years ago
Replace malloc.h with stdlib.h in IA32ABI for FreeBSD. More... almost 14 years ago
Update the HowToBuild guides with better info on building the BochsIA32Plugin. More... almost 14 years ago
The getFile macro needs to cast its result to FILE * at least for FreeBSD. More... almost 14 years ago
OSCogVM source as per VMMaker-oscog.23. Take alloca from stddef.h; malloc.h is an anachronism. Safer long-running primitive method code. FreeBSD-friendly mutex initialization in the unix heartbeat (I hope). More... almost 14 years ago
OSCogVM source as per VMMaker-oscog.23. Take alloca from stddef.h; malloc.h is an anachronism. Safer long-running primitive method code. FreeBSD-friendly mutex initialization in the unix heartbeat (I hope). More... almost 14 years ago
OSCogVM source as per VMMaker-oscog.21. Fix struct return, indexing return type spec corrrectly and not being confused between the struct return size and whether return is via registers or not. Include the FFI test funcs in the plugin. Backwards-compatibility access to ffi error code. More... almost 14 years ago
OSCogVM source as per VMMaker-oscog.20. Fixed primitiveObjectPointsTo. Reentrant FFI plugin (for x86). More... almost 14 years ago