xedit: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 6 00:10:20 UTC 2025


 .gitignore                       |    4 ++--
 Makefile.am                      |    8 ++++----
 commands.c                       |    4 ++--
 configure.ac                     |    4 ++--
 hook.c                           |    4 ++--
 ispell.c                         |    6 +++---
 lisp.c                           |    2 +-
 lisp/bytecode.c                  |    6 +++---
 lisp/core.c                      |    2 +-
 lisp/core.h                      |    2 +-
 lisp/debugger.c                  |    2 +-
 lisp/debugger.h                  |    2 +-
 lisp/format.c                    |    2 +-
 lisp/format.h                    |    2 +-
 lisp/helper.c                    |    2 +-
 lisp/helper.h                    |    2 +-
 lisp/internal.h                  |    2 +-
 lisp/io.c                        |    2 +-
 lisp/io.h                        |    2 +-
 lisp/lisp.c                      |    8 ++++----
 lisp/lisp.h                      |    2 +-
 lisp/lsp.c                       |    2 +-
 lisp/math.c                      |    2 +-
 lisp/math.h                      |    2 +-
 lisp/mathimp.c                   |   30 +++++++++++++++---------------
 lisp/modules/lisp.lsp            |    2 +-
 lisp/modules/progmodes/patch.lsp |    2 +-
 lisp/modules/psql.c              |    2 +-
 lisp/modules/x11.c               |    2 +-
 lisp/modules/xaw.c               |    2 +-
 lisp/modules/xt.c                |    8 ++++----
 lisp/mp/mp.c                     |    2 +-
 lisp/mp/mp.h                     |    2 +-
 lisp/mp/mpi.c                    |    2 +-
 lisp/mp/mpr.c                    |    2 +-
 lisp/package.c                   |    2 +-
 lisp/package.h                   |    2 +-
 lisp/pathname.c                  |    2 +-
 lisp/pathname.h                  |    2 +-
 lisp/private.h                   |    2 +-
 lisp/re/tests.txt                |    4 ++--
 lisp/read.c                      |    6 +++---
 lisp/read.h                      |    2 +-
 lisp/regex.c                     |    2 +-
 lisp/regex.h                     |    2 +-
 lisp/require.c                   |    2 +-
 lisp/require.h                   |    2 +-
 lisp/stream.c                    |    2 +-
 lisp/stream.h                    |    2 +-
 lisp/string.c                    |    2 +-
 lisp/string.h                    |    2 +-
 lisp/struct.c                    |    2 +-
 lisp/struct.h                    |    2 +-
 lisp/test/hello.lsp              |    2 +-
 lisp/test/list.lsp               |    2 +-
 lisp/test/math.lsp               |    2 +-
 lisp/test/psql-1.lsp             |    2 +-
 lisp/test/stream.lsp             |    2 +-
 lisp/test/widgets.lsp            |    2 +-
 lisp/time.c                      |    2 +-
 lisp/time.h                      |    2 +-
 lisp/write.c                     |    2 +-
 lisp/write.h                     |    2 +-
 lisp/xedit.c                     |    2 +-
 options.c                        |    4 ++--
 util.c                           |   28 ++++++++++++++--------------
 xedit.c                          |    8 ++++----
 xedit.h                          |    4 ++--
 68 files changed, 120 insertions(+), 120 deletions(-)

New commits:
commit 3a07a943932c54ccf5d688c3f55f4a01e62a2d40
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Aug 5 17:05:36 2025 -0700

    Strip trailing whitespace from source files
    
    Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
    
    `git diff -w` & `git diff -b` show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xedit/-/merge_requests/13>



More information about the xorg-commit mailing list