#5833: liblinear-1.96 -------------------------+----------------------- Reporter: fo | Owner: fo Type: enhancement | Status: assigned Priority: normal | Milestone: 7.7 Component: BOOK | Version: SVN Severity: normal | Resolution: Keywords: | -------------------------+-----------------------
Comment (by fo): 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. -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5833#comment:2> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page