Skip to content
Snippets Groups Projects
  1. Dec 28, 2002
  2. Dec 27, 2002
  3. Dec 25, 2002
  4. Dec 20, 2002
    • Owen Taylor's avatar
      === Released 2.2.0 === · 982d9f86
      Owen Taylor authored
      Fri Dec 20 10:45:29 2002  Owen Taylor  <otaylor@redhat.com>
      
              * === Released 2.2.0 ===
      
              * INSTALL.in: --enable-included-printf, not --enable-trio.
              (Matthias Clasen)
      GLIB_2_2_0
      982d9f86
    • Owen Taylor's avatar
      === Released 2.2.0 === · 7eafb237
      Owen Taylor authored
      Fri Dec 20 09:52:15 2002  Owen Taylor  <otaylor@redhat.com>
      
              * === Released 2.2.0 ===
      
              * INSTALL.in: Document --enable-trio, --disable-mempools,
              --enable-debug. Include docs on cross compilation.
      
              * NEWS: Update.
      
              * configure.in: Version 2.2.0, interface age 0.
      7eafb237
    • Owen Taylor's avatar
      Call g_main_thread_init() after setting g_threads_got_initialized. · 5ab7a702
      Owen Taylor authored
      Fri Dec 20 09:37:27 2002  Owen Taylor  <otaylor@redhat.com>
      
              * gthread/gthread-impl.c (g_thread_init): Call g_main_thread_init()
              after setting g_threads_got_initialized. (#101624,
              Alceste Scalas, Sebastian Wilhelmi)
      5ab7a702
  5. Dec 19, 2002
  6. Dec 18, 2002
  7. Dec 17, 2002
    • Tor Lillqvist's avatar
      Improvement based on suggestion by Thorsten Maerz: · 10d5085c
      Tor Lillqvist authored
      2002-12-17  Tor Lillqvist  <tml@iki.fi>
      
      	Improvement based on suggestion by Thorsten Maerz:
      
      	* glib/giowin32.c (struct _GIOWin32Channel): Don't need thread_handle.
      
      	(create_thread): We can close thread handle right away, it isn't
      	used for anything.
      
      	(read_thread, select_thread): Thus, don't close it here.
      
      	Fix #57690, partial fix for #57689:
      
      	* glib/giowin32.c (g_io_win32_set_flags): Don't set the GError,
      	instead call g_warning().
      
      	(g_io_win32_fd_get_flags_internal): New function, sets the
      	is_readable, is_writeable and is_seekable flags based on the
      	actual access modes of the underlying Win32 HANDLE, by trying
      	Win32 ReadFile() and WriteFile() of zero bytes, and
      	PeekNamedPipe(). Should work for disk files and pipes. For devices
      	(consoles) unfortunately not.
      
      	(g_io_win32_fd_get_flags): Don't set the
      	G_IO_FLAG_IS_{READ,WRITE}ABLE flags, g_io_channel_get_flags()
      	already does. Call g_io_win32_fd_get_flags_internal() to set the
      	is_* flags.
      
      	(g_io_win32_msg_get_flags, g_io_win32_sock_get_flags): Splice the
      	generic g_io_win32_get_flags() into these specific functions, as
      	they need to do different things. Not implemented yet, though.
      
      	(g_io_channel_win32_new_fd_internal): New function, to avoid
      	duplicate fstat() calls. Most code from g_io_channel_win32_new_fd()
      	moved here. Call g_io_win32_fd_get_flags_internal() to set the
      	is_* flags.
      
      	(g_io_channel_win32_new_fd, g_io_channel_unix_new): Call
      	g_io_channel_win32_new_fd_internal().
      
      	(g_io_win32_no_seek): Remove. Don't set is_seekable for those
      	channel types.
      10d5085c
  8. Dec 16, 2002
  9. Dec 15, 2002
  10. Dec 14, 2002
Loading