X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2FChangeLog;h=c421a095449fd81c6cc859f1c6c8340df87fa72a;hb=c0ba6dca416db15e7919fe775d29b9cf0124a611;hp=71e119250b73c829bfd427f109eb69ecbaf33849;hpb=4323fbeaebf249f016dfdd6dc9b3b52a515f87c4;p=mono.git diff --git a/eglib/ChangeLog b/eglib/ChangeLog index 71e119250b7..c421a095449 100644 --- a/eglib/ChangeLog +++ b/eglib/ChangeLog @@ -1,3 +1,104 @@ +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 : + Fixing the MSVC builds. + + Contributed under MIT/X11 license. + +2009-01-07 Miguel de Icaza + + * 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 + + * src/gutf8.c, src/unicode-data.h, src/gunicode.c : + Fixing the MSVC builds. + + Contributed under MIT/X11 license. + +2008-11-04 Atsushi Enomoto + + * 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 + + * src/unicode-data.h : new header for some new unicode manipulation + functions. + +2008-10-17 Miguel de Icaza + + * 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 + + * 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 + + * 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 + + * 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 + + * src/gunicode.c : Fix a warning. + + Contributed under MIT/X11 license. + 2008-08-28 Bill Holmes * src/glib.h : Adding a c++ definition for G_BEGIN_DECLS.