ChangeLog
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:4k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. 2002-10-19    <pauljohn@dv253s74.lawrence.ks.us>
  2. * Makefile.am (install-data-local): $(DESTDIR)
  3. 2001-11-12  Marcus G. Daniels  <mgd@condor>
  4. * Makefile.am (install-data-local): Depend on install-objcHEADERS.
  5. 2001-07-24    <mgd@HELEN>
  6. * externvar.h.in: Define DLL if DLL_EXPORT is set.
  7. 2001-03-26  Marcus G. Daniels  <mgd@maya.santafe.edu>
  8. * objc-list.h, Protocol.h: Remove symbols trailing #endif.
  9. 2000-09-22  Marcus G. Daniels  <mgd@forager.swarm.org>
  10. * hash.h: Include string.h for strcmp.
  11. 2000-09-19  Marcus G. Daniels  <mgd@forager.swarm.org>
  12. * objc-api.h (objc_msg_sendv): Don't declare for C++.
  13. 2000-08-15  Marcus G. Daniels  <mgd@forager.swarm.org>
  14. * objc-api.h (class): Define to _class for C++.
  15. (struct objc_static_instances): Exclude for C++.
  16. (struct objc_method): Give it toplevel scope.  Reorganize
  17. to make Method type palatable to C++.
  18. * hash.h (cache_t): Make struct unnamed, but introduce non-pointer
  19. cache_t.
  20. (hash_string, compare_ptrs): Exclude for C++.
  21. 1999-08-25  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  22. * encoding.h: Don't include ctype.h.
  23. (isDigit, isUpper): New macro.
  24. 1999-08-08  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  25. * objc-api.h (_C_LNG_DBL): New encoding.
  26. 1999-07-03  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  27. * externvar.h.in: Don't use substitutions.  Add preprocessor
  28. logic to do the right thing.
  29. 1999-06-07  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  30. * externvar.h.in: Add INHIBIT_OBJC_DLL, a flag to inhibit
  31. import/export attributes.
  32. 1999-06-05    <mgd@HELEN>
  33. * thr.h, array.h: Include objc/externvar.h.
  34. 1999-06-05  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  35. * externvar.h.in (externobjcvar, externobjcvardef):
  36. Select on the basis of BUILDING_LIBOBJC and DLL.
  37. 1999-06-03  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  38. * hash.h: Include <objc/externvar.h>.
  39. (module_hash_table, class_hash_table): Use externobjcvar.
  40. * runtime.h (__objc_class_links_resolved, __objc_selector_max_index,
  41. __objc_runtime_mutex, __objc_runtime_threads_alive): Likewise.
  42. * sarray.h (nbuckets, nindices, narrays, idxsize,
  43. __objc_sparse2_id, __objc_sparse3_id): Likewise.
  44. * thr.h (__objc_thread_exit_status): Likewise.
  45. * mframe-preface.h (o_version, o_gcc_version, o_NeXT_cc_version):
  46. Remove commented externs.
  47. 1999-05-29  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  48. * runtime.h: Include objc/externvar.h (to get export attribute).
  49. * objc-api.h: Include objc/externvar.h (to get import attribute).
  50. * externvar.h.in: New file.
  51. * Makefile.am (EXTRA_DIST): Add externvar.h.in.
  52. (install-data-local): Install externvar.h.
  53. 1999-05-28  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  54. * objc-api.h: Use `externobjcvar' for external variables, 
  55. providing a default import if not set.
  56. Reformatting throughout.
  57. Remove objc_trace variable (not used).
  58. 1999-05-20  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  59. * mframe-preface.h: Undef PACKAGE and VERSION before and after include
  60. of config.h.  Don't include sys/sigevent.h unless __hpux__ and
  61. HAVE_SYS_SIGEVENT_H.
  62. 1999-05-16  Marcus G. Daniels  <swamsfi@lark.cc.ukans.edu>
  63. * mframe-preface.h: Include string.h.
  64. 1999-05-15  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  65. * mframe-preface.h: For win32, disable include of windows.h and
  66. define of GNUSTEP_BASE_SOCKET_MESSAGE.
  67. 1999-05-08  Marcus Daniels <marcusd@asl.krasnow.gmu.edu>
  68. * mframe.foot (mframe_get_arg, mframe_set_arg): Declare typ
  69. if either MFRAME_STRUCT_BYREF or MYFRAME_FLT_IN_FRAME_AS_DBL.
  70. 1999-04-30  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  71. * mframe-preface.h: For HPUX, include sys/sigevent.h before stdarg.h and
  72. stdlib.h.
  73. 1999-04-26  Marcus G. Daniels  <mgd@pojoaque.santafe.edu>
  74. * Makefile.am (mframe.h): Depend on mframe-preface.h and prepend it.
  75. (This is to eliminate the need to install it.)