Up to [local] / OpenXM / src / phc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 1 11:06:10 2019 UTC (5 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
output all significant digits.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 1 07:17:52 2019 UTC (5 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +74 -30
lines
Diff to previous 1.5 (colored)
For parsing the output of the new phc with stable mixed volume. The files sample-* is for testing phc6 with phc6 -v -file sample-out1.txt
Revision 1.5 / (download) - annotate - [select for diffs], Thu May 2 11:54:33 2002 UTC (22 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.4: +18 -13
lines
Diff to previous 1.4 (colored)
Fixed a bug due to a careless mistake. ( double a[N][M] ---> a[i*M+j]==a[i][j] )
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 2 02:51:37 2002 UTC (22 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +167 -101
lines
Diff to previous 1.3 (colored)
Fixed the following fatal bugs: (1) Old style format character %E is not used. We used %le. (2) phc_scan_for_string was buggy and is rewritten.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 31 12:22:05 2000 UTC (24 years ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_1
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
Added the tag OpenXM
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 31 12:21:28 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.1: +56 -41
lines
Diff to previous 1.1 (colored)
phc6 may stop with the core dump. phc6 is used by the function phc of asir-contrib package. The bug is fixed.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:14 1999 UTC (25 years, 1 month ago) by maekawa
Branch: OpenXM
CVS Tags: RELEASE_20000124,
RELEASE_1_1_3,
RELEASE_1_1_2,
ALPHA
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:14 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision