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