Skip to content

Commit f34ea69

Browse files
author
jan.nijtmans
committed
Version -> 4.2.6
1 parent af19f30 commit f34ea69

19 files changed

+999
-987
lines changed

ChangeLog

+31-31
Original file line numberDiff line numberDiff line change
@@ -178,22 +178,22 @@ https://core.tcl-lang.org/itcl/timeline
178178

179179
2012-07-12 Arnulf P.Wiedemann <[email protected]>
180180
* 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
183183
Fix for [incr Tcl] bug ID: 3536018
184184
2012-05-17 Arnulf P.Wiedemann <[email protected]>
185185
* 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
188188
emulation
189189
2012-03-25 Arnulf P.Wiedemann <[email protected]>
190190
* generic/itclInfo.c: fixed problem with info exists command.
191-
fossil ticket id: d4ee728817f951d0b2aa8e8f9b030ea854e92c9f
191+
fossil ticket id: d4ee728817f951d0b2aa8e8f9b030ea854e92c9f
192192
2012-02-25 Arnulf P.Wiedemann <[email protected]>
193193
* generic/itclObject.c: special case: we found the class for the class command,
194194
for a relative or absolute class path name
195195
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
197197
for a class in a child namespace of the class
198198
fossil ticket id: 36577626c340ad59615f0a0238d67872c009a8c9
199199
* generic/itclCmd.c: typo fix
@@ -294,7 +294,7 @@ https://core.tcl-lang.org/itcl/timeline
294294
argument.
295295

296296
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
298298
and BiInfoInheritCmd function, if we have no object context
299299

300300
2010-08-17 Jeff Hobbs <[email protected]>
@@ -308,17 +308,17 @@ https://core.tcl-lang.org/itcl/timeline
308308
Remove unnecessary itcl_INCLUDE_DIR (dup of itcl_INCLUDE_SPEC)
309309

310310
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
312312
2010-05-16 Arnulf P.Wiedemann <[email protected]>
313-
* itclClass.c: allow variable namespace to exist
313+
* itclClass.c: allow variable namespace to exist
314314
2010-05-02 Arnulf P.Wiedemann <[email protected]>
315-
* itclClass.c: fix for SF bug #2993540
315+
* itclClass.c: fix for SF bug #2993540
316316
* itcl2Tcloo.c: fix for SF bug #2993648
317317
* itcl2Tcloo.h: fix for SF bug #2993648
318318
* itclBuiltin.c: added an empty line for beautifying
319319
* itclCmd.c: in Itcl_IsObjectCmd if in constructor use the correct ioPtr
320320
* itclObject.c: in Itcl_ObjectIsa check for contextIoPtr == NULL
321-
to avoid segmentation violation
321+
to avoid segmentation violation
322322
2010-04-21 Arnulf P.Wiedemann <[email protected]>
323323
* itclCmd.c: Add missing Tcl_DStringFree for [itcl Bug 2983809]
324324
* itclEnsemble.c:
@@ -327,7 +327,7 @@ https://core.tcl-lang.org/itcl/timeline
327327
* itclResolve.c:
328328

329329
* itclParse.c: better error message when using: public mthod ...
330-
instead of public method ...
330+
instead of public method ...
331331
2010-04-08 Don Porter <[email protected]>
332332
* itclInt.h: Add #ifdef guards to attempt inclusion of
333333
a unistd.h header file only where one exists.
@@ -345,11 +345,11 @@ https://core.tcl-lang.org/itcl/timeline
345345
* itcl2TclOO.c:
346346
2010-03-19 Arnulf P. Wiedemann <[email protected]>
347347
* configure.in: add missing include files for install,thanks to Reinhard Max for
348-
the patch
348+
the patch
349349
* 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
351351
* itclMethod.c: fixed bug, which caused core dump in CallItclObjectCmd, thanks to
352-
Reinhard Max for the patch
352+
Reinhard Max for the patch
353353
2010-03-06 Arnulf P. Wiedemann <[email protected]>
354354
* itcl.decls: changed CONST in declarations to const
355355
* itclDecls.h:
@@ -365,7 +365,7 @@ https://core.tcl-lang.org/itcl/timeline
365365

