fpc/packages/cocoaint/utils/source
Jonas Maebe 5ed31d4345 * mark records containing at least one bitpacked field as "bitpacked" rather
than only record containing nothing but bitpacked fields (although in
    theory this can also cause errors, it results in correct data layouts
    for all Cocoa structs while the previous code didn't)
  * changed the translation of bitpacked structs so that the compiler will
    properly align them. This requires that all bitpacked fields are
    wrapped into a separate record though, so all fields are now accessible
    via recname.data.field instead of via recname.field. Since all fields
    in the Cocoa classes are private, this should not cause problems
    (except if exported record types are also used elsewhere)

git-svn-id: trunk@18113 -
2011-08-06 12:38:31 +00:00
..
docset.php * forgot to commit (part of r16923) 2011-02-22 17:49:12 +00:00
objp_base.php + support for parsing docsets to add documentation to the parsed headers 2011-02-16 18:46:26 +00:00
objp.php * mark records containing at least one bitpacked field as "bitpacked" rather 2011-08-06 12:38:31 +00:00
utilities.php * automatically comment out methods that take blocks as parameters or return 2011-02-11 21:26:24 +00:00