- 27 Jun, 2012 7 commits
-
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Matthias Klose authored
correct inconsistent profiles for multi-threaded programs.
-
- 26 Jun, 2012 24 commits
-
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
David Malcolm authored
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Matthias Klose authored
-
doko@ubuntu.com authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
-
Petri Lehtinen authored
-
Georg Brandl authored
-
Petri Lehtinen authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Larry Hastings authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Larry Hastings authored
behind.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 25 Jun, 2012 9 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
free the copy of the command-line. Found using Clang's static analyzer.
-
Brett Cannon authored
Found by Clang's static analyzer.
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This fixes a compiler warning with suncc.
-
Stefan Krah authored
-