cleanup
[platform/upstream/glib.git] / gmodule /
2001-11-24 Tor Lillqvist*/.cvsignore: Add various Win32 related file types.
2001-11-22 Owen TaylorVersion 11, interface, binary age 0.
2001-11-18 Michael Meeksfix leak.
2001-10-31 Dan WinshipAdd gmodule-dyld.c
2001-10-25 Tor LillqvistUpdate.
2001-10-22 Tor LillqvistIf we have built the MSVC import library, install it...
2001-10-09 Tor LillqvistMore Unix compatibility: Add "lib" prefix in case the...
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-25 Tor LillqvistMore Win32 automake macros. For .def files: GLIB_DEF...
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-17 Tor Lillqvistglib/gmain.c Mark the _funcs tables for export.
2001-09-17 Tor LillqvistAdd variable for LT_CURRENT minus LT_AGE (the suffix...
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-07-30 Sebastian Wilhelmibuild the library name ourselfs ... so we can load...
2001-07-20 Hans Breuerreflect glib move
2001-07-11 Darin AdlerAdd some generated files.
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-29 Sebastian WilhelmiDo not g_strdup, as promised in the function name.
2001-05-29 Tim Janikerk, strconcat needs NULL as last arg. make sure we...
2001-05-28 Tim Janikas a last resort, if we can't access() the module,...
2001-05-27 Tim Janikunlock context when bailing out with a warning. (g_main...
2001-05-16 Owen TaylorAdd inter-library dependencies.
2001-04-20 Dan Winshipgmodule implementation for Darwin/Mac OS X
2001-03-14 Tor LillqvistFrom Edward M. Lee <tailbert@yahoo.com>:
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 LillqvistUse G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPO...
2001-03-07 Sebastian WilhelmiSet G_LOG_DOMAIN to \"GModule\" instead of g_log_domain...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikadd check for broken RTLD_GLOBAL (on OSF1 V5.0).
2001-01-27 Tor LillqvistNeed <io.h> for open() and close().
2001-01-25 Tor Lillqvistmakefile.mingw.in Protect the rule to rebuild makefile...
2000-12-29 Tor LillqvistAdd GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.
2000-12-22 Sebastian WilhelmiDetermine the suffix of the shared librarries for this...
2000-12-01 Tor LillqvistInclude make.msc from GLib's build subdir.
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-12 Sebastian Wilhelmi.cvsignore updates
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 declaration of g_log_domain_gmodule up before...
2000-09-01 Sebastian Wilhelmi.cvsignore updates
2000-08-25 Elliot LeeMark the following functions G_GNUC_CONST (to allow...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-22 Tor LillqvistFix resource handling, the resource file got left out...
2000-07-20 Sebastian WilhelmiMark the functions g_basename and g_dirname deprecated...
2000-07-19 Sebastian Wilhelmiglibconfig.h and glib.h now include files outside of...
2000-07-18 Tor LillqvistDon't #include <tlhelp32.h> when compiling with gcc...
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-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-05-01 Tor LillqvistAdd new functions. Add new object files. Add threadpool...
2000-03-24 Sebastian Wilhelmi.cvsignore adaptation
2000-03-24 Sebastian WilhelmiAdded various win32 related *.in files to EXTRA_DIST...
2000-03-22 Tor LillqvistIn the "null" module case _g_module_symbol should still...
2000-03-22 Tor LillqvistWhen looking for symbols in the "main" module we must...
2000-03-01 Tor LillqvistNew function that returns the message string for a...
2000-03-01 Tim Janikminor optimization.
2000-03-01 Tim Janikdo not return NULL symbols.
2000-03-01 Tor LillqvistNew function that returns the message string for a...
2000-03-01 Tim Janikdo not return NULL symbols.
2000-02-07 Tor LillqvistMove to corresponding subdirectories.
2000-01-13 Martin Baulig[FIXME: On NetBSD, dlsym() doesn't set errno != 0 when...
1999-12-16 Tor LillqvistUse FormatMessage to translate system error codes into...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-04 Tor LillqvistDon't define WIN32 and NATIVE_WIN32.
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-26 Tim Janikadded --export-dynamic so we can load dynmic modules...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-05-12 CDT 1999 Shawn T... Another small fix.
1999-05-08 CDT 1999 Shawn T... Better testing reveals better methods. Fixes for BeOS.
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-05-06 Tor LillqvistNew files, used to generate corresponding non-.in files...
1999-05-01 Manish Singhlibtool 1.3 upgrade
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-04-19 Asbjørn Pettersenadd gmodule-os2.c
1999-04-07 Asbjørn PettersenAdd G_MODULE_IMPL_OS2
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Tim Janikbe more descriptive on unsupported systems.
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-10 Tim Janikfixed errernerous code wrt to thread specific error...
1999-01-28 Manish SinghXsed isn't valid here, don't use it
1999-01-22 Jeff Garzikmove gmodule changelog entry to gmodule changelog
1999-01-21 EST 1999 Jeff GarzikAdd braces to eliminate an ambiguous else warning.
1999-01-20 Manish Singhnew file
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-05 Manish SinghShut up cvs
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-29 Jeff Garzik Put -DFOO stuff into Makefile.am INCLUDES.
1998-11-25 PST 1998 Manish... applied glib-tml-981120-0, change log appended below.
1998-11-20 Tim Janikadded empty default imlementation so gmodule.so compile...
1998-11-13 Nuno FerreiraPut -I$(top_srcdir) back into INCLUDES.
1998-11-12 Jeff GarzikINCLUDES is the right way to add to CFLAGS, not DEFS...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-27 Tor LillqvistNew function that returns the message string for a...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-25 Raja R HarinathRemove `#pragma }'. Likewise.
next