366366
2009-10-24 Arnulf P. Wiedemann <[email protected]>
367367
* 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
369369
on CallItclObjectCmd and errors have not been
370370
propagated. Now hadConstructorError
371371
field in ItclObject struct is used for that
@@ -374,39 +374,39 @@ https://core.tcl-lang.org/itcl/timeline
374374
* itclObject.c:
375375

376376
* itclObject.c: allow %:var_name substitution in delegate
377-
method using part for extendedclass
377+
method using part for extendedclass
378378

379379
* itclObject.c: allow call of delegated methods in constructor
380-
of ::itcl::extendedclass
380+
of ::itcl::extendedclass
381381
* itclBuiltin.c:
382382
* itclMethod.c:
383383

384384

385385
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
387387
* configure.in:
388388
* configure:
389389

390390
* itclClass.c: fixed bug which prevented correct error
391-
reporting when there was a problem when
391+
reporting when there was a problem when
392392
creating an object, also fixed to use correct
393393
NRE calling
394394

395395
2009-10-23 Arnulf P. Wiedemann <[email protected]>
396396
* 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
399399
the itk_component command with the suitable
400400
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
402402
bug #2840994
403403
* itclStubInit.c:
404404
* itcl.decls:
405405
* itclDecls.h:
406406
* itclIntDecls.h:
407407

408408
* itclResolve.c: added special_resolve_vars. Also needed
409-
for SF bug #2840994
409+
for SF bug #2840994
410410

411411

412412
2009-10-22 Arnulf P. Wiedemann <[email protected]>
@@ -419,7 +419,7 @@ https://core.tcl-lang.org/itcl/timeline
419419
* itclObject.c: added an empty line (beautifying)
420420

421421
* itclInfo.c: no extra method for info exists, use the
422-
ItclBiInfoUnknownCmd instead
422+
ItclBiInfoUnknownCmd instead
423423
fix for bug # 2738459
424424
* itclObject.c: fix for bug # 2789473
425425
* itclResolve.c: fix for bug # 2495261
@@ -442,7 +442,7 @@ https://core.tcl-lang.org/itcl/timeline
442442
* generic/itclInfo.c: fix for bug #2830946.
443443
* pkgIndex.tcl.in: fix for bug #2856166.
444444
* 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
446446

447447
* itclResolve2.c: changed CONST in declarations to const
448448
* itclTclIntStubsFcn.c:
@@ -477,15 +477,15 @@ https://core.tcl-lang.org/itcl/timeline
477477
* generic/itclBase.c: reduce size of initScript to satisfy MSVC6.
478478

479479
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
481481
* fix for problem with scope command path reported by
482482
* Harald Krummeck on c.l.t ItclCmd.c
483483
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
486486
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
489489
always
490490
2008-01-24 Arnulf P. Wiedemann <[email protected]>
491491
* generic/itclBase.c: added *Dict*Info functions to allow fully

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ install-lib-binaries: binaries
429429
lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
430430
if test -f $$lib; then \
431431
echo " $(INSTALL_DATA) $$lib $(DESTDIR)$(pkglibdir)/$$lib"; \
432-
$(INSTALL_DATA) $$lib "$(DESTDIR)$(pkglibdir)/$$lib"; \
432+
$(INSTALL_DATA) $$lib "$(DESTDIR)$(pkglibdir)/$$lib"; \
433433
fi; \
434434
fi; \
435435
fi; \

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
README: Itcl
22

3-
This is the 4.2.5 source distribution of Itcl, an object oriented
3+
This is the 4.2.6 source distribution of Itcl, an object oriented
44
extension for Tcl. Itcl releases are available from Sourceforge at:
55

66
https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/

0 commit comments

Comments
 (0)