mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 11:25:48 +01:00
gmodule: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). gobject: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). (*): Remove traces of @STRIP_{BEGIN,END}@. gthread: * Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). docs/reference: 'make distcheck' fixes. * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt. (html): Run 'gtkdoc-fixxref' in $(srcdir). (dist-check-gtkdoc): Add missing quote. (dist-hook): Copy in dependency order, so that none of the makerules are fired in a tarball build. * gobject/Makefile.am: Likewise. toplevel: Remove need for acconfig.h, and misc. cleanups. * acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to AC_DEFINE_UNQUOTED. (GLIB_BYTE_CONTENTS): Likewise. * configure.in: Add 'autoheader' comments to all AC_DEFINE(...) and AC_DEFINE_UNQUOTED(...) lines. Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK. (AM_PROG_LIBTOOL): Move after AC_PROG_CC. * acconfig.h: Empty out. * Makefile.am (BUILT_EXTRA_DIST): New variable. List 'dist'able files that are created in the builddir. (dist-hook): Handle those files. (libglib_1_3_la_SOURCES): Remove @ALLOCA@. @ALLOCA@ should only be used in an _LDADD or _LIBADD, since it expands (if necessary) to 'alloca.o'. * tests/Makefile.am (BUILT_EXTRA_DIST): New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).
116 lines
3.4 KiB
Plaintext
116 lines
3.4 KiB
Plaintext
2000-10-15 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
'make distcheck' fixes.
|
|
* glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
|
|
(html): Run 'gtkdoc-fixxref' in $(srcdir).
|
|
(dist-check-gtkdoc): Add missing quote.
|
|
(dist-hook): Copy in dependency order, so that none of the
|
|
makerules are fired in a tarball build.
|
|
|
|
* gobject/Makefile.am: Likewise.
|
|
|
|
2000-10-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
|
|
|
* glib/glib-sections.txt: Added misc items.
|
|
|
|
* glib/tmpl/random_numbers.sgml: Documentation for the random
|
|
number generator.
|
|
|
|
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
|
|
|
|
* gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to
|
|
$top_srcdir)/gobject.
|
|
* glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
|
|
|
|
2000-09-29 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
* glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
|
|
|
|
Thu Sep 7 12:35:35 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* Some further makefile improvement.
|
|
|
|
* Restore all the docs that mysteriously vanished earlier.
|
|
|
|
Wed Sep 6 10:59:45 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* gobject/Makefile.am glib/Makefile.am: Improve
|
|
separation of generic non-generic parts and dependencies.
|
|
|
|
Tue Sep 5 20:03:25 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* Moved into glib source tree, updated glib-sections.txt
|
|
and Makefile.am for glib-1.3.x.
|
|
|
|
2000-07-01 Damon Chaplin <damon@helixcode.com>
|
|
|
|
* tmpl/string_utils.sgml: updated g_strndup.
|
|
|
|
2000-06-11 Damon Chaplin <damon@helixcode.com>
|
|
|
|
* tmpl/messages.sgml: updated a bit more.
|
|
|
|
2000-06-11 Damon Chaplin <damon@helixcode.com>
|
|
|
|
* tmpl/messages.sgml: updated a few bits about log handlers & flags.
|
|
|
|
2000-04-16 Damon Chaplin <damon@helixcode.com>
|
|
|
|
* tmpl/linked_lists_single.sgml:
|
|
* tmpl/linked_lists_double.sgml:
|
|
* tmpl/trees-nary.sgml: updated.
|
|
|
|
* tmpl/modules.sgml: described g_module_build_path().
|
|
|
|
* tmpl/date.sgml: made short description lower case and end in a '.'.
|
|
|
|
* glib-sections.txt: rearranged GDate section.
|
|
|
|
* tmpl/arrays.sgml:
|
|
* tmpl/arrays_byte.sgml:
|
|
* tmpl/arrays_pointer.sgml: updated.
|
|
|
|
2000-02-21 Damon Chaplin <damon@helixcode.com>
|
|
|
|
* tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
|
|
to note that only the first source found is removed.
|
|
|
|
2000-01-25 Damon Chaplin <damon@karuna.freeserve.co.uk>
|
|
|
|
* tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from
|
|
Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
|
|
GVoidFunc & GFreeFunc.
|
|
|
|
1999-12-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
|
|
|
* glib-sections.txt, tmpl/threads.sgml: Removed
|
|
G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
|
|
|
|
* glib-overrides.txt: New file, that makes most of the thread
|
|
related macros look like functions.
|
|
|
|
* Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
|
|
|
|
* tmpl/threads.sgml: Minor updates.
|
|
|
|
Tue Aug 17 08:42:17 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* tmpl/datasets.sgml: Added missing </para>
|
|
* tmpl/timers.sgml: Added missing </para>
|
|
* tmpl/misc_utils.sgml: Added missing </para>
|
|
* tmpl/linked_lists_double.sgml: Added missing </para>
|
|
* tmpl/linked_lists_single.sgml: Added missing </para>
|
|
* tmpl/threads.sgml: Removed extra <para>s.
|
|
* tmpl/main.sgml: Added missing </para>
|
|
|
|
Wed Aug 18 23:38:52 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* README: Added some simple build instructions.
|
|
|
|
Wed Aug 18 23:11:28 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
* Import into CVS of glib-reference-1.1.3
|
|
Filled in some basic contents for AUTHORS
|
|
README, and README.cvs
|
|
|