fastlc-fastcap-cvs Mailing List for FastLC -- FastHenry, FastCap and Friends
Brought to you by:
danmc
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(21) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Dan M. <da...@us...> - 2008-08-20 04:44:20
|
Module Name: fastcap Committed By: danmc Date: Wed Aug 20 04:44:31 UTC 2008 Modified Files: fastcap: README.snapshots Log Message: note usage of cvs2cl.pl To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/README.snapshots To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/README.snapshots?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2008-08-20 04:44:09
|
Module Name: fastcap Committed By: danmc Date: Wed Aug 20 04:44:20 UTC 2008 Modified Files: fastcap: configure.ac Log Message: modernize this a bit. Add version checks for autoconf and automake To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 fastcap/configure.ac To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/configure.ac?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2008-08-20 04:44:04
|
Module Name: fastcap Committed By: danmc Date: Wed Aug 20 04:44:15 UTC 2008 Modified Files: fastcap: autogen.sh Log Message: improve this script a good bit. Add checks for versions all over. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/autogen.sh To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/autogen.sh?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2008-08-20 04:43:59
|
Module Name: fastcap Committed By: danmc Date: Wed Aug 20 04:44:10 UTC 2008 Added Files: fastcap: COPYING ChangeLog Log Message: add missing COPYING and ChangeLog To generate a diff of this commit: cvs rdiff -r0 -r1.1 fastcap/COPYING fastcap/ChangeLog To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/COPYING?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/ChangeLog?rev=1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-12-04 06:10:32
|
Module Name: fastcap Committed By: danmc Date: Sat Dec 4 06:10:24 UTC 2004 Added Files: fastcap: README.snapshots Log Message: add notes on how to make snapshot releases To generate a diff of this commit: cvs rdiff -r0 -r1.1 fastcap/README.snapshots To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/README.snapshots?rev=1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-11 05:10:05
|
Module Name: fastcap Committed By: danmc Date: Mon Oct 11 05:09:55 UTC 2004 Modified Files: fastcap/src: mulGlobal.h Log Message: use malloc and calloc as the memory allocator instead of the homegrown one as the latter is causing bus errors on sparc/solaris. In addition, the ugly alloc routine is probably not so portable to non-unix operating systems. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 fastcap/src/mulGlobal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/mulGlobal.h?r1=1.5&r2=1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-11 04:49:24
|
Module Name: fastcap Committed By: danmc Date: Mon Oct 11 04:47:36 UTC 2004 Modified Files: fastcap/src: mulGlobal.h Log Message: protect against multiple inclusion To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 fastcap/src/mulGlobal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/mulGlobal.h?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-11 04:48:57
|
Module Name: fastcap Committed By: danmc Date: Mon Oct 11 04:45:42 UTC 2004 Modified Files: fastcap/src: uglyalloc.c Log Message: - add missing header for sbrk() - change the alignment from int to long for various 64 bit platforms To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 fastcap/src/uglyalloc.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/uglyalloc.c?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-10 21:57:13
|
Module Name: fastcap Committed By: danmc Date: Sun Oct 10 21:57:05 UTC 2004 Modified Files: fastcap/src: input.c Log Message: Make sure we correctly set the "prev" pointer in a linked list. Avoids some segfaults and bus errors (which depends on which platform). Also include a missing header. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 fastcap/src/input.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/input.c?r1=1.5&r2=1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-10 17:57:39
|
Module Name: fastcap Committed By: danmc Date: Sun Oct 10 17:57:25 UTC 2004 Modified Files: fastcap/doc: Makefile.am README mtt.tex tcad.tex ug.tex Log Message: build and install the documentation in .dvi, .ps, and .pdf format rather than installing the latex sources. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/doc/Makefile.am cvs rdiff -r1.1.1.1 -r1.2 fastcap/doc/README fastcap/doc/mtt.tex \ fastcap/doc/tcad.tex fastcap/doc/ug.tex To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/Makefile.am?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/README?r1=1.1.1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/mtt.tex?r1=1.1.1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/tcad.tex?r1=1.1.1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/ug.tex?r1=1.1.1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-10 17:57:37
|
Module Name: fastcap Committed By: danmc Date: Sun Oct 10 17:57:25 UTC 2004 Modified Files: fastcap/doc/figures: Makefile.am Log Message: build and install the documentation in .dvi, .ps, and .pdf format rather than installing the latex sources. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/doc/figures/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/figures/Makefile.am?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-10 17:57:21
|
Module Name: fastcap Committed By: danmc Date: Sun Oct 10 17:57:10 UTC 2004 Modified Files: fastcap: configure.ac Log Message: build and install the documentation in .dvi, .ps, and .pdf format rather than installing the latex sources. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/configure.ac To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/configure.ac?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-07 01:22:11
|
Module Name: fastcap Committed By: danmc Date: Thu Oct 7 01:22:01 UTC 2004 Modified Files: fastcap/src: calcp.c Log Message: fix botched prototype To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 fastcap/src/calcp.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/calcp.c?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-07 01:19:48
|
Module Name: fastcap Committed By: danmc Date: Thu Oct 7 01:19:30 UTC 2004 Modified Files: fastcap/src: input.c Log Message: fix /* in comment warning To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 fastcap/src/input.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/input.c?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-06 03:24:45
|
Module Name: fastcap Committed By: danmc Date: Wed Oct 6 03:24:36 UTC 2004 Added Files: fastcap: Makefile.am autogen.sh configure.ac Log Message: add some missing build system files To generate a diff of this commit: cvs rdiff -r0 -r1.1 fastcap/Makefile.am fastcap/autogen.sh \ fastcap/configure.ac To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/Makefile.am?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/autogen.sh?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/configure.ac?rev=1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-06 03:23:35
|
Module Name: fastcap Committed By: danmc Date: Wed Oct 6 03:23:23 UTC 2004 Modified Files: fastcap/src: blkDirect.c calcp.c mulGlobal.h Log Message: Add some missing headers, add some missing static prototypes, remove some unused variables and fix some format strings. All progress towards increasing the signal-to-noise ratio in the compiler warnings. There's still a long ways to go. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 fastcap/src/blkDirect.c fastcap/src/calcp.c cvs rdiff -r1.3 -r1.4 fastcap/src/mulGlobal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/blkDirect.c?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/calcp.c?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/mulGlobal.h?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 05:02:56
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 05:02:47 UTC 2004 Modified Files: fastcap/src: resusage.h Log Message: use the autoconf output to set up the resource usage macros To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 fastcap/src/resusage.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/resusage.h?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 05:02:37
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 05:02:31 UTC 2004 Modified Files: fastcap/src: input.c Log Message: kill one more compiler warning To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 fastcap/src/input.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/input.c?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 04:26:02
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 04:25:49 UTC 2004 Modified Files: fastcap/src: Makefile.am Log Message: add missing header files To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 fastcap/src/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/Makefile.am?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 04:10:22
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 04:10:02 UTC 2004 Modified Files: fastcap/examples: testgen.sh testrun.sh Added Files: fastcap/examples: Makefile.am Log Message: Remove old build system and replace with standard GNU autoconf/automake based build system. To generate a diff of this commit: cvs rdiff -r0 -r1.1 fastcap/examples/Makefile.am cvs rdiff -r1.1.1.1 -r1.2 fastcap/examples/testgen.sh \ fastcap/examples/testrun.sh To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/examples/Makefile.am?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/examples/testgen.sh?r1=1.1.1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/examples/testrun.sh?r1=1.1.1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 04:10:22
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 04:10:01 UTC 2004 Added Files: fastcap/doc/figures: Makefile.am Log Message: Remove old build system and replace with standard GNU autoconf/automake based build system. To generate a diff of this commit: cvs rdiff -r0 -r1.1 fastcap/doc/figures/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/figures/Makefile.am?rev=1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 04:10:22
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 04:10:00 UTC 2004 Added Files: fastcap: README.cvs Removed Files: fastcap: Makefile README config Log Message: Remove old build system and replace with standard GNU autoconf/automake based build system. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r0 fastcap/Makefile fastcap/README fastcap/config cvs rdiff -r0 -r1.1 fastcap/README.cvs To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/README.cvs?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/Makefile?rev=1.1.1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/README?rev=1.1.1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/config?rev=1.1.1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Dan M. <da...@us...> - 2004-10-05 04:10:22
|
Module Name: fastcap Committed By: danmc Date: Tue Oct 5 04:10:01 UTC 2004 Added Files: fastcap/doc: Makefile.am Removed Files: fastcap/doc: Makefile Log Message: Remove old build system and replace with standard GNU autoconf/automake based build system. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r0 fastcap/doc/Makefile cvs rdiff -r0 -r1.1 fastcap/doc/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/Makefile.am?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/doc/Makefile?rev=1.1.1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |