1999-11-08 |
Tor Lillqvist | Typos. |
tree | commitdiff |
1999-11-08 |
Tor Lillqvist | New function that returns the message string for a... |
tree | commitdiff |
1999-11-08 |
Tor Lillqvist | Look at env vars LC_ALL, LC_CTYPE and LANG first. Some... |
tree | commitdiff |
1999-11-04 |
Tor Lillqvist | Add gwin32 object. Add rule to make .i (preprocessed... |
tree | commitdiff |
1999-11-01 |
Tor Lillqvist | Distribute also gwin32.c |
tree | commitdiff |
1999-11-01 |
Tor Lillqvist | glib.h Rename Win32-only functions from gwin_* to g_win... |
tree | commitdiff |
1999-10-31 |
Tor Lillqvist | Use the fix for the g_cache_remove bug from the 1.2... |
tree | commitdiff |
1999-10-31 |
Tor Lillqvist | Don't crash if removing a nonexistent value. |
tree | commitdiff |
1999-10-17 |
Sebastian Wilhelmi | remove g_dataset_global_lock around destroy() notificat... |
tree | commitdiff |
1999-10-14 |
Tim Janik | removed useless g_string(x) macro that cluttered the... |
tree | commitdiff |
1999-10-12 |
Tor Lillqvist | Define the new GLIB_SIZEOF_* constants here, too. |
tree | commitdiff |
1999-10-12 |
Tim Janik | completly new implementation for printf string upper... |
tree | commitdiff |
1999-10-05 |
Tor Lillqvist | Use G_OS_WIN32. |
tree | commitdiff |
1999-10-05 |
Tor Lillqvist | Drop the mapping of POSIX function names to the undersc... |
tree | commitdiff |
1999-10-04 |
Tor Lillqvist | Don't define WIN32 and NATIVE_WIN32. |
tree | commitdiff |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
tree | commitdiff |
1999-09-21 |
Tim Janik | define NULL as (0L) if __cplusplus is defined, to avoid... |
tree | commitdiff |
1999-09-17 |
Tim Janik | applied patch from Soeren Sandmann <sandmann@daimi... |
tree | commitdiff |
1999-09-17 |
Tim Janik | add explicit (GTrashStack*) cast for NULL pointer to... |
tree | commitdiff |
1999-09-13 |
Tim Janik | in case we have to abort the program, debugging is... |
tree | commitdiff |
1999-08-26 |
Tim Janik | added --export-dynamic so we can load dynmic modules... |
tree | commitdiff |
1999-08-19 |
Sebastian Wilhelmi | Use /dev/urandom, as it doesn't block, which /dev/rando... |
tree | commitdiff |
1999-08-17 |
Tor Lillqvist | Add a cast. |
tree | commitdiff |
1999-08-16 |
Tim Janik | removed comma |
tree | commitdiff |
1999-08-15 |
Tim Janik | eliminate memset() call, since string.h has not neccess... |
tree | commitdiff |
1999-08-02 |
Tor Lillqvist | glib.h gstrfuncs.c Rename g_strccpy to g_strcompress... |
tree | commitdiff |
1999-08-01 |
Manish Singh | glib.h the #define for g_strescape interfered with... |
tree | commitdiff |
1999-07-31 |
Tor Lillqvist | New functions. |
tree | commitdiff |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
tree | commitdiff |
1999-07-12 |
Tor Lillqvist | Correct URL for mingw runtime sources. |
tree | commitdiff |
1999-07-02 |
Tor Lillqvist | README.win32: Note about fixing another bug in the... |
tree | commitdiff |
1999-07-01 |
Sebastian Wilhelmi | Added a g_memmove replacement for platforms without... |
tree | commitdiff |
1999-06-30 |
Sebastian Wilhelmi | Finally removed the g_random_normal and g_rand_normal... |
tree | commitdiff |
1999-06-28 |
Tor Lillqvist | Add missing export of g_strncasecmp. |
tree | commitdiff |
1999-06-28 |
Tor Lillqvist | Distribute the build-dll script also. Add some comments... |
tree | commitdiff |
1999-06-20 |
Tor Lillqvist | Update the pthreads snapshot version we want. Advice... |
tree | commitdiff |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
tree | commitdiff |
1999-05-29 |
Tor Lillqvist | Backslashify also '"' characters. |
tree | commitdiff |
1999-05-12 |
Tor Lillqvist | Map fileno to _fileno for mingw32. Map fstat to _fstat. |
tree | commitdiff |
1999-05-08 |
Tor Lillqvist | Correct rules for making the win32-related files that... |
tree | commitdiff |
1999-05-08 |
CDT 1999 Shawn T... | Port to BeOS by myself and Richard Offer. |
tree | commitdiff |
1999-05-06 |
Tor Lillqvist | New files, used to generate corresponding non-.in files... |
tree | commitdiff |
1999-04-25 |
Tor Lillqvist | More editing. Use gcc, not ld to link. On native Win32... |
tree | commitdiff |
1999-04-24 |
Tor Lillqvist | Support added for building using a GNU toolchain on... |
tree | commitdiff |
1999-04-23 |
BST 1999 Tony Gale | Fix typo in g_string_ncasecmp macro (by me). Add b_stri... |
tree | commitdiff |
1999-04-22 |
Sebastian Wilhelmi | use sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal... |
tree | commitdiff |
1999-04-17 |
BST 1999 Tony Gale | Add new g_string functions for reading from file/socket... |
tree | commitdiff |
1999-04-13 |
Tor Lillqvist | Mention the tests directory. |
tree | commitdiff |
1999-04-12 |
Sebastian Wilhelmi | Moved struct declaration up. Style fixes. |
tree | commitdiff |
1999-04-09 |
Sebastian Wilhelmi | New files to implement the Mersenne Twister Pseudo... |
tree | commitdiff |
1999-03-29 |
Raja R Harinath | Make sure `glibconfig.h' exists after the rule is fired. |
tree | commitdiff |
1999-03-26 |
Raja R Harinath | Rename from configincludedir so that glibconfig.h will... |
tree | commitdiff |
1999-03-18 |
Jeff Garzik | Add new g_list, g_stack, g_queue functions. |
tree | commitdiff |
1999-03-17 |
Jeff Garzik | Add copyright, clean up code a bit. |
tree | commitdiff |
1999-03-17 |
Tim Janik | added GLIB_CHECK_VERSION() macro similar to GTK_CHECK_V... |
tree | commitdiff |
1999-03-17 |
Sebastian Wilhelmi | Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> |
tree | commitdiff |
1999-03-15 |
Sebastian Wilhelmi | Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use... |
tree | commitdiff |
1999-03-14 |
Jeff Garzik | Commented out debugging output. |
tree | commitdiff |
1999-03-14 |
Raja R Harinath | Remove widechar tests and defines. (fd_set): Change... |
tree | commitdiff |
1999-03-09 |
Jeff Garzik | Added stack, queue ADTs and related tests. |
tree | commitdiff |
1999-03-06 |
Asbjørn Pettersen | add OS/2 changes |
tree | commitdiff |
1999-03-04 |
Josh MacDonald | Add g_spaced_primes_closest to glib.def, it was missing. |
tree | commitdiff |
1999-03-01 |
Sebastian Wilhelmi | Fixed yet another bloody implementation of getpwuid_r... |
tree | commitdiff |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
tree | commitdiff |
1999-02-21 |
Michael Fulbright | I've made the spec file autogenerated, and I tweaked it |
tree | commitdiff |
1999-02-18 |
Tim Janik | plugged a memory leak, reported by Koen D'Hondt <ripley... |
tree | commitdiff |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
tree | commitdiff |
1999-02-15 |
Tim Janik | return guints instead of gints for g_hash_table_size and |
tree | commitdiff |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
tree | commitdiff |
1999-02-10 |
Tim Janik | fixed errernerous code wrt to thread specific error... |
tree | commitdiff |
1999-02-09 |
Elliot Lee | pools of 128 items instead of 1024 items. |
tree | commitdiff |
1999-02-08 |
Owen Taylor | Copy all elements of the allocations[] array, including... |
tree | commitdiff |
1999-02-05 |
Sebastian Wilhelmi | Make the error message in case of a broken thread syste... |
tree | commitdiff |
1999-02-02 |
Tor Lillqvist | Don't call ensure_stdout_valid (which would open an... |
tree | commitdiff |
1999-02-02 |
Owen Taylor | Release the main_loop lock around calls to prepare... |
tree | commitdiff |
1999-01-29 |
Sebastian Wilhelmi | Changed initial bufsize to 64. Should solve some proble... |
tree | commitdiff |
1999-01-26 |
Sebastian Wilhelmi | Removed the #warning about MT unsafety without localtime_r. |
tree | commitdiff |
1999-01-25 |
Timur Bakeyev | NO_SYS_SIGLIST_DECL change. |
tree | commitdiff |
1999-01-25 |
Sebastian Wilhelmi | Do not use the thread libs, when searching for some... |
tree | commitdiff |
1999-01-24 |
Tim Janik | reverted raja's changes, since they leaked a struct... |
tree | commitdiff |
1999-01-24 |
Raja R Harinath | Hopefully got the error handling for `getpwuid_r' right... |
tree | commitdiff |
1999-01-24 |
EST 1999 Jeff Garzik | - Revert previous "fix" (which really just did things... |
tree | commitdiff |
1999-01-24 |
Manish Singh | Moved the warning about MT and no getpwuid_r from gutil... |
tree | commitdiff |
1999-01-24 |
Jeff Garzik | - Fixed bug that overwrote nodes in hash buckets instea... |
tree | commitdiff |
1999-01-24 |
Raja R Harinath | (g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_PO... |
tree | commitdiff |
1999-01-24 |
Raja R Harinath | Rewrite not to look at `errno' if library call succeeds... |
tree | commitdiff |
1999-01-23 |
Tim Janik | cleaned up the errno mess for GETPWUID. we especially... |
tree | commitdiff |
1999-01-21 |
Sebastian Wilhelmi | Changed error handling again, as the error is not alway... |
tree | commitdiff |
1999-01-21 |
Tor Lillqvist | Include signal.h only when the signal names will be... |
tree | commitdiff |
1999-01-21 |
EST 1999 Mandrake | made some adjustments for automake 1.4 and autoconf... |
tree | commitdiff |
1999-01-20 |
Manish Singh | new file |
tree | commitdiff |
1999-01-20 |
Jeff Garzik | jgarzik enthusiastically applies a patch |
tree | commitdiff |
1999-01-20 |
GMT 1999 Adam D... | All gtk apps were broken here on my setup. I changed... |
tree | commitdiff |
1999-01-20 |
Sebastian Wilhelmi | Use getpwuid_r with the right signature, if available. |
tree | commitdiff |
1999-01-19 |
Tor Lillqvist | More Win32 updates. Add missing Win32 files to distribu... |
tree | commitdiff |
1999-01-19 |
Josh MacDonald | The "extern char* sys_siglist" declaration breaks syste... |
tree | commitdiff |
1999-01-17 |
Tim Janik | removed assertment about rtree->root being NULL, so... |
tree | commitdiff |
1999-01-17 |
Tim Janik | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ... |
tree | commitdiff |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute... |
tree | commitdiff |
1999-01-17 |
Tim Janik | fix yet another small glitch |
tree | commitdiff |
next |