Frank Zschockelt 56e925ed03 Don't call mblen() to not depend on locale
mblen will fail with return code -1 if the locale used by the unit tests
isn't available on the machine. This will lead to an off by one error in some
tests where the needle is at the end of the haystack.

Since prof_occurrences expect null-terminated strings, the character after
the needle can simply be found by incrementing the address of the found needle
with strlen(needle).
2019-05-22 19:57:52 +02:00
2018-01-21 15:00:02 +00:00
2019-05-03 10:51:28 +02:00
2016-03-09 12:55:57 +01:00
2019-05-08 21:52:16 +02:00
2018-09-05 13:51:00 +02:00
2016-08-02 23:17:28 +01:00
2016-09-13 00:47:54 +01:00
2019-05-03 10:51:28 +02:00
2016-02-24 00:31:55 +00:00
2019-05-03 10:51:28 +02:00
2012-02-20 20:07:38 +00:00
2019-04-14 10:39:24 +02:00
2019-04-24 01:08:38 +02:00
2016-06-08 22:23:00 +01:00
2014-06-29 22:58:33 +01:00
2019-05-03 10:59:39 +02:00
2019-05-03 10:51:28 +02:00
2019-05-02 17:01:55 +02:00
2019-04-14 10:39:24 +02:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing and using Profanity.

Homepage: https://profanity-im.github.io/

Mailing List: https://groups.google.com/forum/#!forum/profanitydev

MUC: profanity@rooms.dismail.de

Plugins repository: https://github.com/profanity-im/profanity-plugins

Description
Mirror of the CProof repository. Used for backward compatibility. Please use https://git.jabber.space/devs/cproof for Issues, Pull Requests and any other interactions.
Readme 38 MiB
Languages
C 95.2%
Python 1.7%
Makefile 0.9%
M4 0.8%
Shell 0.7%
Other 0.6%