Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | config: use AC_CHECK_MEMBERS rather than AC_CHECK_MEMBER | Gaetan Nadon | |
Let Autoconf do the work of setting up the #define in config.h. Apply and comment standard sections layout. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2011-01-19 | config: remove AC_CANONICAL_HOST already included by XORG_DEFAULT_OPTIONS | Gaetan Nadon | |
Fix some quoting and comments, no functional changes. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
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> | |||
2010-11-10 | 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-11-10 | 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 Enables use of platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-10 | Sun's copyrights belong to Oracle now | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-06-03 | sessreg 1.0.6sessreg-1.0.6 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-02-05 | Add AC_USE_SYSTEM_EXTENSIONS providing needed WTMPX_FILE define | Gaetan Nadon | |
The WTMPX_FILE is only defined under __USE_GNU conditional compilation. Autoconf provides AC_USE_SYSTEM_EXTENSIONS to enable platform extensions. It must be expanded before any other macros that uses the compiler. To reduce the risk of being misplaced, the statements have been grouped (mostly) as per the GNU standard layout.This macro requires Autoconf level 2.60 or later. The compilation failed under a GNU-Linux OS. Tested-by (on darwin): Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-01-16 | Allow sessreg to be built without <utmp.h>. | Ed Schouten | |
As of 9.0, FreeBSD will only support <utmpx.h>. It only implements the POSIX interface with minor extensions. There is no need to write to wtmp and lastlog separately, because this is already done by pututxline(). Add additional checks to configure.ac to search for the presence of utmpxname() and updwtmpx(). Signed-off-by: Ed Schouten <ed@80386.nl> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-11 | Update Sun license notices to current X.Org standard form | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-11 | COPYING: add missing copyright notice | Gaetan Nadon | |
Refer to sessreg.h file. Copyright 2005 Sun Microsystems, Inc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
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-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-10-12 | sessreg 1.0.5sessreg-1.0.5 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-12 | Document -L option for lastlog files | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-12 | Add utmp/utmpx man page to See Also section of man page | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-12 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-01 | Add README with pointers to mailing lists, bugzilla, & git | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-19 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-06-11 | Version bump: 1.0.4sessreg-1.0.4 | Alan Coopersmith | |
2008-06-11 | X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more | Alan Coopersmith | |
2008-03-01 | Require xproto instead of libX11 for building (bug #9631) | David Nusinow | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-08-17 | Version bump: 1.0.3sessreg-1.0.3 | Alan Coopersmith | |
2007-08-16 | Change sessreg_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
2007-06-11 | X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD | Alan Coopersmith | |
X.Org Bugzilla #9887: <https://bugs.freedesktop.org/show_bug.cgi?id=9887> | |||
2006-11-30 | bump to 1.0.3sessreg-1.0.2 | Daniel Stone | |
2006-11-19 | include <time.h> before <utmp.h>. Required on some systems. | Matthieu Herrb | |
2006-11-09 | Fix grep pattern in Makefile.am | Jürg Billeter | |
Don't escape | in basic regex mode as it breaks build with GNU grep. | |||
2006-11-08 | Version bump to 1.0.1sessreg-1.0.1 | Alan Coopersmith | |
2006-11-08 | Improve formatting of file names in sessreg.man | Alan Coopersmith | |
2006-11-08 | Fix builds when $(srcdir) != $(objdir) | Alan Coopersmith | |
2006-11-07 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2006-11-07 | Add hooks for checking code with lint/sparse/etc. | Alan Coopersmith | |
2006-11-07 | Clear unused variable warnings from lint | Alan Coopersmith | |
2006-11-07 | AC_CHECK_MEMBER needs to include <utmpx.h> when checking for utmpx.ut_syslen | Alan Coopersmith | |
2006-11-07 | Substitute correct pathnames for utmp/wtmp files in man pages | Alan Coopersmith | |
ifdefs to find the paths on each platform have been broken out into a new sessreg.h header that is also preprocessed into sed rules applied to the man page. Old ifdefs left for Imake compatibility in the 6.9/7.0 hybrid release have been dropped now that autoconf is required to build. | |||
2006-11-07 | Add *~ to .gitignore to skip emacs/patch droppings | Alan Coopersmith | |
2006-11-07 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-11-07 | List default Xservers path as /etc/X11/xdm instead of /usr/X11R6/lib/xdm | Alan Coopersmith | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | 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 | |