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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
|
2001-05-16 23:06 jao
* samples/: stress5.mixal, stress6.mixal:
0.3.2 release
2001-05-16 23:02 jao
* INSTALL, samples/.cvsignore:
0.3.2 release
2001-05-16 01:28 jao
* doc/mdk_install.texi:
CVS URL corrected
2001-05-16 01:20 jao
* doc/img/Makefile.am:
new figures added
2001-05-16 01:11 jao
* ChangeLog:
0.3.2 release
2001-05-16 01:08 jao
* .cvsignore, configure.in, updatelog, doc/mdk.texi,
doc/mdk_gmixvm.texi, doc/mdk_install.texi, doc/img/ss_colors.jpg,
doc/img/ss_goto.jpg, mixlib/mix.h, samples/.cvsignore:
0.3.2 release
2001-05-14 00:58 jao
* THANKS, NEWS:
name typo
2001-05-14 00:54 jao
* NEWS, THANKS:
0.3.2 release
2001-05-11 00:10 jao
* NEWS:
0.3.2 release
2001-05-10 23:48 jao
* mixgtk/: mixgtk.glade, mixgtk_device.c, mixgtk_fontsel.c:
devices font customisation added
2001-05-10 01:45 jao
* mixlib/: mix_file.c, xmix_io.c:
read/write files not truncated if they already exist
2001-05-10 01:17 jao
* mixgtk/mixgtk_device.c:
minor changes
2001-05-10 01:16 jao
* mixlib/: mix_io.c, xmix_device.c, xmix_io.c:
(mix_io_write_*_array) bug corrected
2001-05-08 01:03 jao
* mixgtk/mixgtk_device.c:
use of virtual device destructor to delete devices after program
reload
2001-05-08 01:02 jao
* mixlib/: mix_device.c, mix_vm.c, xmix_device.c, xmix_device.h:
mix_device_t: virtual destructor added
2001-05-06 23:38 jao
* mixgtk/mixgtk_device.c, mixlib/mix_device.c,
mixlib/xmix_device.c, mixlib/xmix_device.h:
support for gtk binary devices added
2001-05-04 01:48 jao
* mixlib/: mix_vm.c, mix_vm.h, xmix_vm.c, xmix_vm.h:
new devices are created by a (possibly externally provided) factory
2001-05-04 01:35 jao
* mixgtk/mixgtk_fontsel.c:
(change_font_) setting current font on fontsel dialog when available
2001-05-04 01:34 jao
* mixgtk/mixgtk.c:
(mixgtk_init) check for the existence of glade xml file(s) before
using it
2001-04-30 01:28 jao
* mixgtk/mixgtk.glade:
minor changes
2001-04-29 22:40 jao
* mixgtk/: mixgtk_fontsel.c, mixgtk_mixal.c:
config file handling added
2001-04-29 14:56 jao
* mixgtk/: Makefile.am, mixgtk.c, mixgtk.glade, mixgtk.h,
mixgtk_config.c, mixgtk_config.h, mixgtk_fontsel.c,
mixgtk_gen_handlers.c, mixgtk_gen_handlers.h, mixgtk_widgets.c:
config file handling added
2001-04-28 22:54 jao
* mixgtk/: Makefile.am, gmixvm.c, mixgtk.c, mixgtk.h:
initialisation, clean-up and main functionality split
2001-04-28 00:54 jao
* mixgtk/: .cvsignore, Makefile.am, mixgtk.c, mixgtk.glade,
mixgtk_fontsel.c, mixgtk_fontsel.h, mixgtk_widgets.c,
mixgtk_widgets.h:
font customization added
2001-04-23 23:30 jao
* mixutils/Makefile.am:
intlibs recovered
2001-04-22 22:07 jao
* mixlib/mix_vm_command.c:
(cmd_pmem_) seg fault when freeing (changed) arg valued corrected
2001-04-22 02:04 jao
* mixgtk/: Makefile.am, mixgtk.c, mixgtk.glade, mixgtk_colorsel.c,
mixgtk_colorsel.h, mixgtk_mixal.c, mixgtk_mixal.h,
mixgtk_widgets.c, mixgtk_widgets.h:
color custumozation added
2001-04-21 23:59 jao
* doc/mdk_install.texi:
minor changes
2001-04-21 23:30 jao
* mixgtk/mixgtk_mixal.c:
(on_mixal_select_row) set/unset breakpoints on location line
2001-04-09 01:15 jao
* INSTALL:
release 0.3.1
2001-04-09 00:40 jao
* .cvsignore:
ignored files
2001-04-09 00:40 jao
* doc/mdk.texi, doc/mdk_install.texi, ChangeLog:
release 0.3.1
2001-04-09 00:19 jao
* aclocal.m4, NEWS:
release 0.3.1
2001-04-08 22:35 jao
* aclocal.m4, configure.in:
gtk test recovered
2001-04-08 22:23 jao
* NEWS, THANKS, mixgtk/mixgtk_cmd_dispatcher.c:
compilation on FreeBSD fixed
2001-04-08 00:13 jao
* lib/.cvsignore, samples/.cvsignore:
ignored files
2001-04-08 00:12 jao
* Makefile.am, aclocal.m4, configure.in, lib/Makefile.am,
lib/getopt.h, lib/getopt_long.c, mixgtk/Makefile.am,
mixutils/Makefile.am, mixutils/mixasm.c, mixutils/mixvm.c:
getopt and getopt_long provided if missing
2001-04-07 12:23 jao
* mixlib/mix_file.h:
minor changes
2001-04-03 00:19 jao
* mixutils/mixvm_loop.c:
use of gets avoided for FreeBSD portability
2001-04-03 00:11 jao
* mixgtk/mixgtk_device.c:
use of opem_memstream avoided for FreeBSD portability
2001-04-02 21:32 jao
* misc/Makefile.am:
mixvm.el installed as package data
2001-04-01 15:23 jao
* mixgtk/: mixgtk_cmd_dispatcher.c, mixgtk_mixal.c, mixgtk_input.c:
including prototype for strlen (string.h)
2001-04-01 15:22 jao
* mixlib/mix_vm_command.c:
(cmd_smem_) variables always initialised
2001-04-01 15:09 jao
* mixlib/: mix_eval_scanner.l, mix_scanner.l:
including prototype for strlen (string.h)
2001-04-01 15:06 jao
* mixlib/: mix_code_file.c, mix_parser.c:
including prototype for strlen (string.h)
2001-04-01 15:04 jao
* mixlib/mix_file.c:
including prototype for strlen and strcmp (string.h)
2001-04-01 15:01 jao
* mixlib/mix_symbol_table.c:
including prototype for strlen (string.h)
2001-04-01 14:59 jao
* mixlib/xmix_vm.h:
including prototype for memset (string.h)
2001-04-01 00:04 jao
* configure.in, doc/mdk.texi, mixgtk/mixgtk_mixal.h:
minor changes
2001-03-31 02:35 jao
* doc/mdk.texi:
direntry added
2001-03-30 23:09 jao
* doc/Makefile.am:
missing file
2001-03-30 02:23 jao
* mixgtk/Makefile.am, mixutils/Makefile.am:
included gettext libs properly used when specified in configuration
2001-03-28 01:20 jao
* TODO:
release 0.3
2001-03-28 01:16 jao
* THANKS, NEWS:
release 0.3
2001-03-28 01:12 jao
* .cvsignore, NEWS, configure.in, doc/Makefile.am, doc/mdk.texi,
doc/mdk_gmixvm.texi, doc/ss_devices.png, doc/ss_mix.png,
doc/ss_mix.txt, doc/ss_mixal.png, doc/ss_mixal.txt,
doc/ss_worddlg.png, doc/img/.cvsignore, doc/img/Makefile.am,
samples/stress2.mixal:
0.3 release
2001-03-26 00:54 jao
* doc/img/: ss_devices.jpg, ss_devices.png, ss_mix.jpg, ss_mix.png,
ss_mixal.jpg, ss_mixal.png, ss_worddlg.jpg, ss_worddlg.png:
images translated to jpg
2001-03-26 00:45 jao
* doc/img/: Makefile.am, ss_devices.png, ss_mix.png, ss_mix.txt,
ss_mixal.png, ss_mixal.txt, ss_worddlg.png, ss_mixal.txt:
doc images
2001-03-26 00:06 jao
* doc/ss_mixal.txt:
info mode figure
2001-03-22 04:01 jao
* .cvsignore, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am,
NEWS, README, THANKS, TODO, acconfig.h, aclocal.m4, autogen.sh,
configure.in, doc/.cvsignore, doc/Makefile.am, doc/gpl.texi,
doc/mdk.texi, doc/mdk_bugs.texi, doc/mdk_emixvm.texi,
doc/mdk_gmixvm.texi, doc/mdk_gstart.texi, doc/mdk_index.texi,
doc/mdk_install.texi, doc/mdk_intro.texi, doc/mdk_mixasm.texi,
doc/mdk_mixvm.texi, doc/mdk_tut.texi, doc/ss_devices.png,
doc/ss_mix.png, doc/ss_mix.txt, doc/ss_mixal.png,
doc/ss_worddlg.png, misc/.cvsignore, misc/Makefile.am,
misc/mixvm.el, mixgtk/.cvsignore, mixgtk/Makefile.am,
mixgtk/mixgtk.c, mixgtk/mixgtk.glade,
mixgtk/mixgtk_cmd_dispatcher.c, mixgtk/mixgtk_cmd_dispatcher.h,
mixgtk/mixgtk_device.c, mixgtk/mixgtk_device.h,
mixgtk/mixgtk_gen_handlers.c, mixgtk/mixgtk_gen_handlers.h,
mixgtk/mixgtk_input.c, mixgtk/mixgtk_input.h,
mixgtk/mixgtk_mixal.c, mixgtk/mixgtk_mixal.h,
mixgtk/mixgtk_mixvm.c, mixgtk/mixgtk_mixvm.h,
mixgtk/mixgtk_widgets.c, mixgtk/mixgtk_widgets.h,
mixlib/.cvsignore, mixlib/Makefile.am, mixlib/mix.c, mixlib/mix.h,
mixlib/mix_code_file.c, mixlib/mix_code_file.h,
mixlib/mix_device.c, mixlib/mix_device.h, mixlib/mix_eval.c,
mixlib/mix_eval.h, mixlib/mix_eval_scanner.l, mixlib/mix_file.c,
mixlib/mix_file.h, mixlib/mix_ins.c, mixlib/mix_ins.h,
mixlib/mix_io.c, mixlib/mix_io.h, mixlib/mix_parser.c,
mixlib/mix_parser.h, mixlib/mix_scanner.l, mixlib/mix_src_file.c,
mixlib/mix_src_file.h, mixlib/mix_symbol_table.c,
mixlib/mix_symbol_table.h, mixlib/mix_types.c, mixlib/mix_types.h,
mixlib/mix_vm.c, mixlib/mix_vm.h, mixlib/mix_vm_clock.c,
mixlib/mix_vm_clock.h, mixlib/mix_vm_command.c,
mixlib/mix_vm_command.h, mixlib/mix_vm_dump.c,
mixlib/mix_vm_dump.h, mixlib/xmix_device.c, mixlib/xmix_device.h,
mixlib/xmix_eval.h, mixlib/xmix_io.c, mixlib/xmix_io.h,
mixlib/xmix_parser.h, mixlib/xmix_vm.c, mixlib/xmix_vm.h,
mixlib/testsuite/.cvsignore, mixlib/testsuite/Makefile.am,
mixlib/testsuite/mix_device_t.c, mixlib/testsuite/mix_eval_t.c,
mixlib/testsuite/mix_ins_t.c, mixlib/testsuite/mix_parser_t.c,
mixlib/testsuite/mix_types_t.c, mixlib/testsuite/mix_vm_ins_t.c,
mixlib/testsuite/test.h, mixutils/.cvsignore, mixutils/Makefile.am,
mixutils/mixasm.c, mixutils/mixasm_comp.c, mixutils/mixasm_comp.h,
mixutils/mixvm.c, mixutils/mixvm_command.c,
mixutils/mixvm_command.h, mixutils/mixvm_loop.c, po/.cvsignore,
po/ChangeLog, po/POTFILES.in, samples/.cvsignore,
samples/Makefile.am, samples/hello.mixal, samples/primes.mixal,
samples/primes.result, samples/stress1.mixal,
samples/stress2.mixal, samples/stress4.mixal:
Initial revision
2001-03-22 04:01 jao
* .cvsignore, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am,
NEWS, README, THANKS, TODO, acconfig.h, aclocal.m4, autogen.sh,
configure.in, doc/.cvsignore, doc/Makefile.am, doc/gpl.texi,
doc/mdk.texi, doc/mdk_bugs.texi, doc/mdk_emixvm.texi,
doc/mdk_gmixvm.texi, doc/mdk_gstart.texi, doc/mdk_index.texi,
doc/mdk_install.texi, doc/mdk_intro.texi, doc/mdk_mixasm.texi,
doc/mdk_mixvm.texi, doc/mdk_tut.texi, doc/ss_devices.png,
doc/ss_mix.png, doc/ss_mix.txt, doc/ss_mixal.png,
doc/ss_worddlg.png, misc/.cvsignore, misc/Makefile.am,
misc/mixvm.el, mixgtk/.cvsignore, mixgtk/Makefile.am,
mixgtk/mixgtk.c, mixgtk/mixgtk.glade,
mixgtk/mixgtk_cmd_dispatcher.c, mixgtk/mixgtk_cmd_dispatcher.h,
mixgtk/mixgtk_device.c, mixgtk/mixgtk_device.h,
mixgtk/mixgtk_gen_handlers.c, mixgtk/mixgtk_gen_handlers.h,
mixgtk/mixgtk_input.c, mixgtk/mixgtk_input.h,
mixgtk/mixgtk_mixal.c, mixgtk/mixgtk_mixal.h,
mixgtk/mixgtk_mixvm.c, mixgtk/mixgtk_mixvm.h,
mixgtk/mixgtk_widgets.c, mixgtk/mixgtk_widgets.h,
mixlib/.cvsignore, mixlib/Makefile.am, mixlib/mix.c, mixlib/mix.h,
mixlib/mix_code_file.c, mixlib/mix_code_file.h,
mixlib/mix_device.c, mixlib/mix_device.h, mixlib/mix_eval.c,
mixlib/mix_eval.h, mixlib/mix_eval_scanner.l, mixlib/mix_file.c,
mixlib/mix_file.h, mixlib/mix_ins.c, mixlib/mix_ins.h,
mixlib/mix_io.c, mixlib/mix_io.h, mixlib/mix_parser.c,
mixlib/mix_parser.h, mixlib/mix_scanner.l, mixlib/mix_src_file.c,
mixlib/mix_src_file.h, mixlib/mix_symbol_table.c,
mixlib/mix_symbol_table.h, mixlib/mix_types.c, mixlib/mix_types.h,
mixlib/mix_vm.c, mixlib/mix_vm.h, mixlib/mix_vm_clock.c,
mixlib/mix_vm_clock.h, mixlib/mix_vm_command.c,
mixlib/mix_vm_command.h, mixlib/mix_vm_dump.c,
mixlib/mix_vm_dump.h, mixlib/xmix_device.c, mixlib/xmix_device.h,
mixlib/xmix_eval.h, mixlib/xmix_io.c, mixlib/xmix_io.h,
mixlib/xmix_parser.h, mixlib/xmix_vm.c, mixlib/xmix_vm.h,
mixlib/testsuite/.cvsignore, mixlib/testsuite/Makefile.am,
mixlib/testsuite/mix_device_t.c, mixlib/testsuite/mix_eval_t.c,
mixlib/testsuite/mix_ins_t.c, mixlib/testsuite/mix_parser_t.c,
mixlib/testsuite/mix_types_t.c, mixlib/testsuite/mix_vm_ins_t.c,
mixlib/testsuite/test.h, mixutils/.cvsignore, mixutils/Makefile.am,
mixutils/mixasm.c, mixutils/mixasm_comp.c, mixutils/mixasm_comp.h,
mixutils/mixvm.c, mixutils/mixvm_command.c,
mixutils/mixvm_command.h, mixutils/mixvm_loop.c, po/.cvsignore,
po/ChangeLog, po/POTFILES.in, samples/.cvsignore,
samples/Makefile.am, samples/hello.mixal, samples/primes.mixal,
samples/primes.result, samples/stress1.mixal,
samples/stress2.mixal, samples/stress4.mixal:
initial import (sf 0.3beta)
|