summaryrefslogtreecommitdiff
path: root/HACKING
AgeCommit message (Collapse)AuthorFilesLines
2014-05-04docs: Add a README.rationale documenting major design decisionsPhilip Withnall1-1/+2
It will be useful to document the major decisions which affect the whole of GLib in one centralised, easily-greppable file, otherwise they will get lost forever in Bugzilla. This file should contain a brief explanation of the decision and its rationale, plus a link to further discussion (e.g. on a mailing list or bug report). This contains an initial discussion about use of compiler attributes in GLib. https://bugzilla.gnome.org/show_bug.cgi?id=113075
2013-10-15Updated reference to README.commitsIhar Hrachyshka1-1/+1
The major useful information regarding commits is now placed in README.commits, not README. https://bugzilla.gnome.org/show_bug.cgi?id=709994
2011-12-27Some minor updates of HACKINGMatthias Clasen1-9/+11
2009-03-31Update README files to refer to gitMatthias Clasen1-4/+4
Update various README files to refer to git instead of svn. Add a README.commits that is pretty much a copy of the same file in GTK+. Also discontinue ChangeLog files.
2007-01-19Some file list updates (#398069, Owen Taylor)Matthias Clasen1-3/+4
2007-01-19 Matthias Clasen <mclasen@redhat.com> Some file list updates (#398069, Owen Taylor) * docs/Changes-2.0.txt * docs/reference/README.cvs-commits * glib.spec.in: Remove obsolete files * tests/Makefile.am: * glib/libcharset/Makefile.am: * gobject/Makefile.am: * Makefile.am: Add some missing files to EXTRA_DIST * tests/timeloop-basic.c: Make it build * HACKING: Small updates svn path=/trunk/; revision=5302
2002-09-28Say we require autoconf 2.52 as that is what configure.in does.Tor Lillqvist1-1/+1
2002-09-29 Tor Lillqvist <tml@iki.fi> * HACKING: Say we require autoconf 2.52 as that is what configure.in does.
2001-11-29Update (#65721, Dave Neary)Owen Taylor1-4/+4
Thu Nov 29 11:16:03 2001 Owen Taylor <otaylor@redhat.com> * HACKING: Update (#65721, Dave Neary)
2001-04-17Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor1-8/+2
Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove warnings about conflicts with the stable version. * glib-2.0.m4: Fix some of the error text to be halfway up to date. * README.in INSTALL.in: Add these to generate README, INSTAL (as in the stable branch). Update. * HACKING: Update.
1999-01-20new fileManish Singh1-0/+39
* HACKING: new file * Makefile.am: since we require automake 1.4 now, ditch the build top-level first and just use SUBDIRS * gmodule/Makefile.am: use noinst_LTLIBRARIES instead of overriding the install rule -Yosh