comparison liboctave/ChangeLog @ 8521:93cf10950334

tmpdir=tmpnam; tmpfile=tmpnam; dummy=1; save(tmpfile, "dummy") mkdir(tmpdir) gzfile=gzip(tmpfile, tmpdir) gunzip(gzfile) Include cstdio header. Without this header inclusion, compilation of oct-md5.cc and gethelp.cc with g++ 4.4 fails because symbols like sprintf, fopen, fread, fclose, and EOF are not found.
author Rafael Laboissiere <rafael@debian.org>
date Thu, 15 Jan 2009 00:50:20 -0500
parents 8ba2ee57c594
children ad3afaaa19c1
comparison
equal deleted inserted replaced
8520:715f6cd8d5e7 8521:93cf10950334
1 2008-01-15 Rafael Laboissiere <rafael@debian.org>
2
3 * oct-md5.cc: Include <cstdio>.
4
1 2009-01-13 Jaroslav Hajek <highegg@gmail.com> 5 2009-01-13 Jaroslav Hajek <highegg@gmail.com>
2 6
3 * Array.h (Array::ArrayRep::qsort): Remove. 7 * Array.h (Array::ArrayRep::qsort): Remove.
4 (Array::qsort): Remove. 8 (Array::qsort): Remove.
5 * glob-match.cc (glob_match::glob): qsort -> sort. 9 * glob-match.cc (glob_match::glob): qsort -> sort.