8 Commits (bb8cafaa15c2b7c4bebbc48ea3bf020bd1109f93)

Author SHA1 Message Date
theraven bb8cafaa15 Finished rewriting the loader. It's now cleanly separated into logically-separate components, so there's a chance it might actually be maintainable... 16 years ago
qmathe 55a62b527f Removed unused variable that prevents compilation by being treated as an error 16 years ago
theraven 8a451d212c More dtable fixes - now the EtoileFoundation tests work when compiled with GCC too. Hopefully that's all of the irritating corner cases in category loading dealt with... 16 years ago
theraven e482b6986f More fixes for the new dtable. Now passing all of the EtoileFoundation tests, which do lots of things involving categories, so make a good stress test.
No longer installs headers by default.  This is because GNUstep Make notices when the objc headers have changed (because GNUstep includes them) and so reinstalling libobjc2 was requiring a complete recompile of anything that you tried to build, even if you only changed one line.  A better fix for this would be for install to use cmp or diff to check if the header has been modified before installing it, but I'm too lazy to do that right now.
16 years ago
theraven 7a9b105817 Fixed missing ! in dtable construction code, which meant that class methods were being preferred to category methods. 16 years ago
theraven c40f9e84f2 Return NULL instead of "" from sel_getTypes_np() - matches behaviour of sel_get_types() and makes more sense. 16 years ago
theraven 1a60fabf96 More 64-bit fixes. 16 years ago
theraven d36b939232 Actually commit the new dtable implementation this time... 16 years ago