Age | Commit message (Expand) | Author | Files | Lines |
1999-10-12 | Define the new GLIB_SIZEOF_* constants here, too. | Tor Lillqvist | 1 | -0/+7 |
1999-10-12 | completly new implementation for printf string upper bounds calculation. | Tim Janik | 1 | -0/+38 |
1999-10-06 | blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN | Manish Singh | 1 | -0/+4 |
1999-10-05 | Use G_OS_WIN32. | Tor Lillqvist | 1 | -0/+4 |
1999-10-05 | Drop the mapping of POSIX function names to the underscored versions, it's | Tor Lillqvist | 1 | -1/+7 |
1999-10-04 | Don't define WIN32 and NATIVE_WIN32. | Tor Lillqvist | 1 | -0/+8 |
1999-10-04 | use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWIN | Manish Singh | 1 | -0/+4 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -0/+18 |
1999-09-21 | define NULL as (0L) if __cplusplus is defined, to avoid "ANSI C++ forbids | Tim Janik | 1 | -0/+9 |
1999-09-17 | applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem | Tim Janik | 1 | -0/+9 |
1999-09-17 | add explicit (GTrashStack*) cast for NULL pointer to cure ANSI C++ error. | Tim Janik | 1 | -0/+5 |
1999-09-13 | in case we have to abort the program, debugging is enabled and we are not | Tim Janik | 1 | -0/+7 |
1999-08-26 | added --export-dynamic so we can load dynmic modules, (required, according | Tim Janik | 1 | -0/+7 |
1999-08-19 | Use /dev/urandom, as it doesn't block, which /dev/random might do. Do not | Sebastian Wilhelmi | 1 | -0/+8 |
1999-08-17 | Add a cast. | Tor Lillqvist | 1 | -0/+9 |
1999-08-15 | eliminate memset() call, since string.h has not neccessarily been included | Tim Janik | 1 | -0/+13 |
1999-08-02 | glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy to | Tor Lillqvist | 1 | -0/+13 |
1999-08-01 | glib.h the #define for g_strescape interfered with the compilation of the | Manish Singh | 1 | -0/+7 |
1999-07-31 | New functions. | Tor Lillqvist | 1 | -0/+19 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1 | -0/+319 |
1999-07-21 | Win32: With the latest gcc (2.95, pre-release), we can have binary | Tor Lillqvist | 1 | -0/+13 |
1999-07-12 | Correct URL for mingw runtime sources. | Tor Lillqvist | 1 | -0/+15 |
1999-07-07 | Test for pthread_join rather than for pthread_create to determine the | Sebastian Wilhelmi | 1 | -0/+7 |
1999-07-02 | *** empty log message *** | Tor Lillqvist | 1 | -0/+8 |
1999-07-01 | Added a g_memmove replacement for platforms without memmove, where bcopy | Sebastian Wilhelmi | 1 | -0/+12 |
1999-06-30 | Finally removed the g_random_normal and g_rand_normal functions. | Sebastian Wilhelmi | 1 | -0/+5 |
1999-06-28 | Add missing export of g_strncasecmp. | Tor Lillqvist | 1 | -0/+4 |
1999-06-21 | More spec file cleanups from Jose Mercado of Jose Mercado fame. | Jose Mercado | 1 | -0/+5 |
1999-06-20 | Update the pthreads snapshot version we want. Advice how to hand-expand | Tor Lillqvist | 1 | -0/+27 |
1999-06-18 | Re-order tests in alpha order. | Jeff Garzik | 1 | -0/+4 |
1999-06-18 | Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE to | Sebastian Wilhelmi | 1 | -0/+5 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -0/+23 |
1999-06-02 | libtool 1.3.2 (BeOS changes merged) | Manish Singh | 1 | -0/+8 |
1999-05-29 | Backslashify also '"' characters. | Tor Lillqvist | 1 | -2/+8 |
1999-05-12 | Map fileno to _fileno for mingw32. Map fstat to _fstat. | Tor Lillqvist | 1 | -0/+8 |
1999-05-12 | Another small fix. | CDT 1999 Shawn T. Amundson | 1 | -0/+4 |
1999-05-08 | Correct rules for making the win32-related files that are made from | Tor Lillqvist | 1 | -0/+7 |
1999-05-08 | Better testing reveals better methods. Fixes for BeOS. | CDT 1999 Shawn T. Amundson | 1 | -1/+8 |
1999-05-08 | Port to BeOS by myself and Richard Offer. | CDT 1999 Shawn T. Amundson | 1 | -0/+15 |
1999-05-06 | New files, used to generate corresponding non-.in files when making a | Tor Lillqvist | 1 | -0/+18 |
1999-05-01 | libtool 1.3 upgrade | Manish Singh | 1 | -0/+8 |
1999-04-25 | More editing. Use gcc, not ld to link. On native Win32 use _unlink(). Use | Tor Lillqvist | 1 | -0/+12 |
1999-04-24 | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1 | -0/+19 |
1999-04-23 | Fix typo in g_string_ncasecmp macro (by me). Add b_string_strncasecmp | BST 1999 Tony Gale | 1 | -0/+5 |
1999-04-22 | use sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal bufsize for | Sebastian Wilhelmi | 1 | -0/+6 |
1999-04-17 | Add new g_string functions for reading from file/socket descriptors, and | BST 1999 Tony Gale | 1 | -0/+7 |
1999-04-13 | Mention the tests directory. | Tor Lillqvist | 1 | -0/+15 |
1999-04-12 | Moved struct declaration up. Style fixes. | Sebastian Wilhelmi | 1 | -0/+8 |
1999-04-09 | New files to implement the Mersenne Twister Pseudo Random Number | Sebastian Wilhelmi | 1 | -0/+8 |
1999-04-09 | Increment some version numbers, add warning to configure.GLIB_1_3_0 | Shawn Amundson | 1 | -0/+4 |