2006-09-01 |
Tor Lillqvist | Correct C99ism (mixed declarations and code) in Win32... |
blob | commitdiff |
2006-08-29 |
Tor Lillqvist | Remove support for Windows 9x/ME, as will be done also... |
blob | commitdiff | diff to current |
2006-07-06 |
Behdad Esfahbod | When matching debug flag keys, ignore case and accept... |
blob | commitdiff | diff to current |
2006-06-13 |
Tor Lillqvist | Add Windows notes to doc comment. |
blob | commitdiff | diff to current |
2006-05-10 |
Sebastian Wilhelmi | Renamed to glib/gthreadprivate.h and moved system threa... |
blob | commitdiff | diff to current |
2006-03-14 |
Matthias Clasen | Don't read past the end of the string. (#334471, Morten... |
blob | commitdiff | diff to current |
2006-03-01 |
Tor Lillqvist | Separate implementation on Win32: Use the wide characte... |
blob | commitdiff | diff to current |
2006-01-23 |
Tim Janik | wiped out all the wonderfull G_OS_WIN32 code i wrote... |
blob | commitdiff | diff to current |
2006-01-23 |
Tim Janik | initialize GSlice config from G_SLICE environemtn varia... |
blob | commitdiff | diff to current |
2005-12-30 |
Matthias Clasen | Fix a copy-and-paste error in the docs. (#325273, Decla... |
blob | commitdiff | diff to current |
2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
blob | commitdiff | diff to current |
2005-12-04 |
Matthias Clasen | Handle multiple user names with the same UID better... |
blob | commitdiff | diff to current |
2005-08-31 |
Tor Lillqvist | Wrapping atexit() is a bad idea on Windows, where the... |
blob | commitdiff | diff to current |
2005-08-24 |
Matthias Clasen | Fix the crt_externs.h include |
blob | commitdiff | diff to current |
2005-08-17 |
Matthias Clasen | Check for crt_externs.h and _NSGetEnviron. |
blob | commitdiff | diff to current |
2005-08-17 |
Stepan Kasal | Move the body of the big if... (g_get_any_init_do)... |
blob | commitdiff | diff to current |
2005-08-10 |
Tor Lillqvist | Use "localhost" as fallback for g_get_host_name(),... |
blob | commitdiff | diff to current |
2005-08-09 |
Matthias Clasen | Initialize variables to not make gcc nervous. |
blob | commitdiff | diff to current |
2005-08-03 |
Ross Burton | Small doc updates |
blob | commitdiff | diff to current |
2005-07-10 |
Matthias Clasen | Ignore anomalous environment entries which are not... |
blob | commitdiff | diff to current |
2005-06-30 |
Matthias Clasen | Apply a patch which may make GLib work on BeOS again... |
blob | commitdiff | diff to current |
2005-06-22 |
Tor Lillqvist | Add Since: 2.8 to g_get_host_name(). |
blob | commitdiff | diff to current |
2005-06-22 |
Tor Lillqvist | New function. Returns the machine's name, or one of... |
blob | commitdiff | diff to current |
2005-06-08 |
Tor Lillqvist | New helper function on Win32, returns the root of the... |
blob | commitdiff | diff to current |
2005-05-01 |
Matthias Clasen | Fix some typos |
blob | commitdiff | diff to current |
2005-04-27 |
Tor Lillqvist | Don't call g_set_error() unless the GError pointer... |
blob | commitdiff | diff to current |
2005-04-09 |
Tor Lillqvist | Include <process.h> on Win32 for getpid(). (#173094) |
blob | commitdiff | diff to current |
2005-04-08 |
Tor Lillqvist | Improve g_get_system_data_dirs() on Windows. A library... |
blob | commitdiff | diff to current |
2005-04-08 |
Tor Lillqvist | Not used on Windows. (unalias_lang): Don't do anything... |
blob | commitdiff | diff to current |
2005-04-08 |
5 | Declare glib_top_share_dir and exe_top_share_dir only... |
blob | commitdiff | diff to current |
2005-04-08 |
Tor Lillqvist | After investigating more closely the actual use cases... |
blob | commitdiff | diff to current |
2005-03-23 |
Tor Lillqvist | [Win32] Fix corner case bug when environment variable... |
blob | commitdiff | diff to current |
2005-03-20 |
Tor Lillqvist | glib/gmessages.c (g_log_default_handler) Move the Win32... |
blob | commitdiff | diff to current |
2005-03-14 |
Matthias Clasen | Make PLT-reduction work with gcc4, and don't include... |
blob | commitdiff | diff to current |
2005-03-09 |
Tor Lillqvist | [Win32] Don't leak return value from get_special_folder... |
blob | commitdiff | diff to current |
2005-03-07 |
Matthias Clasen | Mark the last paragraph of the docs as Windows-specific... |
blob | commitdiff | diff to current |
2005-02-08 |
Matthias Clasen | New function to list all environment variables. (#16632... |
blob | commitdiff | diff to current |
2005-02-02 |
Matthias Clasen | Move doc comments inline. |
blob | commitdiff | diff to current |
2005-01-03 |
Matthias Clasen | Don't return directories. (#160738, Tommi Komulainen) |
blob | commitdiff | diff to current |
2005-01-03 |
Matthias Clasen | Clarify the docs. (#162747, Crispin Flowerday) |
blob | commitdiff | diff to current |
2005-01-01 |
Tor Lillqvist | Make the g_getenv() ABI backward compatibility wrapper... |
blob | commitdiff | diff to current |
2005-01-01 |
Tor Lillqvist | glib/glib.symbols glib/gutils.h Make also g_getenv... |
blob | commitdiff | diff to current |
2004-12-30 |
Tor Lillqvist | Use GetCurrentDirectory() directly for simpler buffer... |
blob | commitdiff | diff to current |
2004-12-30 |
Tor Lillqvist | Require UNC paths to start with exactly two slashes... |
blob | commitdiff | diff to current |
2004-12-07 |
Matthias Clasen | Update the returned value after locale changes. (#16027... |
blob | commitdiff | diff to current |
2004-12-02 |
Matthias Clasen | Don't forget to initialize g_system_config_dirs. (... |
blob | commitdiff | diff to current |
2004-11-28 |
Tor Lillqvist | glib/gutils.[hc] [Win32] Make also g_get_user_name... |
blob | commitdiff | diff to current |
2004-11-07 |
Matthias Clasen | Work around an bug in Mac OS < 10.3. (#156446, Dave... |
blob | commitdiff | diff to current |
2004-11-01 |
Matthias Clasen | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread... |
blob | commitdiff | diff to current |
2004-10-29 |
Hans Breuer | updated [and finally fixed my script to produce ready... |
blob | commitdiff | diff to current |
2004-10-27 |
Matthias Clasen | Introduce the idea of a filename encoding, which is... |
blob | commitdiff | diff to current |
2004-10-26 |
Matthias Clasen | Don't include ctype.h needlessly. (#156424, Morten... |
blob | commitdiff | diff to current |
2004-10-23 |
Matthias Clasen | Add a parser for desktop entries and similar files... |
blob | commitdiff | diff to current |
2004-10-17 |
Matthias Clasen | Make public. (#155589, Tim-Philipp Müller) |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2004-09-09 |
Matthias Clasen | Clarify the relation of g_get_home_dir() and $HOME. |
blob | commitdiff | diff to current |
2004-09-08 |
Tor Lillqvist | On Win32, as last resort call g_win32_getlocale() to... |
blob | commitdiff | diff to current |
2004-09-07 |
Matthias Clasen | Add a function to return a list of applicable locale... |
blob | commitdiff | diff to current |
2004-08-25 |
Tor Lillqvist | Win32 equivalences of the XDG folders |
blob | commitdiff | diff to current |
2004-08-23 |
Matthias Clasen | Don't call g_get_home_dir() while holding the g_utils_g... |
blob | commitdiff | diff to current |
2004-08-11 |
Ray Strode | Add new XDG basedir API (bug 139973). |
blob | commitdiff | diff to current |
2004-08-06 |
Hans Breuer | updated |
blob | commitdiff | diff to current |
2004-08-05 |
Ray Strode | strdup result so caller doesn't free internally managed... |
blob | commitdiff | diff to current |
2004-08-03 |
Matthias Clasen | New function to check the version of GLib at runtime... |
blob | commitdiff | diff to current |
2004-06-06 |
Tor Lillqvist | Check home for being NULL. (#143812) |
blob | commitdiff | diff to current |
2004-05-15 |
Tor Lillqvist | [Win32] Only believe HOME if it is an absolute path... |
blob | commitdiff | diff to current |
2004-05-09 |
Matthias Clasen | Merge from 2.4: |
blob | commitdiff | diff to current |
2004-03-21 |
Tor Lillqvist | Fix Win32 behaviour in some cases where a drive letter... |
blob | commitdiff | diff to current |
2004-01-23 |
Matthias Clasen | Sigh, protect against pw->pw_gecos being "" as well... |
blob | commitdiff | diff to current |
2004-01-22 |
Matthias Clasen | Protect against pw->pw_gecos being NULL. |
blob | commitdiff | diff to current |
2004-01-21 |
Matthias Clasen | Don't treat the Win32 user name like a gecos field... |
blob | commitdiff | diff to current |
2003-10-24 |
Tor Lillqvist | Force shared library (DLL) only on Windows. (I don... |
blob | commitdiff | diff to current |
2003-08-16 |
Tor Lillqvist | Fix #117925 (Dov Grobgeld): |
blob | commitdiff | diff to current |
2003-08-10 |
Tor Lillqvist | Don't use a cache of variable name to value mappings... |
blob | commitdiff | diff to current |
2003-08-08 |
Tor Lillqvist | Fix syntax error in the !HAVE_SETENV case. |
blob | commitdiff | diff to current |
2003-08-07 |
Matthias Clasen | Add tests for '=' in names and values. |
blob | commitdiff | diff to current |
2003-07-30 |
Matthias Clasen | Small doc additions. |
blob | commitdiff | diff to current |
2003-07-30 |
Matthias Clasen | Small doc fixes. |
blob | commitdiff | diff to current |
2003-07-28 |
Matthias Clasen | Add g_setenv() and g_unsetenv(). (#100763) |
blob | commitdiff | diff to current |
2003-06-18 |
Matthias Clasen | Move the documentation inline and add details. (#108505... |
blob | commitdiff | diff to current |
2002-12-15 |
Owen Taylor | HP-UX 10 xshares the same non-posix getpwuid_r signatur... |
blob | commitdiff | diff to current |
2002-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
blob | commitdiff | diff to current |
2002-11-28 |
Matthias Clasen | Adjust to changed parameter names. |
blob | commitdiff | diff to current |
2002-11-28 |
Matthias Clasen | Move some docs inline, and add deprecation information... |
blob | commitdiff | diff to current |
2002-11-21 |
Matthias Clasen | Include a printf implementation supporting C99 snprint... |
blob | commitdiff | diff to current |
2002-11-08 |
Owen Taylor | Patch from Havoc Pennington to add functions for settin... |
blob | commitdiff | diff to current |
2002-03-08 |
Owen Taylor | Updates. |
blob | commitdiff | diff to current |
2002-03-05 |
Owen Taylor | Where we have getpwuid[_r], use that in preference... |
blob | commitdiff | diff to current |
2001-12-31 |
Tor Lillqvist | Use longer buffer for user name. |
blob | commitdiff | diff to current |
2001-12-12 |
Matthias Clasen | This fixes #60543: |
blob | commitdiff | diff to current |
2001-10-23 |
Tor Lillqvist | Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it. |
blob | commitdiff | diff to current |
2001-10-22 |
Tor Lillqvist | Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and G_HARDCODED... |
blob | commitdiff | diff to current |
2001-10-19 |
Sebastian Wilhelmi | Use another LOCK for g_prgname to avoid deadlocking... |
blob | commitdiff | diff to current |
2001-10-03 |
Tor Lillqvist | New function (DLL entry point) to tuck away actual... |
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 | Handle failure of sysconf and pick a fixed size buffer... |
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-08-06 |
Sven Neumann | added new function g_nullify_pointer(). |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Patch from Darin Adler (#54166) |
blob | commitdiff | diff to current |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
blob | commitdiff | diff to current |
next |