2005-04-29 |
Matthias Clasen | Add a boxed type for GDate. (#301787, Tim-Philipp Müller) |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Matthias Clasen | Clarify some docs. (#302062, Matthew F. Barnes) |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Matthias Clasen | Warn and don't crash when meeting a trailing \\. (... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Tor Lillqvist | Don't call g_set_error() unless the GError pointer... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Gabor Kelemen | Added hu to ALL_LINGUAS. |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Gabor Kelemen | Hungarian translation added. |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Francisco Javier... | Updated Spanish translation. |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Stefan Kost | all interface examples use 'interface' instead of ... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Stefan Kost | add missing image |
commit | commitdiff | tree | snapshot |
2005-04-22 |
Stefan Kost | merged in docs form the gobject tutorial |
commit | commitdiff | tree | snapshot |
2005-04-19 |
David Lodge | Updated British English translation. |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Tor Lillqvist | Minor comment improvement. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Adam Weinberger | Updated Canadian English translation. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Soeren Sandmann | Save the errno in various places |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Iñaki Larrañaga | Updated Basque translation. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Laurent Dhima | Updated Albanian translation. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Matthias Clasen | Use G_LOG_LEVEL_DEBUG in both definitions. (#300071... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Tor Lillqvist | Include <process.h> on Win32 for getpid(). (#173094) |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285) |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | glib/gstdio.h glib/gstdio.c Wrap also access() and... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | Improve g_get_system_data_dirs() on Windows. A library... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | Not used on Windows. (unalias_lang): Don't do anything... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | Cosmetics. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
5 | Declare glib_top_share_dir and exe_top_share_dir only... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Gareth Owen | Updated British English translation |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Tor Lillqvist | After investigating more closely the actual use cases... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tor Lillqvist | Use wide char API if available, and store dll name... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthias Clasen | Avoid memory leaks in borderline cases. (#172612, Morte... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthias Clasen | Clarify docs in some places. (#172404, Morten Welinder) |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Tor Lillqvist | Mention related bug number. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Matthias Clasen | Undef G_CAN_INLINE if G_IMPLEMENT_INLINES is defined... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Matthias Clasen | Add a note regarding waitpid(-1). |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Miloslav Trmac | Updated Czech translation. |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Steven Michael... | Added new Language, Kinyarwanda (rw), to this package |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Estêvão Samuel... | Updated Brazilian Portuguese Translation. |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Sven Neumann | handle the unlikely case that no bytes are read from... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Tor Lillqvist | Typo. |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Tor Lillqvist | Always claim file descriptors open to devices are reada... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Matthias Clasen | Clarify the docs for g_ptr_array_free and g_ptr_array_r... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Matthias Clasen | Clarify the docs for g_ptr_array_free. (#170149, Jared... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Tor Lillqvist | Add Win32 warnings regarding the child setup function. |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Tor Lillqvist | [Win32] Use GetSystemTimeAsFileTime() instead of time... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Tor Lillqvist | If the event fired, assign f->revents=f->events. We... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Matthias Clasen | Add tests for g_date_get_iso8601_week_of_year(). |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Tor Lillqvist | Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Matthias Clasen | Don't do the second lookup if the name was already... |
commit | commitdiff | tree | snapshot |
2005-03-23 |
Tor Lillqvist | [Win32] Fix corner case bug when environment variable... |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Manish Singh | cast away any constness on assignment. |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Matthias Clasen | Add g_try_malloc0 |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Matthias Clasen | Add g_try_new, g_try_new0, g_try_renew and g_try_malloc... |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Matthias Clasen | Add g_try_new, g_try_new0 and g_try_renew. (#169611... |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Matthias Clasen | forgotten log entry |
commit | commitdiff | tree | snapshot |
2005-03-22 |
Matthias Clasen | Avoid forcing extra newlines when using template files... |
commit | commitdiff | tree | snapshot |
2005-03-21 |
Matthias Clasen | Don't copy strings which are marked as static. Don... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | Minor printout change, now identical as in glib-2-6... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | Typo. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | Close the process handle if the called doesn't want... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | On Win32, use GetSystemTimeAsFileTime() instead of... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | glib/gmessages.c (g_log_default_handler) Move the Win32... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Tor Lillqvist | Print more detailled output from the timer tests. Don... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Hans Breuer | handle galiasdef.c (although completely useless for... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Matthias Clasen | Update the documentation, reflecting the fact that... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Manish Singh | Shut up CVS |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Adam Weinberger | Updated Canadian English translation. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Matthias Clasen | Warn if there already is a main group. (#170445, Jeff... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Matthias Clasen | Make work again. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Manish Singh | delete a bunch of dead code. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Manish Singh | remove spurious IA prefix from g_quark_try_string. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Manish Singh | Shut up CVS |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Matthias Clasen | Some fixes |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Matthias Clasen | Still need to include glibconfig.h |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Matthias Clasen | Make PLT-reduction work with gcc4, and don't include... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Roozbeh Pournader | Updated Persian translation by Hamed Malek <hamed@farsi... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Soeren Sandmann | Don't try and generate a dotfile from the name -- it... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Matthias Clasen | Avoid stupid compiler complaints about precision loss. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Matthias Clasen | Remove a lot of pointless g_return_if_fail() checks... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Sven Neumann | include <gstdio.h>. |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Sven Neumann | delay memory allocation until after the first read... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Manish Singh | Add g_file_replace. |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Matthias Clasen | Bump version |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Ahmad Riza... | Updated Indonesian Translation |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Sven Neumann | avoid unnecessary filename conversions. |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Tor Lillqvist | [Win32] Don't leak return value from get_special_folder... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Søren Sandmann | New API. A function to atomically create a file. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Matthias Clasen | Add the new attributes here too. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Matthias Clasen | Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Matthias Clasen | Fix an error message. (#168751, Hazael Maldonado Torres) |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Matthias Clasen | Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabric... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Matthias Clasen | Apply patches by Stefan Kost to document naming restric... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Matthias Clasen | Mark the last paragraph of the docs as Windows-specific... |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Matthias Clasen | Fix error reporting in gmarkup |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Dan Damian | Updated Romanian translation by Mişu Moldovan <dumol... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Kostas Papadimas | Updated Greek Translation. |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Ivan Stojmirov | done |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tor Lillqvist | Typo. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tor Lillqvist | Don't distribute glib.def. (#167496, J. Ali Harlow) |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tor Lillqvist | Use g_fopen(). (#168341, Daniel Atallah) |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Matthias Clasen | Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Matthias Clasen | Set LANGUAGE instead of LC_ALL to shield against LANGUA... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Manish Singh | On G_OS_UNIX, simple #define g_open and co. as aliases... |
commit | commitdiff | tree | snapshot |
next |