2001-09-26 |
Tor Lillqvist | Move the Win32 check closer to the start, after the... |
blob | commitdiff |
2001-09-25 |
Darin Adler | Use gboolean for return value of GTraverseFunc. |
blob | commitdiff | diff to current |
2001-09-25 |
Owen Taylor | Version 1.3.9 (binary, interface == 0) |
blob | commitdiff | diff to current |
2001-09-25 |
Tor Lillqvist | More Win32 automake macros. For .def files: GLIB_DEF... |
blob | commitdiff | diff to current |
2001-09-24 |
Matthias Clasen | glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, |
blob | commitdiff | diff to current |
2001-09-24 |
Stanislav Visnovsky | Added "sk" to ALL_LINGUAS. Added Slovak translation. |
blob | commitdiff | diff to current |
2001-09-22 |
Hans Breuer | simply setting is_readable and is_writeable to TRUE... |
blob | commitdiff | diff to current |
2001-09-21 |
Hans Breuer | added rule for glibconfig.h |
blob | commitdiff | diff to current |
2001-09-21 |
Owen Taylor | Rename g_mem_vtable_is_set() to g_mem_is_system_malloc(). |
blob | commitdiff | diff to current |
2001-09-20 |
Tor Lillqvist | Accept also forward slashes. (But still don't accept... |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Fix handling of user data when locating sources. (... |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Patch from Matthias Clasen (#59806) |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Patch from Darin Adler to remove GReal* structures... |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Handle NUL bytes_written, bytes_read. (Suggested by... |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Handle failure of sysconf and pick a fixed size buffer... |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Error out if gettext support is not found. (#59386) |
blob | commitdiff | diff to current |
2001-09-19 |
Sebastian Wilhelmi | Add thread_equal function to allow for platform defined... |
blob | commitdiff | diff to current |
2001-09-19 |
Tim Janik | Released 1.3.8. GLIB_1_3_8 |
blob | commitdiff | diff to current |
2001-09-18 |
Tim Janik | up version number to 1.3.8, interface age 0, binary... |
blob | commitdiff | diff to current |
2001-09-18 |
Owen Taylor | Fixes for compilation on Solaris (#59026, Frank Belew) |
blob | commitdiff | diff to current |
2001-09-18 |
Tim Janik | add simple test for g_path_get_basename(). |
blob | commitdiff | diff to current |
2001-09-17 |
Tor Lillqvist | glib/gmain.c Mark the _funcs tables for export. |
blob | commitdiff | diff to current |
2001-09-17 |
Darin Adler | Change so that it works on platforms where isalpha... |
blob | commitdiff | diff to current |
2001-09-17 |
Tor Lillqvist | Add variable for LT_CURRENT minus LT_AGE (the suffix... |
blob | commitdiff | diff to current |
2001-09-14 |
Matthias Clasen | glib/gconvert.c (g_filename_from_uri): Replace `is... |
blob | commitdiff | diff to current |
2001-09-10 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.h |
blob | commitdiff | diff to current |
2001-09-10 |
Tim Janik | got rid of g_set_error_handler(), g_set_warning_handler(), |
blob | commitdiff | diff to current |
2001-09-10 |
Alex Larsson | Removed is_refcounted and GBoxedInitFunc from |
blob | commitdiff | diff to current |
2001-09-10 |
Owen Taylor | Doc fixes. |
blob | commitdiff | diff to current |
2001-09-10 |
Owen Taylor | Add g_build_path(), g_build_filename(), to create separ... |
blob | commitdiff | diff to current |
2001-09-08 |
Owen Taylor | Add gbsearcharray.[ch]. |
blob | commitdiff | diff to current |
2001-09-04 |
Owen Taylor | Version 1.3.7 GLIB_1_3_7 |
blob | commitdiff | diff to current |
2001-09-04 |
Tor Lillqvist | Update. Don't mention pthreads. |
blob | commitdiff | diff to current |
2001-09-03 |
Tim Janik | updates for 1.3.7 release. |
blob | commitdiff | diff to current |
2001-09-03 |
Owen Taylor | Add closure_marshal/closure_callback fields to GSourceF... |
blob | commitdiff | diff to current |
2001-09-02 |
Owen Taylor | Replace some uses of isspace() with g_ascii_isspace(). |
blob | commitdiff | diff to current |
2001-09-02 |
Owen Taylor | Fix some variables that should have been static. |
blob | commitdiff | diff to current |
2001-08-30 |
Sebastian Wilhelmi | Add 'want_to_read' to GStaticRWLock to avoid calling... |
blob | commitdiff | diff to current |
2001-08-30 |
Sebastian Wilhelmi | Don't free cached_poll_array, when adding new poll... |
blob | commitdiff | diff to current |
2001-08-30 |
Tor Lillqvist | After being away for about five months, I'm back workin... |
blob | commitdiff | diff to current |
2001-08-29 |
Michael Natterer | "gboolean foo : 1" results in TRUE being -1 once assign... |
blob | commitdiff | diff to current |
2001-08-27 |
Darin Adler | Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FI... |
blob | commitdiff | diff to current |
2001-08-26 |
Alex Larsson | New functions to convert between local pahtnames and... |
blob | commitdiff | diff to current |
2001-08-25 |
Alexander Larsson | Forgot changelog entry |
blob | commitdiff | diff to current |
2001-08-25 |
Alexander Larsson | New function, doing the same as g_convert but taking... |
blob | commitdiff | diff to current |
2001-08-24 |
Darin Adler | Fix bad indenting. I figured I should fix this since... |
blob | commitdiff | diff to current |
2001-08-24 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.c |
blob | commitdiff | diff to current |
2001-08-24 |
Owen Taylor | Patch from Darin Adler to restore Glib-1.2 handling... |
blob | commitdiff | diff to current |
2001-08-23 |
Owen Taylor | Patch from Josh Pritikin to fix reversed key and value... |
blob | commitdiff | diff to current |
2001-08-23 |
Tim Janik | new macro. |
blob | commitdiff | diff to current |
2001-08-21 |
Kwok-Koon Cheung | Added traditional Chinese translation. |
blob | commitdiff | diff to current |
2001-08-20 |
Sven Neumann | added po to SUBDIRS |
blob | commitdiff | diff to current |
2001-08-20 |
Owen Taylor | Eliminate use of floating point when determining if... |
blob | commitdiff | diff to current |
2001-08-19 |
Darin Adler | Added missing \ character. |
blob | commitdiff | diff to current |
2001-08-19 |
Fatih Demir | Added Tamil translation. |
blob | commitdiff | diff to current |
2001-08-19 |
Havoc Pennington | add comment about shell quoting rules to the docs. |
blob | commitdiff | diff to current |
2001-08-16 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giounix.c |
blob | commitdiff | diff to current |
2001-08-16 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel... |
blob | commitdiff | diff to current |
2001-08-15 |
Tim Janik | let the generated .pc files depend on config.status... |
blob | commitdiff | diff to current |
2001-08-12 |
Tim Janik | fix g_return_if_fail, g_assert and friends to have... |
blob | commitdiff | diff to current |
2001-08-12 |
Ron Steinke | Modified Files: ChangeLog glib/giochannel.c |
blob | commitdiff | diff to current |
2001-08-12 |
Owen Taylor | Find test case for srcdir != builddir, miscellaneous... |
blob | commitdiff | diff to current |
2001-08-12 |
Tim Janik | fix INT and FLOAT warnings for invalid token values. |
blob | commitdiff | diff to current |
2001-08-10 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.c |
blob | commitdiff | diff to current |
2001-08-06 |
Sven Neumann | Separate out log entry for gobject changes into the... |
blob | commitdiff | diff to current |
2001-08-06 |
Sven Neumann | added new function g_nullify_pointer(). |
blob | commitdiff | diff to current |
2001-08-05 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.h |
blob | commitdiff | diff to current |
2001-08-05 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel... |
blob | commitdiff | diff to current |
2001-08-05 |
Owen Taylor | Include stddef.h so that we use the system's definition... |
blob | commitdiff | diff to current |
2001-08-04 |
Alexander Larsson | Hacky script to fix up your .msc.in files on windows... |
blob | commitdiff | diff to current |
2001-08-03 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.c |
blob | commitdiff | diff to current |
2001-08-03 |
Darin Adler | Improve strfunc test to test the split function in... |
blob | commitdiff | diff to current |
2001-08-03 |
Sven Neumann | beautified configure help output. |
blob | commitdiff | diff to current |
2001-08-03 |
Owen Taylor | Fix computation (Fix from Cesar Rincon) |
blob | commitdiff | diff to current |
2001-08-03 |
Christopher James... | Made g_utf8_find_prev_char able to return the first... |
blob | commitdiff | diff to current |
2001-07-31 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.h |
blob | commitdiff | diff to current |
2001-07-31 |
Sven Neumann | declare gboolean vtable_set static. |
blob | commitdiff | diff to current |
2001-07-30 |
Ron Steinke | Modified Files: glib/docs/reference/glib/glib-sections.txt |
blob | commitdiff | diff to current |
2001-07-30 |
Sebastian Wilhelmi | #undef inline before testing whether it works to avoid... |
blob | commitdiff | diff to current |
2001-07-30 |
Sebastian Wilhelmi | build the library name ourselfs ... so we can load... |
blob | commitdiff | diff to current |
2001-07-29 |
Ron Steinke | Matthias Classen's patch to give g_io_channel_flush... |
blob | commitdiff | diff to current |
2001-07-29 |
Tim Janik | if __GNUC__ is defined, inline a test for an exact... |
blob | commitdiff | diff to current |
2001-07-27 |
Sebastian Wilhelmi | Use G_GNUC_EXTENSION instead of __extension__. Patch... |
blob | commitdiff | diff to current |
2001-07-26 |
Darin Adler | Update location of pkgconfig from sourceforge.net to... |
blob | commitdiff | diff to current |
2001-07-26 |
Michael Natterer | added a "release_check" to the OutArgument structure... |
blob | commitdiff | diff to current |
2001-07-23 |
Padraig O'Briain | fix unconditional check of first GParamSpec in |
blob | commitdiff | diff to current |
2001-07-23 |
Ron Steinke | fixed g_io_channel_seek_position() so that G_SEEK_CUR... |
blob | commitdiff | diff to current |
2001-07-23 |
Sven Neumann | removed glib.def from EXTRA_DIST ... ... and added... |
blob | commitdiff | diff to current |
2001-07-22 |
Hans Breuer | make the code actually have an effect (Use |= to set... |
blob | commitdiff | diff to current |
2001-07-21 |
Hans Breuer | set the corresponding p(ermission)mode of the file... |
blob | commitdiff | diff to current |
2001-07-21 |
Hans Breuer | intial implementation of new API functions. Not sure... |
blob | commitdiff | diff to current |
2001-07-20 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib.def glib/glib... |
blob | commitdiff | diff to current |
2001-07-20 |
Ron Steinke | glib/ChangeLog: modified for changes in glib-genmarshal.c |
blob | commitdiff | diff to current |
2001-07-20 |
Owen Taylor | s/size_t/gsize/ to match prototypes. |
blob | commitdiff | diff to current |
2001-07-20 |
Hans Breuer | make it compile again |
blob | commitdiff | diff to current |
2001-07-19 |
Darin Adler | Add missing const. (g_strsplit): Add g_return_val_if_fa... |
blob | commitdiff | diff to current |
2001-07-19 |
Owen Taylor | Add functions to insert a unichar as UTF-8, since this... |
blob | commitdiff | diff to current |
2001-07-17 |
Kjartan Maraas | Added "nn" to ALL_LINGUAS. |
blob | commitdiff | diff to current |
2001-07-17 |
Sebastian Wilhelmi | Add some assertions. Simplify and fix g_main_context_re... |
blob | commitdiff | diff to current |
2001-07-12 |
Mark Murnane | Changed prototype of printf_string_upper_bound to retur... |
blob | commitdiff | diff to current |
next |