[xbuild] RemoveDir - remove only if the dir exists.
[mono.git] / eglib /
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-03 Chris Toshokdon't redefine ABS
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-15 Gonzalo Paniagua... Fix crash when there's a \' in the arguments.
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Jonathan PryorSimplify building with the Android NDK.
2011-06-01 Tom PhilpotFixes crash when calling Process.Start on a file with...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-06 Jeffrey StedfastFix the build for Windows (use int instead of ssize_t)
2011-05-05 Jeffrey StedfastFixed for Big Endian machines.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Chris Toshok[eglib] make g_mkdir_with_parents work for paths not...
2011-04-28 Chris Toshok[eglib] add some more MAX/MIN macros
2011-04-28 Jeffrey StedfastFixed g_utf8_validate(), needed to break in inner switch
2011-04-28 Jeffrey StedfastFixed g_iconv() decoders/encoders for unaligned accesses
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Dick PorterMerge branch 'mwf-solaris-no-utf8'
2011-04-27 Jeffrey StedfastSilence gcc warning about vasprintf()'s retval not...
2011-04-27 Jeffrey StedfastAdded config.rpath to eglib
2011-04-27 Jeffrey StedfastOptimize utf8_case_conv()
2011-04-27 Jeffrey StedfastValidate in the decoders so encoders don't have to
2011-04-27 Jeffrey StedfastI'm an idiot. Fixed g_utf8_strlen()
2011-04-26 Jeffrey StedfastOptimized g_utf8_strlen() and redid g_utf8_jump_table[]
2011-04-26 Jeffrey StedfastGet rid of magic UTF8 subtraction table
2011-04-26 Jeffrey StedfastImplemented g_utf8_get_char_validated() properly
2011-04-26 Jeffrey StedfastConsolidated charset conversion routines
2011-04-26 Jeffrey StedfastFixed g_build_path() (was failing a test)
2011-04-26 Jeffrey StedfastSilence gcc warning and make more robust
2011-04-26 Jeffrey StedfastMake sure everything that links with eglib also links...
2011-04-25 Jeffrey StedfastOptimized utf8_case_conv() by not converting strings...
2011-04-25 Jeffrey StedfastDon't unroll the loops unless told to
2011-04-25 Geoff NortonMake the signature match the header
2011-04-25 Jeffrey StedfastDon't increment inptr more than we need to
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-25 Chris Toshok[eglib] add printf specifiers for [u]int32
2011-04-24 Jeffrey StedfastDon't depend on ENOTSUP as it does not exist on Windows.
2011-04-23 Jeffrey StedfastMoved all g_iconv() state updates out of encoders/decoders
2011-04-23 Jeffrey StedfastUnroll the loop in encode_utf8()
2011-04-23 Jeffrey StedfastUnroll the loop in decode_utf8() to improve perf
2011-04-23 Jeffrey StedfastAvoid endianness swap decisions in the inner loop
2011-04-23 Miguel de IcazaDo not go beyond our string boundaries
2011-04-23 Jeffrey StedfastFixed capacity to be unsigned
2011-04-23 Jeffrey StedfastDon't override eglib's CFLAGS to add -O0
2011-04-23 Jeffrey StedfastAnother soptimization for g_convert()
2011-04-23 Jeffrey StedfastSlight soptimization for utf8/latin1 decoding
2011-04-23 Jeffrey StedfastFixed Makefile to set srcdir when running tests
2011-04-22 Jeffrey StedfastUpdated EXTRA_DIST for eglib test input files
2011-04-22 Jeffrey StedfastFixed g_iconv() and g_convert(), improved unit test
2011-04-22 Jeffrey StedfastFixed latin1 decoder (simple unsigned vs signed cast)
2011-04-22 jonchamRemove a warning and allow eglib to build with warnings.
2011-04-22 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Larry EwingImplement a simple g_utf8_get_char
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Chris Toshok[eglib] add g_ascii_strup/g_ascii_toupper
2011-04-21 Jeffrey StedfastOops
2011-04-21 Jeffrey StedfastAdd prototype for g_file_set_contents to glib.h
2011-04-21 Jeffrey StedfastFixed g_strjoin*() and g_stpcpy()
2011-04-20 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-20 Chris Toshok[eglib] add g_hash_table_get_keys/values
2011-04-20 Jeffrey StedfastUse g_rename() instead of rename()
2011-04-20 Jeffrey StedfastImplemented g_file_set_contents() in eglib
2011-04-20 Jeffrey StedfastInclude the m4 dir in the subdirs for `make dist`
2011-04-20 Jeffrey StedfastAdded Latin1 support to giconv
2011-04-20 Jeffrey StedfastIgnore generated files
2011-04-20 Jeffrey StedfastImplemented g_iconv() w/ needing libiconv
2011-04-20 Jeffrey StedfastHelp ajorg dist
2011-04-20 Jeffrey StedfastFixed g_utf8_to_ucs4_fast()
2011-04-20 Jeffrey StedfastFixed g_unichar_to_utf8()
2011-04-19 Geoff NortonActually include the m4 files in aclocal as well
2011-04-19 Larry EwingImplement g_utf8*prev_char and add the negative case...
2011-04-19 Jeffrey StedfastModernize eglib/libgc automake/conf fu
2011-04-19 Jeffrey StedfastMore auto* fixes and moved dolt macros to m4/dolt.m4
2011-04-19 Jeffrey StedfastUpdated the build system
2011-04-19 Jeffrey StedfastFixed autogen.sh and optimized some string funcs
2011-04-19 Jeffrey StedfastFixed libiconv checks
2011-04-18 Chris Toshokadd implementation for stpcpy
2011-04-18 Jeffrey StedfastImplemented g_iconv*() functions w/ cache
2011-04-18 Chris Toshokit's valid to pass NULLs to g_hash_table_lookup_extende...
2011-04-18 Chris ToshokImplement g_byte_array_* in terms of GArray
2011-04-18 Chris ToshokImplement 99% of what moonlight needs to run on eglib
2011-04-12 Jeffrey StedfastImplemented g_mkdir_with_parents() for unix
2011-04-12 Jeffrey StedfastImplemented a bunch of unicode functions for eglib
2011-04-12 Marek Habersack[eglib] Added the g_string_append_vprintf function
2011-04-10 Jeffrey StedfastD'oh, forgot to add g_hash_table_steal() to glib.h
2011-04-10 Jeffrey StedfastImplemented g_hash_table_steal()
2011-04-09 Jeffrey StedfastOptimized by reducing compares and faster SWAP() routine
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Gonzalo Paniagua... Remove printf
2011-04-08 Miguel de IcazaRevert broken patch 34f18b68 that caused random bugs...
2011-04-08 Miguel de IcazaAdd test to prevent future problems, this fixes the...
2011-04-06 Chris Toshokadd some #defines for methods moonlight uses
2011-04-06 Gonzalo Paniagua... [eglib] The last argument can be empty and quoted.
2011-04-04 Jeffrey StedfastHuge optimization to eglib qsort_with_data()
2011-04-01 Jeffrey StedfastMinor fixes to qsort_with_data()
2011-04-01 Gonzalo Paniagua... [eglib] add missing declaration.
next