I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
swig-rb: Add type casting for some generic function pointers More... 11 months ago
swig-rb: Fix condition to check that apr_hash_t * type value More... 11 months ago
swig-rb: Block SWIG 4.2.0 before building Ruby bindings More... 11 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... 11 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... 11 months ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... 12 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... 12 months ago
Correctly report newer macOS version names. More... 12 months ago
Follow-up to r1899721, fix failing getopt_tests.py 2 and 4 on macOS. More... 12 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... 12 months ago
make a note, for future fix More... 12 months ago
Combine .start() and .finish() into a single deliver() method. More... 12 months ago
start a move to 4-space standard More... 12 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... 12 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... 12 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... almost 1 year ago
MacOS is not MacOS X anymore
danielsahlberg
as Daniel Sahlberg
More... almost 1 year ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... about 1 year ago
Fix PropChange.generate More... about 1 year ago
Simplify generate_changelist_diffs() by iterating the CHANGELIST parameter, rather than indexing into it. Remove the fake SELF. More... about 1 year ago
Switch from a generator class/object to a simple generation function. More... about 1 year ago
Switch from a generator class/object to a generator function. More... about 1 year 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... about 1 year ago
Move some utility class instantiations into the DiffGenerator. More... about 1 year ago
Add a second test for the mailer.py script, using revisions from Apache Subversion itself, rather than mocked up revisions. More... about 1 year ago
* tools/dev/unix-build/Makefile.svn: Remove obsolete notes the bb-openbsd buildbot, which is no longer running. More... about 1 year ago
Fix inconsistency in path argment on Config.which_group() More... about 1 year ago
Fix release.py roll-tarballs leaving empty __pycache__ dirs in archives More... about 1 year ago
Fix "COMMITTERS file not found" with release.py roll-tarballs More... about 1 year ago
* tools/hook-scripts/mailer/tests/README.md: Fix a typo. More... about 1 year ago