- 29 5月, 2013 5 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
- 28 5月, 2013 12 次提交
-
-
由 Travis Cross 提交于
We kill these files with .gitattributes.
-
由 Travis Cross 提交于
-
由 Mariusz Czułada 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
We now build unimrcp, portaudio, portaudio-stream, skypopen, b64, and dahdi-codec, so they should be included in meta-all. Also refactor a bit so we install all lang and mod_say packages as well.
-
由 Travis Cross 提交于
Without setting errmsg to NULL here, we'll try to print this freed value again below if another error doesn't intercede.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
- 27 5月, 2013 8 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Not that it really matters since we're returning to the OS momentarily at that point anyway.
-
由 Travis Cross 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
fsg_search.c:263:2: error: non-void function 'fsg_search_reinit' should return a value [-Wreturn-type]
-
由 Travis Cross 提交于
clang: error: explicitly assigning a variable of type 'uint16_t' (aka 'unsigned short') to itself [-Werror,-Wself-assign]
-
- 26 5月, 2013 8 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
This resolves a clang warning: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
-
由 Travis Cross 提交于
Disregard the supplemental commit text on commit 04c3b913. switch_util_quote_shell_arg() is fine.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Unused variables break the build with recent versions of gcc and clang.
-
由 Travis Cross 提交于
Note that the function switch_util_quote_shell_arg is implemented incorrectly for unix shells, so this is still not safe until that function is fixed. Reported-by:
Nathan Neulinger <nneul@mst.edu> FS-5450 --resolve
-
由 Travis Cross 提交于
We were using both switch_util_quote_shell_arg and switch_string_replace without freeing the results even though both functions malloc.
-
- 25 5月, 2013 7 次提交
-
-
由 Travis Cross 提交于
Thanks-to: Nathan Neulinger <nneul@mst.edu> FS-5448 --resolve
-
由 Travis Cross 提交于
Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
-
由 Travis Cross 提交于
Thanks-to: Alexandre Snarskii <snar@snar.spb.ru> FS-5465 --resolve
-
由 Travis Cross 提交于
FS-5472 --resolve
-
由 Travis Cross 提交于
And jessie is the new testing. The king is dead, long live the king!
-
由 Travis Cross 提交于
This fixes the build on gcc-4.7.3. The build was breaking with: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
-
由 Travis Cross 提交于
-