-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
665 lines (393 loc) · 19.4 KB
/
ChangeLog
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
2002-06-03 Davide Rossetti <[email protected]>
* openzz.spec: bumped to 1.0.4-4
* src/rule.c, src/scope.c, testsuite/when_delete_scope.zz:
activated 'when delete scope' syntax and added a test case.
* src/Makefile.am: moved zzi.c to libozzi for interactive
support. bumped lib version.
* src/dumpnet.c: some indentations.
* err.c, zz.h: exported total_error_n as zz_get_error_number().
* kernel.c: small comment.
* param.c, zz.h: exported param_level as
zz_get_param_stack_depth().
2002-05-09 Davide Rossetti <[email protected]>
* src/Makefile.am:
moved version-info for 1.0.4.
* src/avl.c:
worked around a bug in node cached allocator for gcc 2.96-98.
* src/param.c, src/source.c:
indenting & makeup.
* src/sys.c, src/zlex.h, src/kernel.c:
moved some macros. fixed s_load_lib and changed ABI.
* src/zzdoc_dynamiclibs.xml:
documented above change.
* src/util.c, src/zz.h:
added zz_scnt_get_tag_name().
* src/zz.c:
-h dumps usage.
* testsuite/Makefile.am, testsuite/tagdtor.c, testsuite/tagdtor.zz:
a new test case for dynamic loading of library which adds a new
type (tag + ctor). tested param ctor & dtor calling.
2002-04-09 Davide Rossetti <[email protected]>
* testsuite/Makefile.am:
added povoidrule.zz.
* testsuite/zz_test.sh:
fixed as of zz->ozz.
* testsuite/return.zz, testsuite/utilities.zz:
fixed as now real defaults to float.
2002-03-28 Davide Rossetti <[email protected]>
* testsuite/popvoidrule.zz:
added popvoidrule bug test case to CVS.
2002-03-09 Davide Rossetti <[email protected]>
* doc/RPM-howto:
contributed by [email protected].
* openzz.spec, configure.in, src/Makefile.am:
bumped 1.0.2 release number. bumped library version number. added
table.h.
* src/zz.c:
added stuff to usage infos.
2002-03-09 Davide Rossetti <[email protected]>
* openzz.spec:
contributed by [email protected]. adapted to changes in 1.0.1.
* src/Makefile.am:
moved to ozz prefix.
2002-02-13 Davide Rossetti <[email protected]>
* configure.in:
bumped 1.0.1 release number. fixed proper readline handling on
RH7.2 via libtermcap dependency (thx to Francesco Zuliani
* src/zz.h, src/action.c:
added zz_bind_get_ret_value() needed by TAO100 compiler.
WARNING zz_parse_tt() is not really present in libzz!!
* AUTHORS:
fixed authors email addrs.
2002-02-12 Davide Rossetti <[email protected]>
* src/zz.h, src/zlex.c, src/zlex.h:
add more params to zz_lex_add_new_tag (ctor,dtor,cast) breaking
binary compatibity.
let zlex_realconst_double = 0 so now real consts default to float type.
some makeup.
* src/Makefile.am:
bumped major version number.
* src/sys.c:
debug zz_trace in s_add() waiting for tag_of by James.
* src/zz.h, src/zzbind.h:
made C++ friendly.
2002-02-07 Davide Rossetti <[email protected]>
* src/zz.c:
removed clumsy zz param syntax; changed startup info; default is not verbose
2002-01-11 James Brooks <[email protected]>
* src/sys.c
Altered "get_rank_for_type()" to take params by reference instead of by value (incurring copy)
2002-01-08 James Brooks <[email protected]>
* src/zlex.c:
Bug fix for scientific notation: 3.3e+2 was returning as 5.3
* testsuite/zz_test.sh
Added new test files and made test script more userfriedly - accepts
command line params.
2002-01-07 James Brooks <[email protected]>
* src/kernel.c, src/sys.c:
Added "tag_of(param)" utility function to determine tag type of an identifier
2001-12-18 James Brooks <[email protected]>
* testsuite/boolean.zz:
Boolean comparisson operators (>=, <=) weren't setting tag type to int - caused bugs.
Inserted test case for >= and <= operaetors - caught and fixed related bug.
* src/list.c, src/sys.c:
Boolean comparisson operators (>=, <=) weren't setting tag type to int - caused bugs.
2001-12-17 dicarlo <[email protected]>
* src/util.c: included here zz_parse_string()
2001-12-17 James Brooks <[email protected]>
* src/Makefile.am, src/Makefile.orig, src/sys.c, src/util.c:
New file for keeping utility functions in one place
2001-12-14 James Brooks <[email protected]>
* src/parse.c: Typo
* src/source.c, src/sys.c:
Moved "zz_parse_string(s)" function from source.c to sys.c
* Makefile.am, configure.in: Still adjusting...
* autogen.sh:
Need aclocal call - without it necessary macros are missing for autoconf
* src/Makefile.am:
Still working on this - think we have a rough working draft though
Work in progress
* Makefile.am, autogen.sh, configure.in:
Still working on this - think we have a rough working draft though
2001-12-14 dicarlo <[email protected]>
* src/kernel.c, src/source.c, src/sys.c, src/zzi.c: Added in kernel:
/stat -> /include <>
/stat -> /add_includedir
/stat -> /print_includedirs
moved zz_parse_string from zzi.c to source.c
2001-12-13 Davide Rossetti <[email protected]>
* src/zz.h: added
* configure.in:
fixed spaces after \ and AC_INIT wants an existing filename
2001-12-13 James Brooks <[email protected]>
* src/printz.c, src/printz.cc:
Renamed(and converted) printz.cc to printz.c
* src/Makefile.am, src/Makefile.orig: Converting ".cc" files to ".c"
2001-12-13 Davide Rossetti <[email protected]>
* ChangeLog: updated
* src/kernel.c:
some comments. added star rule for indirect param definition
* testsuite/deref_param.zz: renamed. patched for * moved into kernel.c
* testsuite/startparam.zz: renamed
* BUGS: plain date and author
2001-12-13 James Brooks <[email protected]>
* autogen.sh: Need 'autoheader' call
* testsuite/boolean.zz, testsuite/looptest_do.zz, testsuite/looptest_while.zz:
Need NEWS file for automake, autogen.sh is to automake buidl process
Not used anymore.
Updates found in bugs
* src/convert.cc, src/convert.h:
Need NEWS file for automake, autogen.sh is to automake buidl process
Not used anymore.
* BUGS, NEWS, autogen.sh:
Need NEWS file for automake, autogen.sh is to automake buidl process
2001-12-13 James Brooks <[email protected]>
* testsuite/while.zz: New bug entries
Supersceded by looptest_while.zz
* BUGS: New bug entries
* testsuite/looptest_do.zz, testsuite/looptest_while.zz:
Added code for 2 new loops: 'do' and 'while'. Bugs exist for certain types
of boolean logic that loops accept - working on fixes.
Testscripts for new loops
* src/kernel.c, src/sys.c:
Added code for 2 new loops: 'do' and 'while'. Bugs exist for certain types
of boolean logic that loops accept - working on fixes.
2001-12-13 Davide Rossetti <[email protected]>
* BUGS: added
2001-12-13 Davide Rossetti <[email protected]>
* src/kernel.c:
some comments. added star rule for indirect param definition
* testsuite/deref_param.zz: renamed. patched for * moved into kernel.c
* testsuite/startparam.zz: renamed
* BUGS: plain date and author
2001-12-13 James Brooks <[email protected]>
* autogen.sh: Need 'autoheader' call
* testsuite/boolean.zz, testsuite/looptest_do.zz, testsuite/looptest_while.zz:
Need NEWS file for automake, autogen.sh is to automake buidl process
Not used anymore.
Updates found in bugs
* src/convert.cc, src/convert.h:
Need NEWS file for automake, autogen.sh is to automake buidl process
Not used anymore.
* BUGS, NEWS, autogen.sh:
Need NEWS file for automake, autogen.sh is to automake buidl process
2001-12-13 Davide Rossetti <[email protected]>
* BUGS: added a bug fix
* src/list.c: fixed zero term string in print_list
2001-12-13 James Brooks <[email protected]>
* testsuite/while.zz: New bug entries
Supersceded by looptest_while.zz
* BUGS: New bug entries
* testsuite/looptest_do.zz, testsuite/looptest_while.zz, src/kernel.c, src/sys.c:
Added code for 2 new loops: 'do' and 'while'. Bugs exist for certain types
of boolean logic that loops accept - working on fixes.
Testscripts for new loops
2001-12-13 Davide Rossetti <[email protected]>
* BUGS: added
2001-12-12 Davide Rossetti <[email protected]>
* src/Makefile.am: added bad but initial version
* Makefile.am: added subdir src/
* configure.in: readline fun
* configure.in: added config.h
2001-12-11 Davide Rossetti <[email protected]>
* src/defopen.c: back in C from C++
* src/Makefile.orig: updated to new layout
* COPYING, INSTALL, README, doc/zzsigpl.pdf, doc/zzsigpl.ps, header.txt:
New file.
* COPYING, INSTALL, README, doc/zzsigpl.pdf, doc/zzsigpl.ps, header.txt:
first layout release
* testsuite/foreach.zz: added a problematic case
2001-12-11 James Brooks <[email protected]>
* src/source.c: Commented unused code segments.
2001-12-07 Davide Rossetti <[email protected]>
* testsuite/while.zz: just a try
2001-12-07 James Brooks <[email protected]>
* Makefile.am, configure.in, src/aclocal.m4:
Update Makefile.am for removed subdirs and complete process for other new files
* src/Makefile.orig, src/kernel.c, src/zlex.c: Removed dlex
2001-12-07 Davide Rossetti <[email protected]>
* src/Makefile.orig: added export flag for dynamic loading
2001-12-06 James Brooks <[email protected]>
* src/printz.h: Moved printz.h from pan dir to zz main
* src/printz.cc: Moved printz.cc from pan dir to zz main
* src/defopen.h: Moved defopen.h from pan dir to zz main
* src/defopen.c: Moved defopen.cc from pan dir to zz main
* src/convert.h: Moved convert.h from pan dir to zz main
* src/convert.cc: Moved convert.cc from pan dir to zz main
* src/avl.h: Moved avl.h from pan dir to zz main
* src/avl.c: Moved avl.c from pan dir to zz main
* src/Makefile.orig, src/trace.h:
In the process of moving remaining needed pieces out of "pan" dir into main zz dir.
* AUTHORS, Makefile.am: Initial checkin of files for gnu build process
* testsuite/listsplit.zz:
Added "$zz$split()" function giving zz the features of the c strtok() function
Testfile for testing "$zz$split() function
* src/kernel.c, src/sys.c:
Added "$zz$split()" function giving zz the features of the c strtok() function
2001-12-05 James Brooks <[email protected]>
* testsuite/boolean.zz:
Added file to testsuite to test new "&&" and "||" operators
2001-12-04 Davide Rossetti <[email protected]>
* ChangeLog: updated
* src/sys.c: a unset auto var and a comment; should hane no effect...
* src/param.c: commented param_substitute()
* src/kernel.c: protect fancy operator in $zz$ namespace...
* testsuite/startparam.zz, testsuite/foreach.zz: added
* src/source.c: explicitly zeroing of zz_chanout
2001-12-04 dicarlo <[email protected]>
* src/action.c: Added comments about argv[]
2001-12-04 James Brooks <[email protected]>
* src/source.c, src/source.h, src/zzi.c:
Fixed EOL recognition bug in tt input, commented out default output stream initializers (by request), and parameterized the maximum input line length.
2001-12-03 James Brooks <[email protected]>
* src/kernel.c, src/parse.c, src/sys.c, src/zlex.c:
Added support for compound boolean operations ('&&' and '||')
2001-11-29 James Brooks <[email protected]>
* src/Makefile.orig, src/source.c, src/source.h, src/zz.c, src/zzi.c:
Replaced use of pan/edcom.c and pan/my_tty.c by using the GNU libreadline. zzi.c is the file that manages tty interaction with the zz lib and zz.c is the client of that interface.
2001-11-19 James Brooks <[email protected]>
* src/action.c, src/dumpnet.c, src/err.c, src/interface.c, src/kernel.c, src/lazy.c, src/list.c, src/param.c, src/parse.c, src/rule.c, src/scope.c, src/source.c, src/sys.c, src/table.c, src/zkernel.c, src/zlex.c, src/zlex.h, src/zsys.c, src/zz.c, src/zzi.c:
Converted usage of "int" and "long int" in s_content struct (in zlex.h) to types specified in <stdint.h> include file (int32_t and int64_t).
2001-11-19 dicarlo <[email protected]>
* src/dumpnet.c, src/err.c, src/err.h, src/param.c, src/parse.c, src/rule.c, src/scope.c, src/sys.c, src/table.c, src/zlex.c, src/zsys.c, src/action.c:
Replaced error() with zz_error() to avoid conflicts in gcc builds
2001-11-19 James Brooks <[email protected]>
* src/sys.c, src/zlex.c, src/zlex.h:
More modifications (and cleanup) for new 'int64' and 'double' types.
2001-11-16 Davide Rossetti <[email protected]>
* src/zlex.c: fixed float const in lex
* src/zlex.c: something wrong, some print_string with tag!=qstring
* ChangeLog: updated
* src/zlex.c, src/zlex.h: fixed types for zlex_set_STUFF
2001-11-16 James Brooks <[email protected]>
* testsuite/integer.zz:
Initial checkin for regression test script. Planning to use this script as a model for other types: double int, float, double.
2001-11-16 Davide Rossetti <[email protected]>
* src/kernel.h, src/kernel.c: renamed conversion funcs; fix PROC stuff
* src/zlex.c, src/zlex.h: moved find_tag decl
* src/err.h: declare error()
* src/err.c: use stdarg
* src/sys.c: changed name to conversion funcs. added sys.h.
* src/sys.h: added
* src/param.c: a perf comment
* src/kernel.c: changed hex to stringify. added int64 version.
* testsuite/numerictypes.zz: added
* src/zlex.c: fix for numeric types parsing
* src/trace.h: always keep assert
* src/zlex.c: added zlex_set_default_real_as_double and
zlex_set_default_integer_as_int64. support them in zlex(). plain
printing of int64.
* src/zkernel.c: added zlex_set_default_real_as_double and
zlex_set_default_integer_as_int64; a bit of comments
* src/kernel.c, src/zlex.c, src/zlex.h:
added int64; placed lots of zz_assert for ptr params; tentative replacement of pan/printz (not functional on glibc2.1); more length check for numeric consts
* testsuite/double.zz: tentative ref file placement
2001-11-15 dicarlo <[email protected]>
* src/zlex.c: removed one reference to obsolete cast
* src/Makefile.orig, src/zlex.c, src/zlex.h:
Less source-conflicting support for tree dump.
Remove dummytree.c. Sorry for the inconvenience...
2001-11-15 James Brooks <[email protected]>
* testsuite/double.zz:
(James Brooks) Spread out arithmetic logic (+-*/) accross seperate functions by type (int,float,double) - more "object oriented approach". Building out testsuite...
(James Brooks) building up testsuite
* src/sys.c, src/zlex.c:
(James Brooks) Spread out arithmetic logic (+-*/) accross seperate functions by type (int,float,double) - more "object oriented approach". Building out testsuite...
2001-11-15 dicarlo <[email protected]>
* src/Makefile.orig:
Fixed a bug that prevented zz32 to compile w/out gcc.
dummytree.c gets linked only in this case
* src/zlex.c, src/zlex.h: New tree tag print support
2001-11-15 James Brooks <[email protected]>
* src/zlex.c, src/zlex.h:
(James Brooks) More work on s_tag->cast() functionality.
2001-11-14 James Brooks <[email protected]>
* src/Makefile.orig, src/zlex.h: (James Brooks) typo in zlex.h
* src/zlex.c, src/zlex.h:
(James Brooks) Filling in functionality for new s_tag->cast() method.
2001-11-14 Davide Rossetti <[email protected]>
* src/zlex.h: un-commented cast stuff
* src/zlex.h: just a rough idea
2001-11-12 Davide Rossetti <[email protected]>
* src/Makefile.orig: fixed -I option
* src/trace.h: use stdout in zz_trace
* src/param.c: added param.h
* src/zlex.c: fixed comment
* src/param.h: added
* testsuite/setparseeol.zz, testsuite/setparseeol2.zz:
updated for fixed lexer
* src/source.c: modified next_token state machine
* src/kernel.c: commented /tag stuff
2001-11-09 Davide Rossetti <[email protected]>
* testsuite/double.zz: fixed suffix for float const
* src/action.c, src/rule.c: more assert
* src/rule.c: removed dummy arg assert in setaction_exeproc
* src/Makefile.orig: removed DEBUG definition
2001-11-08 Davide Rossetti <[email protected]>
* src/rule.c: more assert
* src/list.c, src/rule.c: added assert
* src/trace.h: added zz_set_trace_mask
* src/Makefile.orig: added _GNU_SOURCE=1; zz.c is depend-ed
* testsuite/setparseeol.zz, testsuite/setparseeol2.zz: split in 2
* src/trace.h: let's use printz
* src/sys.c: use access macros
* src/source.c: zz_trace added
* src/parse.c: removed casts
* src/list.c: zz_trace added; removed a cast
* src/kernel.c: a bit of comment
* src/kernel.h: protected
* testsuite/listmerge.zz: minor change
* src/param.c: debugging of eol...
* src/zlex.h: more union members
* src/zlex.c: added verbosity
* src/action.c: fixed list merge bug
2001-11-07 Davide Rossetti <[email protected]>
* src/zz.c: more std C compliant
* src/zz.c: added -d switch
* ChangeLog: updated
* src/sys.c, src/trace.h, src/zlex.c:
introduced zz_assert and used all over
* ChangeLog: updated
* src/Makefile.orig:
fixed typos. added DEBUG macros to control trace.h behaviour.
* src/trace.h: added prefix to zz_trace
2001-11-06 Davide Rossetti <[email protected]>
* src/action.c, src/parse.c, src/scope.c, src/trace.h, src/zlex.c:
introduce zz_trace
* src/parse.c, src/zlex.c, testsuite/setparseeol.zz:
some pretty-print; tentative implementation of semicolon_to_eol conversion; lots of prints
* src/Makefile.orig: added CPPFLAGS
2001-11-05 Davide Rossetti <[email protected]>
* ChangeLog, src/kernel.h, src/zkernel.c, testsuite/double.zz, testsuite/setcase.zz, testsuite/setparseeol.zz:
case and eol manip syntax added
* ChangeLog, src/Makefile.orig, src/kernel.c, src/sys.c, src/zlex.c, src/zlex.h:
added double type; added zlex_set_case_sensitive and zlex_set_parse_eol
* src/zlex.c: use <...>f for float const
* src/zlex.h: added more macros ad 64bit types
2001-11-02 Davide Rossetti <[email protected]>
* src/zlex.h: work-around for crash...
* testsuite/listmerge.zz: added list bug test
* ChangeLog: moved old stuff in ChangedLog.old
* src/zz.c: moved zz msgs to stderr
* src/Makefile.orig, src/action.c, src/err.c, src/interface.c, src/kernel.h, src/list.c, src/param.c, src/parse.c, src/rule.c, src/scope.c, src/source.c, src/sys.c, src/table.c, src/zlex.c, src/zlex.h, src/zsys.c:
introduced infrastructure for 'complex' s_content
2001-10-31 Davide Rossetti <[email protected]>
* src/sys.c:
converted to s_content_value and fixed a (maybe) bug in sub for int
case
* src/kernel.c, src/sys.c: added /if else
2001-10-31 dicarlo <[email protected]>
* src/action.c, src/interface.c:
Little changes to support used macros for setaction_exeproc()
(but in tree_code enums)
2001-10-30 Davide Rossetti <[email protected]>
* src/action.c, src/kernel.h, src/rule.c: added FUN (not SFUN) support
2001-10-30 dicarlo <[email protected]>
* src/Makefile.orig: Dependecies fixed
2001-10-26 Davide Rossetti <[email protected]>
* src/Makefile.orig, src/action.c, src/rule.h:
enlarged MAX_RULE_LENGTH; more param in actions..
2001-10-05 dicarlo <[email protected]>
* src/mem.h, src/param.c, src/parse.c, src/parse.h, src/rule.c, src/rule.h, src/scope.c, src/source.c, src/sys.c, src/table.c, src/trace.h, src/zkernel.c, src/zlex.c, src/zlex.h, src/zsys.c, src/zz.c, src/zzi.c, ChangeLog, src/Makefile.orig, src/action.c, src/dumpnet.c, src/err.c, src/err.h, src/interface.c, src/kernel.c, src/kernel.h, src/lazy.c, src/list.c, src/list.h:
First Release of zzc language