2001-10-04 |
Owen Taylor | Add missing G_HAVE_GINT64 conditionalization.
|
commit | commitdiff | tree |
2001-10-03 |
Owen Taylor | Add support for G_TYPE_INT64 and storing it in GValue...
|
commit | commitdiff | tree |
2001-10-01 |
Owen Taylor | Rename g_string_printfa() to g_string_append_printf...
|
commit | commitdiff | tree |
2001-10-01 |
Owen Taylor | Rename g_string_printfa(). to g_string_append_printf().
|
commit | commitdiff | tree |
2001-09-28 |
Owen Taylor | Fix macros from libcharset to work with autoconf-2...
|
commit | commitdiff | tree |
2001-09-27 |
Owen Taylor | Use gssize to match the header. (Reported by Elliot...
|
commit | commitdiff | tree |
2001-09-27 |
Owen Taylor | Fixes for #58195, based on some ideas from Hidetosh...
|
commit | commitdiff | tree |
2001-09-26 |
Owen Taylor | Fix distclean to remove some extra files. #60993, Ben...
|
commit | commitdiff | tree |
2001-09-26 |
Owen Taylor | Patch from Andrew Taylor to make much of the unicode...
|
commit | commitdiff | tree |
2001-09-26 |
Owen Taylor | Copy if !g_mem_is_system_malloc, not the other way...
|
commit | commitdiff | tree |
2001-09-26 |
Owen Taylor | Use memset; might be faster if someone used this for...
|
commit | commitdiff | tree |
2001-09-25 |
Owen Taylor | Version 1.3.9 (binary, interface == 0)
|
commit | commitdiff | tree |
2001-09-21 |
Owen Taylor | Rename g_mem_vtable_is_set() to g_mem_is_system_malloc().
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Patch from Matthias Clasen (#59806)
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Fix handling of user data when locating sources. (...
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Patch from Matthias Clasen (#59806)
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Patch from Darin Adler to remove GReal* structures...
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Handle NUL bytes_written, bytes_read. (Suggested by...
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Handle failure of sysconf and pick a fixed size buffer...
|
commit | commitdiff | tree |
2001-09-19 |
Owen Taylor | Error out if gettext support is not found. (#59386)
|
commit | commitdiff | tree |
2001-09-18 |
Owen Taylor | Fixes for compilation on Solaris (#59026, Frank Belew)
|
commit | commitdiff | tree |
2001-09-10 |
Owen Taylor | Doc fixes.
|
commit | commitdiff | tree |
2001-09-10 |
Owen Taylor | Update.
|
commit | commitdiff | tree |
2001-09-10 |
Owen Taylor | Add g_build_path(), g_build_filename(), to create separated...
|
commit | commitdiff | tree |
2001-09-08 |
Owen Taylor | Move gbsearcharray.[ch] to glib as a private ininstalled...
|
commit | commitdiff | tree |
2001-09-08 |
Owen Taylor | Add gbsearcharray.[ch].
|
commit | commitdiff | tree |
2001-09-05 |
Owen Taylor | Revert last change to Makefile.in.in - no this is not...
|
commit | commitdiff | tree |
2001-09-04 |
Owen Taylor | Version 1.3.7
|
commit | commitdiff | tree |
2001-09-03 |
Owen Taylor | Implement.
|
commit | commitdiff | tree |
2001-09-03 |
Owen Taylor | Add closure_marshal/closure_callback fields to GSourceFuncs...
|
commit | commitdiff | tree |
2001-09-02 |
Owen Taylor | Replace some uses of isspace() with g_ascii_isspace().
|
commit | commitdiff | tree |
2001-09-02 |
Owen Taylor | Fix some variables that should have been static.
|
commit | commitdiff | tree |
2001-08-24 |
Owen Taylor | Patch from Darin Adler to restore Glib-1.2 handling...
|
commit | commitdiff | tree |
2001-08-23 |
Owen Taylor | Patch from Josh Pritikin to fix reversed key and value...
|
commit | commitdiff | tree |
2001-08-20 |
Owen Taylor | Eliminate use of floating point when determining if...
|
commit | commitdiff | tree |
2001-08-12 |
Owen Taylor | Find test case for srcdir != builddir, miscellaneous...
|
commit | commitdiff | tree |
2001-08-12 |
Owen Taylor | Set GPATH to fix srcdir != builddir problems with GNU...
|
commit | commitdiff | tree |
2001-08-05 |
Owen Taylor | Include stddef.h so that we use the system's definition...
|
commit | commitdiff | tree |
2001-08-03 |
Owen Taylor | Fix computation (Fix from Cesar Rincon)
|
commit | commitdiff | tree |
2001-07-20 |
Owen Taylor | s/size_t/gsize/ to match prototypes.
|
commit | commitdiff | tree |
2001-07-19 |
Owen Taylor | Fix memory leak and dubious list manipulation. (Found...
|
commit | commitdiff | tree |
2001-07-19 |
Matthias Clasen | fix some typos.
|
commit | commitdiff | tree |
2001-07-19 |
Owen Taylor | Add functions to insert a unichar as UTF-8, since this...
|
commit | commitdiff | tree |
2001-07-11 |
Owen Taylor | Add gunicomp.h (Reported by Sven Neumann).
|
commit | commitdiff | tree |
2001-07-07 |
Owen Taylor | Add length arguments to g_utf8_{strup,strdown,casefold...
|
commit | commitdiff | tree |
2001-07-02 |
Owen Taylor | Fix.
|
commit | commitdiff | tree |
2001-07-02 |
Owen Taylor | Use G_N_ELEMENTS rather than a custom macro.
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | Rename GSourceFuncs::destroy to GSourceFuncs::finalize...
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | Make some changes to the way that GMainContext works:
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | Try compiling before committing, why don't you? Simple...
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | g_signal_newc() => g_signal_new().
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | Patch from Darin Adler (#54166)
|
commit | commitdiff | tree |
2001-06-30 |
Owen Taylor | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat...
|
commit | commitdiff | tree |
2001-06-29 |
Owen Taylor | Remove debug flag argument to g_type_init() and add
|
commit | commitdiff | tree |
2001-06-28 |
Owen Taylor | Buffers Files Tools Edit Search Mule Help ...
|
commit | commitdiff | tree |
2001-06-26 |
Owen Taylor | Fix problem with glibconfig.h
|
commit | commitdiff | tree |
2001-06-26 |
Owen Taylor | Move glib library into a subdirectory, make all GLib...
|
commit | commitdiff | tree |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch...
|
commit | commitdiff | tree |
2001-06-15 |
Owen Taylor | Fix a use of strcat that wasn't replaced with g_stpcpy...
|
commit | commitdiff | tree |
2001-06-04 |
Owen Taylor | to match g_strcasecmp, check if it is lower/upper before...
|
commit | commitdiff | tree |
2001-06-04 |
Owen Taylor | Make a bit more standalone by adding include of gerror...
|
commit | commitdiff | tree |
2001-05-31 |
Owen Taylor | Fix mispelling in help output. (#53952, Skip Montanaro)
|
commit | commitdiff | tree |
2001-05-29 |
Owen Taylor | Fix GNU sedism (#55430)
|
commit | commitdiff | tree |
2001-05-28 |
Owen Taylor | Check for __VARARGS__ separately for C and C++.
|
commit | commitdiff | tree |
2001-05-24 |
Owen Taylor | gpointer, not gpointer *.
|
commit | commitdiff | tree |
2001-05-20 |
Owen Taylor | Fix some problems in writing out varargs tests in configure.in
|
commit | commitdiff | tree |
2001-05-18 |
Owen Taylor | Use compile checks for ISO C99 and GNU extension varargs...
|
commit | commitdiff | tree |
2001-05-16 |
Owen Taylor | Add inter-library dependencies.
|
commit | commitdiff | tree |
2001-05-14 |
Owen Taylor | Avoid using stderr to be as robust as possible in out...
|
commit | commitdiff | tree |
2001-05-04 |
Owen Taylor | Released 1.3.5
|
commit | commitdiff | tree |
2001-05-03 |
Owen Taylor | Make foreach() safe against removal of the _current_...
|
commit | commitdiff | tree |
2001-05-03 |
Owen Taylor | Make types of ternary operator correspond. (Fixes compilatio...
|
commit | commitdiff | tree |
2001-05-02 |
Owen Taylor | Fix read past end of the string. (#50404, fix from...
|
commit | commitdiff | tree |
2001-04-18 |
Owen Taylor | Add missing static pointed out by Michael Meeks.
|
commit | commitdiff | tree |
2001-04-18 |
Owen Taylor | Change C++ comments for FIXME's to C comments. (Patch...
|
commit | commitdiff | tree |
2001-04-18 |
Owen Taylor | Removed. Keeping README, README.cvs-commits HACKING...
|
commit | commitdiff | tree |
2001-04-17 |
Owen Taylor | Released 1.3.4
|
commit | commitdiff | tree |
2001-04-17 |
Owen Taylor | Define _GNU_SOURCE for stpcpy
|
commit | commitdiff | tree |
2001-04-17 |
Owen Taylor | Remove warnings about conflicts with the stable version.
|
commit | commitdiff | tree |
2001-04-16 |
Owen Taylor | .cvsignore fixes
|
commit | commitdiff | tree |
2001-04-16 |
Owen Taylor | More tweaks from GTK+. Reenable $(HTML_IMAGES) with...
|
commit | commitdiff | tree |
2001-04-03 |
Owen Taylor | Exit with an error message that you should use pkg...
|
commit | commitdiff | tree |
2001-04-03 |
Owen Taylor | add missed (empty) file
|
commit | commitdiff | tree |
2001-04-03 |
Owen Taylor | Add explicit path to tmpl files in dependencies.
|
commit | commitdiff | tree |
2001-03-26 |
Owen Taylor | -DG_DISABLE_DEPRECATED
|
commit | commitdiff | tree |
2001-03-26 |
Owen Taylor | Add --deprecated-guards
|
commit | commitdiff | tree |
2001-03-26 |
Owen Taylor | *** empty log message ***
|
commit | commitdiff | tree |
2001-03-18 |
Owen Taylor | Reorder headers to make FreeBSD happy.
|
commit | commitdiff | tree |
2001-03-17 |
Owen Taylor | A couple of small fixes.
|
commit | commitdiff | tree |
2001-03-08 |
Owen Taylor | Include <string.h> for memcpy.
|
commit | commitdiff | tree |
2001-03-07 |
Owen Taylor | Revert Tim's last commit to get rid of 7+ unnecessary...
|
commit | commitdiff | tree |
2001-02-22 |
Owen Taylor | Add missing implementation ofsource->priority, g_source_remo...
|
commit | commitdiff | tree |
2001-02-12 |
Owen Taylor | Add check for gtk-doc version.
|
commit | commitdiff | tree |
2001-02-12 |
Owen Taylor | The ultimate gtk-doc makefile.
|
commit | commitdiff | tree |
2001-01-31 |
Owen Taylor | Remove useless check. (Mike Chen)
|
commit | commitdiff | tree |
2001-01-31 |
Owen Taylor | Fix problem with --disable-nls.
|
commit | commitdiff | tree |
2001-01-17 |
Owen Taylor | Optimize for size rather than speed by making _() always...
|
commit | commitdiff | tree |
2001-01-16 |
Owen Taylor | Add @INTLIBS@.
|
commit | commitdiff | tree |
2001-01-16 |
Owen Taylor | Add gettext support.
|
commit | commitdiff | tree |
2001-01-05 |
Owen Taylor | move $enable_debug down below checks for GCC to avoid...
|
commit | commitdiff | tree |
next |