/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.274 by bryce, Sun Nov 4 04:09:08 2001 UTC revision 1.275 by cbj, Mon Nov 5 02:59:24 2001 UTC
# Line 1  Line 1 
1    2001-10-30  C. Brian Jones <cbj@gnu.org>
2            * native/jni/awt: renamed native/jni/gtk-peer
3            * native/jni/javaio.h: moved to native/jni/java-io
4            * native/jni/javaio.c: moved to native/jni/java-io
5            * native/jni/java_io_File.c: moved to native/jni/java-io
6            * native/jni/java_io_FileDescriptor.c: moved to native/jni/java-io
7            * native/jni/java_io_FileInputStream.c: moved to native/jni/java-io
8            * native/jni/java_io_FileOutputStream.c: moved to native/jni/java-io
9            * native/jni/java_io_ObjectInputStream.c: moved to native/jni/java-io
10            * native/jni/java_io_ObjectOutputStream.c: moved to native/jni/java-io
11            * native/jni/java_io_RandomAccessFile.c: moved to native/jni/java-io
12            * native/jni/javalang.h: moved to native/jni/java-lang
13            * native/jni/javalang.c: moved to native/jni/java-lang
14            * native/jni/java_lang_Double.c: moved to native/jni/java-lang
15            * native/jni/java_lang_Float.c: moved to native/jni/java-lang
16            * native/jni/java_lang_Object.c: moved to native/jni/java-lang
17            * native/jni/java_lang_System.c: moved to native/jni/java-lang
18            * native/jni/java_lang_reflect_Array.c: moved to native/jni/java-lang
19            * native/jni/javanet.h: moved to native/jni/java-net
20            * native/jni/javanet.c: moved to native/jni/java-net
21            * native/jni/java_net_InetAddress.c: moved to native/jni/java-net
22            * native/jni/java_net_PlainDatagramSocketImpl.c: moved to
23            native/jni/java-net
24            * native/jni/java_net_PlainSocketImpl.c: moved to native/jni/java-net
25            * native/jni/java_util_ResourceBundle.c: moved to native/jni/java-util
26            * native/jni/java_util_TimeZone.c: moved to native/jni/java-util
27            * native/jni/ieeefp.h: moved to native/jni/mprec
28            * native/jni/java-assert.h: moved to native/jni/mprec
29            * native/jni/mprec.c: moved to native/jni/mprec
30            * native/jni/mprec.h: moved to native/jni/mprec
31            * native/jni/acos.c: removed
32            * native/jni/asin.c: removed
33            * native/jni/atan2.c: removed
34            * native/jni/atan.c: removed
35            * native/jni/ceil.c: removed
36            * native/jni/cos.c: removed
37            * native/jni/dtoa.c: removed
38            * native/jni/e_fmod.c: removed
39            * native/jni/exp.c: removed
40            * native/jni/floor.c: removed
41            * native/jni/jcl.c: removed
42            * native/jni/jcl.h: removed
43            * native/jni/k_cos.c: removed
44            * native/jni/k_rem_pio2.c: removed
45            * native/jni/k_sin.c: removed
46            * native/jni/k_tan.c: removed
47            * native/jni/log.c: removed
48            * native/jni/pow.c: removed
49            * native/jni/remainder.c: removed
50            * native/jni/rint.c: removed
51            * native/jni/s_fabs.c: removed
52            * native/jni/sin.c: removed
53            * native/jni/sqrt.c: removed
54            * native/jni/tan.c: removed
55            * native/jni/fdlibm.h: removed
56            * native/jni/java_math_BigInteger.c: no longer needed
57            * native/fdlibm/dtoa.c: added from gcj to sync sources
58            * native/fdlibm/e_acos.c: added from gcj to sync sources
59            * native/fdlibm/e_asin.c: added from gcj to sync sources
60            * native/fdlibm/e_atan2.c: added from gcj to sync sources
61            * native/fdlibm/e_exp.c: added from gcj to sync sources
62            * native/fdlibm/e_fmod.c: added from gcj to sync sources
63            * native/fdlibm/e_log.c: added from gcj to sync sources
64            * native/fdlibm/e_pow.c: added from gcj to sync sources
65            * native/fdlibm/e_remainder.c: added from gcj to sync sources
66            * native/fdlibm/e_rem_pio2.c: added from gcj to sync sources
67            * native/fdlibm/e_scalb.c: added from gcj to sync sources
68            * native/fdlibm/e_sqrt.c: added from gcj to sync sources
69            * native/fdlibm/fdlibm.h: added from gcj to sync sources
70            * native/fdlibm/ieeefp.h: added from gcj to sync sources
71            * native/fdlibm/java-assert.h: added from gcj to sync sources
72            * native/fdlibm/k_cos.c: added from gcj to sync sources
73            * native/fdlibm/k_rem_pio2.c: added from gcj to sync sources
74            * native/fdlibm/k_sin.c: added from gcj to sync sources
75            * native/fdlibm/k_tan.c: added from gcj to sync sources
76            * native/fdlibm/mprec.c: added from gcj to sync sources
77            * native/fdlibm/mprec.h: added from gcj to sync sources
78            * native/fdlibm/s_atan.c: added from gcj to sync sources
79            * native/fdlibm/s_ceil.c: added from gcj to sync sources
80            * native/fdlibm/s_copysign.c: added from gcj to sync sources
81            * native/fdlibm/s_cos.c: added from gcj to sync sources
82            * native/fdlibm/s_fabs.c: added from gcj to sync sources
83            * native/fdlibm/sf_fabs.c: added from gcj to sync sources
84            * native/fdlibm/s_floor.c: added from gcj to sync sources
85            * native/fdlibm/sf_rint.c: added from gcj to sync sources
86            * native/fdlibm/s_rint.c: added from gcj to sync sources
87            * native/fdlibm/s_scalbn.c: added from gcj to sync sources
88            * native/fdlibm/s_sin.c: added from gcj to sync sources
89            * native/fdlibm/s_tan.c: added from gcj to sync sources
90            * native/fdlibm/strtod.c: added from gcj to sync sources
91            * native/fdlibm/w_acos.c: added from gcj to sync sources
92            * native/fdlibm/w_asin.c: added from gcj to sync sources
93            * native/fdlibm/w_atan2.c: added from gcj to sync sources
94            * native/fdlibm/w_exp.c: added from gcj to sync sources
95            * native/fdlibm/w_fmod.c: added from gcj to sync sources
96            * native/fdlibm/w_log.c: added from gcj to sync sources
97            * native/fdlibm/w_pow.c: added from gcj to sync sources
98            * native/fdlibm/w_remainder.c: added from gcj to sync sources
99            * native/fdlibm/w_sqrt.c: added from gcj to sync sources
100            * native/fdlibm/.cvsignore: new file
101            * native/jni/gtk-peer/Makefile.am: added -module to LDFLAGS
102            * native/jni/java-io/Makefile.am: added -module to LDFLAGS
103            * native/jni/java-io/.cvsignore: new file
104            * native/jni/java-lang/Makefile.am: added -module to LDFLAGS
105            * native/jni/java-lang/.cvsignore: new file
106            * native/jni/java-net/Makefile.am: added -module to LDFLAGS
107            * native/jni/java-net/.cvsignore: new file
108            * native/jni/java-util/Makefile.am: added -module to LDFLAGS
109            * native/jni/java-util/.cvsignore: new file
110            * native/fdlibm/Makefile.am: added -module to LDFLAGS
111            * native/jni/Makefile.am: removed rules, SUBDIRS equals java-io,
112            java-lang, java-net, java-util, gtk-peer
113            * native/Makefile.am: prepended fdlibm to SUBDIRS
114            * java/lang/Math.java static(): load libjavalang.so instead of
115            libjavalangmath.so
116            * java/math/BigInteger.java: replaced our native version with
117            pure Java implementation from gcj
118            * gnu/classpath/math: new directory
119            * gnu/classpath/math/MPN.java: new file from gcj, which came from Kawa,
120            and is included with permission from Per Bothner, the author.
121            * README: updated with current information about CVS and the
122            project
123            * THANKYOU: added Per Bothner
124            * TODO: updated with current information as I know it
125            * NEWS: updated with information about a 0.03 release
126            * HACKING: updated with new information
127            * INSTALL: updated with new information
128            * BUGS: added link to Savannah bug reporting page for the project
129            * ltconfig: removed due to upgrade of libtool to 1.4.2
130            * ltmain.sh: updated with libtool 1.4.2
131            * depcomp: new file from automake 1.5 upgrade
132            * configure.in: added to OUTPUT native/fdlibm/Makefile,
133            native/jni/java-io/Makefile, native/jni/java-lang/Makefile,
134            native/jni/java-net/Makefile, native/jni/java-util/Makefile,
135            native/jni/gtk-peer/Makefile
136            * install.sh: updated
137            * missing: updated
138            * mkinstalldirs: updated
139            * native/lib/Makefile.am: INCLUDES += changed to just INCLUDES = to
140            avoid automake warning
141            * native/lib/jcl.h: removed TRUE/FALSE #defines, added DBG
142            * native/nsa/: removed, files native_state.* moved to native/lib
143            * native/lib: renamed native/jni/classpath
144            * native/cni/Makefile.am: new file
145            * native/cni/.cvsignore: new file
146            * native/jni/gtk-peer/Makefile.am: LIBADD used to get native_state from
147            a common location
148            * native/jni/java-io/Makefile.am: LIBADD used to get jcl from a
149            common location, source modified to use relevant JCL_* functions
150            * native/jni/java-lang/Makefile.am: LIBADD used to get jcl from a
151            common location
152            * native/jni/java-net/Makefile.am: LIBADD used to get jcl from a common
153            location, source modified to use relevant JCL_* functions
154            * vm/reference/java/lang/Thread.java (Thread): wrongly marked private
155            constructor Thread (ThreadGroup, String) now public
156            * native/jni/java-util/java_util_ResourceBundle.c: removed file
157            * native/jni/java-util/Makefile.am: removed java_util_ResourceBundle.c
158            from library
159    
160  2001-11-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>  2001-11-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
161    
162          * java/util/ResourceBundle.java (getClassContext): Removed.          * java/util/ResourceBundle.java (getClassContext): Removed.

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26