Age | Commit message (Expand) | Author | Files | Lines |
2001-03-07 | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 86 | -2511/+3313 |
2001-03-07 | Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule. | Sebastian Wilhelmi | 10 | -13/+15 |
2001-03-07 | Avoid rebuilding everything everytime. | Sebastian Wilhelmi | 2 | -3/+5 |
2001-03-07 | Added 'de' in configure.in to ALL_LINGUAS | Christian Meyer | 9 | -1/+33 |
2001-03-07 | Added German translation. | Christian Meyer | 2 | -2/+378 |
2001-03-06 | add a new param spec to handle interfaces. | Jonathan Blandford | 4 | -1/+91 |
2001-03-03 | fixed headers | Pablo Saratxaga | 2 | -42/+34 |
2001-03-02 | Added French translation. | Christophe Merlet | 12 | -1/+423 |
2001-03-01 | Use MAXPATHLEN, not PATH_MAX which isn't defined with MSVC. | Tor Lillqvist | 10 | -2/+18 |
2001-03-01 | Implement on Win32. Append the executable file name suffixes from PATHEXT | Tor Lillqvist | 12 | -28/+174 |
2001-03-01 | Remove test for initial double backslash (UNC path), this will of course | Tor Lillqvist | 17 | -33/+196 |
2001-02-26 | Make max_unused_threads work for -1 as well. | Sebastian Wilhelmi | 10 | -2/+42 |
2001-02-23 | Change the order to match the order in g_thread_create(). | Sebastian Wilhelmi | 17 | -148/+467 |
2001-02-22 | Committed the wrong thing yesterday. | Jonathan Blandford | 2 | -0/+5 |
2001-02-22 | Add missing implementation ofsource->priority, g_source_remove_poll. | Owen Taylor | 10 | -4/+108 |
2001-02-21 | Add g_signal_connect define to make porting from gtk_signal_connect easy. | Jonathan Blandford | 2 | -1/+6 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 31 | -74/+286 |
2001-02-19 | updated for win32 msvc build | Hans Breuer | 16 | -6/+133 |
2001-02-19 | Updated russian translation. | Valek Frob | 2 | -0/+371 |
2001-02-19 | my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h. | Tim Janik | 14 | -239/+80 |
2001-02-18 | Updated Slovenian translation | Andraz Tori | 1 | -2/+2 |
2001-02-17 | include string.h | Havoc Pennington | 49 | -423/+766 |
2001-02-17 | Updated Slovenian translation | Andraz Tori | 1 | -0/+408 |
2001-02-17 | Added sl translation | Andraz Tori | 1 | -1/+1 |
2001-02-17 | patch from sven to fixup G_ENUM_CLASS_TYPE() macro. | Tim Janik | 2 | -1/+6 |
2001-02-17 | minor fix | Tim Janik | 1 | -0/+1 |
2001-02-17 | add check for broken RTLD_GLOBAL (on OSF1 V5.0). | Tim Janik | 12 | -5/+86 |
2001-02-17 | changed collect_format, collect_value() and lcopy_format, lcopy_value() in | Tim Janik | 15 | -326/+722 |
2001-02-16 | .cvsignore updates | Sebastian Wilhelmi | 2 | -4/+8 |
2001-02-16 | incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com> | Tim Janik | 7 | -176/+411 |
2001-02-15 | Reverted the changes necessary to enlarge the system thread for | Sebastian Wilhelmi | 14 | -73/+193 |
2001-02-13 | don't overwrite errors | Havoc Pennington | 12 | -22/+106 |
2001-02-13 | Added functions g_static_rec_mutex_init, g_static_rec_mutex_free, | Sebastian Wilhelmi | 13 | -113/+498 |
2001-02-12 | Add check for gtk-doc version.GLIB_1_2_9PRE1 | Owen Taylor | 9 | -1/+48 |
2001-02-12 | The ultimate gtk-doc makefile. | Owen Taylor | 5 | -307/+349 |
2001-02-10 | gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.h | Tor Lillqvist | 16 | -22/+78 |
2001-02-10 | Don't store address of local variable in hashtable. | Tor Lillqvist | 10 | -4/+46 |
2001-02-08 | Added tr to ALL_LINGUAS. | Fatih Demir | 9 | -1/+33 |
2001-02-08 | ADded the Turkish translation fiels for glib HEAD | Fatih Demir | 2 | -1/+405 |
2001-02-06 | .cvsignore updates | Sebastian Wilhelmi | 3 | -1/+6 |
2001-02-04 | Remove glib_debug_objects. | Tor Lillqvist | 2 | -1/+4 |
2001-02-04 | Use "nn" for Nynorsk, as nn.po files are appearing now. If the sublanguage | Tor Lillqvist | 10 | -6/+56 |
2001-02-04 | s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals, | Tim Janik | 19 | -64/+208 |
2001-02-03 | Change order of libs, put progs_LDADD last. Needed for cygwin, says | Tor Lillqvist | 11 | -3/+48 |
2001-02-01 | giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning() | Tor Lillqvist | 17 | -42/+189 |
2001-02-01 | Added g_static_mutex_init to allow initialization of a GStaticMutex, that | Sebastian Wilhelmi | 15 | -6/+100 |
2001-01-31 | Remove useless check. (Mike Chen) | Owen Taylor | 2 | -2/+2 |
2001-01-31 | Fix problem with --disable-nls. | Owen Taylor | 11 | -17/+49 |
2001-01-31 | adapt to work with new CVS gtk-doc, leaving the old rules in place caused | Tim Janik | 20 | -721/+1275 |
2001-01-30 | Call g_thread_impl_init(), as g_thread_init won't call it. | Sebastian Wilhelmi | 18 | -20/+138 |