2001-03-09 |
Tor Lillqvist | Use libglib-1.3.la from top_builddir. Invoke libtool... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tor Lillqvist | Use G_BEGIN_DECLS and G_END_DECLS. |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tor Lillqvist | Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPO... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Hans Breuer | (oops, forgot the file ...) |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Hans Breuer | updated |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tim Janik | test program. covers run first/last/cleanup signal... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Tim Janik | use g_type_is_a() to check for object_type being a... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Owen Taylor | Include <string.h> for memcpy. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Tor Lillqvist | glib.def gobject/gobject.def Update. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Sven Neumann | I'm stupid and managed to screw up my own patch. Now... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Sven Neumann | added new function g_tree_lookup_extended(). |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Tim Janik | eek, fixed old hook detail storage code. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Tim Janik | destruction cleanup. there's one ->finalize_hook member... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Sebastian Wilhelmi | Spelling corrections. |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Sebastian Wilhelmi | Fix typo and thus bug #51862. |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Owen Taylor | Revert Tim's last commit to get rid of 7+ unnecessary... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Sebastian Wilhelmi | Fixed stupid typo. |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tim Janik | get rid of bogus g_value_convert |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tim Janik | catch when adding an interface to an ancestor of a... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Sebastian Wilhelmi | C2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tim Janik | magic sprinkles |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tim Janik | sunotlokaherethizisprivate |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Sebastian Wilhelmi | Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain... |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Sebastian Wilhelmi | Avoid rebuilding everything everytime. |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Christian Meyer | Added 'de' in configure.in to ALL_LINGUAS |
commit | commitdiff | tree | snapshot |
2001-03-07 |
Christian Meyer | Added German translation. |
commit | commitdiff | tree | snapshot |
2001-03-06 |
Jonathan Blandford | add a new param spec to handle interfaces. |
commit | commitdiff | tree | snapshot |
2001-03-03 |
Pablo Saratxaga | fixed headers |
commit | commitdiff | tree | snapshot |
2001-03-02 |
Christophe... | Added French translation. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tor Lillqvist | Use MAXPATHLEN, not PATH_MAX which isn't defined with... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tor Lillqvist | Implement on Win32. Append the executable file name... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tor Lillqvist | Remove test for initial double backslash (UNC path... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Sebastian Wilhelmi | Make max_unused_threads work for -1 as well. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Sebastian Wilhelmi | Change the order to match the order in g_thread_create(). |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Jonathan Blandford | Committed the wrong thing yesterday. |
commit | commitdiff | tree | snapshot |
2001-02-22 |
Owen Taylor | Add missing implementation ofsource->priority, g_source... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Jonathan Blandford | Add g_signal_connect define to make porting from gtk_si... |
commit | commitdiff | tree | snapshot |
2001-02-21 |
Tor Lillqvist | Match also UNC paths on Win32. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Hans Breuer | updated for win32 msvc build |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Valek Frob | Updated russian translation. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Janik | my name is glib-config-2.0! don't exit with errorcode... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Andraz Tori | Updated Slovenian translation |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Havoc Pennington | include string.h |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andraz Tori | Updated Slovenian translation |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andraz Tori | Added sl translation |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Janik | patch from sven to fixup G_ENUM_CLASS_TYPE() macro. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Janik | minor fix |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Janik | add check for broken RTLD_GLOBAL (on OSF1 V5.0). |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Janik | changed collect_format, collect_value() and lcopy_forma... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Tim Janik | incorporated huge docu patch from Eric Lemings <eric... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Sebastian Wilhelmi | Reverted the changes necessary to enlarge the system... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Havoc Pennington | don't overwrite errors |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Sebastian Wilhelmi | Added functions g_static_rec_mutex_init, g_static_rec_m... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Owen Taylor | Add check for gtk-doc version. GLIB_1_2_9PRE1 |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Owen Taylor | The ultimate gtk-doc makefile. |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Tor Lillqvist | gtypes.h Move GLIB_VAR definition from gutils.h to... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Tor Lillqvist | Don't store address of local variable in hashtable. |
commit | commitdiff | tree | snapshot |
2001-02-08 |
Fatih Demir | Added tr to ALL_LINGUAS. |
commit | commitdiff | tree | snapshot |
2001-02-08 |
Fatih Demir | ADded the Turkish translation fiels for glib HEAD |
commit | commitdiff | tree | snapshot |
2001-02-06 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2001-02-04 |
Tor Lillqvist | Remove glib_debug_objects. |
commit | commitdiff | tree | snapshot |
2001-02-04 |
Tor Lillqvist | Use "nn" for Nynorsk, as nn.po files are appearing... |
commit | commitdiff | tree | snapshot |
2001-02-04 |
Tim Janik | s/glib_trap_/g_trap_/. add comments on g_trap_instance_... |
commit | commitdiff | tree | snapshot |
2001-02-03 |
Tor Lillqvist | Change order of libs, put progs_LDADD last. Needed... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Tor Lillqvist | giochannel.h giowin32.c Stylistic cleanups. Use G_STRLO... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Sebastian Wilhelmi | Added g_static_mutex_init to allow initialization of... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Owen Taylor | Remove useless check. (Mike Chen) |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Owen Taylor | Fix problem with --disable-nls. |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Tim Janik | adapt to work with new CVS gtk-doc, leaving the old... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Sebastian Wilhelmi | Call g_thread_impl_init(), as g_thread_init won't call it. |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Sebastian Wilhelmi | Added debug information for g_mutex_free calls, if... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Tor Lillqvist | Use the same GMutex structure as the configure-generate... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Havoc Pennington | hack this so it compiles, needs fixing for real. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Sebastian Wilhelmi | Broadcast the condition, if there are waiting readers... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Tor Lillqvist | Need <io.h> for open() and close(). |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tor Lillqvist | makefile.mingw.in Protect the rule to rebuild makefile... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tor Lillqvist | Typo. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tor Lillqvist | Socket support rewritten. It was utterly broken, and... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
4 | Don't leak closure->notifiers. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
3 | Free the callback (g_source_set_callback): Initialize... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
Yuri Syrota | Add Ukrainian translation |
commit | commitdiff | tree | snapshot |
2001-01-20 |
Tor Lillqvist | Even if g_get_codeset() is currently commented out... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Kjartan Maraas | Fix typo. Same here. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Kjartan Maraas | Added Norwegian translation. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tor Lillqvist | Add doc comments. (g_win32_get_package_installation_dir... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Owen Taylor | Optimize for size rather than speed by making _() alway... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Tor Lillqvist | Define ENABLE_NLS and GETTEXT_PACKAGE. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Owen Taylor | Add @INTLIBS@. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Owen Taylor | Add gettext support. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Martin Baulig | Fixed my debbugs-test-submit@bugzilla.gnome.org mess. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Martin Baulig | Added debbugs-test-submit@bugzilla.gnome.org everywhere. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tor Lillqvist | Minor cosmetic change to previous ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tor Lillqvist | Rework the changes to needed to pass mainloop-test... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tor Lillqvist | Don't warn about deprecation on Win32. Code written... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tim Janik | minor markup cleanups |
commit | commitdiff | tree | snapshot |
next |