Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/libXaw/dist initial import of libXaw-1.0.14



details:   https://anonhg.NetBSD.org/xsrc/rev/5481f9fc3395
branches:  trunk
changeset: 10671:5481f9fc3395
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 26 21:23:18 2021 +0000

description:
initial import of libXaw-1.0.14

diffstat:

 external/mit/libXaw/dist/ChangeLog                                          |   790 +
 external/mit/libXaw/dist/Makefile.am                                        |     1 +
 external/mit/libXaw/dist/Makefile.in                                        |    44 +-
 external/mit/libXaw/dist/README.md                                          |    18 +
 external/mit/libXaw/dist/aclocal.m4                                         |  5417 +++++----
 external/mit/libXaw/dist/autogen.sh                                         |    11 +-
 external/mit/libXaw/dist/compile                                            |    17 +-
 external/mit/libXaw/dist/config.guess                                       |   987 +-
 external/mit/libXaw/dist/config.h.in                                        |     6 +-
 external/mit/libXaw/dist/config.sub                                         |  2762 ++--
 external/mit/libXaw/dist/configure                                          |  2634 ++-
 external/mit/libXaw/dist/configure.ac                                       |    13 +-
 external/mit/libXaw/dist/depcomp                                            |    10 +-
 external/mit/libXaw/dist/include/Makefile.in                                |    17 +-
 external/mit/libXaw/dist/include/X11/Xaw/List.h                             |     2 +-
 external/mit/libXaw/dist/include/X11/Xaw/MenuButtoP.h                       |     2 +-
 external/mit/libXaw/dist/include/X11/Xaw/SmeBSBP.h                          |     2 +-
 external/mit/libXaw/dist/include/X11/Xaw/XawInit.h                          |     2 +-
 external/mit/libXaw/dist/install-sh                                         |    60 +-
 external/mit/libXaw/dist/ltmain.sh                                          |  5883 ++++++---
 external/mit/libXaw/dist/man/Makefile.in                                    |    17 +-
 external/mit/libXaw/dist/missing                                            |    16 +-
 external/mit/libXaw/dist/specs/AsciiSink.xml                                |    20 +-
 external/mit/libXaw/dist/specs/AsciiSource.xml                              |    24 +-
 external/mit/libXaw/dist/specs/AsciiText.xml                                |    24 +-
 external/mit/libXaw/dist/specs/Box.xml                                      |    24 +-
 external/mit/libXaw/dist/specs/CH1.xml                                      |   373 +-
 external/mit/libXaw/dist/specs/CH2.xml                                      |   353 +-
 external/mit/libXaw/dist/specs/CH3.xml                                      |     3 +-
 external/mit/libXaw/dist/specs/CH4.xml                                      |    10 +-
 external/mit/libXaw/dist/specs/CH5.xml                                      |    26 +-
 external/mit/libXaw/dist/specs/CH6.xml                                      |    10 +-
 external/mit/libXaw/dist/specs/CH7.xml                                      |    17 +-
 external/mit/libXaw/dist/specs/Command.xml                                  |    38 +-
 external/mit/libXaw/dist/specs/Dialog.xml                                   |    30 +-
 external/mit/libXaw/dist/specs/Form.xml                                     |    18 +-
 external/mit/libXaw/dist/specs/Grip.xml                                     |    31 +-
 external/mit/libXaw/dist/specs/Label.xml                                    |    12 +-
 external/mit/libXaw/dist/specs/List.xml                                     |    56 +-
 external/mit/libXaw/dist/specs/Makefile.in                                  |    24 +-
 external/mit/libXaw/dist/specs/MenuButton.xml                               |    46 +-
 external/mit/libXaw/dist/specs/Paned.xml                                    |    52 +-
 external/mit/libXaw/dist/specs/Panner.xml                                   |    42 +-
 external/mit/libXaw/dist/specs/Porthole.xml                                 |    18 +-
 external/mit/libXaw/dist/specs/Repeater.xml                                 |    29 +-
 external/mit/libXaw/dist/specs/Scrollbar.xml                                |    60 +-
 external/mit/libXaw/dist/specs/Simple.xml                                   |    12 +-
 external/mit/libXaw/dist/specs/SimpleMenu.xml                               |    75 +-
 external/mit/libXaw/dist/specs/Sme.xml                                      |    26 +-
 external/mit/libXaw/dist/specs/SmeBSB.xml                                   |    12 +-
 external/mit/libXaw/dist/specs/SmeLine.xml                                  |    12 +-
 external/mit/libXaw/dist/specs/StripChart.xml                               |    16 +-
 external/mit/libXaw/dist/specs/TPage_Credits.xml                            |     8 +
 external/mit/libXaw/dist/specs/Template.xml                                 |    88 +-
 external/mit/libXaw/dist/specs/Template_private_header_file.xml             |     4 +-
 external/mit/libXaw/dist/specs/Template_public_header_file.xml              |    42 +-
 external/mit/libXaw/dist/specs/Template_widget_source_file.xml              |    52 +-
 external/mit/libXaw/dist/specs/TextActions.xml                              |    35 +-
 external/mit/libXaw/dist/specs/TextActions_default_translation_bindings.xml |     6 +-
 external/mit/libXaw/dist/specs/TextActions_text_widget_actions.xml          |    30 +-
 external/mit/libXaw/dist/specs/TextCustom.xml                               |    18 +-
 external/mit/libXaw/dist/specs/TextFuncs.xml                                |    74 +-
 external/mit/libXaw/dist/specs/TextSink.xml                                 |    36 +-
 external/mit/libXaw/dist/specs/TextSource.xml                               |    14 +-
 external/mit/libXaw/dist/specs/Toggle.xml                                   |     4 +-
 external/mit/libXaw/dist/specs/Tree.xml                                     |     4 +-
 external/mit/libXaw/dist/specs/Viewport.xml                                 |    16 +-
 external/mit/libXaw/dist/specs/libXaw.ent.in                                |     2 +
 external/mit/libXaw/dist/specs/libXaw.xml                                   |     4 +-
 external/mit/libXaw/dist/src/Actions.c                                      |    82 +-
 external/mit/libXaw/dist/src/AllWidgets.c                                   |    86 +-
 external/mit/libXaw/dist/src/AsciiSink.c                                    |   257 +-
 external/mit/libXaw/dist/src/AsciiSrc.c                                     |    78 +-
 external/mit/libXaw/dist/src/AsciiText.c                                    |     2 +-
 external/mit/libXaw/dist/src/Box.c                                          |    36 +-
 external/mit/libXaw/dist/src/Command.c                                      |    30 +-
 external/mit/libXaw/dist/src/Converters.c                                   |    84 +-
 external/mit/libXaw/dist/src/Dialog.c                                       |    12 +-
 external/mit/libXaw/dist/src/DisplayList.c                                  |   336 +-
 external/mit/libXaw/dist/src/Form.c                                         |   109 +-
 external/mit/libXaw/dist/src/Grip.c                                         |     2 +-
 external/mit/libXaw/dist/src/Label.c                                        |   104 +-
 external/mit/libXaw/dist/src/List.c                                         |    98 +-
 external/mit/libXaw/dist/src/Makefile.am                                    |    16 +-
 external/mit/libXaw/dist/src/Makefile.in                                    |   480 +-
 external/mit/libXaw/dist/src/MenuButton.c                                   |    10 +-
 external/mit/libXaw/dist/src/MultiSink.c                                    |    64 +-
 external/mit/libXaw/dist/src/MultiSrc.c                                     |    93 +-
 external/mit/libXaw/dist/src/OS.c                                           |    10 +-
 external/mit/libXaw/dist/src/Paned.c                                        |    86 +-
 external/mit/libXaw/dist/src/Panner.c                                       |   101 +-
 external/mit/libXaw/dist/src/Pixmap.c                                       |    64 +-
 external/mit/libXaw/dist/src/Porthole.c                                     |     8 +-
 external/mit/libXaw/dist/src/Private.h                                      |     2 +-
 external/mit/libXaw/dist/src/Repeater.c                                     |    18 +-
 external/mit/libXaw/dist/src/Scrollbar.c                                    |    93 +-
 external/mit/libXaw/dist/src/Simple.c                                       |    22 +-
 external/mit/libXaw/dist/src/SimpleMenu.c                                   |   126 +-
 external/mit/libXaw/dist/src/Sme.c                                          |     8 +-
 external/mit/libXaw/dist/src/SmeBSB.c                                       |    54 +-
 external/mit/libXaw/dist/src/SmeLine.c                                      |    12 +-
 external/mit/libXaw/dist/src/StripChart.c                                   |    73 +-
 external/mit/libXaw/dist/src/TextAction.c                                   |   379 +-
 external/mit/libXaw/dist/src/TextPop.c                                      |   135 +-
 external/mit/libXaw/dist/src/TextSink.c                                     |   119 +-
 external/mit/libXaw/dist/src/TextSrc.c                                      |   104 +-
 external/mit/libXaw/dist/src/Tip.c                                          |    79 +-
 external/mit/libXaw/dist/src/Toggle.c                                       |    12 +-
 external/mit/libXaw/dist/src/Tree.c                                         |    83 +-
 external/mit/libXaw/dist/src/Vendor.c                                       |    57 +-
 external/mit/libXaw/dist/src/Viewport.c                                     |   118 +-
 external/mit/libXaw/dist/src/XawI18n.c                                      |     4 +-
 external/mit/libXaw/dist/src/XawIm.c                                        |   102 +-
 external/mit/libXaw/dist/src/XawInit.c                                      |     2 +-
 114 files changed, 14383 insertions(+), 10108 deletions(-)

