INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs
[platform/upstream/glib.git] / ChangeLog
index 62c715b..83bdc89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,51 @@
+Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
+
+       * Makefile.am : INCLUDES is the right way to add to CFLAGS, not
+       DEFS.  Also there are bugs with '+=' in makefiles.
+       Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
+       Removed redundant -I from INCLUDES.
+
+Wed Nov 11 18:11:24 EST 1998 Gregory McLean <gregm@comstar.net>
+
+       * docs/*.sgml : Batch of new documentation that should be easier
+       to maintain and extend. Plus generate whatever sort of doc file
+       you would like. I didn't change the Makefile stuff as I'm not sure
+       what default doc type people want. Oh and this is all DocBook format.
+       Enjoy!
+
+Tue Nov 10 17:12:45 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: use __extension__ for long long on gcc >= 2.8 and
+       egcs, and provide a G_GINT64_CONSTANT wrapper so -ansi -pedantic
+       compiles clean.
+
+       * glib.h: make the endian x86 asm __const__ so the compiler can do
+       better optimizations. Also remove the cc clobber, these shouldn't
+       be changing condition codes. Ditch some redundant casts. Add an
+       optimization for 64-bit endian conversions in x86. Use constant
+       wrapper for the generic method.
+
+       * testglib.c: use constant wrappers for 64-bit constants
+
+1998-11-04  Phil Schwan  <pschwan@cmu.edu>
+
+       * configure.in: Added 'strncasecmp' to the list of functions to be
+       searched for.
+       * glib.h: Added a prototype for 'g_strncasecmp'
+       * gstrfuncs.c: (g_strncasecmp) new function modeled closely after
+       'g_strcasecmp'
+
+Wed Nov  4 15:06:44 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * config.h.win32 (new file)
+       * glibconfig.h.win32
+       * glib.def
+       * makefile.msc: applied glib-tml-981104, win32 sync
+
 1998-11-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h: 
-       * garray.h:
+       * garray.c:
        (g_array_remove_index): new function for removing an entry from an
        array while preserving the order
        (g_array_remove_index_fast): new function for removing an entry