| Use the mach_time only on iOS |
|
More...
|
about 13 years ago
|
| Fixed issue reported by Clang |
|
More...
|
about 13 years ago
|
| Fixed build on OSX10.8 |
|
More...
|
about 13 years ago
|
| Minor whitespace cleanup. |
|
More...
|
about 13 years ago
|
| Changing bytecode dispatch from using a switch/case to an explicit dispatch table |
|
More...
|
over 13 years ago
|
| Fixed primitiveMultiply |
|
More...
|
almost 14 years ago
|
| Negation missing |
|
More...
|
almost 14 years ago
|
| primitiveCopyObject seems to work |
|
More...
|
almost 14 years ago
|
| Fixed primitivePerformInSuperclass |
|
More...
|
almost 14 years ago
|
| Moved newActiveContext into header |
|
More...
|
almost 14 years ago
|
| Don't make it `const` when we return `this` |
|
More...
|
almost 14 years ago
|
| Removing the notion of internal execution mode and sprinkle more `const` throughout the codebase |
|
More...
|
almost 14 years ago
|
| Added VMParameter 0, returning RVM encoded as ASCII to the image |
|
More...
|
almost 14 years ago
|
| Refactored [internal]activateNewMethod() |
|
More...
|
almost 14 years ago
|
| Added `const` modifiers |
|
More...
|
almost 14 years ago
|
| Extended the debug print facilities |
|
More...
|
almost 14 years ago
|
| Added flag to be able to disable context switches during debugging |
|
More...
|
almost 14 years ago
|
| Use mach_absolute_time for OSX and iOS |
|
More...
|
about 14 years ago
|
| Fix improper refactoring of iOS code |
|
More...
|
about 14 years ago
|
| Fix iOS project |
|
More...
|
about 14 years ago
|
| Replaced the is_superclass_of with a traditional isKindOf implementation |
|
More...
|
about 14 years ago
|
| Fixed process primitives that did not allow subclasses of process |
|
More...
|
about 14 years ago
|
| Missed a check that needs to use Using_Processes, too |
|
More...
|
about 14 years ago
|
| Introduce Using_Processes and Using_Threads flags |
|
More...
|
about 14 years ago
|
| gtest submodule was out of sync |
|
More...
|
about 14 years ago
|
| Fix building tests with Xcode |
|
More...
|
about 14 years ago
|
| Thread locals are not available on OSX, but should be used on Linux |
|
More...
|
about 14 years ago
|
| split up the assert to see exactly what is failing |
|
More...
|
about 14 years ago
|
| Fix off-by-one error in topRemappableOop |
|
More...
|
about 14 years ago
|
| Updated FilePlugin to have the std file handles available for the Pharo image and cmd output |
|
More...
|
about 14 years ago
|