forked from haskell/c2hs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.CTKlight
465 lines (284 loc) · 12.8 KB
/
ChangeLog.CTKlight
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
2005-05-18 Manuel M. T. Chakravarty <[email protected]>
* Makefile: Evil Hack to be able create base.build.conf before
building `libctk.a'
2005-05-18 André Pang <[email protected]>
* Adaptation to GHC 6.4 and the Cabal package system
2005-05-18 Manuel M. T. Chakravarty <[email protected]>
* admin/BaseVersion.hs (versnum): 0.27.0
2004-05-15 Manuel M. T. Chakravarty <[email protected]>
* configure.in: Using `egrep' is available (as grep on SunOS
doesn't handle regular expressions) noticed by Matthias Neubauer
* syntax/Parsers.hs (execParser): Added a token mapping as an
extra argument
2003-10-19 Manuel M T Chakravarty <[email protected]>
* configure.in: Support for Mac OS X by Sean Seefried
2003-10-19 Manuel M T Chakravarty <[email protected]>
* sysdep/Makefile: Posix (and hence, `runPiped') support disabled,
as `runPiped' (1) isn't really used at the moment, (2) should be
rewritten anyway, and (3) breaks with GHC 6.3 as the signature of
`forkProcess' changed.
* admin/BaseVersion.hs (versnum): 0.26.0
2003-06-10 Manuel M T Chakravarty <[email protected]>
* ../mk/common.mk (MKDEPENDFILES): defined ghc6
* syntax/Makefile (RANK2): defined ghc6
* sysdep/Makefile (SRCS): defined SysDepGHC6.hs as an alias for
SysDepGHC4.hs
* admin/BaseVersion.hs (versnum): 0.25.1
2003-03-13 Manuel M T Chakravarty <[email protected]>
* general/Sets.hs (domSetFM): added
* general/FiniteMaps.hs (domFM): added
(imageFM): added
* admin/BaseVersion.hs (versnum): 0.25.0
2003-02-12 Manuel M T Chakravarty <[email protected]>
* general/UNames.hs: we derive `Show Name' explicitly to print the
number only
2003-02-05 Manuel M T Chakravarty <[email protected]>
* general/FileOps.hs (mktemp): added
2003-02-01 Manuel M T Chakravarty <[email protected]>
* ../common.mk: I wasn't careful when removing the ability (for
the user) to invoke make in the part directories and hence the
ability to check dependencies in these directories. As a result,
recursive invocations of make tried to check dependencies in part
directories and erroneously decided that the target is alreasy up
to date. Now the object file are removed before descending into
the recursive make.
* ../common.mk (gendepend): remove $(DEPEND) first
* admin/BaseVersion.hs (versnum): 0.24.3
2002-09-16 Manuel M T Chakravarty <chak@AttitudeAdjuster>
* Makefile (libctk.o): generating library for GHCi
2002-09-06 Manuel M T Chakravarty <chak@AttitudeAdjuster>
* Makefile (OBJS): excluded state/DynArrays.o from the target
objects for nhc98 (as it chokes on that module)
2002-05-16 Manuel M T Chakravarty <[email protected]>
* changed name if base package to `ctk' to not clash with GHC's
new package naming scheme
* admin/BaseVersion.hs (versnum): 0.24.2
2002-03-22 Manuel M T Chakravarty <[email protected]>
* ../configure.in: test for availability of the `posix' package
made more reliable
* admin/BaseVersion.hs (versnum): 0.24.1
2002-03-12 Manuel M T Chakravarty <[email protected]>
* Makefile: revised to new build system
* admin/BaseVersion.hs (versnum): 0.24.0
2002-03-06 Manuel M T Chakravarty <[email protected]>
* general/Sets.hs (isSuperSet): cut'n'pasto
2002-03-05 Manuel M T Chakravarty <[email protected]>
* Makefile: fixed libctk.a target
* ../configure.in: make sure to include the posix package only for
GHC (and not for nhc98)
* admin/BaseVersion.hs (versnum): 0.23.1
2002-02-11 Manuel M T Chakravarty <[email protected]>
* Makefile: we are now creating a library archive to use packages
2002-02-10 Manuel M T Chakravarty <[email protected]>
* ../mk/common.mk: added package support
* ../configure.in: added package support; replaced -syslib by -package
* admin/BaseVersion.hs (versnum): 0.23.0
2002-01-06 Manuel M T Chakravarty <[email protected]>
* common.mk: removed TMP as it causes problems on cygwin as
reported by Karl M. Syring <[email protected]>
* admin/BaseVersion.hs (versnum): 0.22.5
2001-09-26 Manuel M. T. Chakravarty <[email protected]>
* general/UNames.hs: nhc98 1.08 doesn't grok deriving Ix
* ../configure.in: better support for nhc98
* admin/BaseVersion.hs (versnum): 0.22.4
2001-05-20 Manuel M. T. Chakravarty <[email protected]>
* state/CIO.hs (doesFileExistCIO): added by Axel Simon <[email protected]>
2001-05-13 Manuel M. T. Chakravarty <[email protected]>
* Makefile (spotless): remove config.cache
2001-04-21 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in: Adapted to support ghc 5.x and removed support
for ghc 3.x
* admin/BaseVersion.hs (versnum): 0.22.3
2000-10-05 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in: uses the fptools macro for determining ghc's
version number
2000-10-02 Manuel M. T. Chakravarty <[email protected]>
* errors/Errors.hs (showError): special handling of internal positions
* admin/Common.hs: added internal positions
* admin/BaseVersion.hs (versnum): 0.22.2
2000-09-15 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in: corrected ghc version number extraction to
correctly handle patch levels; added happy - most have gone lost
earlier...
2000-09-12 Manuel M. T. Chakravarty <[email protected]>
* syntax/Pretty.hs (<>): debugged
2000-09-11 Manuel M. T. Chakravarty <[email protected]>
* syntax/Pretty.hs (Pretty): type class for pretty printing
(infixOp): added
(usedWhen): added
(punctuate): added
(dot): added
* admin/BaseVersion.hs (versnum): 0.22.1
2000-09-07 Manuel M. T. Chakravarty <[email protected]>
* syntax/Pretty.hs: Revision of the interface; the interface is
now 90% compatible to SimonPJ's `Pretty' module; debugging
(fullRender): dropping leading '\n's
some more combinators
* admin/BaseVersion.hs (versnum): 0.22.0
2000-09-03 Manuel M. T. Chakravarty <[email protected]>
* admin/Common.hs (tabPos): Roman pointed out that tab stops
should be at 1, 9, ... rather than 0, 8, ...
2000-09-02 Manuel M. T. Chakravarty <[email protected]>
* admin/BaseVersion.hs (versnum): 0.21.1
2000-08-18 Manuel M. T. Chakravarty <[email protected]>
* sysdep/Makefile: Moved the posix stuff into an extra module,
which can be enabled individually
* ../configure.in: CygWin support; based on suggestions by Anibal
Maffioletti Rodrigues de DEUS <[email protected]>
* ../configure.in: uses -silent on lndir only if supported (isn't
supported before X11R6, says Jan Kort <[email protected]>)
* admin/BaseVersion.hs (versnum): 0.21.0
2000-08-08 Manuel M. T. Chakravarty <[email protected]>
* syntax/Lexers.hs: Changed the associativity of `quest`, `star`,
and `plus`. This change was suggested by Martin Norbäck
** WARNING ** This change may break some existing code!!!
2000-06-19 Manuel M. T. Chakravarty <[email protected]>
* admin/BaseVersion.hs (versnum): 0.20.2
2000-04-06 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in: -fasm-x86 is used only if --with-ghc-native is given
* general/Sets.hs (powerSet): impl
2000-04-05 Manuel M. T. Chakravarty <[email protected]>
* general/Sets.hs: derived Eq and Ord for FMs, which allows sets
of sets and added `isSubSet' and `isSuperSet'
* general/FiniteMaps.hs: derived Eq and Ord for FMs
* admin/BaseVersion.hs (date): 0.20.1
2000-03-04 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in: fixes re compiler & option selection
2000-03-01 Manuel M. T. Chakravarty <[email protected]>
* ../mk/common.mk: fixed dependency computations
* ../configure.in: polished; on Linux, uses native code generator
when compiling with GHC 4.0x, x >= 7
2000-02-27 Manuel M. T. Chakravarty <[email protected]>
* syntax/Parsers.hs: table handling substantially rewritten to
improve the space behaviour
* general/Utils.hs: `Tag' class
* admin/BaseVersion.hs (versnum): 0.20.0
2000-02-23 Manuel M. T. Chakravarty <[email protected]>
* ../mk/config.mk.in: set correct access modes in INSTALL_DATA
1999-12-06 Manuel M. T. Chakravarty <[email protected]>
* graphs/Marks.hs: newly implemented
* admin/BaseVersion.hs (versnum): 0.19.1
1999-12-03 Manuel M. T. Chakravarty <[email protected]>
* syms/Attributes.hs: instance Ord Attrs
1999-12-02 Manuel M. T. Chakravarty <[email protected]>
* sysdep/SysDepNHC1.hs: debugging
1999-12-01 Manuel M. T. Chakravarty <[email protected]>
* ../configure.in,../mk/common.mk: better dependency tool computation
* syms/Idents.hs: uses `Attributed'
* syms/Attributes.hs: `Attributed' type class, as suggested by
Roman Lechtchinsky
* admin/BaseVersion.hs (versnum): 0.19.0
* sysdep/SysDepNHC1.hs: Started the system dependent module for
nhc98 with assistance from Malcolm Wallace
1999-11-30 Manuel M. T. Chakravarty <[email protected]>
* state/StateTrans.hs: Adapted to new names in mutable variables API
* general/UNames.hs: Adapted to new names in mutable variables API
* sysdep/SysDepGHC3.hs: adapted to new names of exported entities
* sysdep/SysDepGHC4.hs: Cleaned up; no GHC internal stuff is used
anymore (some of the names of exported entities changed!)
* sysdep/Makefile: Added support for nhc98
* ../configure.in & friends: Added support for nhc98
* admin/BaseVersion.hs (versnum): 0.18.2
1999-11-17 Manuel M. T. Chakravarty <[email protected]>
* ../mk/config.mk.in: introduced `docdir' and `pkgdocdir'
* Make system debianised, according to the suggestions and the
patches of Michael Weber <[email protected]>
* admin/BaseVersion.hs (versnum): 0.18.1
1999-11-07 Manuel M. T. Chakravarty <[email protected]>
* general/FileOps.hs (fileFindIn): debugged
1999-11-06 Manuel M. T. Chakravarty <[email protected]>
* general/FileOps.hs: new module; implemented `fileFindIn'
* general/FNameOps.hs (addPath): added
* admin/BaseVersion.hs (versnum): 0.18.0
1999-10-29 Manuel M. T. Chakravarty <[email protected]>
* admin/BaseVersion.hs (versnum): 0.17.17; fully modularised the
make system
1999-10-25 Manuel M. T. Chakravarty <[email protected]>
* state/CIO.hs (removeFileCIO): added
* admin/BaseVersion.hs (versnum): 0.17.16
1999-10-24 Manuel M. T. Chakravarty <[email protected]>
* syms/NameSpaces.hs (nameSpaceToList): added
* admin/BaseVersion.hs (versnum): 0.17.15
1999-10-21 Manuel M. T. Chakravarty <[email protected]>
* syms/Idents.hs (isLegalIdent): corrected `checkTail' - thanx Sven
1999-10-16 Manuel M. T. Chakravarty <[email protected]>
* syms/NameSpaces.hs (defLocal): uses `defGloal' if there is no
local range
Pre GNU-style change log
------------------------
0.17.13
~~~~~~~
09Oct99 Debugging
0.17.12
~~~~~~~
27Sep99 `CIO.systemCIO'
26Sep99 Debugging and some more clean up of `Lexers'
25Sep99 Some convenience function on `Position's in `Common'
23Sep99 Added `\v' to the control lexer
0.17.11
~~~~~~~
22Sep99 Optimised and extended `Lexers' (meta actions can now return tokens or
error messages); prepared the first separate distribution of CTKlight
21Sep99 Debugged `Lexers'
0.17.10
~~~~~~~
29Aug99 Added `Utils.lookupBy'
0.17.9
~~~~~~
22Aug99 Throughly revised `Lexers' (according to SPJ's suggestions)
12Aug99 Revised `Lexers.execLexer' (returns final state, changed semantics
of meta actions slightly, and structure simplified)
0.17.8
~~~~~~
30Jul99 Clarified `NameSpaces'
19Jul99 Using Roman's `Parsers.seplist1'
0.17.7
~~~~~~
05Jul99 `Lexers' exports `ctrlLexer'
0.17.6
~~~~~~
07Jun99 Small additions to `Idents'
03Jun99 Small additions to `Attributes'
0.17.5
~~~~~~
05Apr99 Configurable makefile variables from common.mk into new config.mk
02Apr99 Small bug fixes
31Mar99 `Parsers': Support for parsing prefixes
30Mar99 Bug fixes (incl. `Parsers.sep')
0.17.4
~~~~~~
13Mar99 Added meta actions to `Parsers'
12Mar99 Revised for GHC 4.02 and Haskell 98
11Mar99 Extension of parser library with threaded state
04Mar99 Self-optimizing lexer library for regular expressions
27Feb99 Self-optimizing LL(1) parser library a la Swierstra/Duponcheel
0.16.0
~~~~~~
11Feb99 `Idents.cloneIdent' & standard attributes in `Attributes'
0.15.0
~~~~~~
02Feb99 `Set' module
0.14.2
~~~~~~
23Jan99 `Ident' got an instance for `Show'
0.14.1
~~~~~~
01Dec98 Extracted mk/dhc.mk and mk/nepal.mk from mk/common.mk
0.14.0
~~~~~~
13Nov98 Rewrote `CST' into `PreCST' that provides an extra state (part of the
base state) that can be instantiated by an client compiler using the
Toolkit. As a consequence, `state/Switches' can be moved into DHC.
0.13.0
~~~~~~
10Nov98 admin/Version.hs
0.12.0
~~~~~~
19Oct98 Added Sven Panne's `GetOpt' to general/
0.11.1
~~~~~~
23Sep98 Completely overhauled Makefile system.
29Jul98 Finished extraction from what was originally called the HiPar toolkit.