• R/O
  • SSH
  • HTTPS

nes: Commit


Commit MetaInfo

Revision371 (tree)
Zeit2007-12-10 13:12:52
Autorokasaka

Log Message

es 0.1.1 released.

Ändern Zusammenfassung

Diff

--- es/trunk/ChangeLog (revision 370)
+++ es/trunk/ChangeLog (revision 371)
@@ -1,3 +1,308 @@
1+2007-12-10 02:21 okasaka
2+
3+ * Makefile.in, NEWS, cmd/configure, cmd/configure.ac,
4+ cmd/squeak-3.7.1/configure, cmd/squeak-3.7.1/configure.ac,
5+ configure, configure.ac, esidl/configure, esidl/configure.ac,
6+ esjs/configure, esjs/configure.ac, init/configure,
7+ init/configure.ac, os/configure, os/configure.ac,
8+ tools/configure, tools/configure.ac: (NEWS) : Set version to
9+ 0.1.1.
10+
11+2007-12-10 01:05 okasaka
12+
13+ * os/kernel/testsuite/Makefile.am, os/kernel/testsuite/Makefile.in,
14+ os/kernel/testsuite/process.cpp: (process) : Remove. Use cmd
15+ instead.
16+
17+2007-12-10 00:30 okasaka
18+
19+ * os/kernel/pc/pci.cpp: (VERBOSE) : Disable.
20+
21+2007-12-07 07:46 okasaka
22+
23+ * esidl/Makefile.am, esidl/Makefile.in: (esidl2-cxx.$(OBJEXT)) :
24+ Depends on Makefile for VERSION.
25+
26+2007-12-07 01:56 okasaka
27+
28+ * cmd/Makefile.am, cmd/Makefile.in, cmd/testsuite/Makefile.am,
29+ cmd/testsuite/Makefile.in, cmd/testsuite/makeScript: (Makefile) :
30+ Refine build environment.
31+
32+2007-12-07 01:54 okasaka
33+
34+ * cmd/newlib.cpp, cmd/testsuite/newlib.cpp: (newlib) : New.
35+
36+2007-12-04 07:11 okasaka
37+
38+ * init/es.cpp, os/kernel/port/process.cpp: (Process) : Fix process
39+ clean up procedure. Increment the process reference count for
40+ each thread.
41+
42+2007-12-03 06:23 okasaka
43+
44+ * cmd/squeak-3.7.1/es/vm/intplugins/FilePlugin/sqEsDirectory.cpp:
45+ (dir_Lookup) : Fix a bug.
46+
47+2007-11-30 01:02 okasaka
48+
49+ * cmd/canvas.cpp, cmd/canvas.h: (Canvas::getTextStyle) : Refine.
50+
51+2007-11-29 01:30 okasaka
52+
53+ * cmd/canvas.cpp, cmd/canvas.h, esjs/scripts/figure.js: (Canvas) :
54+ Support CSS3COLOR keyword colors.
55+
56+2007-11-29 01:28 okasaka
57+
58+ * include/Makefile.am, include/Makefile.in, include/es/color.h,
59+ os/libes++/Makefile.am, os/libes++/Makefile.in,
60+ os/libes++/src/color.cpp, os/libes++/testsuite/Makefile.am,
61+ os/libes++/testsuite/Makefile.in,
62+ os/libes++/testsuite/colorTest.cpp: (Rgb) : New for CSS3COLOR
63+ support.
64+
65+2007-11-29 01:25 okasaka
66+
67+ * esjs/scripts/cat.js, esjs/scripts/cd.js, esjs/scripts/clear.js,
68+ esjs/scripts/date.js, esjs/scripts/echo.js, esjs/scripts/edit.js,
69+ esjs/scripts/gradient.js, esjs/scripts/ls.js, esjs/scripts/rm.js:
70+ (eol-style) : Set to LF.
71+
72+2007-11-27 01:33 okasaka
73+
74+ * esjs/Makefile.am, esjs/Makefile.in, esjs/include/esjs.h,
75+ esjs/scripts/pi.js, esjs/src/lexer.ll, esjs/src/parser.yy,
76+ esjs/testsuite/60.js, esjs/testsuite/Makefile.am,
77+ esjs/testsuite/Makefile.in: (esjs) : Refine the handling of
78+ regular expression literals.
79+
80+2007-11-22 07:43 okasaka
81+
82+ * os/kernel/port/init.cpp, patches/newlib-1.15.0.patch:
83+ (pthread_mutex) : Refine to process locking/unlocking in user
84+ space if possible.
85+
86+2007-11-21 04:48 okasaka
87+
88+ * cmd/console.cpp, esjs/scripts/figure.js,
89+ init/1b68cf4fced22970e89022fed6868d03-x86.cache-2,
90+ init/40-generic.conf, init/Makefile.am, init/Makefile.in,
91+ init/makeScript: (file/fonts) : Add sazanami-mincho.ttf and
92+ sazanami-gothic.ttf.
93+
94+2007-11-21 04:46 okasaka
95+
96+ * esjs/Makefile.am, esjs/Makefile.in, esjs/scripts/gradient.js,
97+ esjs/scripts/kanji.js, esjs/scripts/rm.js: (kanji, gradient, rm)
98+ : New.
99+
100+2007-11-21 04:42 okasaka
101+
102+ * patches/fontconfig-2.4.2.patch: (__es__) : Use mmap().
103+
104+2007-11-21 04:40 okasaka
105+
106+ * patches/newlib-1.15.0.patch: (mmap, munmap) : New.
107+
108+2007-11-21 04:31 okasaka
109+
110+ * os/kernel/port/syscall.cpp: (systemCall) : Fix not to check the
111+ address referred by interface pointer for libgloss.
112+
113+2007-11-19 08:11 okasaka
114+
115+ * cmd/canvas.cpp, cmd/canvas.h, esjs/scripts/figure.js:
116+ (Canvas::setTextStyle) : Refine.
117+
118+2007-11-19 08:08 okasaka
119+
120+ * cmd/fontconfig.cpp: (main) : Test the Liberation fonts.
121+
122+2007-11-16 08:52 okasaka
123+
124+ * esjs/scripts/figure.js: Test drawText().
125+
126+2007-11-16 08:52 okasaka
127+
128+ * init/Makefile.am, init/Makefile.in, init/makeScript: (EXTRA_DIST)
129+ : Add 40-generic.conf fonts.conf fonts.dtd.
130+
131+2007-11-16 08:50 okasaka
132+
133+ * cmd/canvas.cpp, cmd/canvas.h,
134+ include/es/util/ICanvasRenderingContext2D.idl:
135+ (ICanvasRenderingContext2D) : Add drawString enhancement.
136+
137+2007-11-16 08:48 okasaka
138+
139+ * init/40-generic.conf, init/fonts.conf, init/fonts.dtd: New
140+
141+2007-11-16 08:47 okasaka
142+
143+ * tools/vcopy.cpp: (vcopy) : Support destination path.
144+
145+2007-11-16 08:47 okasaka
146+
147+ * cmd/Makefile.am, cmd/Makefile.in, cmd/fontconfig.cpp:
148+ (fontconfig) : New.
149+
150+2007-11-16 08:22 okasaka
151+
152+ * patches/fontconfig-2.4.2.patch: (FcAtomicReplaceOrig) : es's
153+ rename() returns error if newpath already exists like Win32.
154+
155+2007-11-16 08:21 okasaka
156+
157+ * patches/newlib-1.15.0.patch: (libgloss) : Support more POSIX
158+ functions.
159+
160+2007-11-16 08:18 okasaka
161+
162+ * os/kernel/include/cache.h, os/kernel/port/cache.cpp,
163+ os/kernel/port/stream.cpp: (Stream) : Contain IFile interface for
164+ better fstat() support.
165+
166+2007-11-16 08:16 okasaka
167+
168+ * esjs/scripts/shell.js, init/es.cpp: (init, shell) : Set the
169+ current working directory for POSIX support.
170+
171+2007-11-16 08:14 okasaka
172+
173+ * cmd/location.cpp, cmd/locationClient.cpp: (setName) : Remove the
174+ length parameter following the esidl update.
175+
176+2007-11-16 08:13 okasaka
177+
178+ * esidl/src/cxx.cpp: (at(const Attribute*)) : Remove the length
179+ parameter from a string setter.
180+
181+2007-11-16 08:09 okasaka
182+
183+ * os/kernel/port/process.cpp: (createThread) : Extend kernel stack
184+ size to 16KB. Operations like createSubcontext() requires this
185+ much size.
186+
187+2007-11-16 08:07 okasaka
188+
189+ * os/kernel/pc/uart.cpp: (getPosition, getSize) : Return -1 to
190+ support POSIX's fstat.
191+
192+2007-11-12 05:24 okasaka
193+
194+ * os/kernel/pc/pc_thread.cpp: (setArguments) : Set the value of
195+ argv[argc] to NULL which some Un*x applications presume.
196+
197+2007-11-12 05:22 okasaka
198+
199+ * os/net/testsuite/udpEchoClient.cpp,
200+ os/net/testsuite/udpEchoServer.cpp: (udpEchoClient udpEchoServer)
201+ : New.
202+
203+2007-11-06 04:34 okasaka
204+
205+ * os/configure, os/configure.ac, os/net/Makefile.am,
206+ os/net/Makefile.in, os/net/posix, os/net/posix/Makefile.am,
207+ os/net/posix/Makefile.in, os/net/posix/udpEchoClient.cpp,
208+ os/net/testsuite/Makefile.am, os/net/testsuite/Makefile.in:
209+ (udpEchoClient udpEchoServer) : New.
210+
211+2007-11-06 04:30 okasaka
212+
213+ * os/net/src/socket.cpp: (removeInterface) : Fix typo.
214+
215+2007-11-06 04:29 okasaka
216+
217+ * os/kernel/posix/posix_ethernet.cpp: (Tap) : Fix strncpy bugs.
218+
219+2007-11-02 06:06 okasaka
220+
221+ * os/net/include/inet4.h, os/net/src/inet4.cpp,
222+ os/net/src/inetConfig.cpp, os/net/testsuite/config.cpp:
223+ (InFamily::addAddress, InFamily::removeAddress,
224+ InReceiver::output) : Fix reference counting for Inet4Address
225+ objects.
226+
227+2007-11-01 06:28 okasaka
228+
229+ * os/net/include/arp.h, os/net/include/inet4address.h,
230+ os/net/src/arp.cpp, os/net/src/inet4address.cpp,
231+ os/net/src/inetConfig.cpp, os/net/testsuite/config.cpp:
232+ (Inet4Address) : Revise the transition to the deprecated state,
233+ etc.
234+
235+2007-11-01 06:26 okasaka
236+
237+ * os/net/include/interface.h: (Interface::vent) : Fix to clear
238+ local and remote address fields of the messenger.
239+
240+2007-10-31 02:17 okasaka
241+
242+ * os/kernel/include/posix/tap.h,
243+ os/kernel/posix/posix_ethernet.cpp,
244+ os/kernel/posix/posix_init.cpp, os/kernel/testsuite/ethernet.cpp:
245+ (Tap) : Revise using the packet interface.
246+
247+2007-10-31 02:15 okasaka
248+
249+ * include/es/net/IInternetConfig.idl: (IInternetConfig) : Refine
250+ comments.
251+
252+2007-10-23 07:21 okasaka
253+
254+ * os/net/include/inet4address.h, os/net/src/arp.cpp,
255+ os/net/src/inet4.cpp, os/net/src/inet4address.cpp:
256+ (ARPReceiver::input) : Set the local address state to deprecated
257+ upon an address conflict.
258+
259+2007-10-23 07:19 okasaka
260+
261+ * os/net/testsuite/config.cpp: (main) : Retract a test temporarily.
262+
263+2007-10-18 02:08 okasaka
264+
265+ * os/kernel/include/i386/dp8390d.h, os/kernel/pc/dp8390d.cpp,
266+ os/kernel/testsuite/ethernet.cpp: (Dp8390d) : Refine.
267+
268+2007-10-15 04:59 okasaka
269+
270+ * os/kernel/port/monitor.cpp, os/kernel/port/thread.cpp,
271+ os/kernel/testsuite/bpi3.cpp: (Monitor::update, Monitor::unlock)
272+ : Fix bugs.
273+
274+2007-10-12 05:16 okasaka
275+
276+ * init/makeScript: (es) : Add gradient.js
277+
278+2007-10-12 05:15 okasaka
279+
280+ * include/es/broker.h, os/kernel/port/upcall.cpp: (Process::copyIn)
281+ : Avoid creating extra system call proxies, if possible, by
282+ passing the original pointers for upcall interface pointer
283+ parameters.
284+
285+2007-10-11 04:47 okasaka
286+
287+ * init/makeScript: (es) : Don't suppress error messages.
288+
289+2007-10-11 04:46 okasaka
290+
291+ * tools/vcopy.cpp: (copy) : Write error messages to the standard
292+ error.
293+
294+2007-10-11 04:04 okasaka
295+
296+ * cmd/squeak-3.7.1, cmd/squeak-es-3.7.1: Move.
297+
298+2007-10-11 02:12 okasaka
299+
300+ * Makefile.in: (DIST_COMMON) : Add ChangeLog.
301+
302+2007-10-11 02:06 okasaka
303+
304+ * ChangeLog, cmd/squeak-es-3.7.1/ChangeLog: es 0.1.0 released.
305+
1306 2007-10-10 08:21 ueno9
2307
3308 * os/kernel/pc/dp8390d.cpp: (Dp8390d::writeLocked) : Modify to
--- es/trunk/cmd/squeak-3.7.1/ChangeLog (revision 370)
+++ es/trunk/cmd/squeak-3.7.1/ChangeLog (revision 371)
@@ -1,147 +1,106 @@
1+2007-12-10 02:21 okasaka
2+
3+ * configure, configure.ac: (NEWS) : Set version to 0.1.1.
4+
5+2007-12-03 06:23 okasaka
6+
7+ * es/vm/intplugins/FilePlugin/sqEsDirectory.cpp: (dir_Lookup) : Fix
8+ a bug.
9+
10+2007-10-11 04:04 okasaka
11+
12+ * .: Move.
13+
14+2007-10-11 02:06 okasaka
15+
16+ * : es 0.1.0 released.
17+
118 2007-10-03 04:14 okasaka
219
3- * ChangeLog, Makefile.am, Makefile.in, configure, configure.ac,
4- es/vm/intplugins/FilePlugin/sqEsDirectory.cpp,
5- es/vm/intplugins/FilePlugin/sqEsFile.cpp,
6- es/vm/intplugins/SocketPlugin/sqEsSocket.cpp,
7- es/vm/intplugins/SoundPlugin/sqEsSound.cpp, es/vm/selector.h,
8- es/vm/sqEs.cpp, es/vm/sqEsInput.cpp: (esidl) : Switch to OMG IDL
9- syntax.
20+ * : (esidl) : Switch to OMG IDL syntax.
1021
1122 2007-07-26 09:31 okasaka
1223
13- * ChangeLog: es 0.0.12 released.
24+ * : es 0.0.12 released.
1425
1526 2007-07-26 06:54 okasaka
1627
17- * configure, configure.ac: Set version to 0.0.12.
28+ * : Set version to 0.0.12.
1829
1930 2007-07-26 02:23 okasaka
2031
21- * Makefile.in, aclocal.m4, config.guess, config.sub, configure,
22- depcomp, install-sh, missing: Switch to aclocal 1.10, autoconf
23- 2.61, and automake 1.10 of F7.
32+ * : Switch to aclocal 1.10, autoconf 2.61, and automake 1.10 of F7.
2433
2534 2007-07-11 09:39 ueno9
2635
27- * es/vm/sqEsInput.cpp: (EventManager::mouseEvent, Squeak) : Update
28- mouse position in event manager.
36+ * : (EventManager::mouseEvent, Squeak) : Update mouse position in
37+ event manager.
2938
3039 2007-07-11 08:40 ueno9
3140
32- * es/vm/sqEs.cpp: (Squeak, Console::start) : refresh screen.
41+ * : (Squeak, Console::start) : refresh screen.
3342
3443 2007-07-11 07:41 ueno9
3544
36- * es/vm/sqEs.cpp, es/vm/sqEsInput.cpp: (Squeak) : Support
37- IEventQueue.
45+ * : (Squeak) : Support IEventQueue.
3846
3947 2007-04-17 02:30 okasaka
4048
41- * ChangeLog: es 0.0.9 released.
49+ * : es 0.0.9 released.
4250
4351 2007-04-17 02:28 okasaka
4452
45- * configure, configure.ac: Set version to 0.0.9.
53+ * : Set version to 0.0.9.
4654
4755 2007-04-16 08:13 okasaka
4856
49- * es/vm/sqEsInput.cpp: Clean up.
57+ * : Clean up.
5058
5159 2007-04-11 04:08 okasaka
5260
53- * es/vm/intplugins/SocketPlugin/sqEsSocket.cpp,
54- es/vm/intplugins/SoundPlugin/sqEsSound.cpp, es/vm/sqEsInput.cpp:
55- (synchronizedSignalSemaphoreWithIndex) : Wake up interpret() if
61+ * : (synchronizedSignalSemaphoreWithIndex) : Wake up interpret() if
5662 sleeping.
5763
5864 2007-04-10 08:22 okasaka
5965
60- * es/vm/sqEsInput.cpp: (EventQueue) : Support keyboard auto-repeat.
61- Fix key code translation of enter keys.
66+ * : (EventQueue) : Support keyboard auto-repeat. Fix key code
67+ translation of enter keys.
6268
6369 2007-04-10 06:25 okasaka
6470
65- * es/vm/sqEs.cpp: (sqImageFileRead, sqImageFileWrite) : Fix return
66- value.
71+ * : (sqImageFileRead, sqImageFileWrite) : Fix return value.
6772
6873 2007-04-10 06:21 okasaka
6974
70- * es/vm/intplugins/FilePlugin/sqEsFile.cpp: Add verbose mode.
75+ * : Add verbose mode.
7176
7277 2007-04-10 06:19 okasaka
7378
74- * es/vm/intplugins/SocketPlugin/sqEsSocket.cpp: Fix non verbose
75- mode.
79+ * : Fix non verbose mode.
7680
7781 2007-04-10 06:08 okasaka
7882
79- * Makefile.am, Makefile.in,
80- es/vm/intplugins/SecurityPlugin/sqEs32Security.c,
81- es/vm/intplugins/SecurityPlugin/sqEsSecurity.c: (sqEsSecurity) :
82- Fix file name.
83+ * : (sqEsSecurity) : Fix file name.
8384
8485 2007-04-09 04:55 okasaka
8586
86- * es/vm/sqEsInput.cpp: (ioRelinquishProcessorForMicroseconds) :
87- Wake up when an event arrives, and reset interruptCheckCounter
88- for smooth eToy animation.
87+ * : (ioRelinquishProcessorForMicroseconds) : Wake up when an event
88+ arrives, and reset interruptCheckCounter for smooth eToy
89+ animation.
8990
9091 2007-03-26 03:55 okasaka
9192
92- * ChangeLog, Makefile.in, configure, configure.ac: Set version to
93- 0.0.8.
93+ * : Set version to 0.0.8.
9494
9595 2007-03-26 00:21 okasaka
9696
97- * Makefile.am, Makefile.in, es/plugins.int,
98- es/vm/intplugins/SocketPlugin,
99- es/vm/intplugins/SocketPlugin/SocketPlugin.c,
100- es/vm/intplugins/SocketPlugin/SocketPlugin.h,
101- es/vm/intplugins/SocketPlugin/sqEsSocket.cpp, es/vm/selector.h,
102- es/vm/sqEs.cpp, es/vm/sqNamedPrims.h: Add Socket Plug-in.
97+ * : Add Socket Plug-in.
10398
10499 2007-03-26 00:15 okasaka
105100
106- * es/vm/sqEsInput.cpp: (translateNormal) : Fix to translate
107- keyboard digit keys.
101+ * : (translateNormal) : Fix to translate keyboard digit keys.
108102
109103 2006-08-30 09:33 okasaka
110104
111- * ., COPYING, Cross, Cross/vm, Cross/vm/sq.h,
112- Cross/vm/sqNamedPrims.c, Cross/vm/sqVirtualMachine.c,
113- Cross/vm/sqVirtualMachine.h, License, Makefile.am, Makefile.in,
114- README, aclocal.m4, config.guess, config.sub, configure,
115- configure.ac, depcomp, es, es/plugins.ext, es/plugins.int, es/vm,
116- es/vm/interp.c, es/vm/intplugins, es/vm/intplugins/B2DPlugin,
117- es/vm/intplugins/B2DPlugin/B2DPlugin.c,
118- es/vm/intplugins/BitBltPlugin,
119- es/vm/intplugins/BitBltPlugin/BitBltPlugin.c,
120- es/vm/intplugins/FilePlugin,
121- es/vm/intplugins/FilePlugin/FilePlugin.c,
122- es/vm/intplugins/FilePlugin/FilePlugin.h,
123- es/vm/intplugins/FilePlugin/sqEsDirectory.cpp,
124- es/vm/intplugins/FilePlugin/sqEsFile.cpp,
125- es/vm/intplugins/FloatArrayPlugin,
126- es/vm/intplugins/FloatArrayPlugin/FloatArrayPlugin.c,
127- es/vm/intplugins/LargeIntegers,
128- es/vm/intplugins/LargeIntegers/LargeIntegers.c,
129- es/vm/intplugins/Matrix2x3Plugin,
130- es/vm/intplugins/Matrix2x3Plugin/Matrix2x3Plugin.c,
131- es/vm/intplugins/MiscPrimitivePlugin,
132- es/vm/intplugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c,
133- es/vm/intplugins/SecurityPlugin,
134- es/vm/intplugins/SecurityPlugin/SecurityPlugin.c,
135- es/vm/intplugins/SecurityPlugin/SecurityPlugin.h,
136- es/vm/intplugins/SecurityPlugin/sqEs32Security.c,
137- es/vm/intplugins/SoundGenerationPlugin,
138- es/vm/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.c,
139- es/vm/intplugins/SoundGenerationPlugin/SoundGenerationPlugin.h,
140- es/vm/intplugins/SoundGenerationPlugin/sqOldSoundPrims.c,
141- es/vm/intplugins/SoundPlugin,
142- es/vm/intplugins/SoundPlugin/SoundPlugin.c,
143- es/vm/intplugins/SoundPlugin/SoundPlugin.h,
144- es/vm/intplugins/SoundPlugin/sqEsSound.cpp, es/vm/sqConfig.h,
145- es/vm/sqEs.cpp, es/vm/sqEsInput.cpp, es/vm/sqNamedPrims.h,
146- es/vm/sqPlatformSpecific.h, install-sh, missing: Initial revision
105+ * : Initial revision
147106
Show on old repository browser