platform/upstream/libXxf86vm.git
12 years agolibXxf86vm 1.1.2 libXxf86vm-1.1.2
Alan Coopersmith [Thu, 8 Mar 2012 05:39:46 +0000 (21:39 -0800)]
libXxf86vm 1.1.2

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12 years agoFix gcc -Wwrite-strings warning
Alan Coopersmith [Fri, 11 Nov 2011 05:51:52 +0000 (21:51 -0800)]
Fix gcc -Wwrite-strings warning

12 years agoStrip trailing whitespace
Alan Coopersmith [Sat, 17 Sep 2011 05:58:12 +0000 (22:58 -0700)]
Strip trailing whitespace

Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: comment, minor upgrade, quote and layout configure.ac
Gaetan Nadon [Wed, 2 Feb 2011 16:43:45 +0000 (11:43 -0500)]
config: comment, minor upgrade, quote and layout configure.ac

Group statements per section as per Autoconf standard layout
Quote statements where appropriate.
Autoconf recommends not using dnl instead of # for comments

Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
Add AC_CONFIG_SRCDIR([Makefile.am])

This helps automated maintenance and release activities.
Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines

13 years agoconfig: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon [Sat, 29 Jan 2011 00:41:38 +0000 (19:41 -0500)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoconfig: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Gaetan Nadon [Thu, 27 Jan 2011 23:50:15 +0000 (18:50 -0500)]
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agolibXxf86vm 1.1.1 libXxf86vm-1.1.1
Alan Coopersmith [Sat, 30 Oct 2010 01:04:50 +0000 (18:04 -0700)]
libXxf86vm 1.1.1

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoSun's copyrights now belong to Oracle
Alan Coopersmith [Sat, 30 Oct 2010 01:03:51 +0000 (18:03 -0700)]
Sun's copyrights now belong to Oracle

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoPurge cvs tags.
Jesse Adkins [Tue, 28 Sep 2010 20:30:04 +0000 (13:30 -0700)]
Purge cvs tags.

Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoman: store shadow man pages in git rather than generating them
Gaetan Nadon [Tue, 17 Aug 2010 23:53:37 +0000 (19:53 -0400)]
man: store shadow man pages in git rather than generating them

Simplify the build process and the makefile.

Local fix in CVS for bug 5628 is not required
as the problem has been fixed in
util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoUse make rules instead of shell for loops to generate shadow man pages
Alan Coopersmith [Thu, 8 Jul 2010 22:50:02 +0000 (15:50 -0700)]
Use make rules instead of shell for loops to generate shadow man pages

Allows parallel make and simpler build logs/error reporting

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith [Thu, 8 Jul 2010 22:37:15 +0000 (15:37 -0700)]
config: upgrade to util-macros 1.8 for additional man page support

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>
13 years agoPurge macros NEED_EVENTS and NEED_REPLIES
Fernando Carrijo [Thu, 1 Jul 2010 10:10:51 +0000 (07:10 -0300)]
Purge macros NEED_EVENTS and NEED_REPLIES

Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
14 years agoconfig: update AC_PREREQ statement to 2.60
Gaetan Nadon [Mon, 29 Mar 2010 20:50:34 +0000 (16:50 -0400)]
config: update AC_PREREQ statement to 2.60

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>
14 years agoconfig: remove the pkgconfig pc.in file from EXTRA_DIST
Gaetan Nadon [Mon, 29 Mar 2010 18:53:49 +0000 (14:53 -0400)]
config: remove the pkgconfig pc.in file from EXTRA_DIST

Automake always includes it in the tarball.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
14 years agoCOPYING: fix copyright notice incorrect format
Gaetan Nadon [Thu, 14 Jan 2010 15:15:23 +0000 (10:15 -0500)]
COPYING: fix copyright notice incorrect format

Refer to: XF86VMode.c

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
14 years agoUpdate Sun license notices to current X.Org standard form
Alan Coopersmith [Fri, 15 Jan 2010 04:55:56 +0000 (20:55 -0800)]
Update Sun license notices to current X.Org standard form

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon [Sat, 28 Nov 2009 01:56:05 +0000 (20:56 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Now that the INSTALL file is generated.
Allows running make maintainer-clean.

14 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon [Wed, 28 Oct 2009 18:09:10 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

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.

14 years agoDeploy the new XORG_DEFAULT_OPTIONS #24242
Gaetan Nadon [Tue, 27 Oct 2009 19:07:26 +0000 (15:07 -0400)]
Deploy the new XORG_DEFAULT_OPTIONS #24242

This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.

14 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon [Tue, 27 Oct 2009 02:08:43 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

14 years ago.gitignore: use common defaults with custom section # 24239
Gaetan Nadon [Thu, 22 Oct 2009 16:34:19 +0000 (12:34 -0400)]
.gitignore: use common defaults with custom section # 24239

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.

14 years agolibXxf86vm 1.1.0 libXxf86vm-1.1.0
Peter Hutterer [Thu, 1 Oct 2009 23:43:30 +0000 (09:43 +1000)]
libXxf86vm 1.1.0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agoRequire macros 1.3 for XORG_DEFAULT_OPTIONS
Peter Hutterer [Thu, 1 Oct 2009 22:58:19 +0000 (08:58 +1000)]
Require macros 1.3 for XORG_DEFAULT_OPTIONS

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agolibXxf86vm 1.0.99.1 libXxf86vm-1.0.99.1
Peter Hutterer [Thu, 27 Aug 2009 01:18:38 +0000 (11:18 +1000)]
libXxf86vm 1.0.99.1

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agoInclude xf86vmproto instead of xf86vmstr.h
Peter Hutterer [Thu, 27 Aug 2009 01:17:45 +0000 (11:17 +1000)]
Include xf86vmproto instead of xf86vmstr.h

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
14 years agoMove the xf86vmode.h header from the proto package to here.
Peter Hutterer [Wed, 26 Aug 2009 06:09:15 +0000 (16:09 +1000)]
Move the xf86vmode.h header from the proto package to here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
15 years agoAdd README with pointers to mailing list, bugzilla & git repos
Alan Coopersmith [Tue, 3 Feb 2009 04:34:37 +0000 (20:34 -0800)]
Add README with pointers to mailing list, bugzilla & git repos

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 years agoJanitor: ansification, make distcheck, compiler warnings, .gitignore.
Paulo Cesar Pereira de Andrade [Mon, 2 Feb 2009 16:43:19 +0000 (14:43 -0200)]
Janitor: ansification, make distcheck, compiler warnings, .gitignore.

15 years agolibXxf86vm 1.0.2 libXxf86vm-1.0.2
Adam Jackson [Wed, 2 Jul 2008 19:37:20 +0000 (15:37 -0400)]
libXxf86vm 1.0.2

15 years agoDon't terminate zero-length strings.
Adam Jackson [Fri, 13 Jun 2008 17:07:49 +0000 (13:07 -0400)]
Don't terminate zero-length strings.

Just leave vendor and model NULL if the response didn't include them.

16 years agoBug #10846: Fix XF86VidModeGetMonitor when vendor or model are null.
Adam Jackson [Mon, 24 Mar 2008 19:13:14 +0000 (15:13 -0400)]
Bug #10846: Fix XF86VidModeGetMonitor when vendor or model are null.

16 years agonuke RCS Ids
Matthieu Herrb [Sun, 9 Mar 2008 07:50:55 +0000 (08:50 +0100)]
nuke RCS Ids

16 years agoReplace static ChangeLog with dist-hook to generate from git log
James Cloos [Thu, 6 Dec 2007 21:38:47 +0000 (16:38 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

16 years agoAdd *~ to .gitignore to skip patch/emacs droppings
James Cloos [Mon, 3 Sep 2007 09:53:52 +0000 (05:53 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

17 years agorenamed: .cvsignore -> .gitignore
Alan Coopersmith [Thu, 13 Jul 2006 21:59:14 +0000 (14:59 -0700)]
renamed: .cvsignore -> .gitignore

18 years agoBump to 1.0.1 XORG-7_1 libXxf86vm-1_0_1
Adam Jackson [Thu, 27 Apr 2006 00:26:53 +0000 (00:26 +0000)]
Bump to 1.0.1

18 years agoFixed typo. Library was spell wrong.
Jeremy C. Reed [Thu, 20 Apr 2006 23:44:33 +0000 (23:44 +0000)]
Fixed typo. Library was spell wrong.

18 years agoBug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages XORG-7_0_99_901
Alan Coopersmith [Sun, 12 Feb 2006 18:19:23 +0000 (18:19 +0000)]
Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
    not created correctly when MANDIR & MANSUFFIX don't match.

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904 XORG-7_0
Kevin E Martin [Thu, 15 Dec 2005 00:24:35 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

18 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY
Kevin E Martin [Tue, 6 Dec 2005 22:48:45 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

18 years agoUpdate package version number for X11R7 RC3 release. XORG-6_99_99_903
Kevin E Martin [Sat, 3 Dec 2005 05:49:46 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

18 years agoAdd check and cflags for malloc(0) returning NULL.
Kevin E Martin [Sat, 3 Dec 2005 04:41:52 +0000 (04:41 +0000)]
Add check and cflags for malloc(0) returning NULL.

18 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith [Mon, 28 Nov 2005 22:03:07 +0000 (22:03 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

18 years agoUpdate pkgconfig files to separate library build-time dependencies from
Kevin E Martin [Sat, 19 Nov 2005 07:15:44 +0000 (07:15 +0000)]
Update pkgconfig files to separate library build-time dependencies from
    application build-time dependencies, and update package deps to work
    with separate build roots.

18 years agoUpdate package version number for RC1 release. XORG-6_99_99_901 XORG-6_99_99_902
Kevin E Martin [Wed, 19 Oct 2005 02:48:12 +0000 (02:48 +0000)]
Update package version number for RC1 release.

18 years agoUse @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith [Tue, 18 Oct 2005 00:00:09 +0000 (00:00 +0000)]
Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
    work better with BSD make

18 years agoRename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
Alan Coopersmith [Mon, 17 Oct 2005 21:13:23 +0000 (21:13 +0000)]
Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
    suffix rule (reported by Matthieu Herrb)

18 years agoAdd generated man pages to .cvsignores
Alan Coopersmith [Thu, 13 Oct 2005 04:25:46 +0000 (04:25 +0000)]
Add generated man pages to .cvsignores

18 years ago[lib/Xxf86vm manpage cleanup]
Alan Coopersmith [Thu, 13 Oct 2005 01:20:52 +0000 (01:20 +0000)]
[lib/Xxf86vm manpage cleanup]
Use sed to fill in variables in man page Add shadow man pages for man pages
    that document multiple functions.

18 years agoSimple whitespace change to change ownership of ,v file on server. Required
Kristian Høgsberg [Mon, 26 Sep 2005 20:55:17 +0000 (20:55 +0000)]
Simple whitespace change to change ownership of ,v file on server. Required
    so that I can change permissions of file.

18 years agoVarious changes preparing packages for RC0: XORG-6_99_99_900
Kevin E Martin [Fri, 29 Jul 2005 21:22:53 +0000 (21:22 +0000)]
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

18 years agoAdd .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Keith Packard [Sat, 9 Jul 2005 21:10:32 +0000 (21:10 +0000)]
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

18 years agospell freedesktop.org correctly
Alan Coopersmith [Fri, 1 Jul 2005 16:16:15 +0000 (16:16 +0000)]
spell freedesktop.org correctly

18 years agoApply patch from Jeff Smith (whydoubt@yahoo.com):
Søren Sandmann Pedersen [Fri, 10 Jun 2005 22:38:47 +0000 (22:38 +0000)]
Apply patch from Jeff Smith (whydoubt@yahoo.com):
- Add file linking for Xxf86misc, Xxf86dga, and Xxf86vm.
- Check in build system for Xxf86misc, Xxf86dga, and Xxf86vm.

20 years agoMerging XORG-CURRENT into trunk XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 XORG-6_8_1_901 XORG-6_8_1_902 XORG-6_8_1_903 XORG-6_8_1_904 XORG-6_8_2 XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1 sco_port_update-base
Egbert Eich [Fri, 23 Apr 2004 19:23:08 +0000 (19:23 +0000)]
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
Egbert Eich [Sun, 14 Mar 2004 08:33:12 +0000 (08:33 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

20 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 xf86-4_4_0
Egbert Eich [Wed, 3 Mar 2004 12:12:14 +0000 (12:12 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

20 years agoreadding XFree86's cvs IDs xf86-4_3_99_903
Egbert Eich [Thu, 26 Feb 2004 13:35:46 +0000 (13:35 +0000)]
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:23:14 +0000 (09:23 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoXFree86 4.3.99.901 (RC 1) xf86-012804-2330 xf86-4_3_99_901 xf86-4_3_99_902 xf86-4_3_99_903_special
Kaleb Keithley [Thu, 4 Dec 2003 22:03:15 +0000 (22:03 +0000)]
XFree86 4.3.99.901 (RC 1)

20 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-4_3_99_16
Kaleb Keithley [Tue, 25 Nov 2003 19:28:33 +0000 (19:28 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

20 years agoXFree86 4.3.0.1 PRE_xf86-4_3_0_1 xf86-4_3_0_1
Kaleb Keithley [Fri, 14 Nov 2003 16:48:54 +0000 (16:48 +0000)]
XFree86 4.3.0.1

20 years agoInitial revision
Kaleb Keithley [Fri, 14 Nov 2003 16:48:49 +0000 (16:48 +0000)]
Initial revision

20 years agoR6.6 is the Xorg base-line XORG-MAIN
Kaleb Keithley [Fri, 14 Nov 2003 15:54:49 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line