Age | Commit message (Expand) | Author | Files | Lines |
2001-05-22 | g_thread_create renamed to g_thread_create_full. | Sebastian Wilhelmi | 1 | -1/+1 |
2001-05-17 | Add gpattern.o to objects. | Sebastian Wilhelmi | 1 | -0/+1 |
2001-05-06 | don't try to export g_strcpy, it is g_stpcpy; updated and added some | Hans Breuer | 1 | -6/+12 |
2001-04-13 | updated | Hans Breuer | 1 | -0/+1 |
2001-03-29 | Updates. Add module-test rules. | Tor Lillqvist | 1 | -0/+3 |
2001-03-26 | *** empty log message *** | Owen Taylor | 1 | -0/+1 |
2001-03-09 | Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. | Tor Lillqvist | 1 | -0/+1 |
2001-03-08 | glib.def gobject/gobject.def Update. | Tor Lillqvist | 1 | -2/+2 |
2001-03-01 | Remove test for initial double backslash (UNC path), this will of course | Tor Lillqvist | 1 | -0/+1 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 1 | -0/+5 |
2001-02-19 | updated for win32 msvc build | Hans Breuer | 1 | -0/+2 |
2001-02-10 | gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.h | Tor Lillqvist | 1 | -0/+1 |
2001-02-01 | giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning() | Tor Lillqvist | 1 | -0/+18 |
2001-01-25 | Socket support rewritten. It was utterly broken, and untested in fact. We | Tor Lillqvist | 1 | -0/+1 |
2001-01-17 | Add doc comments. (g_win32_get_package_installation_directory): Add one | Tor Lillqvist | 1 | -0/+1 |
2001-01-16 | Define ENABLE_NLS and GETTEXT_PACKAGE. | Tor Lillqvist | 1 | -0/+1 |
2001-01-09 | Rework the changes to needed to pass mainloop-test. Now we don't need to | Tor Lillqvist | 1 | -5/+0 |
2001-01-09 | Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't | Tor Lillqvist | 1 | -0/+8 |
2001-01-06 | Get len using strlen() if arg is negative in the Win32 code, too. | Tor Lillqvist | 1 | -0/+6 |
2001-01-05 | Look also for (illegal) forward slashes in the template. | Tor Lillqvist | 1 | -1/+2 |
2000-12-29 | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. | Tor Lillqvist | 1 | -1/+1 |
2000-12-25 | Use a MessageBox for fatal messages. Collect eror message into a buffer, | Tor Lillqvist | 1 | -13/+13 |
2000-12-14 | Warn if no callback. Call callback correctly. (g_io_win32_create_watch): | Tor Lillqvist | 1 | -13/+39 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -0/+1 |
2000-11-26 | Add gqsort. | Tor Lillqvist | 1 | -0/+3 |
2000-11-19 | Add g_trash_stack entry points. | Tor Lillqvist | 1 | -0/+4 |
2000-11-13 | Add USE_LIBICONV. | Tor Lillqvist | 1 | -0/+5 |
2000-11-11 | Add missing entry points. | Tor Lillqvist | 1 | -0/+1 |
2000-11-10 | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 1 | -0/+1 |
2000-10-30 | gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in | Tor Lillqvist | 1 | -0/+2 |
2000-10-30 | Check for mkstemp. | Tor Lillqvist | 1 | -0/+1 |
2000-10-27 | Add gmarkup. | Tor Lillqvist | 1 | -0/+7 |
2000-10-16 | Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. | Tor Lillqvist | 1 | -4/+13 |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 1 | -0/+1 |
2000-09-21 | Add gconvert.o. Use libiconv. | Tor Lillqvist | 1 | -0/+7 |
2000-08-31 | glib.h glib.def New function, to make a GPollFD from a GIOChannel. Creates | Tor Lillqvist | 1 | -0/+1 |
2000-08-27 | New function, otherwise like g_io_channel_win32_wait_for_condition(), but | Tor Lillqvist | 1 | -0/+1 |
2000-07-30 | Compile in the debugging code all the time, but only output debug messages | Tor Lillqvist | 1 | -0/+1 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 1 | -0/+3 |
2000-07-26 | Return 0 on error, not NULL. | Tor Lillqvist | 1 | -0/+2 |
2000-07-22 | Fix resource handling, the resource file got left out from the DLL after | Tor Lillqvist | 1 | -0/+2 |
2000-07-13 | Add g_error functions. | Tor Lillqvist | 1 | -0/+7 |
2000-07-08 | Rename the GUTILS_C_VAR macro to GLIB_VAR. | Tor Lillqvist | 1 | -0/+2 |
2000-06-30 | Add new entry points. | Tor Lillqvist | 1 | -1/+36 |
2000-05-30 | Implement on Win32. | Tor Lillqvist | 1 | -0/+1 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 1 | -0/+1 |
2000-05-01 | Add new functions. Add new object files. Add threadpool-test. No need to | Tor Lillqvist | 1 | -0/+3 |
2000-04-19 | Update entry point list. | Tor Lillqvist | 1 | -1/+4 |
2000-02-27 | New function that returns the message string for a Win32 error code. | Tor Lillqvist | 1 | -0/+2 |
2000-02-27 | Add new functions. | Tor Lillqvist | 1 | -0/+3 |