1. 12 Jun, 2019 2 commits
    • Ulrich Sibiller's avatar
      NXwindow.c: fix compiler warning · d8f5e647
      Ulrich Sibiller authored
      NXwindow.c:265:27: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Wformat-overflow=]
             sprintf(artsd_port,"%d", nPort);
                                 ^~
      NXwindow.c:265:26: note: directive argument in the range [-2147476648, 2147483647]
             sprintf(artsd_port,"%d", nPort);
                                ^~~~
      NXwindow.c:265:7: note: ‘sprintf’ output between 2 and 12 bytes into a destination of size 10
             sprintf(artsd_port,"%d", nPort);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      d8f5e647
    • Ulrich Sibiller's avatar
      Remove the Must_have_memory hack. · a765857a
      Ulrich Sibiller authored
      We are not using any alloc function that respects that variable, so
      lets drop it. Backport of this commit:
      
        commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Fri Oct 3 16:05:19 2008 -0400
      
          Remove the Must_have_memory hack.
      
          Also remove an astonishing amount of misunderstanding of how casts work.
      a765857a
  2. 11 Jun, 2019 27 commits
  3. 29 May, 2019 1 commit
    • Ulrich Sibiller's avatar
      dix: remove unused requestLogIndex · 0eab060d
      Ulrich Sibiller authored
      As done in these commits:
      
        commit 6583477035234e23ead2fad9db7a07e5862447a4
        Author: Nicolai Hähnle <nhaehnle@gmail.com>
        Date:   Sat May 23 13:35:24 2009 +0200
      
          Remove reference to non-existing requestLog and requestLogIndex
      
          These fields were removed in 252ec504817e05b185e4896a2d899e9c00b8aeef.
      Signed-off-by: 's avatarNicolai Haehnle <nhaehnle@gmail.com>
      Signed-off-by: 's avatarPeter Hutterer <peter.hutterer@who-t.net>
      
        commit 252ec504817e05b185e4896a2d899e9c00b8aeef
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Mon Mar 30 15:18:30 2009 -0400
      
          Document which bits of ClientRec are currently unused
      0eab060d
  4. 21 May, 2019 1 commit
  5. 17 May, 2019 3 commits
  6. 13 May, 2019 1 commit
  7. 11 May, 2019 1 commit
  8. 10 May, 2019 4 commits