1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
2005-05-22 Sebastian Ley <ley@debian.org>
* added config.h for generic/amd64 (#1392)
2005-05-17 Frank Reppin <frank@opengroupware.org>
* added config.h for openbsd3.7 (#1383)
2005-03-09 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile: added support for a gstep-make configure script
* selector.c: include string.h to avoid some warnings
2004-12-22 Helge Hess <helge.hess@opengroupware.org>
* added compiler-info.h for m68k/linux-gnu (as a copy of
powerpc/linux-gnu)
* added compiler-info.h for sparc/linux-gnu (as a copy of solaris 2.9)
* added compiler-info.h for arm/linux-gnu (as a copy of
powerpc/linux-gnu)
* added compiler-info.h for mipsel/linux-gnu (as a copy of
mips/linux-gnu)
* added compiler-info.h for hppa/linux-gnu (as a copy of hppa/hpux)
2004-10-28 Helge Hess <helge.hess@skyrix.com>
* added compiler-info.h for mips/gnu-linux, should fix OGo bug #992
2004-09-09 Helge Hess <helge.hess@skyrix.com>
* GNUmakefile: include makefiles from GNUSTEP_MAKEFILES (for newer
gstep-make versions)
* GNUmakefile: changed soname from ogo2.95.3 to lf2.95.3
2004-08-29 Helge Hess <helge.hess@opengroupware.org>
* added hack to install libobjc in FHS locations using, the library and
its headers will be installed in FHS_INSTALL_ROOT if specified
(eg make FHS_INSTALL_ROOT=/usr/local)
* GNUmakefile: changed soname from 2.95.3 to ogo2.95.3
2004-06-10 Helge Hess <helge.hess@opengroupware.org>
* added config/powerpc/linux-gnu/compiler-info.h with some values which
sound reasonable, should be checked (but probably doesn't affect
operation of OGo)
2004-03-09 Helge Hess <helge.hess@opengroupware.org>
* copied sparc/solaris2.6 configuration to sparc/solaris2.9
2003-11-14 Helge Hess <helge.hess@skyrix.com>
* copied ix86/openbsd3.2 compiler-info.h to ix86/solaris2.9/, don't
know whether this is correct, but it should at least help with the
compilation ;-)
2003-08-31 Helge Hess <helge.hess@skyrix.com>
* config/ix86/freebsd/compiler-info.h,
config/ix86/openbsd3.2/compiler-info.h: removed define
STRUCTURE_SIZE_BOUNDARY for BSD platforms, seems to break basic
forwarding on OpenBSD (and probably FreeBSD) (thanks to Max Berger)
2003-07-27 Helge Hess <helge.hess@skyrix.com>
* added config/openbsd3.2 (thanks to Max Berger)
2003-07-18 Helge Hess <helge.hess@skyrix.com>
* added config/freebsd (thanks to znek)
2002-11-01 Helge Hess <helge.hess@skyrix.com>
* GNUmakefile (VERSION): corrected version from 1.0.0 to 2.95.3
2002-05-31 Helge Hess <helge.hess@skyrix.com>
* archive.c: fixed for gcc 3.1
* hash.h: include stdlib.h for abort()
Fri May 25 11:19:44 2001 Helge Hess <helge.hess@skyrix.com>
* init.c (__objc_send_message_in_list): added bugfix as mentioned in
the gcc mailing list
Fri Jan 5 11:08:32 2001 Helge Hess <helge.hess@mdlink.de>
* encoding.c: added logging of current function in objc_error
Thu Apr 20 10:38:24 2000 Helge Hess <helge.hess@mdlink.de>
* objc.h (objc_selector ): removed precomputed selectors
Tue Feb 29 16:57:14 2000 Helge Hess <helge.hess@mdlink.de>
* MOF3 import
|