Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-19 | Fix some gcc -Wwrite-strings warnings | Alan Coopersmith | |
Many are unfixable at the moment due to the libXt API Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-11-19 | Terminate execl() arguments with NULL instead of 0 | Alan Coopersmith | |
Makes sure that a full 64-bits of 0 is passed in 64-bit builds, and clears gcc warning of: misc.c: In function ‘System’: misc.c:114:2: warning: missing sentinel in function call Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-01-20 | Convert a couple last sprintf calls to snprintf | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-01-20 | Convert XtMalloc + sprintf to XtAsprintf | Alan Coopersmith | |
Depends on libXt > 1.0.99 to ensure XtAsprintf is available. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: replace hard coded man page section with substitution strings | Gaetan Nadon | |
Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-13 | man: remove trailing spaces and tabs | Gaetan Nadon | |
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-12 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Gaetan Nadon | |
This silences an Autoconf warning | |||
2011-01-12 | config: replace deprecated AC_HELP_STRING with AS_HELP_STRING | Gaetan Nadon | |
This silences an Automake warning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-12-10 | Make System() prototype for Solaris in xsm.h actually a prototype | Alan Coopersmith | |
Fixes gcc warning: xsm.h:217: warning: function declaration isn't a prototype Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-09-26 | xsm 1.0.2xsm-1.0.2 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-09-26 | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | |
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-09-26 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-09-26 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | |
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-02-11 | config: move CWARNFLAGS from configure.ac to Makefile.am | Gaetan Nadon | |
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-12-19 | configure.ac: use backticks rather than $() for cmd subs | Gaetan Nadon | |
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-10-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan Nadon | |
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. | |||
2009-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | |
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. | |||
2009-01-26 | Correct make distcheck and gcc/sparse warnings. | Paulo Cesar Pereira de Andrade | |
2008-11-28 | Compile warning fixes. | Paulo Cesar Pereira de Andrade | |
Include header with prototypes for signals.c, and change prototypes and definitions to match. This should not have any side effects as function arguments are ignored. Ansify some functions with K&R definitions. printhex.c:fprintfhex() could be changed to a "sane" implementation, but only change was "ansification". | |||
2008-11-28 | enable VPATH build, reorganize app default files | Paulo Cesar Pereira de Andrade | |
Minor changes to http://bugs.freedesktop.org/attachment.cgi?id=20212. | |||
2008-11-22 | Fix build in separate directory. | Matthieu Herrb | |
2008-11-16 | Don't override the RSH variable before checking if it's set | Julien Cristau | |
This allows setting RSH on the configure command line or environment, and lifts the build dependency on an rsh client. | |||
2008-10-22 | Use realloc to resize buffer, not malloc+strcpy+free | Alan Coopersmith | |
2008-10-22 | Constify lock.c | Alan Coopersmith | |
2008-08-20 | xaw8 is gone, use xaw7 | James Cloos | |
2008-03-27 | Build fix for file systems that are not case sensitive | Jeremy Huddleston | |
2008-02-21 | Add PKG_CHECK_MODULES entries for the libraries xsm calls directly | Alan Coopersmith | |
2008-02-21 | Change xsm_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
Makefile.am:32: compiling `auth.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2007-11-26 | Remove instructions on monolithic build system from README | Alan Coopersmith | |
2007-11-26 | Use snprintf, strdup & remove instead of sprintf, malloc/strcpy & unlink | Alan Coopersmith | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | |
2005-12-21 | Update package version for X11R7 release.xsm-1.0.1XORG-7_1XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.xsm-1.0.0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-07 | Change to use the app-defaults default dir configured in libXt.MODULAR_COPY | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-10-23 | Fix typo. (Tobias Stoeckmann)XORG-6_8_99_903XORG-6_8_99_902 | Alan Coopersmith | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Change default install dir for app-default files from | Alan Coopersmith | |
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization |