From: Joel B. <fen...@us...> - 2002-09-29 22:00:52
Update of /cvsroot/tics/tics
In directory usw-pr-cvs1:/tmp/cvs-serv6553
Modified Files:
aclocal.m4
Log Message:
Added a default value to the pthreads flag test, and some comments to
explain such.
From: Joel B. <fen...@us...> - 2002-09-29 22:04:24
Update of /cvsroot/tics/tics/debian
In directory usw-pr-cvs1:/tmp/cvs-serv7319/debian
Modified Files:
rules
Added Files:
compat
Log Message:
Moved DH_COMPAT value to debian/compat (and upgraded it to version 4, at
the same time).
From: Joel B. <fen...@us...> - 2002-09-29 22:44:05
Update of /cvsroot/tics/tics
In directory usw-pr-cvs1:/tmp/cvs-serv15806
Modified Files:
TODO
Log Message:
Sarge has DB4, and we should use it there - but this requires GCC 3.2, so
add that to the Build-Depends line.
From: Joel B. <fen...@us...> - 2002-09-29 22:44:05
Update of /cvsroot/tics/tics/debian
In directory usw-pr-cvs1:/tmp/cvs-serv15806/debian
Modified Files:
control
Log Message:
Sarge has DB4, and we should use it there - but this requires GCC 3.2, so
add that to the Build-Depends line.
From: Joel B. <fen...@us...> - 2002-09-30 00:31:52
Update of /cvsroot/tics/tics/tlisp/tests
In directory usw-pr-cvs1:/tmp/cvs-serv13465/tests
Modified Files:
ListTests.h
Log Message:
Implemented the Shuffle() function.
From: Joel B. <fen...@us...> - 2002-09-30 00:31:52
Update of /cvsroot/tics/tics/tlisp/functions/list
In directory usw-pr-cvs1:/tmp/cvs-serv13465/functions/list
Modified Files:
Shuffle.tcc
Log Message:
Implemented the Shuffle() function.
From: Joel B. <fen...@us...> - 2002-09-30 02:02:28
Update of /cvsroot/tics/tics/tlisp/functions/list
In directory usw-pr-cvs1:/tmp/cvs-serv1624/list
Modified Files:
Shuffle.tcc
Log Message:
Fixed a mistake caused by forgetting that for() evaluators run every round,
and replaced the whole mess with something simpler.