X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7c33d1b08e514ef3ed303f79ddbf28b336453f4c;hb=eba8aa98605df75d35d0f70f516847f3ddec26d0;hp=9ee388eb2da169e469971eb618218785f8531752;hpb=9f3a5624daacb0b5700a0a4aa18918ce801ec5f6;p=pspp diff --git a/ChangeLog b/ChangeLog index 9ee388eb2d..7c33d1b08e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2011-01-21 Jim Meyering + + maint.mk: adjust variable name to be consistent with other gl_ vars + * top/maint.mk (gl_public_submodule_commit): Rename the variable + to be lower case. + +2011-01-20 Jim Meyering + + maint.mk: make "check" depend on public-submodule-commit by default + * top/maint.mk (GL_PUBLIC_SUBMODULE_COMMIT): New overridable variable. + +2011-01-20 Bruno Haible + + mbfile, mbiter: Complete change from 2008-12-21. + * m4/mbfile.m4 (gl_MBFILE): Don't require AC_FUNC_MBRTOWC. + * m4/mbiter.m4 (gl_MBITER): Likewise. + 2011-01-20 Jim Meyering init.sh: insert space between each function name and "()" @@ -5,15 +22,6 @@ name is "warn_", and not "warn" when looking at the first part of its definition: "warn_ ()". Suggested by Ralf Wildenhues. -2011-01-14 Jim Meyering - - bootstrap: avoid failure when there is no .gitmodules file - ": ${gnulib_path=gnulib}" fails to set $gnulib_path when that variable - has been assigned to, even when its value is the empty string. - * build-aux/bootstrap (gnulib_path): Test explicitly for an empty - "$gnulib_path", rather than using ${gnulib_path=gnulib}. - Reported by John W. Eaton . - 2011-01-20 Jim Meyering mountlist: clean up code formatting