Skip to content

Commit ac91fd3

Browse files
author
jan.nijtmans
committed
3.0b4 -> 3.0b5. More indenting
1 parent d241683 commit ac91fd3

18 files changed

+1488
-1488
lines changed

ChangeLog

+58-58
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327

328328
2010-04-01 Zoran Vasiljevic <[email protected]>
329329

330-
* generic/tclXkeylist.c: Removed declaration of global TclX keylist
330+
* generic/tclXkeylist.c: Removed declaration of global TclX keylist
331331
commands.
332332

333333
2010-03-30 Zoran Vasiljevic <[email protected]>
@@ -346,17 +346,17 @@
346346

347347
2010-03-19 Jan Nijtmans <[email protected]>
348348

349-
* generic/threadSpCmd.c: Silence gcc warning: dereferencing
350-
* .cvsignore: type-punned pointer will break
349+
* generic/threadSpCmd.c: Silence gcc warning: dereferencing
350+
* .cvsignore: type-punned pointer will break
351351
strict-aliasing rules.
352-
* configure: Regenerated using latest TEA
352+
* configure: Regenerated using latest TEA
353353

354354
2009-08-19 Zoran Vasiljevic <[email protected]>
355355

356356
* generic/threadPoolCmd.c: Implemented [tpool::suspend]
357357
* doc/tpool.man: and [tpool::resume] commands
358-
as per [RFE #2835615].
359-
Also fixed [Bug #2833864].
358+
as per [RFE #2835615].
359+
Also fixed [Bug #2833864].
360360

361361
2009-07-22 Jan Nijtmans <[email protected]>
362362

@@ -612,7 +612,7 @@
612612

613613
* generic/tclXkeylist.c: made some calls static
614614
so they do not interfere for static linking with
615-
certain extensions.
615+
certain extensions.
616616

617617
2005-08-08 Zoran Vasiljevic <[email protected]>
618618

@@ -718,7 +718,7 @@
718718
* lib/ttrace.tcl: added [ttrace::config] to control
719719
some runtime options. The only option it allows now
720720
is "-doepochs". This is a boolean flag turning the
721-
epoch generation off/on.
721+
epoch generation off/on.
722722
Also, improved handling of XOTcl introspections in
723723
regard to namespaced objects/classes.
724724

@@ -731,7 +731,7 @@
731731

732732
2005-01-03 Zoran Vasiljevic <[email protected]>
733733

734-
**** RELEASE: 2.6.1 Tagged ****
734+
**** RELEASE: 2.6.1 Tagged ****
735735

736736
* aolserver.m4:
737737
* configure.in:
@@ -755,7 +755,7 @@
755755

756756
2004-12-23 Zoran Vasiljevic <[email protected]>
757757

758-
**** RELEASE: 2.6 Tagged ****
758+
**** RELEASE: 2.6 Tagged ****
759759

760760
* tcl/cmdsrv/cmdsrv.tcl: example command server listens on
761761
loopback interface (127.0.0.1) only
@@ -797,7 +797,7 @@
797797
* tests/thread.tcl: Disabled all tests handling channel transfer
798798
for Windows ports until core is capable of handling this correctly.
799799

800-
* generic/threadSpCmd.c: Fixed segmentation problems observed on
800+
* generic/threadSpCmd.c: Fixed segmentation problems observed on
801801
Windows ports and related to notification of an uninitialized
802802
condition variable(s). This closes Bug #1051068 (wrongly posted
803803
under Tcl Patches at SF).
@@ -912,8 +912,8 @@
912912
2004-01-31 Zoran Vasiljevic <[email protected]>
913913

914914
* generic/threadCmd.c: fixed incorrect handling of return
915-
codes from the scripts passed to threads. We were wrongly
916-
triggering error for non-error return codes such as TCL_RETURN,
915+
codes from the scripts passed to threads. We were wrongly
916+
triggering error for non-error return codes such as TCL_RETURN,
917917
TCL_BREAK, TCL_CONTINUE etc. Now we trigger error only for
918918
TCL_ERROR and return other codes (as-is) to the caller.
919919
This also fixes the Tcl Bug #884549.
@@ -1037,13 +1037,13 @@
10371037

10381038
2003-04-29 Zoran Vasiljevic <[email protected]>
10391039

1040-
Tagged interim 2.5.2 release.
1040+
Tagged interim 2.5.2 release.
10411041

10421042
* configure.in
10431043
* configure: Added quick fix for autoconf issues
1044-
related to $srcdir and building of the package
1045-
from the top-level dir instead of unix/win subdir.
1046-
Thanks to Mo DeJong for the fix.
1044+
related to $srcdir and building of the package
1045+
from the top-level dir instead of unix/win subdir.
1046+
Thanks to Mo DeJong for the fix.
10471047

10481048
2003-04-10 Zoran Vasiljevic <[email protected]>
10491049

@@ -1150,7 +1150,7 @@
11501150
* generic/threadPoolCmd.c: fixed one missing mutex unlock
11511151
in the ThreadRelease.
11521152

1153-
* tcl/tpool/tpool.tcl: implemented missing API calls found
1153+
* tcl/tpool/tpool.tcl: implemented missing API calls found
11541154
in the C-level implementation.
11551155

11561156
* tcl/phttpd/phttpd.tcl: simplified switching to Tcl-level
@@ -1173,7 +1173,7 @@
11731173
prefix for mutex/cond commands.
11741174

11751175
* generic/threadCmd.c: rewritten to use SpliceIn/SpliceOut
1176-
macros instead of hand-fiddling with linked lists.
1176+
macros instead of hand-fiddling with linked lists.
11771177

11781178
* generic/threadPoolCmd.c: new file
11791179

@@ -1275,12 +1275,12 @@
12751275

12761276
2002-07-20 Mo DeJong <[email protected]>
12771277

1278-
* generic/threadSvCmd.c (Sv_tclEmptyStringRep, Sv_Init):
1279-
Avoid linking to the tclEmptyStringRep variable defined
1280-
in Tcl since this makes it very difficult to load
1281-
the Thread package into an executable that has
1282-
also loaded Tcl. The previous approach used a hack
1283-
under Windows, we now use this same hack on all systems.
1278+
* generic/threadSvCmd.c (Sv_tclEmptyStringRep, Sv_Init):
1279+
Avoid linking to the tclEmptyStringRep variable defined
1280+
in Tcl since this makes it very difficult to load
1281+
the Thread package into an executable that has
1282+
also loaded Tcl. The previous approach used a hack
1283+
under Windows, we now use this same hack on all systems.
12841284
[Tcl patch 584123]
12851285

12861286
2002-07-19 Zoran Vasiljevic <[email protected]>
@@ -1319,7 +1319,7 @@
13191319

13201320
2002-07-05 Zoran Vasiljevic <[email protected]>
13211321

1322-
* tclconfig/tcl.m4: fixed reference to MINGW so we can
1322+
* tclconfig/tcl.m4: fixed reference to MINGW so we can
13231323
compile w/o MSVC under windows.
13241324

13251325
2002-07-03 Zoran Vasiljevic <[email protected]>
@@ -1498,29 +1498,29 @@
14981498

14991499
2002-01-02 Zoran Vasiljevic <[email protected]>
15001500

1501-
* generic/threadSvListCmd.* (new): added for the new implementation
1502-
of the thread-shared-variable (tsv) interface.
1503-
* generic/threadSvCmd.c: now uses shared Tcl objects instead of strings
1504-
for storing data in shared arrays. This improves performance on large
1505-
shared data structures.
1506-
Added new tsv::* syntax, per request. This replaces older thread::sv_*
1507-
interface. Older commands are still present but will be removed as
1508-
soon we hit the 3.0 version.
1509-
* generic/threadCmd.c: revamped to support asynchronous backfiring
1510-
of scripts so we can vwait on the results of thread processing.
1511-
This also corrected the bug #464340. Affected command is thread::send.
1512-
* doc/thread.n: added docs for all thread::* and tsv::* commands.
1513-
This fixes #416850 bug report. The html/tmml files are still out of date.
1514-
* configure: built with autoconf 2.52
1515-
* config/config.guess (new): needed for the new configure
1516-
* config/config.sub (new): needed for the new configure
1517-
* Makefile.in: added lines for new generic/threadSvListCmd.c
1518-
* configure.in: moving to 2.4 version.
1519-
* unix/threadUnix.c: removed traces of ThreadKill. It is still not clear
1520-
wether we should implement this functionality or not.
1521-
* win/threadWin.c: see above.
1522-
* pkgIndex.tcl.in: fixed to correctly handle version for different Tcl core
1523-
versions.
1501+
* generic/threadSvListCmd.* (new): added for the new implementation
1502+
of the thread-shared-variable (tsv) interface.
1503+
* generic/threadSvCmd.c: now uses shared Tcl objects instead of strings
1504+
for storing data in shared arrays. This improves performance on large
1505+
shared data structures.
1506+
Added new tsv::* syntax, per request. This replaces older thread::sv_*
1507+
interface. Older commands are still present but will be removed as
1508+
soon we hit the 3.0 version.
1509+
* generic/threadCmd.c: revamped to support asynchronous backfiring
1510+
of scripts so we can vwait on the results of thread processing.
1511+
This also corrected the bug #464340. Affected command is thread::send.
1512+
* doc/thread.n: added docs for all thread::* and tsv::* commands.
1513+
This fixes #416850 bug report. The html/tmml files are still out of date.
1514+
* configure: built with autoconf 2.52
1515+
* config/config.guess (new): needed for the new configure
1516+
* config/config.sub (new): needed for the new configure
1517+
* Makefile.in: added lines for new generic/threadSvListCmd.c
1518+
* configure.in: moving to 2.4 version.
1519+
* unix/threadUnix.c: removed traces of ThreadKill. It is still not clear
1520+
wether we should implement this functionality or not.
1521+
* win/threadWin.c: see above.
1522+
* pkgIndex.tcl.in: fixed to correctly handle version for different Tcl core
1523+
versions.
15241524

15251525
2001-09-05 David Gravereaux <[email protected]>
15261526

@@ -1688,8 +1688,8 @@
16881688
2000-10-16 Zoran Vasiljevic <[email protected]>
16891689

16901690
* generic/threadSvCmd.c ThreadSvUnsetObjCmd(): deadlocked.
1691-
Forgot to release shared-array lock which resulted in
1692-
deadlock after first successful unset of the variable.
1691+
Forgot to release shared-array lock which resulted in
1692+
deadlock after first successful unset of the variable.
16931693

16941694
2000-08-29 David Gravereaux <[email protected]>
16951695

@@ -1805,19 +1805,19 @@
18051805
Added "thread::exists" command.
18061806

18071807
Moved most of internal functions in threadCmd.c to statics,
1808-
except the Thread*ObjCmd().
1808+
except the Thread*ObjCmd().
18091809

18101810
Changed behaviour of "thread::exit". It now simply flips the
1811-
bit to signal thread stuck in thread::wait to gracefuly exit.
1812-
Consequence: command now does not trigger error on thread exit.
1813-
Also, thread event queue is now properly cleared.
1814-
ThreadWait() and ThreadStop() are newly added to support this.
1815-
Also the ThreadSpecificData has one more integer: "stopped"
1811+
bit to signal thread stuck in thread::wait to gracefuly exit.
1812+
Consequence: command now does not trigger error on thread exit.
1813+
Also, thread event queue is now properly cleared.
1814+
ThreadWait() and ThreadStop() are newly added to support this.
1815+
Also the ThreadSpecificData has one more integer: "stopped"
18161816

18171817
Replaced ref's to obsolete Tcl_GlobalEval() with Tcl_EvalEx().
18181818

18191819
Fixed broken 'thread::create -joinable script';
1820-
was missing initialization of script variable
1820+
was missing initialization of script variable
18211821

18221822
Added calls to initialize new commands in threadSpCmd.c
18231823
and threadSvCmd.c files.

Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ $(PKG_LIB_FILE): $(PKG_OBJECTS) ${THREAD_ZIP_FILE}
323323
if test "x$(MACHER)" = "x" ; then \
324324
cat ${THREAD_ZIP_FILE} >> ${PKG_LIB_FILE}; \
325325
else $(MACHER) append ${PKG_LIB_FILE} ${THREAD_ZIP_FILE} /tmp/macher_output; \
326-
mv /tmp/macher_output ${PKG_LIB_FILE}; chmod u+x ${PKG_LIB_FILE}; \
326+
mv /tmp/macher_output ${PKG_LIB_FILE}; chmod u+x ${PKG_LIB_FILE}; \
327327
fi; \
328328
${NATIVE_ZIP} -A ${PKG_LIB_FILE} \
329329
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \
@@ -475,7 +475,7 @@ install-lib-binaries: binaries
475475
lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
476476
if test -f $$lib; then \
477477
echo " $(INSTALL_DATA) $$lib $(DESTDIR)$(pkglibdir)/$$lib"; \
478-
$(INSTALL_DATA) $$lib "$(DESTDIR)$(pkglibdir)/$$lib"; \
478+
$(INSTALL_DATA) $$lib "$(DESTDIR)$(pkglibdir)/$$lib"; \
479479
fi; \
480480
fi; \
481481
fi; \

0 commit comments

Comments
 (0)