summaryrefslogtreecommitdiff
path: root/contrib/ChangeLog.MELT
blob: 6f738acccca1396a81eeac0fae37a3d135f013ab (plain)
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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571

2012-03-20  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc (SmeltAppl::SmeltAppl): Check the
	pixbuf created from xpm, but still don't work.
	(SmeltMainWindow::ShownFile::ShownFile): show the line numbers and
	line marks.
	(SmeltMainWindow::mark_location): Still don't work. I'm getting
	gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed from
	GutterRenderer_Class::draw_vfunc_callback

2012-03-20  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc (SmeltMainWindow::mark_location): show
	somthing, but not the gutter...

2012-03-20  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc (smelt_long_to_string): New function.
	(SmeltParseErrorAt,SmeltDomainErrorAt): Better exceptions.
	(smelt_parse_error,smelt_domain_error): New macros.
	(SmeltMainWindow::shown_file_by_number)
	(SmeltMainWindow::shown_file_by_path): New.
	(SmeltArg::to_double, SmeltArg::to_long, SmeltArg::to_string)
	(SmeltArg::to_symbol, SmeltArg::to_vector)
	(SmeltMainWindow::ShownFile::ShownFile)
	(SmeltMainWindow::mark_location): Improve domain error throw.

2012-03-20  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Comment...

2012-03-19  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Adding marks...

2012-03-19  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Add long comment.  Renamed *_pcd the
	probe commands.

2012-03-19  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc (SmeltMainWindow): mainsfilemapnum_ &
	mainsfiledict_ contain raw pointers.
	(SmeltArg::parse_string_arg): no more char-level debug.
	(SmeltMainWindow::ShownFile::ShownFile): Add a title label, and vbox..
	(SmeltMainWindow::ShownFile::~ShownFile): Remove this from
	mainsfilemapnum & mainsfiledict.

2012-03-18  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Initialize GtkSourceViewMM early!

2012-03-18  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Cannot use
	Gsv::LanguageManager::get_default !

2012-03-17  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: adding showfile_cmd, not working yet.

2012-03-17  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Processing simple commands.

