summaryrefslogtreecommitdiff
path: root/modules/om
AgeCommit message (Expand)AuthorFilesLines
2024-11-10CI_GET_*_INFO_*: add do ... while (0) to avoid -Wextra-semi-stmt warningsAlan Coopersmith2-6/+6
2024-05-07Fix buffer overrun in parse_omit_nameJosé Expósito1-1/+1
2021-12-03Avoid NULL pointer deref. Fixes issue #47.Matthieu Herrb1-3/+3
2020-08-19Fix an integer overflow in init_om()Matthieu Herrb1-1/+2
2020-07-22Fix spelling/wording issuesAlan Coopersmith1-4/+4
2017-08-20no need to check XFree argumentswalter harms1-22/+10
2015-12-18Delete #if 0 hunks of codeAlan Coopersmith2-58/+0
2015-12-03Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith1-3/+4
2015-06-04Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith1-9/+5
2015-06-04omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra1-1/+1
2014-06-06Remove more redundant null checks before Xfree()walter harms1-28/+15
2013-12-13Don't try so hard to find a matching font with the given encodingJon TURNEY1-1/+1
2013-08-20Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith1-18/+18
2013-08-20omGeneric.c: convert sprintf calls to snprintfAlan Coopersmith1-10/+11
2013-07-27omGeneric: remove space between struct name & member nameAlan Coopersmith1-1/+1
2013-03-03unifdef MUSTCOPYAlan Coopersmith1-82/+9
2011-04-18Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith1-34/+16
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith1-6/+3
2011-04-13om: Fix memory leaks on get_font_name error paths.Ander Conselvan de Oliveira1-8/+6
2011-04-13om: Fix potential memory leak in init_om.Ander Conselvan de Oliveira1-10/+12
2011-04-13om: Fix memory leak on read_EncodingInfo error path.Ander Conselvan de Oliveira1-1/+3
2010-06-03Remove support for building without XCBJosh Triplett1-1/+0
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith8-16/+0
2010-01-06set_fontset_extents crash after get_rotate_fontname fix in 2bef065b70f7Osamu Sayama1-2/+2
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston1-2/+4
2009-04-27X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)Christoph Pfister1-0/+2
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2-9/+0
2008-06-24Bug #14898: Don't abuse the sprintf() implementation.Adam Jackson1-1/+2
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith5-63/+63
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck2-2/+2
2006-02-19Move .cvsignore to .gitignore.Jamey Sharp2-0/+0
2006-02-19Merge the X11 and BIGREQS package sets: they were used in exactly the same pl...Jamey Sharp1-1/+0
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-1/+2
2005-07-15Move i18n modules to top-level so they can be built in the right order (befor...Keith Packard1-0/+1
2005-07-14Add $(top_srcdir)/src to include listAlexander Gottwald1-0/+1
2005-07-11Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to a...Keith Packard1-2/+13
2005-07-11Enable loadable i18n modules, making them configurable on the configure comma...Keith Packard4-0/+37
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen8-0/+24
2004-07-20Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>Søren Sandmann Pedersen1-0/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich8-731/+763
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley8-0/+4167