platform/upstream/glib.git
2001-04-02 Sebastian WilhelmiUse the new GRealThread member "context" instead of...
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-30 Sven Neumannghash.[ch] added new functions g_hash_table_new_full,
2001-03-30 Christian MeyerUpdated German translation.
2001-03-29 Tor LillqvistAdd module-test rules.
2001-03-29 Tor LillqvistUpdates. Add module-test rules.
2001-03-28 Tim Janikonly queue readable properties for notification changes.
2001-03-26 Owen Taylor-DG_DISABLE_DEPRECATED
2001-03-26 Owen TaylorAdd --deprecated-guards
2001-03-26 Owen Taylor*** empty log message ***
2001-03-25 Andraz ToriUpdated Slovenian translation
2001-03-22 Tim Janikcatch G_SIGNAL_RUN_FIRST with a return value.
2001-03-21 Martin BauligThis takes a `const GValue *' argument.
2001-03-20 Havoc Penningtonrewrite, based on bug #52328 from Anders
2001-03-20 Havoc Penningtonadded this function
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 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-18 Owen TaylorReorder headers to make FreeBSD happy.
2001-03-17 Owen TaylorA couple of small fixes.
2001-03-16 Pablo Saratxagaadded 'ru' to ALL_LINGUAS
2001-03-14 Tor LillqvistFrom Edward M. Lee <tailbert@yahoo.com>:
2001-03-14 Tim Janikmade config arg to g_scanner_new() const.
2001-03-12 Tor LillqvistLink with the libgmodule la only on Win32.
2001-03-11 Andraz ToriUpdated Slovenian translation
2001-03-11 Sven Neumannshut up CVS
2001-03-10 Tor LillqvistDefine G_PLATFORM_WIN32 here, too.
2001-03-10 Tor LillqvistUse the _LIBADD dependencies on libglib only on Win32.
2001-03-09 Tor LillqvistUpdate with some information about using configure...
2001-03-09 Tor LillqvistLink with libglib, libgthread and libgmodule as appropr...
2001-03-09 Tor LillqvistUse libglib-1.3.la from top_builddir. Invoke libtool...
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS.
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPO...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-09 Hans Breuer(oops, forgot the file ...)
2001-03-09 Hans Breuerupdated
2001-03-09 Tim Janiktest program. covers run first/last/cleanup signal...
2001-03-09 Tim Janikuse g_type_is_a() to check for object_type being a...
2001-03-08 Owen TaylorInclude <string.h> for memcpy.
2001-03-08 Tor Lillqvistglib.def gobject/gobject.def Update.
2001-03-08 Sven NeumannI'm stupid and managed to screw up my own patch. Now...
2001-03-08 Sven Neumannadded new function g_tree_lookup_extended().
2001-03-08 Tim Janikeek, fixed old hook detail storage code.
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-08 Sebastian WilhelmiSpelling corrections.
2001-03-08 Sebastian WilhelmiFix typo and thus bug #51862.
2001-03-07 Owen TaylorRevert Tim's last commit to get rid of 7+ unnecessary...
2001-03-07 Sebastian WilhelmiFixed stupid typo.
2001-03-07 Tim Janikget rid of bogus g_value_convert
2001-03-07 Tim Janikcatch when adding an interface to an ancestor of a...
2001-03-07 Sebastian WilhelmiC2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
2001-03-07 Tim Janikmagic sprinkles
2001-03-07 Tim Janiksunotlokaherethizisprivate
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-03-07 Sebastian WilhelmiSet G_LOG_DOMAIN to \"GModule\" instead of g_log_domain...
2001-03-07 Sebastian WilhelmiAvoid rebuilding everything everytime.
2001-03-07 Christian MeyerAdded 'de' in configure.in to ALL_LINGUAS
2001-03-07 Christian MeyerAdded German translation.
2001-03-06 Jonathan Blandfordadd a new param spec to handle interfaces.
2001-03-03 Pablo Saratxagafixed headers
2001-03-02 Christophe... Added French translation.
2001-03-01 Tor LillqvistUse MAXPATHLEN, not PATH_MAX which isn't defined with...
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-26 Sebastian WilhelmiMake max_unused_threads work for -1 as well.
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-22 Jonathan BlandfordCommitted the wrong thing yesterday.
2001-02-22 Owen TaylorAdd missing implementation ofsource->priority, g_source...
2001-02-21 Jonathan BlandfordAdd g_signal_connect define to make porting from gtk_si...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-19 Valek FrobUpdated russian translation.
2001-02-19 Tim Janikmy name is glib-config-2.0! don't exit with errorcode...
2001-02-18 Andraz ToriUpdated Slovenian translation
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Andraz ToriUpdated Slovenian translation
2001-02-17 Andraz ToriAdded sl translation
2001-02-17 Tim Janikpatch from sven to fixup G_ENUM_CLASS_TYPE() macro.
2001-02-17 Tim Janikminor fix
2001-02-17 Tim Janikadd check for broken RTLD_GLOBAL (on OSF1 V5.0).
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-16 Sebastian Wilhelmi.cvsignore updates
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-02-13 Havoc Penningtondon't overwrite errors
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2001-02-12 Owen TaylorAdd check for gtk-doc version. GLIB_1_2_9PRE1
2001-02-12 Owen TaylorThe ultimate gtk-doc makefile.
2001-02-10 Tor Lillqvistgtypes.h Move GLIB_VAR definition from gutils.h to...
2001-02-10 Tor LillqvistDon't store address of local variable in hashtable.
2001-02-08 Fatih DemirAdded tr to ALL_LINGUAS.
2001-02-08 Fatih DemirADded the Turkish translation fiels for glib HEAD
2001-02-06 Sebastian Wilhelmi.cvsignore updates
2001-02-04 Tor LillqvistRemove glib_debug_objects.
2001-02-04 Tor LillqvistUse "nn" for Nynorsk, as nn.po files are appearing...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-02-03 Tor LillqvistChange order of libs, put progs_LDADD last. Needed...
next