swig-rb: Add type casting for some generic function pointers |
|
More...
|
12 months ago
|
swig-rb: Fix condition to check that apr_hash_t * type value |
|
More...
|
12 months ago
|
swig-rb: Block SWIG 4.2.0 before building Ruby bindings |
|
More...
|
12 months ago
|
Manage spurious Reverted message caused by non-W access to files owned by another user. Part of Issue #4622. |
|
More...
|
12 months ago
|
Replace the homegrown checks for readonly/executable with calls to access(2) to consider, for example, user's secondary groups. |
|
More...
|
12 months ago
|
In tools/dev/unix-build: |
|
More...
|
about 1 year 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...
|
about 1 year ago
|
Correctly report newer macOS version names. |
|
More...
|
about 1 year ago
|
Follow-up to r1899721, fix failing getopt_tests.py 2 and 4 on macOS. |
|
More...
|
about 1 year ago
|
* tools/dist/release-lines.yaml: Update supported release list for release.py. 1.10 is no longer supported. |
|
More...
|
about 1 year ago
|
make a note, for future fix |
|
More...
|
about 1 year ago
|
Combine .start() and .finish() into a single deliver() method. |
|
More...
|
about 1 year ago
|
start a move to 4-space standard |
|
More...
|
about 1 year 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...
|
about 1 year ago
|
Switch to boolean return values for .generate() rather than an exit code. Map the bool to an exit code for sys.exit() |
|
More...
|
about 1 year 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...
|
about 1 year ago
|
MacOS is not MacOS X anymore |
|
More...
|
about 1 year ago
|
In tools/dev/unix-build: |
|
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
|