Added config.rpath to eglib
[mono.git] / eglib / src /
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-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 StedfastAnother soptimization for g_convert()
2011-04-23 Jeffrey StedfastSlight soptimization for utf8/latin1 decoding
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 StedfastAdded Latin1 support to giconv
2011-04-20 Jeffrey StedfastImplemented g_iconv() w/ needing libiconv
2011-04-20 Jeffrey StedfastFixed g_utf8_to_ucs4_fast()
2011-04-20 Jeffrey StedfastFixed g_unichar_to_utf8()
2011-04-19 Larry EwingImplement g_utf8*prev_char and add the negative case...
2011-04-19 Jeffrey StedfastMore auto* fixes and moved dolt macros to m4/dolt.m4
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 Miguel de IcazaRevert broken patch 34f18b68 that caused random bugs...
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.
2011-04-01 Jeffrey StedfastCalculate proper stack size for qsort
2011-04-01 Jeffrey StedfastImplemented non-recursive qsort w/ insertion-sort fallback
2011-04-01 Jeffrey StedfastSoptimize qsort by re-ordering while-loop qualifiers
2011-03-31 Jeffrey StedfastImplemented g_qsort_with_data using Quicksort
2011-03-31 Gonzalo Paniagua... [eglib] Implement g_ptr_array_sort_with_data()
2011-03-29 Gonzalo Paniagua... Fix vasprintf() for empty strings.
2011-03-22 Gonzalo Paniagua... [windows] Wrong LoadLibrary being called.
2011-03-22 Gonzalo Paniagua... [windows] Get rid of a lot of warnings
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Zoltan VargaUse stdint.h in eglib when using VS 2010.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Gonzalo Paniagua... Fix g_get_charset for windows.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-09 Levi Bard[Fix] Make path building on windows behave the same...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-23 jonchamAdd check around unistd.h include to fix windows build.
2011-02-23 Miguel de IcazaAvoid warnings, should fix OpenSUSE builds
2011-02-22 Zoltan VargaAdd a G_UNLIKELY to g_assert ().
2011-02-19 Gonzalo Paniagua... [eglib] Move definition of GPid to eglib-config.h
2011-02-18 Gonzalo Paniagua... Avoid 'comparison always true...'
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaAvoid an infinite loop on broken utf16.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Zoltan VargaInclude malloc.h under windows for alloca in glib.h.
2011-02-08 Hib ErisDo not distribute eglib-config.h
2011-02-08 Hib ErisUse _vscprintf() for mingw-w64 compilers
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-12 Christian HergertFix broken g_int_hash/g_int_equal semantics
2011-01-09 Miguel de Icaza[eglib] Another bug fix for g_shell_parse
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-22 Geoff NortonAdd some missing files needed for windows to the tarball
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Zoltan VargaInclude alloca.h into glib.h if needed.
next