0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set the "reason" value for HaskellExceptions More... about 18 years ago
A small hack: drop the "#else" part of "#if"s.. (but don't bother to check the condition or to get it right for nested #ifs). This helps dealing with things like More... about 18 years ago
Add utility function withExportedArray :: (HOC.Arguments.ObjCArgument a b) => [a] -> (GHC.Ptr.Ptr b -> IO c) -> IO c More... about 18 years ago
Deal with structure returns in a way that works for x86, too. More... about 18 years ago
Use updated libffi. More... about 18 years ago
Fix 16-byte alignment for darwin/x86. More... about 18 years ago
This commit was generated by cvs2svn to compensate for changes in r244, which included commits to RCS files with non-trunk default branches. More... about 18 years ago
combine foralls at top-level of type (i.e. avoid types like "forall a. Foo a => forall b. Bar b => a -> b") More... about 18 years ago
add NSTimeInterval type More... about 18 years ago
Add NSException.hs (in AdditionalCode) that should have been committed along with the "monster commit" in September. It exports the catchNS function for catching NSExceptions. More... about 18 years ago
Recognize the pointer typedefs for the usual struct types (NSRangePointer, etc.). This lets ifgen handle the methods of NSAttributedString, for instance. More... over 18 years ago
Use Data.Map instead of Data.FiniteMap. More... over 18 years ago
Add a test for non-outlet instance variables. More... over 18 years ago
Add support for NSRange. Contributed by Matthew Morgan <[email protected]> More... over 18 years ago
Missing bits from the previous monster commit: remove logging for exceptions, and add Exception.m to the Makefile. More... over 18 years ago
A monster commit, brought to you by the Greater Toronto Airport Authority and Czech Airlines. More... over 18 years ago
Correct a detail about enum name mangling and add a :: CInt to the constant decls. More... almost 19 years ago
Fix rm command in 'make clean' target so it doesn't complain about rm'ing non-existent files More... almost 19 years ago
Added a convenience Makefile to the installer-package/ directory More... almost 19 years ago
Change register-inplace target so that it doesn't attempt to update inplace.conf if it's up-to-date. This fixes the long-standing annoyance that inplace.conf will be owned by root if 'sudo make install' is invoked. More... almost 19 years ago
Don't re-make libFoundation.a and libAppKit.a if they're up-to-date More... almost 19 years ago
Improved CVS ignorance More... almost 19 years ago
Added documentation on marshalling enums. (Wolfgang, you probably want to check this to see if it's all correct!) More... almost 19 years ago
Added new CHANGES.txt file, detailing major changes between HOC releases More... almost 19 years ago
Added an introduction screen for the HOC binary installer More... almost 19 years ago
Updated installer project and installer license notice More... almost 19 years ago
Avoid listing the main AppKit or Foundation module twice in the exposed-modules list. More... almost 19 years ago
Unbreak the makefile for HOC_cbits: we really need ar qs rather than libtool here, as we are taking a copy of libffi and adding more files. More... almost 19 years ago
install depends on install-files More... almost 19 years ago
Fix indentation in Headers.stripPreprocessor More... almost 19 years ago