-
last tag memchan-2-2-1 is some years old and has problems with configure
Please create a new tag.
2009-05-08 07:24:52 UTC by r_zaumseil
-
andreas_kupries committed patchset 213 of module memchan to the memchan CVS repository, changing 4 files.
2009-03-16 18:50:57 UTC by andreas_kupries
-
The files:
generic/bufExt.c
generic/bufFix.c
generic/bufRange.c
are missing:
#include "memchanInt.h"
which is needed in order to #include which is needed for the declaration of memcpy().
2009-03-15 18:08:03 UTC by stwo
-
andreas_kupries committed patchset 212 of module memchan to the memchan CVS repository, changing 2 files.
2008-10-03 21:46:30 UTC by andreas_kupries
-
Stu, may I impose and you and ask to make this patch against the CVS head instead of the very old 2.2.1 release ?
The CVS Head is at TEA 3.5 already, which means that the major Makefile, configure.in, tcl.m4 changes are done. To go 3.6 we will likely need only very small changes.
The #include changes seem to me to be Larry's...
2008-10-03 21:30:51 UTC by andreas_kupries
-
Do you believe that #include is enough to resolve these ?.
2008-10-03 20:46:14 UTC by andreas_kupries
-
Build -> TEA 3.6 plus improvements.
Tests -> tcltest 2.2.
Fixes: 2078168, 1080325
Probably fixes: 1831784, 1831776, 924025
Patch against memchan-2.2.1.
Regen of 'configure' required; it's not in the patch.
It does the trick but some manual intervention is still needed.
2008-10-03 00:14:04 UTC by stwo
-
Using tcl 8.5.4, memchan cvs head, and compiling on sparc solaris 8 and sun's compiler, the following warnings occur. Including certain headers would resolve many of these.
"../generic/fifo.c", line 328: warning: implicit function declaration: strcmp
"../generic/fifo2.c", line 593: warning: implicit function declaration: strcmp
"../generic/fifo2.c", line 888: warning: implicit function...
2008-08-27 11:50:58 UTC by lvirden
-
While renaming directories is a awkward operation in CVS just dropping the files is easy. ... Ok, I will drop this stuff. That should remove all doubt about what to use. I noticed in another bug report that Pat claims that we have junk under win/ as well. I will look at that too and drop as needed.
2007-11-14 19:36:51 UTC by andreas_kupries
-
perhaps rename the unix directory something like unix-preTcl8.4 or something, just to emphasize the difference... I may not be the only person who doesn't read the README files, and since Tcl, Tk, and many other Tcl related programs and extensions use unix as the name for configuring and building the latest code on the unix platform, that would at least highlight the fact that something peculiar...
2007-11-14 19:24:53 UTC by lvirden