-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog-2.1.0-2.2.0.log
1135 lines (831 loc) · 45.5 KB
/
ChangeLog-2.1.0-2.2.0.log
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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2018-09-23 Gustaf Neumann <[email protected]>
* nsf.c: Reduce variable scopes [c9a0d623]
* nsf.c: Fix access to NULL members (found via clang sanitizer)
[83d483b7]
2018-09-19 Stefan Sobernig <[email protected]>
* Announce2.2.0: Improve spelling [89a7fe07]
2018-09-19 Gustaf Neumann <[email protected]>
* Announce2.2.0: Update diffstats [bf5e2d24]
* next-tutorial.txt: Align release date [061df695]
* next-migration.txt: Align release date [c6816ddd]
* Announce-1.0.1, Announce-1.1.0, Announce-1.3.3, Announce-1.3.4:
Improve spelling [ff459233]
* Announce2.2.0: Add paragraph for configure flag
"-i-enable-development=test" [b8d2494c]
* configure, configure.ac: Align help text with
implementation [9f15e921]
* ChangeLog-2.1.0-2.2.0.log: Fix indentation [c49479f1]
* nsf.c: Fix variable name [8f7cd2c3]
2018-09-16 Stefan Sobernig <[email protected]>
* ChangeLog-2.1.0-2.2.0.log: Add recent commits [4e4106cd]
2018-09-09 Gustaf Neumann <[email protected]>
* next-tutorial.txt, next-migration.txt: Improve documentation of
"substdefault" in tutorial, add it to migration guide [02934359]
* rules.vc: Fix typo [b9a6a8fb]
2018-08-10 Gustaf Neumann <[email protected]>
* nsf.c (ComputeLevelObj, ObjectSystemFree, ForwardArg, AutonameIncr): Prefer
writing blocks in multiple lines [ad4244a2]
2018-08-05 Gustaf Neumann <[email protected]>
* cget.test, interp.test, substdefault.test: Improve spelling
[d4706d18]
2018-08-04 Gustaf Neumann <[email protected]>
* serializer.tcl, nx.tcl: Bump version numbers consistently to 2.2
[73f1e56a]
* Fix typos [2a955681]
* nsfEnumerationType.c: Remove unused variable from non-null
asserts [5cf5c26d]
2018-07-31 Stefan Sobernig <[email protected]>
* next-migration.txt, next-tutorial.txt: Minor corrections, adding
section on substdefault to tutorial [69a2fff0]
2018-07-24 Gustaf Neumann <[email protected]>
* rosetta-tree.tcl, next-migration.txt, nsf.c, nsfDebug.c,
nx-zip.tcl, nx.tcl, serializer.tcl: Improve spelling [ce99d2e5]
* library/mongodb/Makefile.in, library/mongodb/libmongo.c: Remove
dead assignment; add cppcheck target [6252b8e8]
2018-07-20 Stefan Sobernig <[email protected]>
* configure.3, current.3, next.3, nxsh.1, nxwish.1, xotclsh.1,
xowish.1: Re-generated to reflect bumped version. [skip ci] [22abf92c]
* README.release: Add missing artifacts for version bump [skip ci]
[bbe37e8c]
2018-07-19 Gustaf Neumann <[email protected]>
* nsfmongo.c (mongoc_collection_create_index): Removed last
deprecated call of the mongo-c-driver [c5e8bf0a]
* doc/Announce2.2.0: Updates to announce file, tested with
mongo-c-driver 1.12.0 (released yesterday) [b9bcc40a]
2018-07-19 Stefan Sobernig <[email protected]>
* apps/utils/source-highlight-with-pp: Generalise executable name in
shebang, seems like an unintended change in [ae081c0f1] [69559167]
2018-07-16 Stefan Sobernig <[email protected]>
* README.md: http -> https [skip ci] [35b21d01]
2018-07-15 Gustaf Neumann <[email protected]>
* serializer.tcl: Bump version number to 2.2 [f20d7966]
* README.md: Change README to markdown syntax, various updates
[63cca48b, 18f9c9f5, d25063bf, 7c8895c8, 9ee11c31, 82511c9f, 5e56bff3]
* library/mongodb/COPYRIGHT: Update copyright information
[4b99da62]
* README, dtrace/README, generic/asm/README, library/mongodb/README: Prefer
new spelling of macOS [5c2e3f48]
* library/mongodb/*: Updating mongodb interface for 2.2: update to
mongodb-c-driver 1.11.0, reduce number of calls to deprecated
driver functions as far as possible, improve cleanness of
compilation (provide prototypes etc.)
* library/mongodb/configure.ac, library/mongodb/nx-mongo.tcl: Bump
version number to 2.2 [75f11a9a]
* nsf.c (Nsf_SafeInit, Nsf_Init, Nsf_ExitProc)
(Nsf_ThreadExitProc, ExitHandler): Prefer Tcl defined types over
local prototypes [6d66926b]
2018-07-13 Stefan Sobernig <[email protected]>
* nsfDebug.c, nsfInt.h (STRING_NEW, MEM_COUNT_ALLOC, MEM_COUNT_FREE):
Fix compilation with --enable-memcount=yes. [b6f285f7]
* configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc:
Bump version to 2.2.0. [9b831c84]
2018-07-10 Gustaf Neumann <[email protected]>
* serializer.tcl: Fix buggy case when blueprints are used to
update interpreters with preexisting objects and classes. There,
it was possible that objects are turned into baseclass objects,
when the application classes are deleted. [94421e32]
2018-07-04 Gustaf Neumann <[email protected]>
* Announce2.0.0, Announce2.0b5, Announce2.1.0,
rosetta-singleton.html, rosetta-sudoku.html, next-migration.txt,
next-tutorial.txt, tutorial2.html, Announce-1.1.1, Announce-1.5.0,
tutorial.html: Improve spelling [37fe2bc4]
2018-07-02 Stefan Sobernig <[email protected]>
* makefile.vc (CFLAGS): Also set -DHAVE_UINTPTR_T. [983e085e]
* makefile.vc (CFLAGS): Add -DHAVE_INTPTR_T explicitly. [7db39ce8]
2018-07-02 Gustaf Neumann <[email protected]>
* nsf.c (NsfDebugGetDict): MSVC seems to be bad on const
expressions [fe7198d3]
* starmethod.tcl: Add starmethod design study [d6d259af]
* xotcl2.tcl: Improve spelling [bada4fa1]
* bagel.tcl: Fix typo [7f7d32cd]
2018-07-01 Gustaf Neumann <[email protected]>
* nsf.c: Improve comments, unify comment formatting and whitespace
cleanup [469e0c36]
* nsf.c: Properly initialize resultObj in all cases [0f0e846e]
* nsf.c: Remove dead assignments, initialize variables also on error paths
[1725225a]
* nsfmongo.c: Make sure to initialize all variables also in error
cases [88e3e5d4]
* nsf.c: Reduce number of implicit type conversions; avoid use of
macros [8325cbad]
* nsf.c: Improve alignment of prototypes and function definitions
[0ad07ea5]
2018-06-29 Stefan Sobernig <[email protected]>
* nsf.c (ObjectCmdMethodDispatch, FindNextMethod): Balance book-keeping
in memcounts for Tcl_Objs (technically, an unmatched decrement would
suffice). [9131bba5]
* nsf.c (NsfProcDeleteProc): Fix freeing of colonLocalVarCache and
balance book-kepping on memcounts for colonLocalVarCache. [bbeae255]
* nsf.c (ObjectCmdMethodDispatch): Silence static check of GCC 8.1
(-Wmaybe-uninitialized). [skip ci] [4db189db]
* nsf.c (NsfCurrentCmd): Avoid (possible, but unlikely) null
dereferencing, if CSC was missing [CID 294166]. [27e5aa8b]
* nsf.c (NsfDebugGetDict): Compute the remaining size to snprintf for
each iteration [CID 294169]. [skip ci] [53a9c013]
2018-06-29 Gustaf Neumann <[email protected]>
* nsf.c (ForwardArg): Address CID 294171 and change construct for
strpbrk [72a0a428]
2018-06-29 Stefan Sobernig <[email protected]>
* nsf.c (NsfDebugGetDict): Parametrize length computation; remove
unneeded nul-termination. [skip ci] [22cdc00a]
2018-06-29 Gustaf Neumann <[email protected]>
* nsf.c, nsfStubLib.c: Minor cleanup [369069ef]
* nsfmongo.c: Reduce variable scope and minor cleanup [c2157faa]
2018-06-28 Stefan Sobernig <[email protected]>
* nsf.c (NsfDebugGetDict): Make use of strncat more robust by setting
the destination length to the remainder of the output buffer.
[ea63ea31]
* nsf.c (ForwardArg): Provide a const'ed pointer to strpbrk, as
required [CID 294162]. [500a581f]
* nsf.c (ParamDefsFormat): Fix overrun in memcpy by correcting the
destination-length argument [CID 294165]. [b3e820b4]
* nsf.c: Fix all "-pedantic -ansi" errors. [bec5f06e]
2018-06-27 Stefan Sobernig <[email protected]>
* nsf.c (ParamDefsStore, NsfProcDeleteProc): Provide for counting a
reference to the execNsPtr from the NsfProcContext structure. While I
could not devise a script-level path to pull out the rug (execNsPtr)
out from under NsfProcContext clients, I can only also not exclude the
latter (from future C-level paths?). Better act defensively. [1a486b9a]
* nsfInt.h (STRING_NEW): Silence GCC 8.1 warnings on truncation risk
using strncpy; made me wonder whether STRING_NEW would not be more
robust against mis-computations of the destination-buffer length by
using snprintf (mainly because snprintf does not nul-pad the
destination buffer and always nul-terminates the destination buffer)?
[d96dedf3]
2018-06-26 Stefan Sobernig <[email protected]>
* parameters.test: Adding two test cases to cover previously missed
code branches leading to leaking NsfMethodNamePath uses. [bf61b8a8]
2018-06-25 Stefan Sobernig <[email protected]>
* nsf.c (ArgumentParse): Handle NsfMethodNamePath result correctly.
[6042ab05]
* nsf.c (NsfSetterMethod): Handle NsfMethodNamePath result correctly.
[76da4309]
* nsf.c (ObjectCmdMethodDispatch): Close another Tcl_Obj leak incurred
by not handling the result from NsfMethodNamePath. [424b6e1f]
* nsf.c (FindNextMethod): Plumb another memleak (valgrind). The Tcl_Obj
computed by NsfMethodNamePath must be refcount corrected. [87bc503b]
* nsf.c (AliasGet): Plumbing a memleak found by valgrind. The computed
Tcl_Obj from AliasIndex must be refcount-managed explicitly,
otherwise the path via AliasGet leaks it. [31c114ee]
2018-06-20 Stefan Sobernig <[email protected]>
* appveyor.yml: Provide for MSVC builds (pt. 2) [611f73cb,
f5ff0c4b, 9eda6984, 900390cf, d78609db]
* per-object-mixins.tcl: Fix an example script that got broken a long,
long time ago. [skip ci] [49ae7bc3]
2018-06-19 Stefan Sobernig <[email protected]>
* appveyor.yml: Provide for MSVC builds (pt. 1) [f848dc5f,
ae03d540, 457f8a80]
2018-06-18 Stefan Sobernig <[email protected]>
* .travis.yml: Add allowed failures to Travis setup [9e5f074e]
* appveyor.yml: Set allowed failures on Tcl development branches;
report failure on first failing build [f718572e]
* nsf.c (ParamOptionParse), nsfInt.h: Provide for own MAX and MIN
macros, the ones reused implicitly from Tcl's tommath have vanished
in 8.7 branches; and are not provided otherwise, at least in MinGW
settings. Fixes 8.7 builds for MinGW under Win. [8a1a43a3]
* appveyor.yml: Provide for MSYS2/ MinGW builds (pt. 2) [95fa4f4b,
89fc03bf, 2ab16701, a9454bc8, a691997b, 71dd75a1, 25c6fca9,
03d5b57a, 1b07fc0e, bd720946, 59986a2a, f207ce19, 00eb377b,
0c1811dc, 2174fb70, b0457f28, 6c876e33, 65c4d97a, d7e28d2e,
8028ced6, a6a1736d, d41ea5ee, 13e6e4c0]
2018-06-17 Stefan Sobernig <[email protected]>
* appveyor.yml: Provide for MSYS2/ MinGW builds (pt. 1) [2b4c8032,
96b79f58, 05d909f4, 45f37041]
2018-06-04 Stefan Sobernig <[email protected]>
* nsf.c (ListSuperClasses): Fix refcounting for 8.5 non-threaded only,
otherwise the patternString becomes unavailable once a preemptive
decrement has been performed, leading to unexpected info results.
[0e8f3a70]
* nx-test.tcl (run): Avoid use of [try], to render the test suite
independent of the presence of 8.6 or tcllib's try. This may be
reverted, once 8.5 support is dropped. [9ba75adb]
2018-06-01 Gustaf Neumann <[email protected]>
* configure.ac: Add COMPILE_NSF_STUBS to compile flags under
windows [554234e8]
* nsfStubLib.c: Make stublib initialization more robust and
provide meaningful error message in case of misconfigurations
[fe5d4828]
2018-05-30 Stefan Sobernig <[email protected]>
* .travis.yml: Provide first attempt at Travis build array and
build script [fffcee32, 2e1926a7, c216c592, f4ca149d, 79e5563d,
63295a8d, 21d83785]
2018-05-29 Stefan Sobernig <[email protected]>
* .travis.yml: Add an initial Travis CI descriptor; simplify
descriptor, for the time being [ea4ef787, e41cd6fd]
* Makefile.in: Polishing [b3a3d83c]
2018-05-23 Gustaf Neumann <[email protected]>
* next-migration.txt, README, Announce-1.1.0: Improve spelling [5c0a0300]
* nsfmongo.c: Use mongoc_iovec_t instead of struct iovec iov to
improve cross-platform compatibility [8eea27e0]
2018-05-21 Gustaf Neumann <[email protected]>
* source-highlight-with-pp, bagel.tcl,
rosetta-multiple-distinct.tcl, rosetta-tokenizer.tcl, aolstub.c,
gentclAPI.tcl, nsf.c, nsfFunPtrHashTable.c, nsfShadow.c,
nx-zip.tcl, nsfmongo.c, nx-mongo.tcl, nx.tcl, xotcl2.tcl: Improve
comments [ae081c0f]
2018-05-17 Gustaf Neumann <[email protected]>
* gentclAPI.tcl, langRef.xotcl, xotcl2.tcl: Improve wording [c8cfa996]
* make.tcl: Improve Tcl idioms [7a2dc79d]
2018-04-30 Gustaf Neumann <[email protected]>
* htmllib.xotcl: Remove duplicated word [657e8c12]
2018-04-25 Gustaf Neumann <[email protected]>
* nx-test.tcl, nx-mongo.tcl, nx.tcl: Fix duplicated words in code
documentation [0556efb3]
* rosetta-sudoku.tcl: Fix double word in code documentation [f52f9988]
* nsf.c: Fix double worlds in code documentation [c78a90d7]
2018-04-15 Gustaf Neumann <[email protected]>
* nx-mongo.tcl: Add destroy_on_cleanup similar to OpenACS to ease
* nx-mongo.tcl: Lifetime management of volatile objects [1debd517]
2018-04-14 Gustaf Neumann <[email protected]>
* nx-mongo.tcl: Fixing cut&paste error [2ce11132]
2018-04-12 Gustaf Neumann <[email protected]>
* nx-mongo.tcl: Whitespace changes [4131e4eb]
* nx-mongo.test, nx-mongo.tcl: Added class names into
serialization syntax (__class). This change allows us to make
better use of polymorphism with (e.g. embedded) class
structures. Previously, it was necessary, that the called object had to
know the class of the serialized object, now it is as well
possible to use as well specializations; fix bug, where default
value for properties lead to errors, when no property options where
given. [3fc67997]
* mongodb/README: Update version numbers of mongo's c-driver older
versions stopped working on macOS High Sierra. [120d6714]
* nsf.c (NextSearchAndInvoke): Fix typo [7831bb96]
2018-04-05 Gustaf Neumann <[email protected]>
* Access.xotcl, mixinStrategy.xotcl, ScriptCreator.xotcl: Fix typos [50bf7579]
* nx.tcl: Fix typo [eb6f33db]
2018-03-28 Gustaf Neumann <[email protected]>
* next-migration.html, next-tutorial.html: Regenerated documentation [367fd6fc]
* next-tutorial.txt, nsf.c, xotcl2.tcl: Fix typos [8f15a5f3]
2018-03-23 Gustaf Neumann <[email protected]>
* nsf.c (AutonameIncr): Remove unneeded ALLOC_ON_STACK [a8fbf793]
2018-03-11 Stefan Sobernig <[email protected]>
* nsf.c (ListMethod): Provide a disassemble implementation based
on ::tcl::unsupported::disassemble. [::nsf::cmd::info disassemble]
is generally available, the info ?object? method variants only in
development mode. Implementation covers proc methods and
::nsf::procs. Along the way, prettify some code paths in
ListMethod. [1919d17f]
2018-03-08 Gustaf Neumann <[email protected]>
* nsf.c: Add const declarations, whitespace changes [dcbf5b0c]
2018-03-06 Stefan Sobernig <[email protected]>
* nsf.c (Nsf_Init): Mark the namespace "::nsf::classes" and its
children using "NS_SUPPRESS_COMPILATION". In 8.6+, this guards any
commands in these auxiliary namespaces to be picked up by the bytecode
compiler (if accessed in an unintended manner). [52340117]
* nsf.c (ByteCompiled): Patch the proc command's namespace
unconditionally, for 8.5 and 8.6. [4d5e72a9]
2018-03-03 Gustaf Neumann <[email protected]>
* nsf.c (NsfDebugGetDict): Avoid potentially dangerous call
strcat(); remove unneeded assignment [0948fdce]
2018-03-02 Gustaf Neumann <[email protected]>
* nsf.c: Whitespace changes [869a425b]
* nsfStack.c: break overlong lines [b489939c]
* nsf.c: Polish and comment the execNs change for Tcl 8.5 [0f58115b]
* nsf.c: Quickfix for Tcl 8.5 (needs still more investigation) [a9c0e0c4]
2018-02-25 Gustaf Neumann <[email protected]>
* nsf.c, nsfInt.h, nsfStack.c: Add const declarations, reduce
variable scopes, break longish lines [efe655ee]
2018-02-21 Stefan Sobernig <[email protected]>
* dtrace/README: Fix call example, updated instructions to cover
SIP deactivation, minor corrections. Added one more D script:
nsf_call-time.d. [bf3b2a85,ee6699cd]
* nsfDTrace.h: Re-generated. [ee6699cd]
* nsf.c (NsfConfigureCmd): Fix NSF_DTRACE=1 builds. [8a3defd6]
* gentclAPI.tcl, nsfAPI.decls (createconverter): Support for "-global
1" flag that will cause the options array corresponding to an
enumeration to become available as a global, properly Nsf_* prefixed
symbol. Used for NsfConfigureCmd and the corresponding DTrace probe,
for now. [40299a6f]
2018-02-19 Gustaf Neumann <[email protected]>
* nsf.c, nsfInt.h, nsfStack.c: Add const and pure declarations [56771aad]
2018-02-19 Stefan Sobernig <[email protected]>
* source-doc-beautifier.tcl: Remove in-block range markers within test
bodies to prettify the ADOC output. [d3fd0b4d]
2018-02-19 Gustaf Neumann <[email protected]>
* nsf.c: Adding const declarations, variable name cleanup
[75e891c9]
* nsf.c, nsfCmdPtr.c: Reduce number of returns before end of
function, ease live for static checker, use more "const" declarations [b655363c]
2018-02-18 Gustaf Neumann <[email protected]>
* testx.xotcl: Comment and improve linebreak [992c4419]
* nsf.c: Prefer bool over int, reduce number of gotos, reduce
number of returns before end of function, reduce variable scopes,
add "const" declaration, white-space changes [e9cd20a4]
2018-02-17 Gustaf Neumann <[email protected]>
* nsf.decls: Align prototypes with function definitions [d78fa3ae]
* nsfError.c: Whitespace changes [bd06f04b]
* nsfError.c: Prefer bool over int, white space changes [25349aef]
2018-02-16 Gustaf Neumann <[email protected]>
* generic/*.*: More code cleanup [9d1dfb64]
* Makefile.in: Update genstub path to recent versions of Tcl releases [976a4004]
2018-02-14 Gustaf Neumann <[email protected]>
* nsf.c: Prefer boolean over int [d4863566]
* nsf.c: Reduce number of return statements beofre end of function [5e2800c9]
* nsf.c: Fix regression, prefer boolean over int, reduce number of
returns before end of function [61204e9c]
* serializer.tcl: Ease life of colon-cmd caching [b35a18bd]
* nsf.c (NsfSetterMethod): Don't pass colon-prefixed method names
from setter cmd to SetInstVar() to avoid potential
shimmering. [e561596f]
2018-02-11 Gustaf Neumann <[email protected]>
* nsf.c, cget.test (CGetParamLookup): Add Tcl_Obj caching to cget
argument; reduced usage of goto statements; reduced size of
largish function [343d881f]
* nsfInt.h (ObjTypeStr): Introduce macro ObjTypeStr for commonly used idiom [23843225]
* nsf.c: Prefer boolean over int [b513759e]
* nsf.c (ColonCmdCacheRequiredRefetch): coloncmd reform (part 4)
performs validation for per-object cases, provide more detailed
statistics (when compiled with COLON_CMD_STATS)
[050f0e85]
2018-02-10 Gustaf Neumann <[email protected]>
* nsf.c (NsfParamDefsNonposLookup, ColonCmdCacheSet): Reduce
memory consumption by caching only cmds in non-volatile
Tcl_Objs. Add optional statistics, when COLON_CMD_STATS is
defined. [fd53af3f]
* nsf.c (NsfDListInit, NsfDListAppend, NsfDListFree): Add NsfDList
functions similar to Tcl_DString, but operating on void* instead
of char and use it for ColonCmdCache data [ac0c6dda]
* nsf.c (NsfDList): coloncmd reform (part 3): Leep a per-interp
list of colon command cache entries to avoid memory leaks in cases
the objects are converted [40317187]
* nsf.c (ParamDefsGetReturns): Simplify handling of "returns"
object. no need to require paramdefs, when just returnsObj is
needed [5d0e4380]
* nsf.c (TopoSortSub): Simplify expression [b7c03b14]
* nsf.c (NsfMethodPropertyCmd): Remove unneeded variable
[e75c61b1]
2018-02-09 Gustaf Neumann <[email protected]>
* nsf.c (NsfFindClassMethod, ObjectDispatch), nsfInt.h, nsfObj.c:
coloncmd reform improves dispatch of [:method ...] by up to 30%;
generalized code and apply for object-specific commands as well
[68df0e0f, 4be7360a]
2018-02-09 Stefan Sobernig <[email protected]>
* msgcat.test: Added a small collection of basic tests covering msgcat
usage from within NSF/NX objects and classes. Tested successfully
with mainline Tcl 8.6 and the TIP-490 branch "tip490-msgcat-oo-2".
[071b5e4d]
2018-02-07 Gustaf Neumann <[email protected]>
* nsfObj.c: Whitespace changes [5f1fe725]
2018-02-06 Gustaf Neumann <[email protected]>
* nsf.c (MakeProcError, PushProcCallFrame, InvokeShadowedProc): Pass
execNsPtr to byte-compiler (which might be different to
procPtr->cmd->nsPtr) [fb310a1d]
2018-01-30 Stefan Sobernig <[email protected]>
* nsf.c (NextSearchAndInvoke): Relax the pre-conditions, objv can
actually be NULL (see test cases). Besides, the assertion was not
reflected by a corresponding nonnull constraints on the
NextSearchAndInvoke prototype. [42350dca]
2018-01-27 Gustaf Neumann <[email protected]>
* generic/*.*: Use Boolean type where appropriate. [e9949fac,
558d6c0b, de1e5161, de1e5161, 43188404, 90239071, a7f471a9,
4fd1ff60, d9746cd5]
2018-01-26 Gustaf Neumann <[email protected]>
* nsf.c, nsf.h, nsfEnumerationType.c, nsfPointer.c, nsfProfile.c: Remove
unused arguments [625e5b42]
* nsf.c: Use Boolean type on more occasions; fix incorrect
comments; fix mixture of Tcl result code and 0/1 integers
[b2902b78, e2dd2f44, 3f46f0b1]
2018-01-25 Gustaf Neumann <[email protected]>
* nsf.c: Improve type cleanness for clang 6.0 [c783c671]
* nsf.c, gentclAPI.tcl, nsfAPI.h, nsfObj.c: Align prototypes with
function definitions and minor code cleanup
[6e5500ed]
* nsf.c: Write separate commands in different lines (esp. for control
structures) [048913c4]
* nsf.c, nsfAPI.decls, nsfAPI.h, nsfInt.h, nsfProfile.c, nsfStack.c: Align
naming of variables in function prototypes and definitions
[ed886327]
* nsf.c, nsfStack.c: Mark unused arguments as UNUSED [23bf0a56]
2018-01-24 Gustaf Neumann <[email protected]>
* gentclAPI.tcl, nsf.c, nsfAPI.decls, nsfAPI.h: Make argument
names more regular improve alignment of prototype names with
function definitions [9ffb7a5c]
* nsf.c: Fix typos [d45807d8]
* generic/*.h, generic/*.c: Improve alignment of prototypes with function definitions improve
regularity of variable names [8552f707]
* generic/*.h, generic/*.c: Prefer meaningful name in function
prototypes align names in .decls file with prototypes in the .c
and .h files [866971d8]
2018-01-22 Gustaf Neumann <[email protected]>
* nsf.c (ExitHandler), nsfEnumerationType.c (Nsf_Init), nsfInt.h (Register): Remove
unused arguments [88a4a36b]
* nsf.c (ExitHandler), nsfCmdDefinitions.c
(Nsf_CmdDefinitionInit), nsfInt.h (Nsf_EnumerationTypeGetDomain): Remove
unused argument [9c4fabbf, 9cae9f80]
2018-01-20 Gustaf Neumann <[email protected]>
* nsf.c (MakeProc): Minor cleanup (adjust comments, reduce
variable scope) [1dad927c]
2018-01-19 Stefan Sobernig <[email protected]>
* nx-test.tcl (exit): Fix the return trampoline for [exit] during test
runs [bb203de8]
2018-01-19 Gustaf Neumann <[email protected]>
* nx.tcl: Fix overseen error in regression test [6280104b]
2018-01-19 Stefan Sobernig <[email protected]>
* contains.test: Fix another 86/85 glitch [2125f114]
* nx-test.tcl (try): Make test suite working under 8.5,
again. [1d2bdbea]
2018-01-18 Gustaf Neumann <[email protected]>
* nsf.c (MakeProc, NsfProcContext): Execution namespace reform:
Add execution namespace to proc context instead of altering the
namespace of the command. This fixes strange behavior of "info
commands ::o::p", which might have returned "::p"; provide
compatibility with Tcl 8.7a2; extend regression test [3ccbf141]
* Makefile.in, alias.test, double-alias.test: Extended regression
test [df76a8d9]
2018-01-16 Gustaf Neumann <[email protected]>
* nsf.c (Nsf_Init): Get the "int" type from the Tcl_Obj directly,
which will continue to work in Tcl 9.0. [2d77e6cc]
* nsf.c (Nsf_Init): Provide compatibility with TIP #484 on wideInt
[382055d5]
* nsf.c, alias.test: Deactivate solution to the tcl87a2 problem
for now, since we need a different solution with this for
recursive aliases [392fda7d]
* nsf.c (ObjectDispatch): Improve wording in comment [42f38005]
* nsf.c (ParamOptionParse): Remove shadowing variable [d8f6dd4d]
* nsf.c (ParamDefsFormat, ParamOptionParse): reduce implicit
conversions [fa4eedf5]
* nsf.c (NsfMethodAliasCmd): Transitional fix for tcl87a2 problem
[63f7ad6c]
2018-01-15 Gustaf Neumann <[email protected]>
* nx.tcl: Cleaning up substdefault code [32791010]
* alias.test: Extend regression test, make assumptions explicit [52af84c2]
2018-01-14 Gustaf Neumann <[email protected]>
* nx.tcl, parameters.test: Avoid stripping of substdefault from
properties [ed365a90]
* nx.tcl, parameters.test, substdefault.test: Add handling of
extended substdefault options to per-object variables; improve
default value checking for slot-less variables; transform
associated array into a dict; extended regression tests [babe6447]
2018-01-13 Gustaf Neumann <[email protected]>
* nsf.c (MakeProc): Delete pre-existing commands explicitly
[918dad99]
2018-01-12 Gustaf Neumann <[email protected]>
* nsf.c (MakeProc): Provide fully qualified names to
Tcl_ProcObjCmd() to avoid potential problems in newer Tcl versions
[79bca8ba]
2018-01-05 Gustaf Neumann <[email protected]>
* nsf.c, nx-test.tcl, destroy.test, forward.test: Make it possible
to use error code for cmd result comparison; add some NSF specific
error code [5ab2ad98]
* nsf.c, disposition.test, parameters.test: Provide error hint for
"invalid value constraints" errors [dc94a1f1]
* nsf.c: Add error message, when present [50d4fe25]
* nsf.c (ParamDefsFormat, ParamDefsFormatOption)
(ParamDefsRefCountDecr): Reduce number of strlen() operations
[11f14cc1]
* nsf.c: whitespace changes [01ea26cd]
* nsf.c (ParamDefinitionParse, ParamDefsFormat), nx.tcl,
xotcl2.tcl: Fold "substdefault" and "substdefaultoptions" into a
single parameter option "substdefault" [b6fa8004]
2018-01-04 Stefan Sobernig <[email protected]>
* nsf.c (ParamOptionParse): Fixed typo in error msg. [5bd8345b]
* nsf.c (NSCheckNamespace): Simplify resource management of a DString.
[b70b7fe7]
* nsf.c (ParamSetFromAny2): Fix inline comment. [b62efa58]
* nsf.c (ParamOptionParse, ParamDefinitionParse, ParamDefsParse),
parameters.test: Small "type=" converterArg reform. Provided
additional parameter in param-parser machinery, to communicate a
(namespace) qualifier into ParamOptionParse. This way, the unqualified
type=* values are now expanded to qualified names (definition scope):
method parameters, nsf::is, nsf::parseargs, setter methods. Type=* in
object parameters are currently expanded at the slot level, could also
be added. New tests were added, existing ones adjusted to reflect the
new behavior. [f0d2956f]
2018-01-03 Gustaf Neumann <[email protected]>
* nsf.c, nsfAPI.decls, substdefault.test: New command
"nsf::definitionnamespace" plus regression tests [7f58a3a3]
* nsf.c (ParamOptionParse): Fix typo in comment [3301d272]
* nsf.c (ParamParse, ArgumentDefaults): Implement
substdefaultoptions (for now, just providing the bitmask); added
substdefault.test; rename static function ParamParse() to
ParamDefinitionParse(); break overlong lines [25212e40]
2018-01-02 Gustaf Neumann <[email protected]>
* nsf.c: Silence gcc8 [8591bd17]
2018-01-01 Gustaf Neumann <[email protected]>
* nsf.c (NsfDebugGetDict): Use snprintf() instead of sprintf() to
protect better against potential buffer overflows [37c87756]
* nsf.c (CompiledColonLocalsLookup): Remove old-style
CompiledColonLocalsLookup and use colonLocalVarCache variant
instead. [b916a5a3]
2017-12-31 Gustaf Neumann <[email protected]>
* parameters.test: Fix leftover from the time, when we could call
accessor methods without "get" [6ef0a130]
2017-12-31 Stefan Sobernig <[email protected]>
* nx.tcl, nx-mongo.tcl (parseParamSpec): Render target parameter
non-positional, so that MetaSlot.parseParamSpec() becomes backward
compatible. Adjusted callsites of parseParamSpec. [5ac8b093]
2017-12-30 Gustaf Neumann <[email protected]>
* nx-mongo.tcl (parseParameterSpec): Add missing argument to parseParameterSpec [5d495b6d]
* mk_predefined.tcl: Improve portability (restict length of literal strings <= 4095)
[1c256d87]
* parameters.test: Deactivate two problematic tests for the time
being to allow regression test to run [868e7224]
2017-12-29 Gustaf Neumann <[email protected]>
* generic/*.c, *.log, library/*: Fix typos, updaty copyright years
according to commits [0de05aae]
* nsf.c: Prefer boolean test, remove commented-out code [b84afe7e]
2017-12-24 Gustaf Neumann <[email protected]>
* doc/*.*, generic/*.c, library/*.*: Fix typos [c4f449cb]
2017-12-21 Stefan Sobernig <[email protected]>
* nsf.c (ParamParse): Fix crash when ParamParse is called with an
empty-string argument, e.g. nsf::parameter::info type "". Tests
provided. [2f921800]
2017-12-20 Stefan Sobernig <[email protected]>
* nsf.c (NsfParseArgsCmd): Fix another edge case (empty spec and/or
empty argv), added more tests. See also TODO. [9bd2c31a]
* nsf.c (NsfParseArgsCmd): Fix nsf::parseargs for the case of Tcl-only
params, otherwise, it crashes due to an uninitialized params
structure. Added some tests. [54277a59]
2017-12-19 Stefan Sobernig <[email protected]>
* nsf.c (ParamDefsParse): Fix small typo "allowedOptinons" ->
"allowedOptions" [5a34df6e]
2017-12-01 Stefan Sobernig <[email protected]>
* nx.tcl (Class.variable): Clean up a left-over. [03bde7ee]
* nx.tcl (Class.variable()): Re-order the substdefault-handling block
to render it more meaningful. [7e754788]
* nx.tcl (substdefault): Unify and harden substdefault handling. Both,
per-class and per-object substdefault should now behave similarly in
absence of a pair of evaluation brackets. Also, an attempt is made to
capture ill-formed input to subst earlier ([info complete]). An actual
substdefault reform, however, must tackle the [subst] calls
(-novariables?) and make the calls more robust (at the script and C
level; [apply]-like?). Added some tests for documentation. [dc801eac]
2017-11-30 Stefan Sobernig <[email protected]>
* Parameters.test: Simplify test case slightly. [efd3c005]
* nx.tcl (MetaSlot.parseParameterSpec): Refine handling of the
type converter to expand unqualified names to the "nearer"
namespace, i.e., namespace of the slot-owning object) rather than
"". Along the way, intercept invalid type=* values earlier (empty
string, "::"). Added some tests. [f177ffa3]
* nsfDebug.c: Remove duplicate array entry. [e9dc4cee]
* nsfDebug.c (NsfInitPkgConfig): Provide NSF configuration data via the
TIP 59 interface (::nsf::pkgconfig). [0ca1bf1c]
2017-11-18 Gustaf Neumann <[email protected]>
* nsfUtil.c: silence static checker [c9f1c850]
2017-11-16 Gustaf Neumann <[email protected]>
* nsfInt.h: Improve cleanness of compilation with Tcl 8.5 [f8b5f0a1]
* nsf.c: unneeded function [165e176d]
* nsfDebug.c, nsfInt.h: Add const declarations [5fb947bc]
2017-11-15 Gustaf Neumann <[email protected]>
* nsf.c, method-parameter.test: Don't allow bytearrays as name of
non-pos args [8ac4f64a]
2017-11-09 Gustaf Neumann <[email protected]>
* nsf.c: Adjust print format to recent changes [f2ba4d0c]
2017-11-08 Stefan Sobernig <[email protected]>
* nsf.c, nsfInt.h, nsfObj.c: Make epoch counters unsigned ints, so
doubling the number of possible epochs. [1aa07d20]
* nsf.c: Unify cmd flags cast (unsigned long -> unsigned int) [a25c4bed]
* nsf.c (ObjectCmdMethodDispatch): Simplify and cleanup condition
expressions. [20c5ebb6]
* nsf.c (ObjectCmdMethodDispatch), submethods.test: Enable private
checking on ensembles, added test cases to capture the intended
behavior behind -local and/or private for ensemble methods. [96e318fb]
2017-10-24 Gustaf Neumann <[email protected]>
* nsf.c (NsfColonCmd, NsfSelfCmd): Move GetObj() after tests of
non-null asserts [543954d5]
2017-10-20 Gustaf Neumann <[email protected]>
* nx-mongo.tcl: Fix collateral damage of protection changes by
making methods public [9429c5df]
* nsfStack.c: Move prototypes to begin of file [b2c4a961]
* nsfStack.c: Don't shadow variable names. [09a7e327]
* nsfStack.c: Remove commented code, add missing nonnull-assert,
shorten overlong lines [6b1b9272]
2017-10-19 Stefan Sobernig <[email protected]>
* nsf.c (NsfMethodForwardCmd): Provide correct scoping condition when
requesting a method handle for a submethod forwarder. Added basic
tests. [8b19916c]
2017-10-13 Stefan Sobernig <[email protected]>
* nsf.c, nsfStack.c: Bump copyright years. [bc16933e]
* nsf.c (ObjectCmdMethodDispatch), protected.test: For ensemble or
submethod dispatches, since ever, call protection had not been
enforced at all. This commit enables call protection (protected)
for ensembles and adds basic tests.
* nsfStack.c (GetSelfObj): To allow one to resolve the self reference
at arbitrary callstack levels, separate GetSelfObj into a GetSelfObj
macro for the topmost self and GetSelfObj2. [4e48f104]
2017-10-06 Gustaf Neumann <[email protected]>
* nsf.c (TclDeletesObject): Fix typo [6a0a8ba7]
2017-10-02 Stefan Sobernig <[email protected]>
* nsf.c (NsfCCreateMethod): During a shutdown, in a filter setting,
objv is not necessarily populated. Prior to this fix, the following
crashes on exit for "ObjStr(objv[1])": [86becbe0]
2017-09-19 Gustaf Neumann <[email protected]>
* nsf.c (RemoveInstance, CallStackDoDestroy)
(MixinInvalidateObjOrders, TclDeletesObject, CleanupDestroyClass): Add
likely/unlikely for NSF_DURING_DELETE checks [57d67eeb]
* nsf.c, nsfError.c, nsfProfile.c: Code cleanup [5df12821]
2017-09-06 Gustaf Neumann <[email protected]>
* Add Valgrind/callgrind support [81788340]
* Improve performance of ObjectSystemsCheckSystemMethod() by over 20%
[9612df65]
2017-09-04 Gustaf Neumann <[email protected]>
* nsf.c (AliasAdd, AliasGet, AliasDelete): Optimization for
aliases, avoiding unboxing and re-boxing values as Tcl_Objs
[0e77a312]
* nsf.c: Minor cleanup and optimizations [5b6d88f8]
* nsfUtil.c (strnstr): Avoid call of strncmp() in common cases
[3b1402ae]
2017-08-31 Gustaf Neumann <[email protected]>
* nsf.c (CompiledLocalsLookup): Add cache for compiled locals
starting with a colon to avoid repeated linear searches.
* nsf.c (ParamOptionParse): Reduce number of string comparisons in ParamOptionParse()
* nsf.c (ParamOptionParse, NsfProcDeleteProc): Factor out ProcContextRequire()
* varresolution.test: Extend regression test [9c0e4571]
2017-08-21 Gustaf Neumann <[email protected]>
* nsf.c, nsfStack.c: Minor cleanup [fa5f1303]
* nsf.c (MethodDispatch): Remove first argument of MethodDispatch,
which is apparently not needed [18c7294b]
* nsf.c, nsfInt.h (CompiledLocalsLookup): Avoid mixed declarations
and code [a4b53da8]; added experimental definition of
NSF_CONSTANT_COMPILED_LOCAL_LOOKUP [d9a45933]
2017-08-20 Stefan Sobernig <[email protected]>
* nsf.c (FindNextMethod): Provide revised, streamlined implementation
of FindSelfNext as FindNextMethod. FindSelfNext is maintained, but
unused for the time being. [cc7500b2]
2017-08-20 Gustaf Neumann <[email protected]>
* nsf.c, nsfStack.c: Cleanup and optimization [fd0a160a]
* nsfStack.c: White space changes [f1549882]
* nsfStack.c: Reduce number of returns before end of function
[b64700f0]
* nsf.c, nsf.h, nsfInt.h: Whitespace changes, typos [3f78bdd8]
* nsfInt.h: More macro definition after GNU definitions [394c8d71]
* nsf.h: Remove redundant definition [263d34ee]
* nsf.c: Remove dead assignment [76cc1aa8]
* Makefile.in: Add more tidy and checking compiler flags [d81f1d01]
2017-08-20 Stefan Sobernig <[email protected]>
* nsf.c (NsfCurrentCmd), nsfStack.c (CallStackNextFrameOfType): Render
[current isnextcall] aware of ensembles. Extended submethods.test to
cover [current isnextcall] within ensembles. [adedd712]
2017-08-18 Stefan Sobernig <[email protected]>
* nsf.c (FindSelfNext): Render [current nextmethod] aware of
ensembles. Added basic tests. [2c338821]
2017-08-15 Gustaf Neumann <[email protected]>
* nsf.c: White-space changes [35936dfb]
2017-08-09 Stefan Sobernig <[email protected]>
* submethods.test: Clean up ensembles on top-level
objects. [2a10ca19]
* nx-test.tcl (nx::test case): As (ensemble) methods are currently not
covered by the auto-cleanup feature of "nx::test case", I took care
of not cleaning up the per-class ensemble slots while the alias is
still available. This led to dangling aliases. [464ec0a0]
* nsf.c (GetNextArguments): Ensemble method names via the colon
resolver were not cleansed for the colon, leading to a broken method
lookup chain. Fix for SF Ticket #1. Added basic tests. [404b5593]
2017-08-07 Gustaf Neumann <[email protected]>
* nsf.c (MakeProc, NsfMethodCreateCmd): Remove failing assertion,
Tcl handles leading colons in proc names [71dcbd9c]
2017-06-18 Stefan Sobernig <[email protected]>
* nsf.c, forward.test (ForwardArg): Extend to recognize alternative
element separators in list string reps
(NsfHasTclSpace). [bc7f267a]
* nsf.c, nsf-cmd.test (ObjectFindMethod): Extend to recognize all
element separator chars (NsfHasTclSpace). [462bf8f1]
* nsf.c, parameters.test (NsfMethodSetterCmd): Make list detection
aware of all list separator chars (NsfHasTclSpace). [33d063a3]
* nsf.c, parameters.test (NsfOResidualargsMethod): Extend XOTcl's
list-notation support to recognize all Tcl list separators
(NsfHasTclSpace). [5425e020]
2017-06-14 Stefan Sobernig <[email protected]>
* nsf.c, nsfInt.h: Start housekeeping work on Tcl command/proc names
vs. NSF method names to avoid conflicts between ensemle methods and
e.g. whitespace-containing command names. Added helper macro
NsfHasTclSpace and some first tests. To be continued. [7e090d5c]
2017-06-03 Gustaf Neumann <[email protected]>
* nsf.c (FilterAdd): Reduce variable scope [9797190b]
2017-05-31 Stefan Sobernig <[email protected]>
* nsf.c (NsfMethodPropertyCmd,NsfForwardPropertyCmd): Remove extra
whitespace from error message. [67401de3]
2017-05-29 Stefan Sobernig <[email protected]>
* methods.test: Add basic tests on composite names under the default
unknown handler. [224bb589]
* nsf.c (DispatchUnknownMethod): Sanitize messages emitted by
default unknown handler. Unless in the context of an ensemble
object (NSF_KEEP_CALLER_SELF, NSF_PER_OBJECT_DISPATCH), make sure
that the entire method name, incl. multi-word names, are fully
reported. [09b9e7c9]
2017-05-28 Gustaf Neumann <[email protected]>
* nsf.c (FindCalledClass): Simplify code [c1ac4a3f]
* nsf.c (NsfCmdList, RemoveFromObjectMixins, FilterAdd)
(FindCalledClass, FindSelfNext, NsfRelationSetCmd), nsfObj.c
(NsfFilterregGet, FilterregSetFromAny), nsfStack.c
(CallStackGetTopFrame0): Don't assume that CallStackGetTopFrame0()
returns != NULL; reduce variable scopes; reduce number of returns
before function end
[16324e94]
2017-04-29 Gustaf Neumann <[email protected]>
* nsf.c (NsfOCgetMethod): Make sure, paramPtr is always
initialized [be1aa824]
2017-04-22 Gustaf Neumann <[email protected]>
* xotcl2.tcl, library/*: Use more straightforward Tcl idiom
[string index] to access first character of a string; standardize
spelling of names of products (Tcl, AOLserver, PostgreSQL)
[09b4bca7]
* doc/*.man: Use uniform spelling of "Tcl" [bf42a9bc]
* nsfAssemble.c: Whitespace change [6450e201]
* generic/*.c, library/*/*.tcl: Use uniform spelling of "Tcl", fix
more spelling errors [6af35a88, 0fd68504]
2017-04-21 Gustaf Neumann <[email protected]>
* nsf.c (NsfDebugGetDict): Provide means to debug invalid coding
in Tcl_Objs [5561af6a]
2017-03-03 Stefan Sobernig <[email protected]>
* nx.tcl (VariableSlot): Fix value=delete to actually accept and
implement "-nocomplain". Added tests (missing so far entirely) and
updated the man pages accordingly. [8f64a468]