2012-03-17  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Still busy waiting :-(

2012-03-17  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Adding quit & tracemsg commands...

2012-03-17  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Parse commands...

2012-03-16  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Better UI manager....

2012-03-16  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: Using UI manager....

2012-03-16  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: More.

2012-03-15  Basile Starynkevitch  <basile@starynkevitch.net>

	* simplemelt-gtkmm-probe.cc: New file.

2012-03-02  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Use tardy.

2012-03-01  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (melt-runtime-params-inc.c): Just use the
	gfmeltgcc_revision file, without using tr..

2012-03-01  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (gfmeltgcc_run_md5): Really preprocess
	melt-run.proto.h and compute md5sum of expansion.

2012-01-20  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (melt-runtime-params-inc.c): Use gfmeltgcc_revision.
	(install-melt-default-modules-list): Install the various flavors.

2012-01-19  Basile Starynkevitch  <basile@starynkevitch.net>
	{{melt-0.9.3-rc0}}
	* MELT-Plugin-Makefile (melt_make_source_dir): Use realpath.
	(melt-runtime.args): Explicitly add the melt-runtime.c.

2012-01-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile: use melt_move_if_change.

2012-01-10  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt-mv-if-changed.c: New file.

	* make-melt-source-tar.sh: Copy melt-mv-if-changed.c

2011-12-06  Basile Starynkevitch  <basile@starynkevitch.net>
	{{melt-0.9.2-rc2}}
	* MELT-Plugin-Makefile (install-*): Add echo-ing messages.
	(install-melt-mk): Don't mkinstalldirs $(libexecsubdir)

2011-12-02  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (CFLAGS): New.
	(melt-runtime.args): Put our -I before GCC ones.
	(melt.so): Use CFLAGS.

2011-10-27  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (STAMP): Define.
	(clean): remove the timestamp files.

2011-09-27  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (MELT_RUNTIME_C): Define.

2011-09-26  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (melt.so): Use @melt-runtime.args to compile.

2011-09-26  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile: Build melt-make-string to generate
	melt-runtime-params-inc.c.

2011-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (melt.so): Also build melt-runtime.args

2011-09-09  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (MELTGCC_LIBES): New variable.
	(melt.so): Use it.

2011-08-28  Alexandre Lissy  <alissy@mandriva.com>
	* MELT-Plugin-Makefile: Fix inconsistency source path for modlis loading and
	modlis path installation, using 'source-path' as in melt-runtime.c and
	old make/install shell script.

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* MELT-Plugin-Makefile: Remove useless '/' after $(DESTDIR)

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* meltpluginapi.texi: Adding missing versionsubtitle macro

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* meltpluginapi.texi: Adding missing versionsubtitle macro

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* meltpluginapi.texi: Adding missing versionsubtitle macro

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* MELT-Plugin-Makefile: Adding target to build .html and .pdf

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* MELT-Plugin-Makefile (install-melt-modules): Fix installation paths

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* meltpluginapi.texi: Fix nodes (thanks to Patrice Dumas
	<pertusus@free.fr> for suggestions).

2011-08-25  Alexandre Lissy  <alissy@mandriva.com>
	* MELT-Plugin-Makefile: Using -quicklybuilt instead of
	-static.

2011-07-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (melt_make_move): Use move-if-change.

2011-07-19  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Copy move-if-change.

2011-07-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Copy gnu.texi correctly.

2011-07-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (MELTGCC_DOC_INFO_DIR)
	(MELTGCC_DOC_HTML_DIR, MELTGCC_DOC_PDF_DIR): New variables.
	(install-melt-doc): New target.

	* make-melt-source-tar.sh: Copy gnu.texi.

2011-07-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* MELT-Plugin-Makefile (%.pdf,%.html,%.info): Remove rules because
	GNU make knows them.

2011-07-18  Basile Starynkevitch  <basile@starynkevitch.net>

	* meltplugin.texi: Add @settitle.
	* meltpluginapi.texi: Improve explanation of copyright GPLv3+.

	* MELT-Plugin-Makefile: Adding documentation generation.
	(MAKEINFO,TEXI2PDF): New variables.
	(.PHONY, all): Add doc.
	(MELTDOCSRC, MELTDOCPDF, MELTDOCINFO, MELTDOCHTML): New variables.
	(doc-pdf, doc-html, doc-info): New targets.
	(%.pdf,%.html,%.info): New rules for documentation.

2011-07-15  Romain Geissler  <romain.geissler@gmail.com>

	* MELT-Plugin-Makefile (LIBS_INCLUDEFLAGS):new variable
	(CC): Allow environement overrinding
	(GAWK): Likewise
	(SED): Likewise
	(TR): Likewise
	(AUTOGEN): Likewise
	(INSTALL): Likewise
	(INSTALL_DRIVER): Likewise
	(DESTDIR): Likewise
	(melt_make_cc1): use gcc -c
	(melt_make_cc1_dependency): remove $(melt_make_cc1)
	Change source installation directory melt-source{,s}
	Fix mispelled rule install-melt-source{,s}
	* gcc/doc/melt.texi: gcc -c compilation works
	* gcc/melt-runtime.c: Use module basename when
	looking for module source
	* gcc/melt-build.tpl: melt_make_cc1_* help
	* gcc/melt-build.mk (*Regenerate)
	* gcc/Makefile.in (melt_installed_cflags): Add library
	includes
	Change source installation directory melt-source{,s}
	(check-melt-runtime): temporary use -Wno-error
	(check-melt-runtime): use bootstrapping mode

2011-07-15  Pierre Vittet  <piervit@pvittet.com>
	* Makefile.in (install-melt-default-modules-list): Fix bad file call.

2011-07-11  Basile Starynkevitch  <basile@starynkevitch.net>

	* MELT-Plugin-Makefile (install)
	(install-melt-includes,install-melt-modules): Better installation
	procedure.
	(install-melt-so): New phony target.

2011-07-10  Basile Starynkevitch  <basile@starynkevitch.net>

	* MELT-Plugin-Makefile: Generate correctly melt-run-md5.h.

2011-07-10  Basile Starynkevitch  <basile@starynkevitch.net>

	* MELT-Plugin-Makefile: Add .NOTPARALLEL.

2011-07-10  Basile Starynkevitch  <basile@starynkevitch.net>

	* MELT-Plugin-Makefile: Force MELT_STAGE_ZERO=melt-stage0-static.

2011-07-09  Basile Starynkevitch  <basile@starynkevitch.net>

	* make-melt-source-tar.sh: Handle MELT-Plugin-Makefile.

2011-07-08  Basile Starynkevitch  <basile@starynkevitch.net>

	* MELT-Plugin-Makefile: New file.

2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>

	* make-melt-source-tar.sh: Correct error message.

2011-07-07  Basile Starynkevitch  <basile@starynkevitch.net>

	* build-melt-plugin.sh (do_melt_make): Set MELT_GCC_VERSION.

2011-07-07  Basile Starynkevitch  <basile@starynkevitch.net>

	* build-melt-plugin.sh (do_melt_make): Pass the relative include
	directories before the absolute ones.

2011-07-06  Pierre Vittet  <piervit@pvittet.com>
	    Basile Starynkevitch  <basile@starynkevitch.net>

	* build-melt-plugin.sh: Check that a previous MELT plugin is not
	already installed.

2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>

	* make-melt-source-tar.sh: Add more comments. Accept gengtype -r
	gtype.state ... as optional 3rd and following arguments.

	* build-melt-plugin.sh: Change invocation, so expecting different
	program arguments. Remove (-S gccsourcedir) and (-B gccbuilddir)
	arguments. Add (-G gengtype) and (-T gtype.state) arguments.
	(usage): Update usage message.
	(GCC_SOURCE_TREE, GCC_BUILD_TREE): Remove variable.
	(GCCMELT_GENGTYPE_FLAGS): Add variable.
	(gengtype_prog, gengtype_state): Add variable.
	(parse_args): Update argument parsing.
	(sanity_checks_gcc_info): Update function, remove checks with
	$GCC_SOURCE_TREE or $GCC_BUILD_TREE.
	(get_gty_melt_header): Run gengtype when needed.
	(do_melt_make): Don't use $GCC_SOURCE_TREE or $GCC_BUILD_TREE.

2011-07-05  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_dot_so): Also pass
	-I.../c-family for c-pragma.h.

