New module 'open'.
[gnulib.git] / ChangeLog
index 25c30ae..af7e653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,116 @@
+2007-10-06  Bruno Haible  <bruno@clisp.org>
+
+       * modules/open: New file.
+       * lib/open.c: New file.
+       * m4/open.m4: New file.
+       * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
+       lib/open.c does.
+       * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
+       * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
+       macros.
+       (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
+       * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
+       REPLACE_OPEN.
+       * doc/functions/open.texi: Mention the 'open' module.
+
 2007-10-04  Bruno Haible  <bruno@clisp.org>
 
+       * modules/ceill-tests: New file.
+       * tests/test-ceill.c: New file.
+
+       * modules/ceill: New file.
+       * lib/ceill.c: Replace entire file.
+       * m4/ceill.m4: New file.
+       * lib/math.in.h (ceill): Replace declaration.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
+       * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
+       * doc/functions/ceill.texi: Mention the 'ceill' module.
+       * modules/mathl (Files): Remove lib/ceill.c.
+       (Depends-on): Add ceill.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/ceilf-tests: New file.
+       * tests/test-ceilf.c: New file.
+
+       * modules/ceilf: New file.
+       * lib/ceil.c: New file.
+       * lib/ceilf.c: New file.
+       * m4/ceilf.m4: New file.
+       * lib/math.in.h (ceilf): New declaration.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
+       HAVE_DECL_CEILF.
+       * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
+       HAVE_DECL_CEILF.
+       * doc/functions/ceilf.texi: Mention the 'ceilf' module.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/floorl-tests: New file.
+       * tests/test-floorl.c: New file.
+
+       * modules/floorl: New file.
+       * lib/floorl.c: Replace entire file.
+       * m4/floorl.m4: New file.
+       * lib/math.in.h (floorl): Replace declaration.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
+       * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
+       * doc/functions/floorl.texi: Mention the 'floorl' module.
+       * modules/mathl (Files): Remove lib/floorl.c.
+       (Depends-on): Add floorl.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/floorf-tests: New file.
+       * tests/test-floorf.c: New file.
+
+       * modules/floorf: New file.
+       * lib/floor.c: New file.
+       * lib/floorf.c: New file.
+       * m4/floorf.m4: New file.
+       * lib/math.in.h (floorf): New declaration.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
+       HAVE_DECL_FLOORF.
+       * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
+       HAVE_DECL_FLOORF.
+       * doc/functions/floorf.texi: Mention the 'floorf' module.
+
+2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
+            Bruno Haible  <bruno@clisp.org>
+
+       Advertise for the Git server instead of the CVS server.
+       * doc/gnulib-intro.texi (Steady Development): Mention the Git
+       repository instead of the CVS one.
+       * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
+       about all VCS systems generically.
+       * doc/gnulib.texi (Introduction): Capitalize `Git'.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib.texi (Function Substitutes): Explain what an absent module
+       means.
+       Reported by BenoĆ®t Sigoure <tsuna@lrde.epita.fr>.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/truncl-tests: New file.
+       * tests/test-truncl.c: New file.
+
+       * modules/truncl: New file.
+       * lib/truncl.c: New file.
+       * m4/truncl.m4: New file.
+       * lib/math.in.h (truncl): New declaration.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
+       HAVE_DECL_TRUNCL.
+       * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
+       HAVE_DECL_TRUNCL.
+       * doc/functions/truncl.texi: Mention the 'truncl' module.
+
+2007-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/truncf-tests: New file.
+       * tests/test-truncf.c: New file.
+
        * modules/truncf: New file.
        * lib/trunc.c: Make paramerizable through USE_* macros.
        * lib/truncf.c: New file.