Next | Query returned 52 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2008-03-07 21:03:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 7.0.12:

Adam Jackson (1):
      x11proto 7.0.12

Alan Coopersmith (1):
      Make Xalloca.h work with Sun C++ compiler

Ben Byer (1):
      fd_mask needs to be defined on OS X, too

Daniel Stone (1):
      Check headers before testing for fds_bits access method (bug #8442)

Jeremy Huddleston (2):
      Changed __DARWIN__ to __APPLE__
      Fixed #ifdef checks that were using i386 to use __i386__
   2008-02-14 21:01:44 by Matthias Scheler | Files touched by this commit (1)
Log message:
Unbreak build of a lot of the "pange" package under Mac OS X Leopard.
Checking whether "X11_TYPE" is "xorg" is obsolete and *not* \ 
equivalent
to checking whether we are not using modular X.org.
   2008-01-24 21:15:20 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Disable visibility code on Solaris, even when compiling with GCC 4.
   2008-01-15 23:58:55 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update 7.0.11:

    bump to 7.0.11

    Describe what XF86XK_Display does (or now is meant to do).

    Add dead_abovecomma and dead_abovereversedcomma

    Also added aliases dead_psili and dead_dasia.

    The UCS unifies Combining Psili and Combining Dasia with
    Combining Comma Above and Combining Reversed Comma Above.
    These two aliases mirror that unification.

    Comment on the new locations of the files referenced in keysymdef.h
    keysymdef.h has a comment from the monolithic days suggesting that
    the file be kept in sync with mappings inxc/lib/X11/KeyBind.c and
    the protocol specication in xc/doc/specs/XProtocol/X11.keysyms.

    This commit adds pointers to the new locations of those two files.

    Add *~ to .gitignore to skip patch/emacs droppings

    bcopy needs definition in Xfuncs.h for Xming

    Added some more files to .gitignore.

    Enable GCC's visibility attributes on GCC 4 or greater only.

    Add keysym definitions from Jim Gettys.
   2008-01-06 01:08:30 by Roland Illig | Files touched by this commit (1)
Log message:
pkgsrc doesn't have "xorg" anymore.
   2007-01-18 19:06:43 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update to xproto-7.0.10. No functional changes.
   2006-12-30 12:50:11 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
NetBSD doesn't provide _POSIX_THREAD_SAFE_FUNCTIONS, which broke
the pwent/grent accessor functions. Fix and bump revision.
   2006-12-23 16:31:29 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix the fix of the typo. Bump revision again.
   2006-12-16 02:04:43 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
For reasons beyond my compressions, (b)make handles

.if foo || bar
BAZ=	no
.else
BAZ=	yes
.endif

different from

.if foo
BAZ=	no
.elif bar
BAZ=	no
.else
BAZ=	yes
.endif

in some situations exposed in this builtin.mk. Workaround this for now.
   2006-12-15 21:43:01 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.

Next | Query returned 52 messages, browsing 31 to 40 | Previous