summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2000-03-22Fix indentation.Owen Taylor
2000-03-22gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing twoElliot Lee
2000-03-22Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist
2000-03-22better ChangeLog EntrySebastian Wilhelmi
2000-03-22Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,Sebastian Wilhelmi
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi
2000-03-21Allocate only up to 128KB for a pathname. While this is an arbitrary valueSebastian Wilhelmi
2000-03-20Warn in case of an error during the call to poll(2). Closes Bug#7564 asSebastian Wilhelmi
2000-03-20Make g_get_current_dir work on systems with unlimited pathname length likeSebastian Wilhelmi
2000-03-20Interpret EINTR as G_IO_ERROR_AGAIN.Sebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-03-13We want the next and prev pointer of the inserted link to be NULL.Sebastian Wilhelmi
2000-03-06Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi
2000-03-03New function that returns the message string for a Win32 error code.Tor Lillqvist
2000-03-03Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi
2000-03-01minor optimization.Tim Janik
2000-02-27Add new functions.Tor Lillqvist
2000-02-23Add a missing step to the setup instructions for gcc-2.95.2. Thanks toTor Lillqvist
2000-02-18Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington
2000-02-13wtf??? someone destroyed the configure.in, reverting to an older versionTim Janik
2000-02-07Move to corresponding subdirectories.Tor Lillqvist
2000-02-04New files, for putting version info in the DLLs on Win32.Tor Lillqvist
2000-02-03return stolen data from g_datalist_id_remove_no_notify() andTim Janik
2000-02-02glib.h New functions for conversion between UTF-8 and the encodingTor Lillqvist
2000-01-26s/current_time/dispatch_time/ for the dispatch() handlers. refetch theTim Janik
2000-01-21Added G_N_ELEMENTS macro to determine the number of elements in an array.Owen Taylor
2000-01-09correctly fetch the current locale, fix from owen.Tim Janik
1999-12-16Use FormatMessage to translate system error codes into textual messages.Tor Lillqvist
1999-11-25This of course should return TRUE in a program with a thread-disabledSebastian Wilhelmi
1999-11-18g_strjoin was missing.Tor Lillqvist
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi
1999-11-14Very minor stuff.Tor Lillqvist
1999-11-09Forgot to commit ChangeLog. Here we go. (I'm still learning, how toSebastian Wilhelmi
1999-11-08Make the test for getpwuid_r work on newer AIX versions, too. Still worksSebastian Wilhelmi
1999-11-08Look at env vars LC_ALL, LC_CTYPE and LANG first. Some refinements to theTor Lillqvist
1999-11-04Add gwin32 object. Add rule to make .i (preprocessed source) files.Tor Lillqvist
1999-11-01Distribute also gwin32.cTor Lillqvist
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist
1999-10-31Use the fix for the g_cache_remove bug from the 1.2 branch instead.Tor Lillqvist
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist
1999-10-17remove g_dataset_global_lock around destroy() notification here as well.Sebastian Wilhelmi
1999-10-14removed useless g_string(x) macro that cluttered the namespace and wasTim Janik
1999-10-12Define the new GLIB_SIZEOF_* constants here, too.Tor Lillqvist
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik
1999-10-06blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWINManish Singh
1999-10-05Use G_OS_WIN32.Tor Lillqvist
1999-10-05Drop the mapping of POSIX function names to the underscored versions, it'sTor Lillqvist
1999-10-04Don't define WIN32 and NATIVE_WIN32.Tor Lillqvist