summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-11xclock 1.0.6HEADxclock-1.0.6masterAlan Coopersmith1-1/+1
2011-10-05Calculate text and window size from LC_CTYPE instead of LC_TIMEPeter Stuge1-1/+1
2011-08-25Use AM_ICONVYaakov Selkowitz3-3/+669
2011-01-19config: move man pages into their own directoryGaetan Nadon4-19/+18
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-3/+3
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-3/+3
2011-01-12config: remove unrequired AC_SUBST([*_LIBS])Gaetan Nadon1-1/+0
2011-01-12config: remove unrequired AC_SUBST([*_CFLAGS])Gaetan Nadon1-1/+0
2011-01-12config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2011-01-12config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-1/+0
2010-09-24xclock 1.0.5xclock-1.0.5Alan Coopersmith1-1/+4
2010-09-24config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-08-26Remove extraneous reference to HAS_STRLCATJeremy Huddleston1-1/+1
2010-07-29Fix a crash on sparc64.David Coppa1-1/+1
2010-07-01Sun's copyrights now belong to OracleAlan Coopersmith2-2/+2
2010-07-01Xmu functions are called directly, so include it in PKG_CHECK_MODULESAlan Coopersmith1-4/+1
2010-07-01config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-23/+5
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith2-58/+36
2009-12-20configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-1/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-3/+6
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-2/+3
2009-10-27Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-1/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-14/+66
2009-09-27Add INSTALL to .gitignore. (#24157)Peter Hutterer1-0/+1
2009-09-22xclock 1.0.4xclock-1.0.4Alan Coopersmith2-1/+1
2009-09-22Fill in COPYING fileAlan Coopersmith1-8/+74
2009-09-22Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-10/+6
2009-09-22Trim trailing whitespacesAlan Coopersmith7-196/+196
2009-09-22Add pointers to mailing list, bugzilla, wiki & git repo to READMEAlan Coopersmith1-0/+27
2009-01-13Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade6-26/+33
2008-08-20xaw8 is gone, use xaw7James Cloos1-1/+1
2008-05-16$(builddir) is the current directoryJulien Cristau1-1/+1
2008-04-20Fix build with builddir != srcdirJulien Cristau1-0/+1
2008-03-28Build fix for file systems that are not case sensitiveJeremy Huddleston3-2/+2
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2007-12-21X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updatingvdb1283-39/+157
2007-10-22Fix logic inversion in geometry computation in -norender -digital mode.Todd C. Miller1-1/+1
2007-08-06Version bump: 1.0.3xclock-1.0.3Alan Coopersmith1-1/+1
2007-08-06Replace static changelog with dist-hook to generate from git logAlan Coopersmith2-44/+10
2007-08-06Fix cast to clear sparse warning: Using plain integer as NULL pointerAlan Coopersmith1-1/+1
2007-08-06Change xclock_CFLAGS to AM_CFLAGS to make automake-1.10 happierAlan Coopersmith1-1/+1
2007-06-13Man page: add missing options to synopsis sectionAlan Coopersmith1-2/+3
2007-06-13Don't segfault if unable to load a usable fontsetAlan Coopersmith1-1/+4
2007-06-13Add pointer to Xft/fontconfig font name format to man pageAlan Coopersmith1-3/+11
2007-06-13X.Org Bug 10775: xclock does not set _NET_WM_PIDAlan Coopersmith2-1/+16
2007-05-18renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+1
2007-05-18Make use of iconv() conditional on configure.ac finding it in libc or libiconvAlan Coopersmith2-5/+22
2007-05-18Sun bug 6518500: Use iconv() to convert other charsets to UTF8Osamu Sayama1-0/+80