summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New functions.Tor Lillqvist1999-07-3122-76/+537
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-2463-1509/+4238
* Win32: With the latest gcc (2.95, pre-release), we can have binaryTor Lillqvist1999-07-218-0/+104
* Win32: With the latest gcc (2.95, pre-release), we can have binaryTor Lillqvist1999-07-214-81/+75
* Correct URL for mingw runtime sources.Tor Lillqvist1999-07-1216-40/+164
* Test for pthread_join rather than for pthread_create to determine theSebastian Wilhelmi1999-07-079-2/+58
* *** empty log message ***Tor Lillqvist1999-07-028-0/+64
* README.win32: Note about fixing another bug in the mingw32 headers.Tor Lillqvist1999-07-023-12/+25
* Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi1999-07-0114-7/+185
* Finally removed the g_random_normal and g_rand_normal functions.Sebastian Wilhelmi1999-06-3012-128/+40
* Add missing export of g_strncasecmp.Tor Lillqvist1999-06-2810-0/+34
* Distribute the build-dll script also. Add some comments about it.Tor Lillqvist1999-06-284-3/+12
* More spec file cleanups from Jose Mercado of Jose Mercado fame.Jose Mercado1999-06-219-3/+46
* Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist1999-06-2024-62/+340
* Re-order tests in alpha order.Jeff Garzik1999-06-189-6/+39
* Changed test for pthread_attr_setstacksize from AC_TRY_COMPILE toSebastian Wilhelmi1999-06-189-1/+41
* small tests/.cvsignore commitSebastian Wilhelmi1999-06-171-0/+1
* Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1999-06-1731-716/+2095
* libtool 1.3.2 (BeOS changes merged)Manish Singh1999-06-0213-140/+544
* Misc editing.Tor Lillqvist1999-05-291-9/+11
* Backslashify also '"' characters.Tor Lillqvist1999-05-2912-26/+88
* Map fileno to _fileno for mingw32. Map fstat to _fstat.Tor Lillqvist1999-05-1211-5/+74
* Another small fix.CDT 1999 Shawn T. Amundson1999-05-129-2/+34
* Correct rules for making the win32-related files that are made fromTor Lillqvist1999-05-0811-10/+66
* Better testing reveals better methods. Fixes for BeOS.CDT 1999 Shawn T. Amundson1999-05-0811-12/+74
* Small typo...Tor Lillqvist1999-05-081-0/+1
* More Win32 port documentation. (No ChangeLog entry. Is that OK inTor Lillqvist1999-05-081-47/+83
* Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1999-05-0827-10/+387
* New files, used to generate corresponding non-.in files when making aTor Lillqvist1999-05-0628-43/+453
* libtool 1.3 upgradeManish Singh1999-05-0115-695/+813
* Minor details fixed.Tor Lillqvist1999-04-251-8/+2
* More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist1999-04-2519-171/+174
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-2430-112/+496
* Fix typo in g_string_ncasecmp macro (by me). Add b_string_strncasecmpBST 1999 Tony Gale1999-04-2310-38/+80
* use sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal bufsize forSebastian Wilhelmi1999-04-2210-0/+58
* add gmodule-os2.cAsbjørn Pettersen1999-04-192-0/+5
* Add new g_string functions for reading from file/socket descriptors, andBST 1999 Tony Gale1999-04-1712-70/+648
* Mention the tests directory.Tor Lillqvist1999-04-1316-3/+217
* Moved struct declaration up. Style fixes.Sebastian Wilhelmi1999-04-1213-35/+140
* be quiet cvsJeff Garzik1999-04-111-0/+1
* New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi1999-04-0918-1/+871
* Increment some version numbers, add warning to configure.GLIB_1_3_0Shawn Amundson1999-04-0913-5/+88
* Add G_MODULE_IMPL_OS2Asbjørn Pettersen1999-04-074-0/+153
* Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi1999-03-312-2/+15
* Added a check for the right format to printf and scanf long longs. It isSebastian Wilhelmi1999-03-309-2/+69
* Make sure `glibconfig.h' exists after the rule is fired.Raja R Harinath1999-03-2910-10/+76
* Rename from configincludedir so that glibconfig.h will be installed asRaja R Harinath1999-03-2610-4/+52
* Update version numbers.Tor Lillqvist1999-03-2512-12/+103
* acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1999-03-2015-1740/+3406
* Add new g_list, g_stack, g_queue functions.Jeff Garzik1999-03-1810-0/+54