Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5732:02d0124c6314
AC_FUNC_SEEKO is the name of the autoconf macro. HAVE_FSEEKO is the name
of the C preprocessor symbol. Do not confuse the two. See xemacs-patches
message <CAHCOHQ=i7N2mYiE+M7O+0jqnDtmCBPSx+iitaintGJ=Ttwcf8Q@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 28 Mar 2013 08:33:57 -0600 |
parents | 4521c9dc64f6 |
children | c30fdcab7bc8 |
comparison
equal
deleted
inserted
replaced
5731:ec3712ffd0e6 | 5732:02d0124c6314 |
---|---|
1 2013-03-28 Jerry James <james@xemacs.org> | |
2 | |
3 * config.h.in: AC_FUNC_FSEEKO is the name of the autoconf macro. | |
4 HAVE_FSEEKO is the name of the C preprocessor symbol. Do not | |
5 confuse the two. | |
6 | |
1 2013-03-11 Vin Shelton <acs@xemacs.org> | 7 2013-03-11 Vin Shelton <acs@xemacs.org> |
2 | 8 |
3 * config.h.in: Move large file support outside WIN32_NO_CONFIGURE block. | 9 * config.h.in: Move large file support outside WIN32_NO_CONFIGURE block. |
4 | 10 |
5 2013-03-07 Jerry James <james@xemacs.org> | 11 2013-03-07 Jerry James <james@xemacs.org> |