summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* handle the unlikely case that no bytes are read from the file and allocateSven Neumann2005-03-301-0/+3
* Always claim file descriptors open to devices are readable, since we can'tTor Lillqvist2005-03-301-2/+2
* [Win32] Use GetSystemTimeAsFileTime() instead of time() andTor Lillqvist2005-03-291-17/+10
* If the event fired, assign f->revents=f->events. We can't know whether theTor Lillqvist2005-03-291-11/+2
* Add tests for g_date_get_iso8601_week_of_year().Matthias Clasen2005-03-281-1/+1
* [Win32] Fix corner case bug when environment variable value is exactly oneTor Lillqvist2005-03-231-0/+4
* Add g_try_malloc0Matthias Clasen2005-03-221-0/+1
* Add g_try_new, g_try_new0, g_try_renew and g_try_malloc0. (#169611, StefanMatthias Clasen2005-03-222-0/+14
* Add g_try_new, g_try_new0 and g_try_renew. (#169611, Stefan Kost)Matthias Clasen2005-03-221-0/+7
* Close the process handle if the called doesn't want it also in the caseTor Lillqvist2005-03-201-7/+13
* On Win32, use GetSystemTimeAsFileTime() instead of GetTickCount().Tor Lillqvist2005-03-201-19/+12
* glib/gmessages.c (g_log_default_handler) Move the Win32 code that asks theTor Lillqvist2005-03-202-43/+32
* handle galiasdef.c (although completely useless for msvc build)Hans Breuer2005-03-183-1/+10
* Update the documentation, reflecting the fact that the special case forMatthias Clasen2005-03-171-13/+7
* Warn if there already is a main group. (#170445, Jeff Franks)Matthias Clasen2005-03-151-0/+7
* remove spurious IA prefix from g_quark_try_string.Manish Singh2005-03-141-1/+1
* Shut up CVSManish Singh2005-03-141-0/+1
* Some fixesMatthias Clasen2005-03-142-4/+4
* Still need to include glibconfig.hMatthias Clasen2005-03-141-0/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-1455-404/+839
* Don't try and generate a dotfile from the name -- it doesn't work withSoeren Sandmann2005-03-121-4/+6
* Remove a lot of pointless g_return_if_fail() checks. (#169859, MortenMatthias Clasen2005-03-111-26/+2
* delay memory allocation until after the first read. Saves a bunch ofSven Neumann2005-03-101-22/+20
* Add g_file_replace.Manish Singh2005-03-101-0/+1
* avoid unnecessary filename conversions.Sven Neumann2005-03-091-9/+5
* [Win32] Don't leak return value from get_special_folder(). (#169348,Tor Lillqvist2005-03-091-16/+64
* New API. A function to atomically create a file.Søren Sandmann2005-03-082-0/+259
* Add the new attributes here too.Matthias Clasen2005-03-081-4/+4
* Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen2005-03-083-4/+11
* Fix an error message. (#168751, Hazael Maldonado Torres)Matthias Clasen2005-03-081-1/+1
* Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)Matthias Clasen2005-03-081-7/+2
* Mark the last paragraph of the docs as Windows-specific. (#169433)Matthias Clasen2005-03-071-3/+3
* Fix error reporting in gmarkupMatthias Clasen2005-03-061-1/+7
* Don't distribute glib.def. (#167496, J. Ali Harlow)Tor Lillqvist2005-02-241-1/+0
* Use g_fopen(). (#168341, Daniel Atallah)Tor Lillqvist2005-02-241-3/+1
* On G_OS_UNIX, simple #define g_open and co. as aliases for theirManish Singh2005-02-235-11/+49
* Simplify the loop for the fix below.Manish Singh2005-02-231-12/+2
* Use a memchunk for sizeof(GQueue)-sized chunks. (#167984, Fabrício BarrosMatthias Clasen2005-02-211-2/+2
* Fix usage of nanosleep(). (#163039, Bastien Nocera)Matthias Clasen2005-02-211-2/+12
* Include winsock2.h before windows.h, to avoid compilation errors withTor Lillqvist2005-02-111-1/+1
* Take main group options into account when calculating column size.Matthias Clasen2005-02-111-35/+66
* Don't leak pathMatthias Clasen2005-02-091-0/+2
* Don't write out of bounds.Matthias Clasen2005-02-082-6/+11
* New function to list all environment variables. (#166327, Hans PetterMatthias Clasen2005-02-083-3/+34
* feed the contents of config.h and glibconfig.h into the preprocessor,Manish Singh2005-02-071-1/+9
* Don't use matching constraints for asm mem parameters. This makes the codeManish Singh2005-02-061-5/+5
* configure.in (G_LIBS_EXTRA) I think we can include <winsock2.h> and linkTor Lillqvist2005-02-051-1/+1
* In the Win32 ABI stability version, call g_file_get_contents_utf8(), notTor Lillqvist2005-02-051-1/+1
* Define a HAVE_GNUC_VISIBILITY automake conditional.Matthias Clasen2005-02-051-0/+2
* Remove misleading comment, too.Tor Lillqvist2005-02-021-3/+0