poljar (Damir Jelić)
|
d806b19714
|
Remove pa_bool_t and replace it with bool.
commands used for this (executed from the pulseaudio/src directory):
find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \
-a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \
-a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \
-exec sed -i -e 's/\bpa_bool_t\b/bool/g' \
-e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \;
and:
sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \
-e '181,194!s/\bTRUE\b/true/' -e \
'181,194!s/\bFALSE\b/false/' pulsecore/macro.h
|
2013-07-04 12:25:30 +03:00 |
|
Colin Guthrie
|
86dee05aec
|
Use LGPL 2.1 on all files previously using LGPL 2
|
2009-03-03 20:23:02 +00:00 |
|
Lennart Poettering
|
8ae83d618e
|
get rid of svn $ keywords
|
2008-06-18 23:23:21 +03:00 |
|
Lennart Poettering
|
045c1d602d
|
merge glitch-free branch back into trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2008-05-15 23:34:41 +00:00 |
|
Lennart Poettering
|
65a6bff357
|
more pa_boolization
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2008 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-11-01 00:32:45 +00:00 |
|
Lennart Poettering
|
d949983845
|
Add a new meta command ".ifexists" to the CLI language, to execute commands only if a specified file exists. Original patch from cjvdb. Closes #36
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1456 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-05-26 23:39:33 +00:00 |
|
Pierre Ossman
|
06211b7c8f
|
Add copyright notices to all relevant files. (based on svn log)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-02-13 15:35:19 +00:00 |
|
Pierre Ossman
|
521daf6f0a
|
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
mmmkay?
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-01-04 13:43:45 +00:00 |
|
Lennart Poettering
|
f44ba09265
|
big s/polyp/pulse/g
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2006-06-19 21:53:48 +00:00 |
|