[Mono.Debugger.Soft] Reverted EscapeString() logic. We'll do this at a higher level.
[mono.git] / eglib /
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.
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 Hib ErisFix gsize for 64-bit Windows
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 Zoltan VargaRevert "[Win64] Compilation fix for eglib in win64"
2011-02-19 Gonzalo Paniagua... [eglib] Move definition of GPid to eglib-config.h
2011-02-19 Gonzalo Paniagua... [Win64] Compilation fix for eglib in win64
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-09 Miguel de Icaza[eglib] Add more tests for the g_shell_parse
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
next