summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a .PHONY to ensure the ChangeLog isn't stale.stableAaron Plattner2006-07-111-0/+2
| | | | | | | Setting the ChangeLog rule as phony forces it to be re-run even when the ChangeLog file already exists. Research indicates .PHONY is portable to BSD and Solaris make. (cherry picked from b8a98809ed81e1226775e6447ef219ffc01334b5 commit)
* Bump version to 1.0.3.libX11-1_0_3Donnie Berkholz2006-06-291-1/+1
|
* Bug #7349: Missed one of the setuid fixes.Donnie Berkholz2006-06-291-1/+5
| | | | (cherry picked from e9614c963b532f46a7932c2305a4b177a996a222 commit)
* Update to final Compose cache directory location.Matthias Hopf2006-06-291-1/+1
| | | | (cherry picked from abda4d223e9cce9ac6e7b5d82a5680d9a502e52a commit)
* Fix alignment of trees and wide chars in the cache.Matthias Hopf2006-06-291-12/+15
| | | | (cherry picked from 40a64c61f8bc33d497e1224e02c41dea2d424d97 commit)
* First (dummy) entry of compose caches was not initialized and thus contained ↵Matthias Hopf2006-06-291-0/+6
| | | | | | varying garbage. (cherry picked from f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 commit)
* Delete ChangeLog, and add a rule to autogenerate it for distribution. AlsoDonnie Berkholz2006-06-223-678/+9
| | | | | | add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a ChangeLog. (cherry picked from b0edfb8df16ab8c9959b83a4c966d55a59c4e295 commit)
* Bump version to 1.0.2.libX11-1_0_2Donnie Berkholz2006-06-221-1/+1
|
* Check setuid() return value.Matthieu Herrb2006-06-221-1/+5
| | | | (cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit)
* Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loadedDerek Wang2006-06-221-0/+2
| | | | (cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit)
* Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separatorsScott Revelt2006-06-227-6/+125
| | | | | based on locale that doesn't match those used in the Xcms.txt (cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit)
* Add *~ to ignore emacs droppingsAlan Coopersmith2006-06-221-0/+1
| | | | (cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit)
* Bug #3104: Compose table cache for faster X11 application starts.Matthias Hopf2006-06-222-28/+49
| | | | (cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit)
* Bug #3104: Compose table cache for faster X11 application starts.Matthias Hopf2006-06-224-18/+386
| | | | (cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit)
* Bug #3104: Compose table cache for faster X11 application starts.Lubos Lunak2006-06-221-0/+40
| | | | (cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit)
* Bug #3104: Compose table cache for faster X11 application starts. Part 1: ↵Matthias Hopf2006-06-2210-142/+219
| | | | | | Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure. (cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit)
* Fix bug #7035: unnecessary memmove in XOpenDisplay.Jamey Sharp2006-06-221-4/+1
| | | | | | Using memmove on the connection setup data causes a problem for XCB, but making Xlib stop doing that should be harmless for non-XCB as well. (cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit)
* Fix threading support on GNU/kFreeBSD systems. (Robert Millan)Daniel Stone2006-06-221-1/+1
| | | | (cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit)
* Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stableDonnie Berkholz2006-06-22104-5654/+5964
|\
| * Bug #2186: Add cs_CZ.iso8859-2 alias.Daniel Stone2006-06-061-0/+1
| |
| * nls: Serbian (sr_CS) update (#5575)Daniel Stone2006-06-063-28/+54
| | | | | | | | | | | | Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a corresponding locale change. Update compose.dir.pre, locale.alias.pre, and locale.dir.pre. (Milos Komarcevic)
| * im: add Braille input method (#6296)Daniel Stone2006-06-068-61/+146
| | | | | | | | Bug #6296: Add a Braille input method. (Samuel Thibault)
| * xkb support: small typoDaniel Stone2006-06-061-1/+1
| |
| * en_US.UTF-8 Compose.pre: updates from Simos (#5129)Daniel Stone2006-06-061-5545/+5539
| | | | | | | | | | Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms, adding Unicode character names, removing duplicate entries, et al.
| * nls: fix use of non-keysym dead_space (#5107)Daniel Stone2006-06-062-4/+4
| | | | | | | | Bug #5107: Change users of dead_space to space.
| * optional XKB support fixDaniel Stone2006-06-061-1/+4
| | | | | | | | Fix compilation with --disable-xkb.
| * i18n: separate data and lib directoriesDaniel Stone2006-06-064-8/+176
| | | | | | | | | | Break out locale data into separate data and library directories, under $(datadir) and $(libdir), respectively, by default.
| * libXcursor.so.1, not libXcursor.soAdam Jackson2006-06-061-1/+1
| |
| * XKBMisc.c: use Xfree, not xfreeDaniel Stone2006-06-061-1/+1
| | | | | | | | Use Xfree() instead of xfree() when freeing interps.
| * locale.alias.pre: bg_BG typo fixDaniel Stone2006-06-061-1/+1
| | | | | | | | Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
| * Coverity #203, #204: Fix potential NULL dereferences.Daniel Stone2006-06-061-2/+8
| |
| * Coverity #205: Fix potential NULL dereference.Daniel Stone2006-06-061-1/+5
| |
| * Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)Daniel Stone2006-06-061-0/+2
| |
| * Coverity #826: Fix potential memory leak.Daniel Stone2006-06-061-1/+4
| |
| * Bug #1625: Include keysym.h from Xutil.h.Daniel Stone2006-06-061-0/+1
| |
| * Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in moreEric Anholt2006-06-061-1/+1
| | | | | | | | | | cases (allocation failure) than nVisualsMatched == 0. Noticed from inspection of Coverity #599, #600.
| * Coverity #558: Free newly-allocated Database in error path.Eric Anholt2006-06-061-0/+1
| |
| * Coverity #582: Free newly-allocated region in error path.Eric Anholt2006-06-061-1/+3
| |
| * Properly clip bounds when only one point is defining an outline.Daniel Stone2006-06-062-0/+9
| |
| * Fix prototype of XConfigureWindow(). Bugzilla #6023.Matthieu Herrb2006-06-061-1/+1
| |
| * Set XTHREADLIB correctly for dragonfly platforms.Jeremy C. Reed2006-06-061-0/+2
| |
| * Update .gitignores for *.o and nls/locale.dir*.Jamey Sharp2006-06-062-1/+4
| |
| * Move .cvsignore to .gitignore.Jamey Sharp2006-06-0677-0/+0
| |
* | Bump to 1.0.1libX11-1_0_1Adam Jackson2006-05-121-1/+1
| |
* | libXcursor.so.1, not libXcursor.soAdam Jackson2006-05-111-1/+1
|/
* Merge the X11 and BIGREQS package sets: they were used in exactly the same ↵Jamey Sharp2006-02-1913-18/+20
| | | | places.
* Refactor _XFlush and _XSend code that sets dpy->synchandler to ↵Jamey Sharp2006-02-142-12/+21
| | | | _XSeqSyncFunction into a new function, _XSetSeqSyncFunction. It makes the patch for XCB cleaner, but is arguably a good idea anyway.
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages ↵Alan Coopersmith2006-02-122-141/+150
| | | | not created correctly when MANDIR & MANSUFFIX don't match.
* Fix typo in .TH lineAlan Coopersmith2006-02-032-1/+8
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|