Opened 9 years ago

Closed 9 years ago

#5833 closed enhancement (fixed)

liblinear-1.96

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.7
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

After removing the window sub-directory, which has many binaries, from the source code, The difference is almost nothing:

diff -Naur liblinear-1.95 liblinear-1.96
diff -Naur liblinear-1.95/matlab/libsvmwrite.c \
           liblinear-1.96/matlab/libsvmwrite.c
--- liblinear-1.95/matlab/libsvmwrite.c	2014-05-07 19:56:16.000000000 -0300
+++ liblinear-1.96/matlab/libsvmwrite.c	2014-11-14 19:50:05.000000000 -0300
@@ -72,7 +72,7 @@
 
 		low = jc[i], high = jc[i+1];
 		for(k=low;k<high;k++)
-			fprintf(fp," %zu:%g", (size_t)ir[k]+1, samples[k]);	
+			fprintf(fp," %lu:%g", (size_t)ir[k]+1, samples[k]);	
 
 		fprintf(fp,"\n");
 	}

I have no idea where to find release notes or changelog, Searched for a while, earlier, this morning.

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r14951.

Note: See TracTickets for help on using tickets.