I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
swig-rb: Block SWIG 4.2.0 before building Ruby bindings More... 4 months ago
Manage spurious Reverted message caused by non-W access to files owned by another user. Part of Issue #4622.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Replace the homegrown checks for readonly/executable with calls to access(2) to consider, for example, user's secondary groups.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Follow-up to r1905955, fix randomly failing store_pristine_tests.py 9, 10, 11 and 12 due to `apr_stat` which gives only a resolution of seconds on macOS. More... 4 months ago
Correctly report newer macOS version names. More... 5 months ago
Follow-up to r1899721, fix failing getopt_tests.py 2 and 4 on macOS. More... 5 months ago
* tools/dist/release-lines.yaml: Update supported release list for release.py. 1.10 is no longer supported.
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
make a note, for future fix More... 5 months ago
Combine .start() and .finish() into a single deliver() method. More... 5 months ago
start a move to 4-space standard More... 5 months ago
Adjust dataflow so that all output methods buffer the message content. If this becomes too large (not yet implemented), then the buffer will be truncated/reset and a short form of the contents will be created. More... 5 months ago
Switch to boolean return values for .generate() rather than an exit code. Map the bool to an exit code for sys.exit() More... 5 months ago
Create a new send() method on OutputBase to wrap up the construction of messages, with a long-format and a short-format fallback. More... 5 months ago
MacOS is not MacOS X anymore
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
Fix PropChange.generate More... 5 months ago
Simplify generate_changelist_diffs() by iterating the CHANGELIST parameter, rather than indexing into it. Remove the fake SELF. More... 5 months ago
Switch from a generator class/object to a simple generation function. More... 5 months ago
Switch from a generator class/object to a generator function. More... 5 months ago
class DifflibDiffContent does not work, and maybe never did. There is no .next() method on the unified_diff() result object. While it would be possible to use the next() function, it is better to just remove this entirely and require the host OS to have a diff executable (not a hard requirement). More... 5 months ago
Move some utility class instantiations into the DiffGenerator. More... 5 months ago
Add a second test for the mailer.py script, using revisions from Apache Subversion itself, rather than mocked up revisions. More... 5 months ago
* tools/dev/unix-build/Makefile.svn: Remove obsolete notes the bb-openbsd buildbot, which is no longer running. More... 5 months ago
Fix inconsistency in path argment on Config.which_group() More... 5 months ago
Fix release.py roll-tarballs leaving empty __pycache__ dirs in archives More... 5 months ago
Fix "COMMITTERS file not found" with release.py roll-tarballs More... 5 months ago
* tools/hook-scripts/mailer/tests/README.md: Fix a typo. More... 5 months ago
* tools/dev/awk/buildwin.bat: Adjust arguments required to build under Visual Studio 2022
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
In tools/dev: Copy awk from https://svn.apache.org/repos/asf/httpd/httpd/win32-msi/trunk/awk
danielsahlberg
as Daniel Sahlberg
More... 5 months ago