Builder texinfo-solaris11-i386 Build #7280
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | c06facfc93943f3a099133faf62ded0069bce197 |
| Got Revision | c06facfc93943f3a099133faf62ded0069bce197 |
| Changes | 1 change |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
| buildername | texinfo-solaris11-i386 | Builder |
| buildnumber | 7280 | Build |
| codebase | Build | |
| got_revision | c06facfc93943f3a099133faf62ded0069bce197 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | c06facfc93943f3a099133faf62ded0069bce197 | Build |
| scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
| slavename | unstable11x | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Gavin Smithgavinsmith0123@gmail.com
Timing:
| Start | Sun Apr 26 01:34:52 2026 |
| End | Sun Apr 26 02:17:09 2026 |
| Elapsed | 42 mins, 17 secs |
All Changes:
:
Change #265429
Category texinfo Changed by Gavin Smith <gavinsmith0123@gmail.com> Changed at Sun 26 Apr 2026 01:32:40 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c06facfc93943f3a099133faf62ded0069bce197 Comments
Index sort key output for UTF-8 * doc/texinfo.tex (\ifinindexsortkey): Define with \newif. (\doindexsegment): Set \inindexsortkeytrue when processing index sort key. (\UTFviiiSortkeyTwo, \UTFviiiSortkeyThree, \UTFviiiSortkeyFour): Special definitions for UTF-8 sequences inside UTF-8 sequences. By default, output the sequences as they are within a pair of curly brackets. Check for special sort key definition and use that instead if available. (\DefineSortKey): Add macro to define special sort key for Unicode codepoint. Do not actually use it anywhere yet. (\DeclareUnicodeCharacterNative): Handle \ifinindexsortkey similarly for luatex and xetex. (\DeclareUnicodeCharacterUTFviii): Correct a comment. There would be errors with texindex output with a UTF-8-encoded Texinfo file under a non-UTF-8 locale, or with an awk program that didn't pay attention to the locale encoding. Report from Vincent Belaïche, March 2026, and Werner Lemberg, November 2022.
Changed files
- ChangeLog
- doc/texinfo.tex