Kevin E Martin
f13eca1bc0
Update package version number for X11R7 RC2 release.
2005-11-09 21:20:33 +00:00
Kean Johnson
448763bde4
See ChangeLog entry 2005-11-07 for details.
2005-11-08 06:33:25 +00:00
Kevin E Martin
59a5a5ebb6
Update package version number for RC1 release.
2005-10-19 02:48:15 +00:00
Alan Coopersmith
3f74cc5e83
Remove duplicate keysyms accidentally added to XK_MATHEMATICAL section.
2005-10-15 00:48:27 +00:00
Daniel Stone
eaffdc0d59
Bug #4688 : Add various mathematical keysyms (all Unicode).
2005-10-09 15:37:29 +00:00
Matthieu Herrb
40b6e64fb1
define CSRG_BASED here on systems that used to define it in Imake
...
configuration. For use in the modular tree.
2005-08-21 15:27:27 +00:00
Eric Anholt
04f9f7fd17
Add basic .cvsignore files for proto modules.
2005-08-02 19:19:40 +00:00
Adam Jackson
cd0400eeda
Fix the fds_bits test on OSX and maybe others. OSX defines fd_set in
...
<sys/types.h> just to be perverse.
2005-08-02 18:36:30 +00:00
Alan Coopersmith
a475adb523
Add prototypes of Xalloc/free functions.
...
Export ImUtil.h to match modular tree install.
Define SVR4 to 1 to avoid warning about redefining to different values.
Include missing headers to clear more compiler warnings.
2005-07-30 21:07:25 +00:00
Kevin E Martin
f6bd2288d3
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
2005-07-29 21:22:57 +00:00
Daniel Stone
74a3f7f778
Remove all _XOPEN_SOURCE definitions from Xos.h, as Xpoll.h.in now deals
...
with this by using which of fds_bits or __fds_bits we have.
2005-07-23 02:53:32 +00:00
Daniel Stone
f97e34e65e
Add includex11dir as a path to the includes, sans X11/.
...
Turn Xpoll.h into a generated file. In the modular tree, substitute in
whichever of fds_bits or __fds_bits is being used for the member of
fd_set on the system; in the monolithic tree, substitute in fds_bits
unconditionally, as that's the way it was before thanks to
_XOPEN_SOURCE being defined.
2005-07-22 08:01:39 +00:00
Alan Coopersmith
7a9ce57163
Guard INCLUDE_ALLOCA_H define to end redefinition warnings.
2005-07-16 20:54:13 +00:00
Alan Coopersmith
825b6ae347
Don't define _XOPEN_SOURCE on SVR4, because it will REMOVE required
...
definitions.
2005-07-14 22:08:38 +00:00
Alan Coopersmith
acc0551fb1
#define INCLUDE_ALLOCA_H when building with Sun compilers. (Imake *.cf
...
files define this for a number of platforms in the monolith, but these
will need to be translated into #ifdef's or similar mechanism to work
in a world without Imake.)
2005-07-13 23:43:08 +00:00
Alexander Gottwald
b8301067b6
include <X11/Xwindows.h> instead of <windows.h>. Several namespace
...
conflicts are worked around in Xwindows.h
2005-07-13 20:12:13 +00:00
Keith Packard
ec7a156bcd
Make some minor source adjustments so that we don not need to use
...
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the
modular environment and into application build processes, potentially
foulling up their compiles.
2005-07-13 07:23:56 +00:00
Daniel Stone
2a0445903d
Move misc.h and os.h from proto/X11 to xserver/xorg/include.
2005-07-03 07:55:00 +00:00
Søren Sandmann Pedersen
ef6f542053
- Remove xfixes.pc.in from lib/lbxutil
...
- Add missing backslash in proto/X11/Makefile.am
Both pointed out by ISHIKAWA Mutsumi
2005-06-28 13:15:27 +00:00
Søren Sandmann Pedersen
4cf89be7ba
- Add os.h and misc.h to proto/X11
...
- In symlink.sh move os.h and misc.h from xserver/include to proto/X11
- in xc/lib/lbxutil/ do some include-with-<>-instead-of-with-""
2005-06-27 17:41:09 +00:00
Søren Sandmann Pedersen
e575c5104a
- Use XTRANS_CONNECTION_FLAGS macro in lib/FS/configure.ac
...
- Don't symlink transport.c, which is a generated file
- instead add a new file fs_transport.c that include Xtrans/X11/transport.c
2005-05-25 22:12:21 +00:00
Søren Sandmann Pedersen
207e3f8201
- Add FSlib to symlink.sh
...
- Change Xtrans includedir back to be X11/Xtrans, so that users of it can
continue to include <X11/*>
- Add build system for FSlib
- Conditionally include config.h in xc/lib/FS
- Remove redundant include of FSproto.h in xc/lib/FS
- Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
2005-05-25 21:47:56 +00:00
Josh Triplett
a5a4bfe9b4
The macros in Xpoll.h poke at the guts of struct fd_set in ways that only
...
work if _XOPEN_SOURCE is defined, so define it in Cflags in the
pkg-config file.
2005-05-23 01:22:10 +00:00
Adam Jackson
2f4c3aa871
revert last change, didn't do right thing at all, sorry for the noise
2005-05-19 00:22:40 +00:00
Adam Jackson
4809dd9150
Require automake 1.7 in AM_INIT_AUTOMAKE
2005-05-19 00:10:19 +00:00
Josh Triplett
6ff17c33f0
Add AUTHORS file for X11 from xlibs tree.
2005-05-14 07:56:49 +00:00
Josh Triplett
3f8b0ba607
Add some COPYING files.
2005-05-14 07:55:10 +00:00
Kevin E Martin
803c8ecaba
Initial build system files for proto module.
2005-05-06 01:46:31 +00:00
Alan Coopersmith
a870c60741
Don't define X_NOT_STDC_ENV on Solaris x86. Bugzilla #3158 :
...
https://bugs.freedesktop.org/show_bug.cgi?id=3158 Patch #2588 :
https://bugs.freedesktop.org/attachment.cgi?id=2588 (Henry Zhao, Sun
Microsystems)
2005-04-28 22:04:12 +00:00
Alexander Gottwald
372f37171b
check for define PATH_MAX before referencing it
2005-04-20 13:58:17 +00:00
Alan Coopersmith
e489ec65b4
Patch #2007 < https://bugs.freedesktop.org/attachment.cgi?id=2007 >
...
1) Fix Solaris #ifdefs to choose between UI/SVR4 (early POSIX draft) and
POSIX standard thread API's correctly.
2) Fix calls to POSIX standard versions to check errors correctly. (POSIX
defines a return value of 0 on success, errno value on error, but the
macros were checking for -1 on error.)
2005-03-02 19:29:31 +00:00
Roland Mainz
d761e87224
xc/config/cf/DragonFly.cf
...
xc/config/cf/Imake.cf
xc/config/cf/Imakefile
xc/config/imake/imake.c
xc/config/imake/imakemdep.h
xc/extras/drm/shared/drm.h
xc/include/Xos_r.h
xc/lib/xtrans/Xtranssock.c
xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
//bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
(https://bugs.freedesktop.org/attachment.cgi?id=2004 ): Add support for
DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
and Mike Verona <firedragonfly@gmail.com>.
2005-03-02 11:20:29 +00:00
Alexander Gottwald
1cae0cb4b1
Make sure PATH_MAX is at least 1024
2005-01-09 15:06:04 +00:00
Egbert Eich
9df4ffce55
gcc 4 doesn't like predeffines line 'linux' any more. To muffle the
...
compiler replace them with __linux__ (Bugzilla #2207 ).
2005-01-03 18:03:49 +00:00
Alexander Gottwald
dd82af84ed
Bufzilla #1802 , http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
...
mingw (Win32) port
2004-11-15 15:06:53 +00:00
Markus Kuhn
618956f1f7
The big keysym cleanup, to bring implementation in line with the recent
...
revision of Appendix A of the protocol spec. (Markus Kuhn)
2004-09-26 20:46:18 +00:00
Kevin E Martin
7cb1490d89
Apply PPC64 build patch (Bug #303 , Mike A. Harris, Alan Coopersmith).
2004-08-11 21:14:16 +00:00
Egbert Eich
5b67de2bce
Merging XORG-CURRENT into trunk
2004-04-23 18:43:05 +00:00
Egbert Eich
e88a09c1df
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
2004-03-14 08:31:34 +00:00
Egbert Eich
9259b43390
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
2004-03-03 12:10:53 +00:00
Egbert Eich
99bbbc3fca
readding XFree86's cvs IDs
2004-02-26 13:35:11 +00:00
Egbert Eich
82d7bb39bc
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
2004-02-26 09:22:24 +00:00
Egbert Eich
0700ff31a8
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
2004-01-29 08:07:54 +00:00
Kaleb Keithley
ad76b5cc43
XFree86 4.3.99.902 (RC 2)
2003-12-19 20:54:20 +00:00
Kaleb Keithley
376f9efdab
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
2003-11-25 19:28:01 +00:00
Kaleb Keithley
5ec315b967
XFree86 4.3.0.1
2003-11-14 16:48:42 +00:00
Kaleb Keithley
f2001f5bd5
Initial revision
2003-11-14 16:48:42 +00:00
Kaleb Keithley
ee0a1a43dc
R6.6 is the Xorg base-line
2003-11-14 15:54:35 +00:00