1998-10-02 |
Tim Janik | properly handle the first valid hook to call, it maybe... |
blob | commitdiff |
1998-09-30 |
Tim Janik | added ghook.c. |
blob | commitdiff | diff to current |
1998-09-25 |
Tim Janik | version bump to 1.1.4, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-09-22 |
CDT 1998 Shawn T... | Released GLib 1.1.3 GLIB_VERSION_1_1_3 |
blob | commitdiff | diff to current |
1998-09-21 |
Tim Janik | added g_renew() which works as g_new() for g_realloc(). GLIB_1_1_3a |
blob | commitdiff | diff to current |
1998-09-21 |
Tim Janik | NEWS file update for upcoming release of GLib + GModule... |
blob | commitdiff | diff to current |
1998-09-20 |
Owen Taylor | Patch to libtool-1.2b to make --disable-static |
blob | commitdiff | diff to current |
1998-09-20 |
Manish Singh | This is Josh, commiting as Manish. This is completely... |
blob | commitdiff | diff to current |
1998-09-18 |
Manish Singh | Added g_memdup implementation |
blob | commitdiff | diff to current |
1998-09-18 |
Tim Janik | make the datalists a safe type (not using a generic... |
blob | commitdiff | diff to current |
1998-09-18 |
Tim Janik | check for key_compare_func != NULL (reported by Michal... |
blob | commitdiff | diff to current |
1998-09-18 |
Manish Singh | removed from repository |
blob | commitdiff | diff to current |
1998-09-17 |
Tim Janik | implemented g_datalist_* along the lines of g_dataset... |
blob | commitdiff | diff to current |
1998-09-15 |
Owen Taylor | Update to libtool-1.2b, change library versioning schem... |
blob | commitdiff | diff to current |
1998-09-11 |
Tim Janik | explicitely include the prototypes for inline functions... |
blob | commitdiff | diff to current |
1998-09-09 |
Manish Singh | added -posix check for NeXTStep |
blob | commitdiff | diff to current |
1998-09-08 |
Tim Janik | abandon the use of ATEXIT(), we keep the fallback macro... |
blob | commitdiff | diff to current |
1998-09-08 |
Manish Singh | comment the -std1 check and save LIBS properly |
blob | commitdiff | diff to current |
1998-09-07 |
Tim Janik | check for all three inline keywords individually. |
blob | commitdiff | diff to current |
1998-09-07 |
Manish Singh | configure.in: added -std1 check for ANSI compliance... |
blob | commitdiff | diff to current |
1998-09-06 |
Manish Singh | provide proper ATEXIT behavior on NeXTStep by !atexit |
blob | commitdiff | diff to current |
1998-09-06 |
Tom Tromey | Define. New define. (g_bit_nth_msf): Use it. Also,... |
blob | commitdiff | diff to current |
1998-09-05 |
Tim Janik | use g_mem_chunk_alloc0() to allocate the memchunk,... |
blob | commitdiff | diff to current |
1998-09-02 |
Owen Taylor | make data argument const. |
blob | commitdiff | diff to current |
1998-09-02 |
Tim Janik | new function g_strnfill() to return a new string of... |
blob | commitdiff | diff to current |
1998-09-02 |
Manish Singh | Mostly changes to GArray code. See ChangeLog. |
blob | commitdiff | diff to current |
1998-08-24 |
Tim Janik | removed this function which was not publically exported... |
blob | commitdiff | diff to current |
1998-08-19 |
Elliot Lee | gmem.c: add ability to exclude memory chunks from memor... |
blob | commitdiff | diff to current |
1998-08-19 |
Manish Singh | added g_strndup |
blob | commitdiff | diff to current |
1998-08-18 |
Tim Janik | new function g_log_set_always_fatal() to set an additio... |
blob | commitdiff | diff to current |
1998-08-18 |
Tim Janik | if __STRICT_ANSI__ is defined, make `inline' a noop... |
blob | commitdiff | diff to current |
1998-08-17 |
Tim Janik | made private functions static. |
blob | commitdiff | diff to current |
1998-08-17 |
Shawn Amundson | release delayed |
blob | commitdiff | diff to current |
1998-08-17 |
CDT 1998 Shawn T... | Released GLib 1.1.3 GLIB_1_1_3 |
blob | commitdiff | diff to current |
1998-08-17 |
Tim Janik | feature an extra MODULES parameter, so glib-config... |
blob | commitdiff | diff to current |
1998-08-16 |
Tim Janik | version bump to 1.1.3, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-08-16 |
Elliot Lee | Sun Aug 16 Elliot Lee |
blob | commitdiff | diff to current |
1998-08-11 |
Manish Singh | It's GTime now, and it's back! |
blob | commitdiff | diff to current |
1998-08-10 |
Tim Janik | minor hack to cause SUBDIRS (gmodule) to be build last... |
blob | commitdiff | diff to current |
1998-08-09 |
Tim Janik | changelog updates |
blob | commitdiff | diff to current |
1998-08-05 |
PDT 1998 Shawn T... | Released GLib 1.1.2 GLIB_1_1_2 |
blob | commitdiff | diff to current |
1998-08-05 |
George Lebl | fix 64-bitness in g_prints, sizeof doesn't seem to... |
blob | commitdiff | diff to current |
1998-08-05 |
PDT 1998 Shawn T... | Released GLib 1.1.1 GLIB_1_1_1 |
blob | commitdiff | diff to current |
1998-08-04 |
Tim Janik | version bump to 1.1.1, binary age 1, interface age... |
blob | commitdiff | diff to current |
1998-08-03 |
Tim Janik | change order of gpointer data; field in struct _GNode... |
blob | commitdiff | diff to current |
1998-08-03 |
Sebastian Wilhelmi | garray.c (g_ptr_array_remove_index): bugfix: index... |
blob | commitdiff | diff to current |
1998-07-31 |
Tim Janik | added a GNode test. |
blob | commitdiff | diff to current |
1998-07-27 |
CDT 1998 Shawn T... | Released GLib 1.1.0 GLIB_1_1_0 |
blob | commitdiff | diff to current |
1998-07-27 |
Tim Janik | #if 0'ed out the GTime definition, until it is definiti... |
blob | commitdiff | diff to current |
1998-07-26 |
Tim Janik | #if 0'ed out the GTime definition, until it is definiti... |
blob | commitdiff | diff to current |
1998-07-25 |
Mark Crichton | DANGER WILL ROBINSON! Ok, normally I don't do things... |
blob | commitdiff | diff to current |
1998-07-22 |
Tim Janik | new functions to make a scanner scope sensitive wrt... |
blob | commitdiff | diff to current |
1998-07-21 |
George Lebl | typo fixed for alphas for gint64 |
blob | commitdiff | diff to current |
1998-07-14 |
Tim Janik | new fuction g_dirname() which returns a newlly allocate... |
blob | commitdiff | diff to current |
1998-07-11 |
Tim Janik | typo fixups |
blob | commitdiff | diff to current |
1998-07-10 |
Tim Janik | added a bunch of utility/wrapper functions: g_basename... |
blob | commitdiff | diff to current |
1998-07-09 |
Lauri Alanko | Renamed g_hash_table_lookup_full to g_hash_table_lookup... |
blob | commitdiff | diff to current |
1998-07-07 |
Lauri Alanko | Generic hash cleanup, added a function (g_hash_table_lo... |
blob | commitdiff | diff to current |
1998-07-06 |
Manish Singh | fix for properly detecting shared lib support on SunPro... |
blob | commitdiff | diff to current |
1998-07-04 |
Manish Singh | Added g_array_length |
blob | commitdiff | diff to current |
1998-06-30 |
Tim Janik | take symbol_2_token into account. react on valid/invali... |
blob | commitdiff | diff to current |
1998-06-28 |
Manish Singh | ftp.glib.org -> ftp.gtk.org, since glib.org isn't ours. ;) |
blob | commitdiff | diff to current |
1998-06-19 |
Tim Janik | removed g_dataset_try_key, g_dataset_force_id and g_dat... |
blob | commitdiff | diff to current |
1998-06-19 |
Owen Taylor | Changed messages for g_return_[val]_if_fail to be somew... |
blob | commitdiff | diff to current |
1998-06-18 |
Federico Mena Quintero | Use GINT_TO_POINTER casts to remove compiler warnings. |
blob | commitdiff | diff to current |
1998-06-12 |
Tim Janik | cleanups of the structure fields (binary incompatible). |
blob | commitdiff | diff to current |
1998-06-12 |
Josh MacDonald | [Changes from josh to sync with his glib stuff -Yosh] |
blob | commitdiff | diff to current |
1998-06-12 |
Federico Mena Quintero | #include <string.h> |
blob | commitdiff | diff to current |
1998-06-11 |
Tim Janik | new function g_dataset_retrive_key. adjusted prealloc... |
blob | commitdiff | diff to current |
1998-06-11 |
Raja R Harinath | New file. Contains `libtool.m4' from libtool-1.2, the... |
blob | commitdiff | diff to current |
1998-06-10 |
Owen Taylor | Added glib.h which was mistakenly in .cvsignore |
blob | commitdiff | diff to current |
1998-06-10 |
Owen Taylor | Initial revision |
blob | commitdiff | diff to current |
|