summaryrefslogtreecommitdiff
path: root/src/Core.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
| | | | | | Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* improved the script used for typedef-options with indent, updated indentationThomas E. Dickey2019-08-011-21/+14
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARYThomas E. Dickey2019-07-141-4/+0
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-071-218/+237
| | | | | | https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* remove/amend a few casts which produced warningsThomas E. Dickey2019-07-071-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* use _X_UNUSED to quiet compiler warningsThomas E. Dickey2019-07-071-9/+9
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fixes cppcheck "style" warnings (mostly variable-scope)Thomas E. Dickey2019-05-181-2/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* eliminate casts of NULL for String* and Cardinal*, since those are unnecessaryThomas E. Dickey2019-04-151-1/+1
| | | | | | as well as interfere with proposed const-string changes. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* This cleans up the "easy" warning fixes which can be made using myThomas E. Dickey2019-04-061-2/+2
| | | | | | | | | | | | | | | Regress script, comparing object-files before/after the edits: https://invisible-island.net/ansification/index.html https://invisible-island.net/scripts/readme.html The changes are casts, which quiet the gcc warnings about implicit conversion that my "gcc-normal" script would show. I avoided reformatting the code. The change reduces the number of gcc warnings from 769 to 163. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* Purge cvs tags.Jesse Adkins2010-10-061-2/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-09-231-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-12/+23
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: ansification, make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-301-2/+0
| | | | | | Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration.
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-181-0/+3
| | | | - add build system for lib/Xt
* Convert lib/Xt to ANSI C (Thomas Dickey). Fixes for a few valgrind warningsXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Matthieu Herrb2005-02-211-47/+47
| | | | (Thomas Dickey).
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-141-0/+397