Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-06 | Remove more superfluous if(p) checks around free(p) | Mikhail Gusarov | 1 | -2/+2 | |
This patch has been generated by the following Coccinelle semantic patch: @@ expression E; @@ -if(E) { free(E); } +free(E); Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Reviewed-by: Matt Turner <mattst88@gmail.com> | |||||
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson | 1 | -4/+1 | |
2007-06-29 | Death to RCS tags. | Adam Jackson | 1 | -1/+0 | |
2005-07-12 | Prepare Xdmx and Xvfb for modularization by adding appropriate #include | Kevin E Martin | 1 | -0/+4 | |
<{dix,dmx}-config.h> to the source files. | |||||
2004-06-30 | Add Distributed Multihead X (DMX) support | Kevin E Martin | 1 | -0/+607 | |