summaryrefslogtreecommitdiff
path: root/modules/om
Commit message (Expand)AuthorAgeFilesLines
* Avoid NULL pointer deref. Fixes issue #47.Matthieu Herrb2021-12-031-3/+3
* Fix an integer overflow in init_om()Matthieu Herrb2020-08-191-1/+2
* Fix spelling/wording issuesAlan Coopersmith2020-07-221-4/+4
* no need to check XFree argumentswalter harms2017-08-201-22/+10
* Delete #if 0 hunks of codeAlan Coopersmith2015-12-182-58/+0
* Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith2015-12-031-3/+4
* Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith2015-06-041-9/+5
* omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra2015-06-041-1/+1
* Remove more redundant null checks before Xfree()walter harms2014-06-061-28/+15
* Don't try so hard to find a matching font with the given encodingJon TURNEY2013-12-131-1/+1
* Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith2013-08-201-18/+18
* omGeneric.c: convert sprintf calls to snprintfAlan Coopersmith2013-08-201-10/+11
* omGeneric: remove space between struct name & member nameAlan Coopersmith2013-07-271-1/+1
* unifdef MUSTCOPYAlan Coopersmith2013-03-031-82/+9
* Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith2011-04-181-34/+16
* Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith2011-04-181-6/+3
* om: Fix memory leaks on get_font_name error paths.Ander Conselvan de Oliveira2011-04-131-8/+6
* om: Fix potential memory leak in init_om.Ander Conselvan de Oliveira2011-04-131-10/+12
* om: Fix memory leak on read_EncodingInfo error path.Ander Conselvan de Oliveira2011-04-131-1/+3
* Remove support for building without XCBJosh Triplett2010-06-031-1/+0
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-191-1/+2
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-148-16/+0
* set_fontset_extents crash after get_rotate_fontname fix in 2bef065b70f7Osamu Sayama2010-01-061-2/+2
* Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston2009-10-011-2/+4
* X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)Christoph Pfister2009-04-271-0/+2
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-282-9/+0
* Bug #14898: Don't abuse the sprintf() implementation.Adam Jackson2008-06-241-1/+2
* Strip whitespace from end of lines in source filesAlan Coopersmith2008-06-175-63/+63
* Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck2007-04-062-2/+2
* Move .cvsignore to .gitignore.Jamey Sharp2006-02-192-0/+0
* Merge the X11 and BIGREQS package sets: they were used in exactly the same pl...Jamey Sharp2006-02-191-1/+0
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-031-1/+2
* Move i18n modules to top-level so they can be built in the right order (befor...Keith Packard2005-07-151-0/+1
* Add $(top_srcdir)/src to include listAlexander Gottwald2005-07-141-0/+1
* Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to a...Keith Packard2005-07-111-2/+13
* Enable loadable i18n modules, making them configurable on the configure comma...Keith Packard2005-07-114-0/+37
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen2005-05-138-0/+24
* Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>Søren Sandmann Pedersen2004-07-201-0/+1
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-238-731/+763
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-148-0/+4167