Close the process handle if the called doesn't want it also in the case
[platform/upstream/glib.git] / glib /
2005-03-20 Tor LillqvistClose the process handle if the called doesn't want...
2005-03-20 Tor LillqvistOn Win32, use GetSystemTimeAsFileTime() instead of...
2005-03-20 Tor Lillqvistglib/gmessages.c (g_log_default_handler) Move the Win32...
2005-03-18 Hans Breuerhandle galiasdef.c (although completely useless for...
2005-03-17 Matthias ClasenUpdate the documentation, reflecting the fact that...
2005-03-15 Matthias ClasenWarn if there already is a main group. (#170445, Jeff...
2005-03-14 Manish Singhremove spurious IA prefix from g_quark_try_string.
2005-03-14 Manish SinghShut up CVS
2005-03-14 Matthias ClasenSome fixes
2005-03-14 Matthias ClasenStill need to include glibconfig.h
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-12 Soeren SandmannDon't try and generate a dotfile from the name -- it...
2005-03-11 Matthias ClasenRemove a lot of pointless g_return_if_fail() checks...
2005-03-10 Sven Neumanndelay memory allocation until after the first read...
2005-03-10 Manish SinghAdd g_file_replace.
2005-03-09 Sven Neumannavoid unnecessary filename conversions.
2005-03-09 Tor Lillqvist[Win32] Don't leak return value from get_special_folder...
2005-03-08 Søren SandmannNew API. A function to atomically create a file.
2005-03-08 Matthias ClasenAdd the new attributes here too.
2005-03-08 Matthias ClasenDefine G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)
2005-03-08 Matthias ClasenFix an error message. (#168751, Hazael Maldonado Torres)
2005-03-08 Matthias ClasenSmall cleanup (use G_BEGIN/END_DECLS). (#168474, Fabric...
2005-03-07 Matthias ClasenMark the last paragraph of the docs as Windows-specific...
2005-03-06 Matthias ClasenFix error reporting in gmarkup
2005-02-24 Tor LillqvistDon't distribute glib.def. (#167496, J. Ali Harlow)
2005-02-24 Tor LillqvistUse g_fopen(). (#168341, Daniel Atallah)
2005-02-23 Manish SinghOn G_OS_UNIX, simple #define g_open and co. as aliases...
2005-02-23 Manish SinghSimplify the loop for the fix below.
2005-02-21 Matthias ClasenUse a memchunk for sizeof(GQueue)-sized chunks. (#16798...
2005-02-21 Matthias ClasenFix usage of nanosleep(). (#163039, Bastien Nocera)
2005-02-11 Tor LillqvistInclude winsock2.h before windows.h, to avoid compilati...
2005-02-11 Matthias ClasenTake main group options into account when calculating...
2005-02-09 Matthias ClasenDon't leak path
2005-02-08 Matthias ClasenDon't write out of bounds.
2005-02-08 Matthias ClasenNew function to list all environment variables. (#16632...
2005-02-07 Manish Singhfeed the contents of config.h and glibconfig.h into...
2005-02-06 Manish SinghDon't use matching constraints for asm mem parameters...
2005-02-05 Tor Lillqvistconfigure.in (G_LIBS_EXTRA) I think we can include...
2005-02-05 Tor LillqvistIn the Win32 ABI stability version, call g_file_get_con...
2005-02-05 Matthias ClasenDefine a HAVE_GNUC_VISIBILITY automake conditional.
2005-02-02 Tor LillqvistRemove misleading comment, too.
2005-02-02 Tor LillqvistRemove unnecessary MSVC-only typedef for pid_t. GLib...
2005-02-02 Tor LillqvistDon't use potentially incorrect errno in several places...
2005-02-02 Tor LillqvistIn the Win32 part of all functions, handle invalid...
2005-02-02 Matthias ClasenMove doc comments inline.
2005-02-02 Matthias ClasenAdd test case for key removal.
2005-02-01 Matthias ClasenDoc clarifications. (#165907, Vincent Untz)
2005-02-01 Matthias ClasenAdd test case for group removal.
2005-01-24 Matthias ClasenAdd a test with a long entity name.
2005-01-22 Tor LillqvistDon't g_assert that localtime() returns non-NULL. It...
2005-01-20 Matthias ClasenDon't interpret leading zeros as octal. The specificati...
2005-01-20 Matthias ClasenAdd some more tests.
2005-01-19 Matthias ClasenAccept \r\n as line end. (#163030, Bastian Nocera)
2005-01-19 Tor LillqvistNah, don't use FatalAppExit(). abort() is better.
2005-01-19 Tor LillqvistOn Win32 call G_BREAKPOINT() if being debugged.
2005-01-18 Matthias ClasenDon't include alloca.h. It is not needed, and does...
2005-01-18 Matthias ClasenFix a sparse warning. (#164467, Kjartan Maraas)
2005-01-17 Matthias ClasenDon't crash if G_FILENAME_ENCODING is empty. (#164330...
2005-01-13 Matthias ClasenSync to glibc. (#133994, Morten Welinder, patch by...
2005-01-11 Owen TaylorAdd gmodule-export-2.0.pc to AC_CONFIG_FILES.
2005-01-11 Matthias ClasenTypo fix.
2005-01-09 Tor LillqvistInclude also wchar.h for wcslen on Cygwin. (#163133...
2005-01-09 Hans Breuermake it compile with mvc6 default sdk, (#define INVALID...
2005-01-09 Tor LillqvistFix cast. (#163133, Roger Leigh)
2005-01-09 Tor LillqvistInclude <io.h> on Windows for prototypes. (#163390...
2005-01-06 Tor Lillqvistconfigure.in glib/Makefile.am Win32 cross-compilation...
2005-01-06 Tor Lillqvistglib/Makefile.am glib.def and gobject.def are generated...
2005-01-05 Matthias ClasenSimplify the inlining magic to make it work at Oh zero...
2005-01-04 Tor LillqvistUse g_win32_getlocale() instead of setlocale() on Windo...
2005-01-04 Matthias ClasenFix the inlining magic. (#157536, Jens Hatlak, and...
2005-01-03 Matthias ClasenDon't return directories. (#160738, Tommi Komulainen)
2005-01-03 Matthias ClasenClarify the documentation. (#162251, Mariano Suárez...
2005-01-03 Matthias ClasenClarify the docs. (#162747, Crispin Flowerday)
2005-01-01 Tor LillqvistMake the g_getenv() ABI backward compatibility wrapper...
2005-01-01 Tor Lillqvistglib/glib.symbols glib/gutils.h Make also g_getenv...
2004-12-31 Tor LillqvistRewrite the Win32 version to use GetFileAttributes...
2004-12-30 Tor LillqvistUse GetCurrentDirectory() directly for simpler buffer...
2004-12-30 Matthias ClasenTypo fix.
2004-12-30 Tor LillqvistRequire UNC paths to start with exactly two slashes...
2004-12-27 Matthias ClasenAdd an OS_LINUX conditional.
2004-12-22 Matthias ClasenDon't show the special G_OPTION_REMAINING entry. (...
2004-12-20 Tor LillqvistImprove docs.
2004-12-20 Matthias ClasenAdd some tests for '--' stripping.
2004-12-20 Matthias ClasenFix last commit.
2004-12-20 Matthias ClasenMake docs more accurate. (#161683, Marcin Krzyzanowski)
2004-12-19 Matthias ClasenCall post-parse hooks also if argv is NULL. (#161668...
2004-12-15 Alexander LarssonFix spelling Add g_return_val_if_fail.
2004-12-15 Alexander LarssonAdd g_filename_display_basename.
2004-12-13 Tor LillqvistUpdate.
2004-12-12 Tor Lillqvistglib/glib.symbols Implement Windows DLL ABI stability...
2004-12-11 Tor LillqvistAdd doc comments about Windows restrictions on renaming...
2004-12-11 Tor LillqvistFix #157255. Also some refactoring of this still very...
2004-12-09 Matthias ClasenDon't print help options if the options of a specific...
2004-12-07 Matthias ClasenUpdate the returned value after locale changes. (#16027...
2004-12-06 Tor LillqvistFix a write to freed memory: Unlock the channel's mutex...
2004-12-05 Tor Lillqvistglib/glib.symbols Implement DLL ABI stability also for
2004-12-05 Tor LillqvistRemove the DLL binary compatibilty entries from the...
2004-12-04 Matthias ClasenReturn -1 if queue is NULL. (#159530, Philippe Blain)
2004-12-02 Matthias ClasenProtect the the various push/pop allocator functions...
2004-12-02 Matthias ClasenDon't forget to initialize g_system_config_dirs. (...
next