diffs (truncated from 46599 to 300 lines):

diff -r 246ba53e6965 -r 5481f9fc3395 external/mit/libXaw/dist/ChangeLog
--- a/external/mit/libXaw/dist/ChangeLog        Mon Apr 26 21:10:15 2021 +0000
+++ b/external/mit/libXaw/dist/ChangeLog        Mon Apr 26 21:23:18 2021 +0000
@@ -1,3 +1,793 @@
+commit 9cfeba9db7f3ac4e0b351969c9ff5ab8f58ec7ef
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date:   Sat Mar 27 13:38:39 2021 -0400
+
+    libXaw 1.0.14
+    
+    Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 197e9d055f3cd351ae73551955ff463294b965bf
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Tue Nov 26 19:05:01 2019 -0500
+
+    compiler-warning fixes for const-mismatches, no object-change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 9f5025729992607eaac987f7f82208018af84fb6
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Mon Nov 25 20:49:28 2019 -0500
+
+    reduce compiler warnings using casts, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 4ea048a88a378d05bfef1633bcafae17a757e024
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Mon Nov 25 19:15:33 2019 -0500
+
+    fix compiler warning by updating parameter type for call to XtDisplayInitialize
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 78f66e92c66ad637da33df454a7aae149476e765
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Mon Nov 25 17:57:14 2019 -0500
+
+    change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
+    respectively so the default .c.o rule works (needed for the "Regress"
+    script).
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 15860a8e2804243777c1e3d1fc997b9d6a500cb5
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Sat Jul 6 06:33:35 2019 -0400
+
+    use _X_UNUSED to quiet unused-parameter warnings
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 70fb870ca41cd2a5f9c46ad0244004bd7f808202
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 21:04:03 2019 -0400
+
+    fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit a68226ab5e620a49cfedbe01b437d1ebac2adf9b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:37:07 2019 -0400
+
+    fix some type/conversion warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 7a6b35790865bd40009eef58d0a4d504b2fce0c8
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:33:22 2019 -0400
+
+    fix some type/conversion warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 9b4f070bfb7cbaad22b03d2d38b338e82cbf80c0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:30:02 2019 -0400
+
+    fix misleading indentation, which gave a compiler warning
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 29144b39e9b7e5bad43b5e6013ecb4cfac049bd5
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:25:01 2019 -0400
+
+    fix some type/conversion compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit ccca832690f7ee56469786d7926e79f219259cea
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:21:18 2019 -0400
+
+    fix some type/conversion compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 666ecd9890cef9726cd29da7acb3e397ca90442b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:18:45 2019 -0400
+
+    fix some type/conversion compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit e1fc6483141c483c1b5e1bfb67fc443faaa314e3
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:06:00 2019 -0400
+
+    fix some type/comparison compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 5ea7395991b55b0b7ce8cc1dcaafc37e2b8b9d46
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 20:00:26 2019 -0400
+
+    change a couple of variable-types to reduce compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 30a9013124591c253254255dbda16bdd516c2e9a
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 19:54:00 2019 -0400
+
+    fix a missing struct-initializer, and quiet unused-parameter warnings
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 9836ef1ff74744dc8316b762baf9f9f5f70bbd8f
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 19:50:15 2019 -0400
+
+    change variables to/from char* vs String to reduce compiler warnings (no object change)
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit d7a86b4b9017c67fbdabd4e6006fba6689c63ed1
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 19:47:45 2019 -0400
+
+    quiet some more type-conversion warnings, as well as unused-parameters
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit c22df47605e3e5230addea2fc9a531fb0b84339d
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 19:35:02 2019 -0400
+
+    trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit dc53edf2132fa7a25a75e2f8f12ed4623c4cbb2a
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Thu Jul 4 14:46:44 2019 -0400
+
+    add --disable-const option, from libXt
+
+commit 89d3815e07e883f7f399b69c709518667af179a0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:55:07 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit bca947bda79e992b1bd0537ad68fedc9740188e3
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:55:56 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 88dabfee7a5a45ef747f4e3367c1705cddfd871a
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:08 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit bc737a82007a880c6d17d2334bf85346640409e7
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:16 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit cc3f0b591987c8edd0c573479c9df34fda253c06
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:28 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 2a14a606cb23843ca6c4ba5b8546cc54bccbb29a
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:38 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 40af785c9cbe82c0caf3d143980f4e92d1ac3f67
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:46 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 5abff2885ddcb9fc1732bf00ebad9bf09e08c2cc
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:56:55 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit eeea8a6b2b84ef2a3f50387d1ae99037b692a3f4
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:57:05 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 729e6f0b05664952f04865f2c0143524d4ac01d3
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:57:16 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 58d4568a6b685a7f0bce2e2af238b5a54edbbde7
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:57:26 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit d01732e7cddfb08fe16e6c2e673ee1bb78bd18bc
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:57:34 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 7b3ba952e590c975c6e6bf2d64fb04dab0959272
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:57:51 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 0dd86d04aa36dd592c6720c7653a0246345ddbc1
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:58:00 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit b3ce7ce658b4336bca487aa1c9e7689622db4211
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:58:08 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 3afd76ce8640b1bff299ada10af6faa7ae41e21c
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:58:17 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 32fdbc4cf763dbf7307414f7e3b0e0ea744bc3d5
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date:   Wed Jul 3 09:58:25 2019 -0400
+
+    add casts to quiet gcc conversion-warnings, no object change
+    
+    Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+



Home | Main Index | Thread Index | Old Index