Werner Lemberg
|
9e0aabf443
|
All function comments are now removed from source files (and moved to the
header files if necessary).
Some minor fixes to have `make multi' run successfully (with gcc and g++).
Fixing compiler warnings.
|
2000-11-07 17:21:11 +00:00 |
Werner Lemberg
|
591088c021
|
Added/restored the `*' convention for output parameters.
Some documentation fixes.
|
2000-11-06 04:33:56 +00:00 |
Werner Lemberg
|
46f92ef2d9
|
Finishing David's latest changes (there were some errors in it).
|
2000-11-04 08:33:38 +00:00 |
David Turner
|
d2d1701333
|
major reformatting of the sources:
FT_EXPORT_DEF => FT_EXPORT
FT_EXPORT_FUNC => FT_EXPORT_DEF
BASE_DEF => FT_BASE
BASE_FUNC => FT_BASE_DEF
LOCAL_DEF => FT_LOCAL
LOCAL_FUNC => FT_LOCAL_DEF
LOCAL_FUNC_X => FT_CALLBACK_DEF
LOCAL_DEF_X => FT_CALLBACK_TABLE
FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
|
2000-11-04 01:55:49 +00:00 |
Werner Lemberg
|
a74e4c0dac
|
Added #ifdef's for C++ to all header files.
|
2000-08-01 13:17:04 +00:00 |
Just van Rossum
|
6087a93044
|
Header for one Mac-specific additional API call.
|
2000-07-28 01:08:32 +00:00 |