Commit graph

801 commits

Author SHA1 Message Date
Frederik Seiffert
4cc89bb8b1 Disable gdomap for all Android ABIs.
Target OS can be either "linux-android" or "linux-androideabi" (when building for armeabi-v7a).
2021-02-08 12:29:37 +01:00
Richard Frith-Macdonald
524624c7ed remove excess format specified from printf 2021-02-06 10:03:47 +00:00
Fred Kiefer
46c463c006 * Tools/make_strings/StringsFile.m: Write the file in UTF8 format
if the string contains any non ASCII character.
2021-02-05 22:56:15 +01:00
Frederik Seiffert
9725e77c9d Disable gdomap on Android (unsupported). 2021-02-03 17:55:12 +01:00
Frederik Seiffert
61709e6101 Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
Richard Frith-Macdonald
5ea20c1571 fix possible nil pointer usage 2021-01-25 12:23:32 +00:00
Richard Frith-Macdonald
2382fed763 Fix check for string terminator and improve formatting 2021-01-25 12:10:25 +00:00
fredkiefer
3b1bf24b26 * Tools/pl2link.m (main): Set key StartupWMClass and allow file
parameters of the Exec key.
2021-01-21 21:26:00 +01:00
Richard Frith-Macdonald
6d20773f56 Consistently use __typeof__() rather than typeof() or __typeof() for compatibility (GCC and clang and, perhaps, other future compilers) irrespective of -std= compilation options. 2020-12-15 13:01:00 +00:00
Richard Frith-Macdonald
12f3f02c06 Use correct definitjion for integer type in windows 2020-12-09 16:50:44 +00:00
Richard Frith-Macdonald
1906093efd Import missing NSError header 2020-12-03 12:01:20 -05:00
Richard Frith-Macdonald
d1bd406e17 Allow synonyms for help and print same message as OSX for unrecognised option 2020-11-12 06:46:55 +00:00
Richard Frith-Macdonald
d342c4a459 fix missing semicolon 2020-11-12 06:36:49 +00:00
rfm
8852c29aba
Merge pull request #162 from Artoria2e5/plutil-doc
plutil: Some documentation
Yes, some documentation is better than none :-)
2020-11-12 17:11:51 +00:00
Richard Frith-Macdonald
5dbd0a7da5 trivial format fixes 2020-11-07 16:02:15 +00:00
Richard Frith-Macdonald
7ecb170800 Fix a check for a null pointer and various whitespace/indentation tidyups 2020-11-07 15:56:51 +00:00
Mingye Wang
fb5368fefe plutil: Some documentation 2020-11-07 23:07:29 +08:00
Richard Frith-Macdonald
94162b9b73 Fixups for format and compilation 2020-11-06 09:30:58 +00:00
rfm
8ccd6e2675
Merge pull request #102 from Artoria2e5/pluti
Add plutil utility
2020-11-06 09:12:33 +00:00
Richard Frith-Macdonald
01e2011d6c Remove break whose use depends on ENTER_POOL/LEAVE_POOL behavior 2020-10-12 12:53:39 +01:00
root
ce4b65a26d plutil: make it build 2020-09-23 16:57:09 +08:00
Richard Frith-Macdonald
e94025271b Avoid coverity warning by using memmove rather than strcpy 2020-08-23 19:01:42 +01:00
Richard Frith-Macdonald
b47faf74bc attempt to work round coverity false positive 2020-08-23 18:55:41 +01:00
Riccardo Mottola
94e10f0447 minor type cast to fix output for platforms where socket is unsigned 2020-06-09 12:48:01 +02:00
Mingye Wang
8b46d8d042
NSPropertyList+PLUtil: add missing headers, fix nil/id warning
My old GNUStep environment got wiped due to some improper Windows and UEFI monkeying. Please excuse the slow progress for a while.
2020-03-31 06:33:09 +08:00
Mingye Wang
f092bb0dd1 fixup! imp names 2020-03-04 23:17:07 +08:00
Mingye Wang
6ac9271fbc use dataFromPropertyList for the addition 2020-02-26 19:22:19 +08:00
Mingye Wang
ce7ff5709b plutil: get other formats in 2020-02-26 19:16:44 +08:00
Mingye Wang
319fc47772 pldes.1: document -format 2020-02-20 15:48:00 +08:00
Mingye Wang
a76677623a plutil: use GS text for pretty print 2020-02-20 11:28:09 +08:00
Mingye Wang
ee4dcec792 fixup! build issues 2020-02-19 14:17:14 +08:00
Mingye Wang
b8d83158e8 Create plutil utility
This is supposedly an expansion of the macOS plutil(1). See #101.
2020-02-19 11:46:54 +08:00
Richard Frith-Macdonald
31f277d751 Fix to consider explicitly configured hosts to be probled for servers. Add -S 2020-02-17 15:30:21 +00:00
Richard Frith-Macdonald
2e07244f8e Updates to move towards ARC 2020-02-08 16:42:17 +00:00
Richard Frith-Macdonald
de9740cda4 Applied patches by Alan Jenkins 2019-09-16 18:29:18 +01:00
Wolfgang Lux
c3b7a69968 Fix crash in gdomap when an invalid hostname is given for the -M option 2019-03-18 12:12:01 +01:00
Richard Frith-Macdonald
b128196e57 rewrite unicode escape generation to avoid spurious compiler warning 2019-01-17 15:16:31 +00:00
Richard Frith-Macdonald
ed286536e2 Add GSTLSServerName option 2018-05-18 20:26:35 +01:00
fredkiefer
f5684496a2 * Tools/pl2link.m (main): Don't write deprecated fields to desktop
link file.
Patch by: Josh Freeman <gnustep_lists@twilightedge.com>
2018-05-10 19:29:24 +02:00
Richard Frith-Macdonald
6b1b3c8e27 Prevent possible buffer overrun 2018-02-11 12:41:10 +00:00
Richard Frith-Macdonald
9ba8e9123b remove useless check 2018-02-07 11:48:34 +00:00
Richard Frith-Macdonald
29c3dea2b1 remove dead code 2018-02-05 13:21:15 +00:00
Richard Frith-Macdonald
db8b06b47c make checker happy 2018-01-31 14:40:11 +00:00
Wolfgang Lux
07f654e3cd Remove accidental change 2018-01-30 15:32:20 +00:00
Richard Frith-Macdonald
7ba39b8378 Wolfgang spotter that udp_desc is a special case ... need to deal with it. 2018-01-30 14:16:05 +00:00
Richard Frith-Macdonald
165864bb65 revert bad check for closed descriptor 2018-01-30 09:26:24 +00:00
Richard Frith-Macdonald
094448abce Improve checks on incoming port range. 2018-01-29 07:58:04 +00:00
Richard Frith-Macdonald
4dc28bce56 iFix possible denial of service attack 2018-01-23 13:56:13 +00:00
Richard Frith-Macdonald
c7ba537c75 fix issues picked up by automated checker 2018-01-23 11:32:36 +00:00
Wolfgang Lux
65af5b5ad6 Fix incorrect use addresses returned from getaddrinfo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40500 72102866-910b-0410-8b05-ffd578937521
2017-05-10 12:38:40 +00:00