summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik86-2511/+3313
2001-03-07Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi10-13/+15
2001-03-07Avoid rebuilding everything everytime.Sebastian Wilhelmi2-3/+5
2001-03-07Added 'de' in configure.in to ALL_LINGUASChristian Meyer9-1/+33
2001-03-07Added German translation.Christian Meyer2-2/+378
2001-03-06add a new param spec to handle interfaces.Jonathan Blandford4-1/+91
2001-03-03fixed headersPablo Saratxaga2-42/+34
2001-03-02Added French translation.Christophe Merlet12-1/+423
2001-03-01Use MAXPATHLEN, not PATH_MAX which isn't defined with MSVC.Tor Lillqvist10-2/+18
2001-03-01Implement on Win32. Append the executable file name suffixes from PATHEXTTor Lillqvist12-28/+174
2001-03-01Remove test for initial double backslash (UNC path), this will of courseTor Lillqvist17-33/+196
2001-02-26Make max_unused_threads work for -1 as well.Sebastian Wilhelmi10-2/+42
2001-02-23Change the order to match the order in g_thread_create().Sebastian Wilhelmi17-148/+467
2001-02-22Committed the wrong thing yesterday.Jonathan Blandford2-0/+5
2001-02-22Add missing implementation ofsource->priority, g_source_remove_poll.Owen Taylor10-4/+108
2001-02-21Add g_signal_connect define to make porting from gtk_signal_connect easy.Jonathan Blandford2-1/+6
2001-02-21Match also UNC paths on Win32.Tor Lillqvist31-74/+286
2001-02-19updated for win32 msvc buildHans Breuer16-6/+133
2001-02-19Updated russian translation.Valek Frob2-0/+371
2001-02-19my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h.Tim Janik14-239/+80
2001-02-18Updated Slovenian translationAndraz Tori1-2/+2
2001-02-17include string.hHavoc Pennington49-423/+766
2001-02-17Updated Slovenian translationAndraz Tori1-0/+408
2001-02-17Added sl translationAndraz Tori1-1/+1
2001-02-17patch from sven to fixup G_ENUM_CLASS_TYPE() macro.Tim Janik2-1/+6
2001-02-17minor fixTim Janik1-0/+1
2001-02-17add check for broken RTLD_GLOBAL (on OSF1 V5.0).Tim Janik12-5/+86
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik15-326/+722
2001-02-16.cvsignore updatesSebastian Wilhelmi2-4/+8
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik7-176/+411
2001-02-15Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi14-73/+193
2001-02-13don't overwrite errorsHavoc Pennington12-22/+106
2001-02-13Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi13-113/+498
2001-02-12Add check for gtk-doc version.GLIB_1_2_9PRE1Owen Taylor9-1/+48
2001-02-12The ultimate gtk-doc makefile.Owen Taylor5-307/+349
2001-02-10gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.hTor Lillqvist16-22/+78
2001-02-10Don't store address of local variable in hashtable.Tor Lillqvist10-4/+46
2001-02-08Added tr to ALL_LINGUAS.Fatih Demir9-1/+33
2001-02-08ADded the Turkish translation fiels for glib HEADFatih Demir2-1/+405
2001-02-06.cvsignore updatesSebastian Wilhelmi3-1/+6
2001-02-04Remove glib_debug_objects.Tor Lillqvist2-1/+4
2001-02-04Use "nn" for Nynorsk, as nn.po files are appearing now. If the sublanguageTor Lillqvist10-6/+56
2001-02-04s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik19-64/+208
2001-02-03Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist11-3/+48
2001-02-01giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist17-42/+189
2001-02-01Added g_static_mutex_init to allow initialization of a GStaticMutex, thatSebastian Wilhelmi15-6/+100
2001-01-31Remove useless check. (Mike Chen)Owen Taylor2-2/+2
2001-01-31Fix problem with --disable-nls.Owen Taylor11-17/+49
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik20-721/+1275
2001-01-30Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi18-20/+138