index
:
~smcv/glib
230-flush-662395
datetime
flush
flush-662395
gdbusproxy-race-656039
gerror
glib-2-28
glib-2-30
gpid-doc-399148
gvariant-docs
gweakref-548954
gweakref-rwlock-548954
initable-662208
master
GLib branches
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog.pre-2-0
Age
Commit message (
Expand
)
Author
Files
Lines
2000-07-14
Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4
Owen Taylor
1
-0
/
+19
2000-07-13
Add g_error functions.
Tor Lillqvist
1
-0
/
+8
2000-07-12
#include <gerror.h>
Havoc Pennington
1
-0
/
+15
2000-07-10
Move string.h include into the .c file instead of where it was in the .h
Owen Taylor
1
-0
/
+4
2000-07-08
Rename the GUTILS_C_VAR macro to GLIB_VAR.
Tor Lillqvist
1
-0
/
+8
2000-07-06
Release 1.3.1
Owen Taylor
1
-0
/
+8
2000-07-04
Update README.win32.
Tor Lillqvist
1
-0
/
+4
2000-07-03
Fix up to correspond to configure.in checks.
Owen Taylor
1
-0
/
+5
2000-07-03
Comment g_get_codeset() out of the header file temporarily. (Very similar
Owen Taylor
1
-0
/
+6
2000-06-30
Add new entry points.
Tor Lillqvist
1
-0
/
+6
2000-06-29
updated
Owen Taylor
1
-1
/
+20
2000-06-29
Fix
Owen Taylor
1
-0
/
+5
2000-06-24
define gstring in terms of gchar*. this typedef reflects the type name of
Tim Janik
1
-0
/
+5
2000-06-21
Initial pass at adding unicode support functions. A few things still need
Owen Taylor
1
-0
/
+9
2000-06-06
Rephrase the ChangeLog comment a bit.
Tor Lillqvist
1
-4
/
+4
2000-06-06
If we are watching the same fd several times (for different conditions,
Tor Lillqvist
1
-0
/
+8
2000-05-30
Implement on Win32.
Tor Lillqvist
1
-0
/
+9
2000-05-30
Move the g_locale_get_codeset() up in the header file to correspond to to
Owen Taylor
1
-0
/
+9
2000-05-29
Add function to get the codeset name for the current locale.
Owen Taylor
1
-0
/
+7
2000-05-19
added argument assertments.
Tim Janik
1
-0
/
+9
2000-05-19
fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas
Tim Janik
1
-0
/
+15
2000-05-13
makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to
Tor Lillqvist
1
-0
/
+23
2000-05-12
added gobject
Tim Janik
1
-0
/
+39
2000-05-11
Print found version when test succeeds.
Owen Taylor
1
-0
/
+4
2000-05-04
makefile.cygwin.in Include the common makefile snippet from
Tor Lillqvist
1
-0
/
+11
2000-05-01
Add new functions. Add new object files. Add threadpool-test. No need to
Tor Lillqvist
1
-0
/
+8
2000-04-28
New File implementing an asynchronous queue to be used for asynchronous
Sebastian Wilhelmi
1
-1
/
+18
2000-04-26
Look for both pthread_create and pthread_join in the thread library. Some
Sebastian Wilhelmi
1
-0
/
+5
2000-04-26
ChangeLog update: This fixes Bug #8267. Thanks to Juan Toledo
Sebastian Wilhelmi
1
-1
/
+3
2000-04-26
Changed the 'value' parameter of g_cache_remove from gpointer to
Sebastian Wilhelmi
1
-1
/
+13
2000-04-19
Update entry point list.
Tor Lillqvist
1
-0
/
+4
2000-04-19
Made the debugging G_TRYLOCK call also work for compilers with funnt
Sebastian Wilhelmi
1
-0
/
+5
2000-04-19
Changed the win32 part of this function to be thread safe and to make the
Sebastian Wilhelmi
1
-0
/
+11
2000-04-19
make sure that scanner->config->cset_skip_characters is "" instead of
Tim Janik
1
-0
/
+6
2000-04-18
Changed the 'data' parameters from gpointer to gconstpointer for the
Sebastian Wilhelmi
1
-1
/
+6
2000-04-18
Changed comment for g_getenv to reflect, that the returned memory must not
Sebastian Wilhelmi
1
-0
/
+5
2000-04-17
Add configure test for garbage collector friendliness for GLib. If
Sebastian Wilhelmi
1
-0
/
+10
2000-04-17
Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve a
Sebastian Wilhelmi
1
-0
/
+11
2000-04-07
Fixed bug. Thanks to Marko Kreen <marko@l-t.ee> for reporting that.
Sebastian Wilhelmi
1
-0
/
+5
2000-03-26
Tell about using the mingw-based gcc, which is much easier than modifying
Tor Lillqvist
1
-0
/
+9
2000-03-24
typo alarm
Sebastian Wilhelmi
1
-4
/
+4
2000-03-24
Made GArray behave correct. Now zero_terminated really means, that the
Sebastian Wilhelmi
1
-0
/
+10
2000-03-24
Added various win32 related *.in files to EXTRA_DIST to let 'make
Sebastian Wilhelmi
1
-0
/
+7
2000-03-23
After finding the right thread library (containing e.g. pthread_create) we
Sebastian Wilhelmi
1
-0
/
+14
2000-03-22
Fix indentation.
Owen Taylor
1
-2
/
+7
2000-03-22
gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two
Elliot Lee
1
-0
/
+4
2000-03-22
Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 is
Tor Lillqvist
1
-0
/
+7
2000-03-22
better ChangeLog Entry
Sebastian Wilhelmi
1
-1
/
+2
2000-03-22
Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,
Sebastian Wilhelmi
1
-0
/
+5
2000-03-22
Test for sched_yield as the native yield function first. Corrected typo
Sebastian Wilhelmi
1
-0
/
+16
[next]