@@ -178,22 +178,22 @@ https://core.tcl-lang.org/itcl/timeline
178
178
179
179
2012-07-12 Arnulf P.Wiedemann <
[email protected] >
180
180
* generic/itclBase.c: make the info command call in clazzUnknownBody a
181
- list to avoid problems with class names
182
- containing spaces. i
181
+ list to avoid problems with class names
182
+ containing spaces. i
183
183
Fix for [incr Tcl] bug ID: 3536018
184
184
2012-05-17 Arnulf P.Wiedemann <
[email protected] >
185
185
* generic/itclResolve.c: fixed problem with access to protected class
186
- variables when not from top level context
187
- reported from Rene Zaumseil for his itk
186
+ variables when not from top level context
187
+ reported from Rene Zaumseil for his itk
188
188
emulation
189
189
2012-03-25 Arnulf P.Wiedemann <
[email protected] >
190
190
* generic/itclInfo.c: fixed problem with info exists command.
191
- fossil ticket id: d4ee728817f951d0b2aa8e8f9b030ea854e92c9f
191
+ fossil ticket id: d4ee728817f951d0b2aa8e8f9b030ea854e92c9f
192
192
2012-02-25 Arnulf P.Wiedemann <
[email protected] >
193
193
* generic/itclObject.c: special case: we found the class for the class command,
194
194
for a relative or absolute class path name
195
195
but we have no method in that class that fits.
196
- Problem of Rene Zaumseil when having the object
196
+ Problem of Rene Zaumseil when having the object
197
197
for a class in a child namespace of the class
198
198
fossil ticket id: 36577626c340ad59615f0a0238d67872c009a8c9
199
199
* generic/itclCmd.c: typo fix
@@ -294,7 +294,7 @@ https://core.tcl-lang.org/itcl/timeline
294
294
argument.
295
295
296
296
2010-08-22 Arnulf P.Wiedemann <
[email protected] >
297
- * itclInt.h, itclObject.c, itclInfo.c: fix for BiInfoHeritageCmd
297
+ * itclInt.h, itclObject.c, itclInfo.c: fix for BiInfoHeritageCmd
298
298
and BiInfoInheritCmd function, if we have no object context
299
299
300
300
2010-08-17 Jeff Hobbs <
[email protected] >
@@ -308,17 +308,17 @@ https://core.tcl-lang.org/itcl/timeline
308
308
Remove unnecessary itcl_INCLUDE_DIR (dup of itcl_INCLUDE_SPEC)
309
309
310
310
2010-05-17 Arnulf P.Wiedemann <
[email protected] >
311
- * itclClass.c: undo change from 2010-05-16
311
+ * itclClass.c: undo change from 2010-05-16
312
312
2010-05-16 Arnulf P.Wiedemann <
[email protected] >
313
- * itclClass.c: allow variable namespace to exist
313
+ * itclClass.c: allow variable namespace to exist
314
314
2010-05-02 Arnulf P.Wiedemann <
[email protected] >
315
- * itclClass.c: fix for SF bug #2993540
315
+ * itclClass.c: fix for SF bug #2993540
316
316
* itcl2Tcloo.c: fix for SF bug #2993648
317
317
* itcl2Tcloo.h: fix for SF bug #2993648
318
318
* itclBuiltin.c: added an empty line for beautifying
319
319
* itclCmd.c: in Itcl_IsObjectCmd if in constructor use the correct ioPtr
320
320
* itclObject.c: in Itcl_ObjectIsa check for contextIoPtr == NULL
321
- to avoid segmentation violation
321
+ to avoid segmentation violation
322
322
2010-04-21 Arnulf P.Wiedemann <
[email protected] >
323
323
* itclCmd.c: Add missing Tcl_DStringFree for [itcl Bug 2983809]
324
324
* itclEnsemble.c:
@@ -327,7 +327,7 @@ https://core.tcl-lang.org/itcl/timeline
327
327
* itclResolve.c:
328
328
329
329
* itclParse.c: better error message when using: public mthod ...
330
- instead of public method ...
330
+ instead of public method ...
331
331
2010-04-08 Don Porter <
[email protected] >
332
332
* itclInt.h: Add #ifdef guards to attempt inclusion of
333
333
a unistd.h header file only where one exists.
@@ -345,11 +345,11 @@ https://core.tcl-lang.org/itcl/timeline
345
345
* itcl2TclOO.c:
346
346
2010-03-19 Arnulf P. Wiedemann <
[email protected] >
347
347
* configure.in: add missing include files for install,thanks to Reinhard Max for
348
- the patch
348
+ the patch
349
349
* itclInfo.c: removed "uplevel 1" in Itcl_BiInfoUnknownCmd.c, which made problems
350
- with "info complete", reported by Reinhard Max
350
+ with "info complete", reported by Reinhard Max
351
351
* itclMethod.c: fixed bug, which caused core dump in CallItclObjectCmd, thanks to
352
- Reinhard Max for the patch
352
+ Reinhard Max for the patch
353
353
2010-03-06 Arnulf P. Wiedemann <
[email protected] >
354
354
* itcl.decls: changed CONST in declarations to const
355
355
* itclDecls.h:
@@ -365,7 +365,7 @@ https://core.tcl-lang.org/itcl/timeline
365
365
366
366
2009-10-24 Arnulf P. Wiedemann <
[email protected] >
367
367
* itclMethod.c: if during call of constructor, when building
368
- an object there were multiple recursive calls
368
+ an object there were multiple recursive calls
369
369
on CallItclObjectCmd and errors have not been
370
370
propagated. Now hadConstructorError
371
371
field in ItclObject struct is used for that
@@ -374,39 +374,39 @@ https://core.tcl-lang.org/itcl/timeline
374
374
* itclObject.c:
375
375
376
376
* itclObject.c: allow %:var_name substitution in delegate
377
- method using part for extendedclass
377
+ method using part for extendedclass
378
378
379
379
* itclObject.c: allow call of delegated methods in constructor
380
- of ::itcl::extendedclass
380
+ of ::itcl::extendedclass
381
381
* itclBuiltin.c:
382
382
* itclMethod.c:
383
383
384
384
385
385
2009-10-23 Arnulf P. Wiedemann <
[email protected] >
386
- * generic/itcl.h: bumped version to 4.0b4
386
+ * generic/itcl.h: bumped version to 4.0b4
387
387
* configure.in:
388
388
* configure:
389
389
390
390
* itclClass.c: fixed bug which prevented correct error
391
- reporting when there was a problem when
391
+ reporting when there was a problem when
392
392
creating an object, also fixed to use correct
393
393
NRE calling
394
394
395
395
2009-10-23 Arnulf P. Wiedemann <
[email protected] >
396
396
* itclMigrate2TclCore.c: added Itcl_GetUplevelCallFrame and
397
- Itcl_ActivateCallFrame functions
398
- same as in Itcl3.4. They are needed to call
397
+ Itcl_ActivateCallFrame functions
398
+ same as in Itcl3.4. They are needed to call
399
399
the itk_component command with the suitable
400
400
call frame as this is needed for access to the
401
- proc local vars. This was the fix for SF
401
+ proc local vars. This was the fix for SF
402
402
bug #2840994
403
403
* itclStubInit.c:
404
404
* itcl.decls:
405
405
* itclDecls.h:
406
406
* itclIntDecls.h:
407
407
408
408
* itclResolve.c: added special_resolve_vars. Also needed
409
- for SF bug #2840994
409
+ for SF bug #2840994
410
410
411
411
412
412
2009-10-22 Arnulf P. Wiedemann <
[email protected] >
@@ -419,7 +419,7 @@ https://core.tcl-lang.org/itcl/timeline
419
419
* itclObject.c: added an empty line (beautifying)
420
420
421
421
* itclInfo.c: no extra method for info exists, use the
422
- ItclBiInfoUnknownCmd instead
422
+ ItclBiInfoUnknownCmd instead
423
423
fix for bug # 2738459
424
424
* itclObject.c: fix for bug # 2789473
425
425
* itclResolve.c: fix for bug # 2495261
@@ -442,7 +442,7 @@ https://core.tcl-lang.org/itcl/timeline
442
442
* generic/itclInfo.c: fix for bug #2830946.
443
443
* pkgIndex.tcl.in: fix for bug #2856166.
444
444
* itclInt.h: for linux we need inclusion of unistd.h otherwise
445
- intprt_t type is not defined
445
+ intprt_t type is not defined
446
446
447
447
* itclResolve2.c: changed CONST in declarations to const
448
448
* itclTclIntStubsFcn.c:
@@ -477,15 +477,15 @@ https://core.tcl-lang.org/itcl/timeline
477
477
* generic/itclBase.c: reduce size of initScript to satisfy MSVC6.
478
478
479
479
2008-02-21 Arnulf P. Wiedemann <
[email protected] >
480
- * fix for SF bug 2595708 itclParse.c and itclBuiltin.c
480
+ * fix for SF bug 2595708 itclParse.c and itclBuiltin.c
481
481
* fix for problem with scope command path reported by
482
482
* Harald Krummeck on c.l.t ItclCmd.c
483
483
2008-02-02 Arnulf P. Wiedemann <
[email protected] >
484
- * generic/itcl.h configure.in:
485
- bumped version to 4.0b3
484
+ * generic/itcl.h configure.in:
485
+ bumped version to 4.0b3
486
486
2008-02-01 Arnulf P. Wiedemann <
[email protected] >
487
- * tests/widgetadaptor.test and tests/widgetclass.test:
488
- removed package require Tk to avoid running the tests
487
+ * tests/widgetadaptor.test and tests/widgetclass.test:
488
+ removed package require Tk to avoid running the tests
489
489
always
490
490
2008-01-24 Arnulf P. Wiedemann <
[email protected] >
491
491
* generic/itclBase.c: added *Dict*Info functions to allow fully
0 commit comments