Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
AgeCommit message (Collapse)Author
2010-01-22FixMiguel de Icaza
svn path=/trunk/mono/; revision=150028
2010-01-21Make this build on systems with no filesystem or process APIsMiguel de Icaza
svn path=/trunk/mono/; revision=149931
2010-01-21Do not build the parser if no getopt is thereMiguel de Icaza
svn path=/trunk/mono/; revision=149930
2010-01-16Define GMemChunk.Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=149669
2010-01-12_GNU_SOURCE is already defined by configure.acMiguel de Icaza
svn path=/trunk/mono/; revision=149379
2010-01-12Fix eglib so it builds again.Zoltan Varga
svn path=/trunk/mono/; revision=149372
2009-12-24Add g_usleepMiguel de Icaza
svn path=/trunk/mono/; revision=148884
2009-12-06new defines for eglibGeoff Norton
svn path=/trunk/mono/; revision=147756
2009-12-032009-12-03 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* src/gmisc-unix.c (g_get_user_name): Avoid returning NULL if the env var is not set. svn path=/trunk/mono/; revision=147586
2009-11-21more PLATFORM_WIN32 removalGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=146649
2009-11-21more PLATFORM_WIN32 removalGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=146648
2009-11-10Support building on 10.6Geoff Norton
svn path=/trunk/mono/; revision=145784
2009-10-15* src/gptrarray.c: implement g_ptr_array_remove_index_fastAndreia Gaita
* src/glib.h: fix g_ptr_array_remove_index_fast declaration * test/ptrarray.c: new tests 2009-10-15 Andreia Gaita <avidigal@novell.com> svn path=/trunk/mono/; revision=144178
2009-10-15* src/garray.c: (g_array_remove_index_fast) only move 1 elementAndreia Gaita
and not the whole shebang 2009-10-15 Andreia Gaita <avidigal@novell.com> svn path=/trunk/mono/; revision=144177
2009-09-272009-09-26 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* test/queue.c: new tests. * src/gqueue.c: fixed pop_head. svn path=/trunk/mono/; revision=142694
2009-09-27svn path=/trunk/mono/; revision=142693Gonzalo Paniagua Javier
2009-09-262009-09-26 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* gqueue.c: add g_queue_push_tail. svn path=/trunk/mono/; revision=142681
2009-09-03typoGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=141254
2009-09-03We need the g_free symbol in the libraryGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=141253
2009-07-15fix a typoGeoff Norton
svn path=/trunk/mono/; revision=137974
2009-06-202009-06-20 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* src/glib.h: Add GUINT32_FROM/TO_BE macros. svn path=/trunk/mono/; revision=136540
2009-06-092009-06-09 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
* CMakeLists.txt: Add start of CMake build. * src/CMakeLists.txt: Add start of CMake build. Contribution is licensed as MIT/X11. svn path=/trunk/mono/; revision=135743
2009-06-032009-06-02 Bill Holmes <billholmes54@gmail.com>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. svn path=/trunk/mono/; revision=135235
2009-05-282009-05-27 Geoff Norton <gnorton@novell.com>Geoff Norton
* src/gfile-posix.c: Fix g_get_current_dir on amd64 svn path=/trunk/mono/; revision=134889
2009-05-072009-04-22 Jeffrey Stedfast <fejj@novell.com>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. svn path=/trunk/mono/; revision=133725
2009-05-05Fix the pkg.m4 nonsense in eglib as wellMiguel de Icaza
svn path=/trunk/mono/; revision=133584
2009-04-23UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=132413
2009-04-062009-04-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* src/gpath.c: Avoid situations where we add the separator if one of the elements is the separator. svn path=/trunk/mono/; revision=131083
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2009-02-26Add support for platforms without rewinddirMiguel de Icaza
svn path=/trunk/mono/; revision=128052
2009-02-192009-02-19 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* src/gstr.c: use memset in g_strnfill. svn path=/trunk/mono/; revision=127457
2009-02-192009-01-19 Bill Holmes <billholmes54@gmail.com>Bill Holmes
* src/gstr.c (g_strnfill): Fixing a warning for MSVC. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=127431
2009-02-06Add a new macroMiguel de Icaza
svn path=/trunk/mono/; revision=125952
2009-02-062009-02-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* src/gstr.c: Add g_strnfill * src/glib.h: Add g_list_previous svn path=/trunk/mono/; revision=125934
2009-02-05Fix make distcheckMiguel de Icaza
svn path=/trunk/mono/; revision=125928
2009-01-192009-01-19 Bill Holmes <billholmes54@gmail.com>Bill Holmes
* gmisc-win32.c (g_path_is_absolute): Adding support for UNC paths on Windows. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=123794
2009-01-082009-01-08 Bill Holmes <billholmes54@gmail.com>Bill Holmes
* winconfig.h, src/gfile-posix.c : Fixing the MSVC builds. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=122783
2009-01-082009-01-07 Miguel de Icaza <miguel@novell.com>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. svn path=/trunk/mono/; revision=122735
2008-12-16Change exit code to number of tests failed instead of hardcoded zero.Jonathan Pobst
svn path=/trunk/mono/; revision=121623
2008-11-05remove gdir.c, as it was splitted in gdir-unix.c and gdir-win32.cGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=118024
2008-11-052008-11-05 Bill Holmes <billholmes54@gmail.com>Bill Holmes
* src/gutf8.c, src/unicode-data.h, src/gunicode.c : Fixing the MSVC builds. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=118012
2008-11-042008-11-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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. svn path=/trunk/mono/; revision=117831
2008-11-042008-11-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* src/unicode-data.h : new header for some new unicode manipulation functions. svn path=/trunk/mono/; revision=117830
2008-10-20remove duplicated assertsGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=116540
2008-10-172008-10-17 Miguel de Icaza <miguel@novell.com>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. svn path=/trunk/mono/; revision=116164
2008-10-142008-10-13 Bill Holmes <billholmes54@gmail.com>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. svn path=/trunk/mono/; revision=115692
2008-10-13UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=115685
2008-10-112008-10-11 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* src/glib.h: Move g_strdup here, to consolidate all allocations in this header, will help for merging the allocation work later. svn path=/trunk/mono/; revision=115507
2008-10-112008-10-11 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* src/gpattern.c (compile_pattern): From Unity, use -1 in the enum for MatchType. svn path=/trunk/mono/; revision=115506
2008-10-112008-10-11 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* src/gpath.c: Split this one as well. svn path=/trunk/mono/; revision=115505