0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable -O -fasm; ... and clean up the makefiles, remove stray -fPIC flags and vestiges of dynamic linking experiments (this should be re-added using an optional configure flag in the future). More... almost 19 years ago
message sending to super for GNUstep More... almost 19 years ago
Set the correct permissions on the installed HOC package More... almost 19 years ago
Added check to the Mac OS X .pkg, to ensure that Wolfgang's GHC 6.4 is installed More... almost 19 years ago
Upgrade version number for installer package from 0.7 to 0.8 More... almost 19 years ago
Fix installer package's postupgrade script More... almost 19 years ago
Improve CVS ignorance in installer-package/ directory More... almost 19 years ago
Improve CVS ignorance in docs/ directory More... almost 19 years ago
Improve CVS ignorance More... almost 19 years ago
Removed symlink to Foundation dir in AppKit dir More... almost 19 years ago
Improve Enum support (missing parts of the commit) More... almost 19 years ago
Improve Enum support (mostly untested) More... almost 19 years ago
Let the AppKit build system find the bindings for Foundation More... almost 19 years ago
Use $(GHC) in Makefile More... almost 19 years ago
Use $(GHC) environment variable More... almost 19 years ago
import Prelude hiding(init), because we define an init method; due to recent changes, we need this even if we are only info_init and not init itself. More... almost 19 years ago
Make struct return values work. More... almost 19 years ago
Add a few NOINLINE pragmas to avoid bloating the code when compiling with -O. Basically, nothing that's used from declareSelector or declareClass should be inlined. More... almost 19 years ago
Add an evil {-# RULES #-} pragma to make the code smaller (removes unpackCString# from code generated for selectors) More... almost 19 years ago
remove debug output More... almost 19 years ago
Further code size reductions: remove nArgs and isUnit from the SelectorInfo structure, we can calculate them from the (reified) type of the selector when we need them in exportClass. Additionally, wrap the SelectorInfo constructor in a function that also takes care of calling getSelectorForName. More... almost 19 years ago
Further reduce code size by using "canned" CIFs instead of always calling the overloaded getCifForSelector More... almost 19 years ago
Bool should be marshalled as signed char, not int More... almost 19 years ago
Implement sending messages to super. Objective-C: [super foo]; Haskell: super self # foo More... almost 19 years ago
Reduce code size by another 20%. More... almost 19 years ago
Reduce code size by about... *drum roll* ... 20%. More... almost 19 years ago
Don't forget to build HOC.conf. More... almost 19 years ago
.gdb_history doesn't belong into the repository. More... almost 19 years ago
Quote paths correctly for GNUstep More... about 19 years ago
build ifgen statically More... about 19 years ago