| Commit message (Expand) | Author | Age | Files | Lines |
* | define G_GNUC_UNUSED.GLIB_1_1_3_MARTIN | Tim Janik | 1998-10-04 | 10 | -0/+38 |
* | Released GLib 1.1.3GLIB_VERSION_1_1_3 | CDT 1998 Shawn T. Amundson | 1998-09-22 | 8 | -0/+32 |
* | added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3a | Tim Janik | 1998-09-21 | 10 | -18/+50 |
* | NEWS file update for upcoming release of GLib + GModule version 1.1.3, | Tim Janik | 1998-09-21 | 20 | -355/+515 |
* | Patch to libtool-1.2b to make --disable-static | Owen Taylor | 1998-09-20 | 9 | -4/+49 |
* | This is Josh, commiting as Manish. This is completely new, and | Manish Singh | 1998-09-20 | 14 | -0/+234 |
* | minor g_memdup() fixups | Tim Janik | 1998-09-19 | 4 | -48/+62 |
* | Added g_memdup implementation | Manish Singh | 1998-09-18 | 12 | -0/+64 |
* | make the datalists a safe type (not using a generic gpointer) by expecting | Tim Janik | 1998-09-18 | 12 | -152/+348 |
* | check for key_compare_func != NULL (reported by Michal Kara). | Tim Janik | 1998-09-18 | 10 | -0/+44 |
* | removed from repository | Manish Singh | 1998-09-18 | 12 | -106/+159 |
* | .cvsignore updates to shutup CVS | Manish Singh | 1998-09-17 | 2 | -0/+2 |
* | implemented g_datalist_* along the lines of g_dataset, but operates on an | Tim Janik | 1998-09-17 | 15 | -295/+737 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-15 | 17 | -447/+665 |
* | explicitely include the prototypes for inline functions to cure gcc | Tim Janik | 1998-09-11 | 10 | -28/+72 |
* | added -posix check for NeXTStep | Manish Singh | 1998-09-09 | 9 | -0/+44 |
* | Minor bug fix that caused an error in ORBit due to a wrong inline declaration. | Martin Baulig | 1998-09-08 | 1 | -3/+3 |
* | minor fixup | Tim Janik | 1998-09-08 | 1 | -2/+4 |
* | #include <errno.h> | Manish Singh | 1998-09-08 | 2 | -0/+2 |
* | abandon the use of ATEXIT(), we keep the fallback macros for backwards | Tim Janik | 1998-09-08 | 12 | -22/+196 |
* | comment the -std1 check and save LIBS properly | Manish Singh | 1998-09-08 | 9 | -1/+34 |
* | check for all three inline keywords individually. | Tim Janik | 1998-09-07 | 25 | -131/+484 |
* | configure.in: added -std1 check for ANSI compliance (from gtk) | Manish Singh | 1998-09-07 | 9 | -0/+51 |
* | provide proper ATEXIT behavior on NeXTStep by !atexit | Manish Singh | 1998-09-06 | 10 | -2/+42 |
* | Removed glib-config again. | Tom Tromey | 1998-09-06 | 1 | -97/+0 |
* | Define. New define. (g_bit_nth_msf): Use it. Also, add prototype. | Tom Tromey | 1998-09-06 | 13 | -8/+221 |
* | use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size of | Tim Janik | 1998-09-05 | 12 | -10/+124 |
* | make data argument const. | Owen Taylor | 1998-09-02 | 12 | -38/+78 |
* | new function g_strnfill() to return a new string of specified length, | Tim Janik | 1998-09-02 | 12 | -12/+102 |
* | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1998-09-02 | 18 | -602/+876 |
* | removed this function which was not publically exported in glib.h. to | Tim Janik | 1998-08-24 | 29 | -860/+1377 |
* | provide no operation implementation for the underlying _g_module_* | Tim Janik | 1998-08-20 | 2 | -0/+28 |
* | gmem.c: add ability to exclude memory chunks from memory profiling | Elliot Lee | 1998-08-19 | 10 | -44/+174 |
* | added g_strndup | Manish Singh | 1998-08-19 | 12 | -0/+76 |
* | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1998-08-18 | 18 | -462/+648 |
* | if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSI | Tim Janik | 1998-08-18 | 10 | -0/+64 |
* | made private functions static. | Tim Janik | 1998-08-17 | 14 | -40/+86 |
* | indentation fix. | Tim Janik | 1998-08-17 | 1 | -3/+3 |
* | release delayed | Shawn Amundson | 1998-08-17 | 8 | -16/+0 |
* | Released GLib 1.1.3GLIB_1_1_3 | CDT 1998 Shawn T. Amundson | 1998-08-17 | 10 | -2/+68 |
* | changed the return type for the GModuleCheckInit function to be a string, | Tim Janik | 1998-08-17 | 4 | -8/+25 |
* | feature an extra MODULES parameter, so glib-config can be invoked with the | Tim Janik | 1998-08-17 | 13 | -24/+125 |
* | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1998-08-16 | 37 | -661/+2427 |
* | Sun Aug 16 Elliot Lee | Elliot Lee | 1998-08-16 | 10 | -0/+36 |
* | It's GTime now, and it's back! | Manish Singh | 1998-08-11 | 10 | -6/+32 |
* | minor changes to internal interface. | Tim Janik | 1998-08-10 | 5 | -84/+134 |
* | minor hack to cause SUBDIRS (gmodule) to be build last. we do this by | Tim Janik | 1998-08-10 | 13 | -6/+64 |
* | changelog updates | Tim Janik | 1998-08-09 | 9 | -0/+59 |
* | hm, fixup call sequences for check_init() and de_init(). | Tim Janik | 1998-08-09 | 2 | -14/+13 |
* | erm, fix copyright notice. | Tim Janik | 1998-08-09 | 1 | -2/+2 |