2011-06-27  Alexandre Lissy <alissy@mandriva.com>

       * build-melt-plugin.sh: Adding -b and -i switches to separate
         build from install.

2011-04-29  Basile Starynkevitch  <basile@starynkevitch.net>
	    Pierre Vittet  <piervit@pvittet.com>
	* build-melt-plugin.sh (install_melt): Create the directories,
	useful when $DESTDIR is given.

2011-04-27  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (install_melt): Install explicitly melt.so
	under $gcc_plugin_directory

2011-04-27  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (verbose_ls): New function.
	(install_melt): Use it. Install explicitly melt.so.

2011-04-26  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_dot_so): Define MELT_REVISION.

2011-04-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* meltpluginapi.texi (gcctabopt,gccoptlist,gol,versionsubtitle):
	Copied macros from gcc-common.texi.

2011-04-16  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: Use readlink when realpath not available.

2011-04-16  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: set LANG and LC_ALL to C.
	(install_melt) Use install -D everywhere.

2011-04-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_dot_so): Better
	MELT_MODULE_CFLAGS

2011-04-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (make_melt_documentation): Pass --force to
	makeinfo & --split section to texi2html.
	* make-melt-source-tar.sh: Copy melt.texi

2011-04-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (make_melt_documentation): New function.
	Use it.
	* meltpluginapi.texi: Better phrasing about documentation
	generation.

2011-04-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* meltplugin.texi: New file to wrap the melt.texi chapter when
	making MELT as a plugin.
	* meltpluginapi.texi: New file to wrap the generated
	meltgendoc.texi chapter when making MELT as a plugin.
	* make-melt-source-tar.sh: Copy these two files and some other
	texi files.

2011-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (install_melt): Install warmelt-predef.melt
	correctly.

2011-04-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_run_headers): Fix typo to
	compute md5sum of preprocessed headers.
	(install_melt): Install correct files.

2011-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Copy make-melt-predefh.awk &
	make-warmelt-predef.awk

2011-04-12  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Better tar

2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Copy the
	libmeltopengpu/meltopengpu-runtime.c file.

2011-04-07  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (install_melt): Install copy of missing GCC
	header files for MELT.

2011-04-07  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (set_default_variables,install_melt): Use
	DESTDIR if given.

2011-04-07  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (do_melt_make): More verbose.

2011-04-07  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (MELTSLEEPDELAY): Shorten to 2 seconds.
	(built_melt_dot_so,do_melt_make); Pass -I$PWD &
	-I$PWD/melt/generated.

2011-04-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_run_headers): Better use of
	cut.
	(do_melt_make): Pass -Imelt/generated.

2011-04-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_run_headers): More verbose.

2011-04-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (build_melt_run_headers): Better -I... flags.

