pulseaudio/src
Tanu Kaskinen 6bc00720f3 core-util: Never parse integers as octal
I believe nobody needs to pass octal numbers to PulseAudio, and if we
encounter integer strings starting with zeros, the intention is to use
them in base 10. Hexadecimal numbers are more common, and they can't be
interpreted in base 10 anyway, so they are still supported.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/51>
2020-12-03 14:41:39 +00:00
..
daemon Add default.pa.d folder support 2020-11-23 22:07:36 +00:00
modules build-sys: meson: add oss-output option for OSS output support 2020-11-28 00:34:49 +03:00
pulse introspect: Add version check to pa_context_send_message_to_object() 2020-12-03 14:41:39 +00:00
pulsecore core-util: Never parse integers as octal 2020-12-03 14:41:39 +00:00
tests tests: Fix incompatible pointer type on Debian kfreebsd 2020-11-25 14:54:49 +00:00
utils pactl: Implement list message-handlers 2020-12-03 14:41:39 +00:00
.gitignore gitignore: Ignore hashmap-test 2020-08-06 14:34:56 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am message-params: Allow parameter strings to contain escaped curly braces 2020-12-03 14:41:39 +00:00
map-file message-params: Add read functions for arrays 2020-12-03 14:41:39 +00:00
meson.build message-params: Allow parameter strings to contain escaped curly braces 2020-12-03 14:41:39 +00:00