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