2004-02-01 |
Tor Lillqvist | Add g_strsplit_set. |
tree | commitdiff |
2004-01-31 |
Matthias Clasen | Don't return FALSE from a pointer function. (#131472... |
tree | commitdiff |
2004-01-30 |
Noah Levitt | Size compose_table correctly. (#123421, Simon Josefsson) |
tree | commitdiff |
2004-01-28 |
Matthias Clasen | New function, a cross between g_strsplit() and strtok... |
tree | commitdiff |
2004-01-23 |
Matthias Clasen | Sigh, protect against pw->pw_gecos being "" as well... |
tree | commitdiff |
2004-01-23 |
Tor Lillqvist | Add new functions. |
tree | commitdiff |
2004-01-23 |
Tor Lillqvist | Don't include <unistd.h> unless HAVE_UNISTD_H. Include... |
tree | commitdiff |
2004-01-22 |
Owen Taylor | Add g_timer_continue(). (#98536, Tim-Philipp Müller) |
tree | commitdiff |
2004-01-22 |
Matthias Clasen | Protect against pw->pw_gecos being NULL. |
tree | commitdiff |
2004-01-21 |
Matthias Clasen | Don't treat the Win32 user name like a gecos field... |
tree | commitdiff |
2004-01-16 |
Matthias Clasen | Forgot to fix this one. |
tree | commitdiff |
2004-01-15 |
Matthias Clasen | Move initialization of variables after g_return_val_if_... |
tree | commitdiff |
2004-01-12 |
Manish Singh | #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853. |
tree | commitdiff |
2004-01-10 |
Manish Singh | 64-bit cleanliness fixes. |
tree | commitdiff |
2004-01-10 |
George Lebl | Add the init_by_array functionality from the reference... |
tree | commitdiff |
2004-01-06 |
Owen Taylor | Check defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack... |
tree | commitdiff |
2003-12-26 |
Matthias Clasen | New function to call a function for each element of... |
tree | commitdiff |
2003-12-21 |
Matthias Clasen | Fix the locking of the mem_chunks list. (#127096, Balaz... |
tree | commitdiff |
2003-12-14 |
Hans Breuer | make g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return... |
tree | commitdiff |
2003-12-13 |
Hans Breuer | get_filename_charset() needs to return false for filena... |
tree | commitdiff |
2003-12-11 |
Manish Singh | change #elif with no expression to #else in G_STRFUNC... |
tree | commitdiff |
2003-12-05 |
Manish Singh | fix gint/gsize confusion. |
tree | commitdiff |
2003-12-04 |
Noah Levitt | Add hangul composition and decomposition to unicode... |
tree | commitdiff |
2003-12-02 |
Matthias Clasen | Fix for #103710, Mark Jones: |
tree | commitdiff |
2003-11-27 |
Tim Janik | handle NULL arguments gracefully. |
tree | commitdiff |
2003-11-26 |
Roozbeh Pournader | Fixed a bad pointer comparison in g_ascii_strtod that... |
tree | commitdiff |
2003-11-22 |
15 2003 Andrew... | Bind inter-thread comminication sockets to INADDR_LOOPB... |
tree | commitdiff |
2003-11-15 |
Matthias Clasen | Add a NULL check to be consistent with the other g_utf8... |
tree | commitdiff |
2003-11-09 |
Mark McLoughlin | re-work to retain a copy of the cached charset rather... |
tree | commitdiff |
2003-11-05 |
Matthias Clasen | Replacement for have_broken_filenames() which consults... |
tree | commitdiff |
2003-11-05 |
Matthias Clasen | New headers defining common gettext-support macros. |
tree | commitdiff |
2003-11-05 |
Morten Welinder | Make it compile. (#119337, self.) |
tree | commitdiff |
2003-11-05 |
Morten Welinder | Handle the case where the to-be-inserted string is... |
tree | commitdiff |
2003-11-02 |
Matthias Clasen | Fix 64bit printing for MSVC builds (#119292, Hans Breuer): |
tree | commitdiff |
2003-11-01 |
Owen Taylor | Set the return value from the result of g_main_context_... |
tree | commitdiff |
2003-10-24 |
Tor Lillqvist | Force shared library (DLL) only on Windows. (I don... |
tree | commitdiff |
2003-10-23 |
Owen Taylor | === Released 2.3.0 === |
tree | commitdiff |
2003-10-08 |
Matthias Clasen | Document as 2.4 additions. (unescape_text): Implement... |
tree | commitdiff |
2003-10-04 |
Matthias Clasen | Make the various printf feature test macros reflect... |
tree | commitdiff |
2003-09-30 |
Tor Lillqvist | Call protect_argv() in do_spawn() instead of in do_spaw... |
tree | commitdiff |
2003-09-30 |
Soeren Sandmann | make the argument const to get rid of warning |
tree | commitdiff |
2003-09-29 |
Matthias Clasen | Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char and |
tree | commitdiff |
2003-09-25 |
Tor Lillqvist | Remove g_bsearch_array_* entries that don't exist any... |
tree | commitdiff |
2003-09-12 |
Noah Levitt | Take a directory where to look for the unicode files... |
tree | commitdiff |
2003-09-12 |
Noah Levitt | Add g_unichar_get_mirror_char. (#114749) |
tree | commitdiff |
2003-09-12 |
Owen Taylor | Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). |
tree | commitdiff |
2003-09-10 |
Noah Levitt | Unicode 4.0 special casing. (#114681) |
tree | commitdiff |
2003-09-07 |
Stefan Westerfeld | inserted casts for C++. |
tree | commitdiff |
2003-08-25 |
Tor Lillqvist | Avoid UNLOCKing the critical section twice, which might... |
tree | commitdiff |
2003-08-25 |
Owen Taylor | Escape control characters in g_logv() output. (#108287... |
tree | commitdiff |
2003-08-25 |
Owen Taylor | When DISABLE_MEM_POOLS is set, loop through and free... |
tree | commitdiff |
2003-08-19 |
Tor Lillqvist | [Win32] Make the fatal error message box easier to... |
tree | commitdiff |
2003-08-19 |
Tim Janik | license change, no restrictions are made in the new... |
tree | commitdiff |
2003-08-16 |
Tor Lillqvist | Fix #117925 (Dov Grobgeld): |
tree | commitdiff |
2003-08-15 |
Tor Lillqvist | [Win32] Don't exceed handle array bounds. Warn if there... |
tree | commitdiff |
2003-08-13 |
Anders Carlsson | Add .cvsignore |
tree | commitdiff |
2003-08-13 |
Tor Lillqvist | glib/Makefile.am gmodule/Makefile.am gobject/Makefile... |
tree | commitdiff |
2003-08-13 |
Tor Lillqvist | Drop the Win32-specific implementation. It used WideCha... |
tree | commitdiff |
2003-08-10 |
Tor Lillqvist | Don't use a cache of variable name to value mappings... |
tree | commitdiff |
2003-08-10 |
Tor Lillqvist | Add g_once_impl. |
tree | commitdiff |
2003-08-08 |
Tor Lillqvist | Fix syntax error in the !HAVE_SETENV case. |
tree | commitdiff |
2003-08-07 |
Matthias Clasen | Add tests for '=' in names and values. |
tree | commitdiff |
2003-08-07 |
Owen Taylor | Make the default priority for idle sources G_PRIORITY_D... |
tree | commitdiff |
2003-08-06 |
Noah Levitt | Fix small mistake in last commit. (still falls in the... |
tree | commitdiff |
2003-08-06 |
Noah Levitt | Get rid of "len" parameter to output_special_case and... |
tree | commitdiff |
2003-08-05 |
Hans Breuer | for msvc build |
tree | commitdiff |
2003-07-31 |
Noah Levitt | Update Unicode data to 4.0. (#107974) |
tree | commitdiff |
2003-07-31 |
Tor Lillqvist | When possible, manage without the helper process. ... |
tree | commitdiff |
2003-07-30 |
Matthias Clasen | Small doc additions. |
tree | commitdiff |
2003-07-30 |
Matthias Clasen | Small doc fixes. |
tree | commitdiff |
2003-07-29 |
Matthias Clasen | Rename g_read_link() to g_file_read_link() to better... |
tree | commitdiff |
2003-07-29 |
Matthias Clasen | Use gchar, gint, gsize instead of char, int, size_t... |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Remove trio printf(). |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Integrate gnulib vasnprintf(). |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Add gnulib vasnprintf(). |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | New function g_read_link(). (#72545) |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Add g_setenv() and g_unsetenv(). (#100763) |
tree | commitdiff |
2003-07-26 |
Matthias Clasen | test suite additions. |
tree | commitdiff |
2003-07-26 |
Matthias Clasen | New functions to remove a range of elements from an... |
tree | commitdiff |
2003-07-25 |
Matthias Clasen | Remove the 1024 char limit in the common (non-recursive... |
tree | commitdiff |
2003-07-25 |
Matthias Clasen | Remove some explicit Docbook markup which is no longer... |
tree | commitdiff |
2003-07-24 |
Matthias Clasen | Work around gtk-doc stupidity. |
tree | commitdiff |
2003-07-20 |
Hans Breuer | for msvc build |
tree | commitdiff |
2003-07-20 |
Hans Breuer | for msvc build |
tree | commitdiff |
2003-07-09 |
Manish Singh | check if context->poll_chunk is set before trying to... |
tree | commitdiff |
2003-07-09 |
Matthias Clasen | Doc additions. |
tree | commitdiff |
2003-07-09 |
Morten Welinder | Avoid var declaration after statement. |
tree | commitdiff |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
tree | commitdiff |
2003-07-01 |
Matthias Clasen | Move g_strfreev() docs inline. |
tree | commitdiff |
2003-06-25 |
Abigail Brady | Use C99 style \uxxxx and \Uxxxxyyyy escapes instead... |
tree | commitdiff |
2003-06-25 |
Tor Lillqvist | Pass real &optval and &optlen to getsockopt() instead... |
tree | commitdiff |
2003-06-18 |
Matthias Clasen | Move the documentation inline and add details. (#108505... |
tree | commitdiff |
2003-06-11 |
Tor Lillqvist | libtool 1.5 installs DLLs in the bin subdirectory,... |
tree | commitdiff |
2003-06-08 |
Tor Lillqvist | Fix indentation and spacing. Use INADDR_LOOPBACK instead of |
tree | commitdiff |
2003-06-07 |
Andy Lanoix | Resolved thread deadlocks in socket ichannel code to... |
tree | commitdiff |
2003-06-06 |
Owen Taylor | When dispatching a source that is !CAN_RECURSE, tempora... |
tree | commitdiff |
2003-06-05 |
Matthias Clasen | Use g_vasprintf() and g_string_append_len(), thus enabl... |
tree | commitdiff |
2003-06-05 |
Matthias Clasen | Synchronize argument names with headers and docs. ... |
tree | commitdiff |
2003-06-05 |
Tor Lillqvist | glib/giochannel.h Remove bogus (Win32-only) declaration of |
tree | commitdiff |
2003-06-04 |
Noah Levitt | Fix typo (#114375). Also, make the function static. |
tree | commitdiff |
next |