Now that we check for a C++ compiler in configure.in anyway, I added a
[platform/upstream/glib.git] / tests /
2001-05-29 Sebastian WilhelmiNow that we check for a C++ compiler in configure.in...
2001-05-24 CEST 2001 Paolo... back out change by mitch@convergence.de and apply patch...
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-04-20 Dan WinshipAdd a check for the Darwin dynamic linker. Use AC_TRY_L...
2001-04-17 Owen TaylorDefine _GNU_SOURCE for stpcpy
2001-04-03 Owen TaylorExit with an error message that you should use pkg...
2001-03-29 Tor LillqvistAdd module-test rules.
2001-03-29 Tor LillqvistUpdates. Add module-test rules.
2001-03-26 Owen Taylor-DG_DISABLE_DEPRECATED
2001-03-18 Tor LillqvistDon't need this after all.
2001-03-18 Tor LillqvistAdding but will remove immediatly; no way to cancel...
2001-03-18 Tor LillqvistAdd braces to silence gcc -Wall.
2001-03-18 Owen TaylorReorder headers to make FreeBSD happy.
2001-03-12 Tor LillqvistLink with the libgmodule la only on Win32.
2001-03-10 Tor LillqvistUse the _LIBADD dependencies on libglib only on Win32.
2001-03-09 Tor LillqvistLink with libglib, libgthread and libgmodule as appropr...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-01 Tor LillqvistImplement on Win32. Append the executable file name...
2001-03-01 Tor LillqvistRemove test for initial double backslash (UNC path...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-17 Havoc Penningtoninclude string.h
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2001-02-06 Sebastian Wilhelmi.cvsignore updates
2001-02-03 Tor LillqvistChange order of libs, put progs_LDADD last. Needed...
2001-01-25 Tor Lillqvistmakefile.mingw.in Protect the rule to rebuild makefile...
2001-01-25 Tor LillqvistSocket support rewritten. It was utterly broken, and...
2001-01-17 Tor LillqvistAdd doc comments. (g_win32_get_package_installation_dir...
2001-01-16 Tor LillqvistDefine ENABLE_NLS and GETTEXT_PACKAGE.
2001-01-06 Tor LillqvistGet len using strlen() if arg is negative in the Win32...
2001-01-05 Owen Taylormove $enable_debug down below checks for GCC to avoid...
2001-01-05 Tor LillqvistAdd test for g_path_skip_root().
2001-01-04 Havoc Pennington-I$(top_srcdir)/gmodule, fix from Michael Meeks
2000-12-24 Ali AbdinNew gcompat.h header file as recommended by Havoc.
2000-12-22 Sebastian WilhelmiDetermine the suffix of the shared librarries for this...
2000-12-08 Raja R HarinathRearrange into other veriables, and include run-markup...
2000-12-08 Havoc Penningtonmove markup-test to noinst_PROGRAMS; it isn't a proper...
2000-12-07 Owen TaylorAdd a bunch of unrefs.
2000-12-07 Havoc Penningtonadd g_strdupv test
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-12-01 Tor LillqvistInclude make.msc from GLib's build subdir.
2000-11-28 Elliot LeeFix warnings.
2000-11-17 Owen TaylorReleased 1.3.2 GLIB_1_3_2
2000-11-11 Tor LillqvistImprove chance to generate unique names with less effor...
2000-11-10 Tor LillqvistNew function, suggested by Havoc earlier this month...
2000-10-30 Sebastian WilhelmiIntroduced new function type GEqualFunc to return TRUE...
2000-10-27 Tor LillqvistAdd gmarkup.
2000-10-27 Sebastian Wilhelmi.cvsignore updates
2000-10-27 Havoc PenningtonNew module to parse a simple markup language
2000-10-16 Tor LillqvistSome more debugging output. (g_io_channel_win32_poll...
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-12 Sebastian Wilhelmi.cvsignore updates
2000-10-09 Havoc PenningtonAdd new files.
2000-10-06 Tor LillqvistFix the Win32-only code to use current API,
2000-10-06 Tor LillqvistRevamp to be like makefile.mingw.in, make the MSVC...
2000-09-28 Sebastian Wilhelmi.cvsignore updates
2000-09-28 Sebastian WilhelmiMoved determination of G_THREAD_FLAGS before G_THREAD_L...
2000-09-28 Sebastian WilhelmiSome platforms support 64 bit 'long long', but you...
2000-09-07 Tim Janikfor non-i386 and non-alpha, or non gcc, implement BREAK...
2000-09-06 Sebastian Wilhelmis/G_MICROSEC/G_USEC_PER_SEC/
2000-09-01 Sebastian Wilhelmi.cvsignore updates
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-08-21 Owen TaylorFix a couple of trivial bugs that were causing warnings.
2000-08-06 Tor LillqvistNew function, that calls g_source_remove(). Check retur...
2000-07-30 Tor LillqvistCompile in the debugging code all the time, but only...
2000-07-29 Tor LillqvistFinally, a new and improved IO Channel and condition...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-26 Tim Janikadded g_strlcat() and g_strlcpy() wrappers, supplied...
2000-07-20 Sebastian WilhelmiMark the functions g_basename and g_dirname deprecated...
2000-07-14 Tor LillqvistInclude the "build" module in GLib, too, to make it...
2000-07-14 Owen TaylorMove glib-config to glib-config-2.0 move glib.m4 to...
2000-06-29 Owen Taylorupdated
2000-05-30 Tor LillqvistImplement on Win32.
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-05-04 Tor Lillqvistmakefile.cygwin.in Include the common makefile snippet...
2000-05-01 Tor LillqvistAdd new functions. Add new object files. Add threadpool...
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...
2000-04-19 Sebastian WilhelmiMade the debugging G_TRYLOCK call also work for compile...
2000-04-17 Sebastian WilhelmiRenamed g_queue_create to g_queue_new in conformance...
2000-03-24 Sebastian Wilhelmi.cvsignore adaptation
2000-03-24 Sebastian WilhelmiAdded various win32 related *.in files to EXTRA_DIST...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-03-01 Tim Janikminor optimization.
2000-02-17 Havoc Penningtonchanged g_str_hash() to a 31 bit version based on a...
1999-11-16 Sebastian Wilhelmiupdated .cvsignore
1999-11-01 Tor Lillqvistglib.h Rename Win32-only functions from gwin_* to g_win...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-05 Tor LillqvistUse G_OS_WIN32.
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-02 Tor Lillqvistglib.h gstrfuncs.c Rename g_strccpy to g_strcompress...
1999-07-31 Tor LillqvistNew functions.
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-21 Tor Lillqvist Win32: With the latest gcc (2.95, pre-release), we...
1999-07-12 Tor LillqvistCorrect URL for mingw runtime sources.
1999-06-20 Tor LillqvistUpdate the pthreads snapshot version we want. Advice...
1999-06-18 Jeff GarzikRe-order tests in alpha order.
1999-06-17 Sebastian Wilhelmismall tests/.cvsignore commit
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 Tor LillqvistCorrect rules for making the win32-related files that...
next