2010-01-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / eglib / ChangeLog
index 71e119250b73c829bfd427f109eb69ecbaf33849..fb56ea83d1b2d8cbf98d9b955ee32cadb6d0f2e5 100644 (file)
@@ -1,3 +1,183 @@
+2009-12-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * src/gmisc-unix.c (g_get_user_name): Avoid returning NULL if the env
+       var is not set.
+
+2009-10-15 Andreia Gaita <avidigal@novell.com>
+
+       * src/gptrarray.c: implement g_ptr_array_remove_index_fast
+       * src/glib.h: fix g_ptr_array_remove_index_fast declaration
+       * test/ptrarray.c: new tests
+
+2009-10-15 Andreia Gaita <avidigal@novell.com>
+
+       * src/garray.c: (g_array_remove_index_fast) only move 1 element
+       and not the whole shebang
+
+2009-09-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * test/queue.c: new tests.
+       * src/gqueue.c: fixed pop_head.
+
+2009-09-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * src/gqueue.c: add g_queue_push_tail.
+
+2009-06-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * src/glib.h: Add GUINT32_FROM/TO_BE macros.
+
+2009-06-09  Jonathan Chambers <joncham@gmail.com>
+       
+       * CMakeLists.txt: Add start of CMake build.
+       * src/CMakeLists.txt: Add start of CMake build.
+       
+       Contribution is licensed as MIT/X11.
+
+2009-06-02  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/gpath.c (g_find_program_in_path):  While searching on Windows
+         also try additional suffixes .exe, .cmd, .bat, and.com.
+
+       Contributed under MIT/X11 license.
+
+2009-05-27  Geoff Norton  <gnorton@novell.com>
+
+       * src/gfile-posix.c: Fix g_get_current_dir on amd64
+
+2009-04-22  Jeffrey Stedfast  <fejj@novell.com>
+
+       * src/gtimer-win32.c (g_timer_elapsed): Avoid re-querying freq by
+       just saving it in a static variable. Also modified microseconds
+       calculation to avoid overflow.
+
+2009-04-05  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gpath.c: Avoid situations where we add the separator if one
+       of the elements is the separator.
+
+2009-04-02  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gpath.c: If the first element is NULL, return an empty
+       string. 
+
+2009-02-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * src/gstr.c: use memset in g_strnfill.
+
+2009-01-19  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/gstr.c (g_strnfill):  Fixing a warning for MSVC.
+
+       Contributed under MIT/X11 license.
+
+2009-02-05  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gstr.c: Add g_strnfill
+
+       * src/glib.h: Add g_list_previous
+
+2009-01-19  Bill Holmes  <billholmes54@gmail.com>
+
+       * gmisc-win32.c (g_path_is_absolute):  Adding support for UNC
+         paths on Windows.
+
+       Contributed under MIT/X11 license.
+
+2009-01-08  Bill Holmes  <billholmes54@gmail.com>
+
+       * winconfig.h, src/gfile-posix.c :
+         Fixing the MSVC builds.
+
+       Contributed under MIT/X11 license.
+
+2009-01-07  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gfile-posix.c: Move g_get_current_dir, as it is a
+       POSIX-esque feature, and some other systems do not have current
+       directories. 
+
+       * src/glib.h (G_LOCK_DEFINE, G_LOCK_DEFINE_STATIC): 
+
+       Embedded support from Paolo's work on quack.
+       
+       * configure.ac: check for strtok_r, langinfo.h and iconv.h
+       
+       * src/gpath.c (strtok_r): Add a strtok_r implementation if it is
+       not available on the target system.
+
+2008-11-05  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/gutf8.c, src/unicode-data.h, src/gunicode.c :
+         Fixing the MSVC builds.
+
+       Contributed under MIT/X11 license.
+
+2008-11-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * src/gutf8.c, src/gunicode.c, src/glib.h:
+         implemented g_unichar_type(), g_unichar_toupper(),
+         g_unichar_tolower(), g_unichar_totitle(), g_utf8_strup()
+         and g_utf8_strdown(). Fixed some surrogate pair bugs.
+       * TODO : removed implemented things.
+       * test/unicode.c, test/tests.h, test/utf8.c, test/Makefile.am:
+         added new tests.
+
+2008-11-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * src/unicode-data.h : new header for some new unicode manipulation
+         functions.
+
+2008-10-17  Miguel de Icaza  <miguel@novell.com>
+
+       * Allow types to be defined on the eglib-config.h file, that could
+       be a platform specific generated type file.
+
+       * gtimer.c: split functionality in platforms.
+
+2008-10-13  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/gdate-win32.c : Fix compiler errors for MSVC.
+
+       * src/gpath.c : Fix compiler errors for MSVC.
+
+       * src/gfile-posix.c : Adding declaration for mkstemp for the win 32
+         implementation in gfile-win32.c.
+
+       Contributed under MIT/X11 license.
+
+2008-10-11  Miguel de Icaza  <miguel@novell.com>
+
+       * gtimer.c: Same process.
+
+       * src/glib.h: Move g_strdup here, to consolidate all allocations
+       in this header, will help for merging the allocation work later. 
+
+       * src/gpattern.c (compile_pattern): From Unity, use -1 in the enum
+       for MatchType.
+
+       * src/gpath.c: Split this one as well.
+
+       * src/gmodule-win32.c, src/gmisc-unix.c, src/gmisc-win32.c,
+       src/gmodule-unix.c: split functionality in platforms.
+       
+       * src/goutput.c (g_logv): On some platforms, before we abort we
+       want to flush the stdout/stderr.
+
+2008-10-10  Miguel de Icaza  <miguel@novell.com>
+
+       * Split functionality that is operating system specific into
+       -win32.c, -unix.c and -posix.c 
+
+       * Use g_malloc everywhere, and g_free, so that these can be easily
+       overwritten consistently.
+
+2008-09-16  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/gunicode.c : Fix a warning.
+
+       Contributed under MIT/X11 license.
+
 2008-08-28  Bill Holmes  <billholmes54@gmail.com>
 
        * src/glib.h : Adding a c++ definition for G_BEGIN_DECLS.