Ignore:
Timestamp:
12/05/2023 11:30:10 PM (10 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
d60b247
Parents:
44d31a7 (diff), 31a9142 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel-config.py

    r44d31a7 rc4108e5  
    186186            elif line.startswith('endif'):
    187187                if_stack = if_stack[:-1]
     188
     189    if config_buf:
     190        r += [parse_config(config_buf)]
     191
    188192    return r
    189193
     
    260264        title = title[:rem - 3] + '...'
    261265
    262     b = title.lstrip('YyMmNnHh')
     266    b = title.lstrip('YyMmNnHh.' + "".join(map(str, range(10))))
    263267    a = title[:len(title) - len(b)]
    264268    b0 = "<emphasis role='blue'>" + escape(b[0]) + "</emphasis>"
Note: See TracChangeset for help on using the changeset viewer.