Opened 11 years ago
Closed 11 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: |
Change History (3)
comment:1 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.

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.