2011-04-04  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Update copyright year.
	copy the MISSINGMELT_PLUGIN_HEADERS files.

	* build-melt-plugin.sh (verbose_echo, verbose_sleep): Work.
	(build_melt_dot_so): Pass -Imelt/generated.
	(do_melt_make): Use melt-build.mk.
	(bootstrap_melt): Use warmelt0, warmelt pseudo targets.

2011-03-31  Basile Starynkevitch  <basile@starynkevitch.net>
	* gt-melt-runtime-plugin-4.5.h: Remove file, because something
	similar is under gcc/melt/generated/

2011-03-30  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh (sanity_checks_gcc_info): Test for
	warmelt-first-0.c. Test for --enable-plugin. Test for GCC 4.6 &
	4.7

2010-10-21  Basile Starynkevitch  <basile@starynkevitch.net>
	* pygmentize-melt: MELT :keywords are decorators.

2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: typo.

2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: make a test run of melt.so.

2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: set melt_make_cc1_dependency.

2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: making warmelt0.

2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: testing the result of $MAKE.

2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
	* make-melt-source-tar.sh: Moved comment upwards.

2010-10-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: typo.

2010-10-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: do_melt_make more verbose.

2010-10-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: moved generation of melt-predef.h.

2010-10-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: typo.

2010-10-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: updated, compute the melt-run-md5.h
	there...

	* gt-melt-runtime-plugin-4.5.h: manually removed the
	*GIMPLESEQNODE* related obsolete stuff.


2010-10-13  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-source-tar.sh: updated.

2010-10-13  Basile Starynkevitch  <basile@starynkevitch.net>
	* pygmentize-melt: minor corrections with help from Tim Hatch.

2010-10-13  Basile Starynkevitch  <basile@starynkevitch.net>
	* pygmentize-melt: Added new python script to pygmentize MELT code

2010-07-02  Basile Starynkevitch  <basile@starynkevitch.net>
	* gt-melt-runtime-plugin-4.5.h: Manually copied from generated
	gt-melt-runtime.h suitable for GCC 4.5.

2010-06-30  Basile Starynkevitch  <basile@starynkevitch.net>
	* gt-melt-runtime-plugin-4.5.h: Manually added this as a fixed
	copy of generated gt-melt-runtime.h suitable for GCC 4.5.

2010-06-17  Basile Starynkevitch  <basile@starynkevitch.net>
	    Jeremie Salvucci  <jeremie.salvucci@free.fr>
	* build-melt-plugin.sh: added -C argument.

2010-06-15  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: Protect every if test with double-quotes.

2010-06-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: Use warmelt not warmelt3.

2010-04-21  Basile Starynkevitch  <basile@starynkevitch.net>
	* gcc_update: force LANG & LC_ALL to C locale

2010-03-14  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-source-tar.sh: added file.

2010-03-10  Basile Starynkevitch  <basile@starynkevitch.net>
	* build-melt-plugin.sh: added file.

2008-06-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: REMOVED FILE.

2008-06-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: obsolete file.

2008-05-22  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: added generation of basilys_trace_start &
	basilys_trace_end, renaming all Lambda routines

2008-05-21  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: [handling of OR might be wrong but is not corrected]
	typo in output_ccode obj_closetq.
	more verbose assert in output_ccode obj_call.

2008-05-19  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: using bp_aptr in multivalued returns.

2008-05-16  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: use curfptr curfnum ... in generated code.
	When ENABLE_CHECKING added empty flocs in frames.

2008-04-25  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: the assert of prog_lambda-p is more verbose,
	to catch when a primitive is directly referenced.

2008-04-21  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: added gcc_assert of basilys_discr of actual arguments.
	less verbious huge comments.

2008-04-20  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: the generated code is still sometimes
	buggy. We deliberately leave the bug and added COLD_EXTRAGAP in
	the generated code (& frames) to circumvent it.

2008-04-17  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: correct output of empty framloc_basilys_st*

2008-04-16  Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: field assignment thru basilys_checked_assign

2008-04-15   Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: strings argument passed verbatim as cstrings

2008-03-29   Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: defselector does not need any explicit :named_name

2008-03-27   Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: uses basilys_apply instead of basilysgc_apply in generated code.

2008-03-22   Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: added empty framloc support when ENABLE_CHECKING in basilys frame.

2008-03-20   Basile Starynkevitch  <basile@starynkevitch.net>
	* cold-basilys.lisp: removed invocation if indent & basilys-gcc programs.
	(output_ccode) added newline emission after outputting preprocessor directives.

/// Local Variables:
/// mode: change-log
/// End: