INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs
[platform/upstream/glib.git] / ChangeLog
index f3bad00..83bdc89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+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.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
+       from an array. the order might be distorted
+       (g_ptr_array_remove_index_fast, g_ptr_array_remove_fast): new
+       functions; working similiar to the above. (they have the semantic
+       of the old g_ptr_array_remove[_index] functions)
+       (g_ptr_array_remove_index, g_ptr_array_remove): new semantic. now
+       the order of the elements in the array is not changed
+       (g_byte_array_remove_index, g_byte_array_remove_index_fast): new
+       functions; byte_array wrapper for g_array_remove_index[_fast]
+
+Sun Nov  1 23:00:18 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * glib.h
+       * configure.in: endian macros defined using the glibconfig.h
+       mechanism now
+
+       * ghook.c: casts for GHookFunc and GHookCheckFunc to avoid warnings
+
+Sat Oct 31 20:14:22 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog
+       entry appended below)
+
+       * testglib.c
+       * gstrfuncs.c
+       * glib.h: use G_HAVE_GINT64, since HAVE_GINT64 is gone
+
+       * gmessages.c
+       * gscanner.c: #include <config.h> in here too, for HAVE_UNISTD_H
+1998-11-01 Tor Lillqvist <tml@iki.fi>
+
+       * glib.def: Added the new functions.
+
+       * gutils.c:
+       (g_getenv): Better implementation on Win32. No loop necessary.
+       (g_get_any_init): Use P_tmpdir if defined as tmp directory. Don't
+       set home dir always to NULL on Win32.  Don't use tmp directory as
+       last resort home directory, but return NULL if no home
+       directory is known (application must check).
+
+       * makefile.msc: Better touch command, just COPYing a single file
+       sets the timestamp from that file, which isn't what touching should
+       do.
+
 1998-10-31  Raja R Harinath  <harinath@cs.umn.edu>
 
        Land glib-rrh-19981025-0.patch.