X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2FChangeLog;h=7541f6d9330baf933888e718d34e5aa0e9f713df;hb=fa8a9e3ca8fa8b1bc7221ea925d3b2ef8fce1168;hp=cb7088f9a37ea4362f3fb20d0792f531b0f16cb3;hpb=058609898539c3eeb023140b90fe5e5631eb7261;p=mono.git diff --git a/eglib/ChangeLog b/eglib/ChangeLog index cb7088f9a37..7541f6d9330 100644 --- a/eglib/ChangeLog +++ b/eglib/ChangeLog @@ -1,3 +1,84 @@ +2009-10-15 Andreia Gaita + + * 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 + + * src/garray.c: (g_array_remove_index_fast) only move 1 element + and not the whole shebang + +2009-09-26 Gonzalo Paniagua Javier + + * test/queue.c: new tests. + * src/gqueue.c: fixed pop_head. + +2009-09-26 Gonzalo Paniagua Javier + + * src/gqueue.c: add g_queue_push_tail. + +2009-06-20 Zoltan Varga + + * src/glib.h: Add GUINT32_FROM/TO_BE macros. + +2009-06-09 Jonathan Chambers + + * 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 + + * 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 + + * src/gfile-posix.c: Fix g_get_current_dir on amd64 + +2009-04-22 Jeffrey Stedfast + + * 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 + + * src/gpath.c: Avoid situations where we add the separator if one + of the elements is the separator. + +2009-04-02 Miguel de Icaza + + * src/gpath.c: If the first element is NULL, return an empty + string. + +2009-02-19 Gonzalo Paniagua Javier + + * src/gstr.c: use memset in g_strnfill. + +2009-01-19 Bill Holmes + + * src/gstr.c (g_strnfill): Fixing a warning for MSVC. + + Contributed under MIT/X11 license. + +2009-02-05 Miguel de Icaza + + * src/gstr.c: Add g_strnfill + + * src/glib.h: Add g_list_previous + +2009-01-19 Bill Holmes + + * gmisc-win32.c (g_path_is_absolute): Adding support for UNC + paths on Windows. + + Contributed under MIT/X11 license. + 2009-01-08 Bill Holmes * winconfig.h, src/gfile-posix.c :