2021-03-19 16:52:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 16 09:55:00 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update doclayout to version 0.3.0.2.
|
|
|
|
## 0.3.0.2
|
|
|
|
|
|
|
|
* NOINLINE `literal` instead of `fromString` (#2, sjakobi).
|
|
|
|
This produces a further reduction in allocations and
|
|
|
|
pandoc compile time.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 14 23:18:20 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update doclayout to version 0.3.0.1.
|
|
|
|
## 0.3.0.1
|
|
|
|
|
|
|
|
* NOINLINE `fromString` (#1).
|
|
|
|
@sjakobi reports that this change reduced total allocations
|
|
|
|
for building pandoc-2.12 with GHC 8.10.4 by 8.5% and reduced
|
|
|
|
peak allocations are reduced from 3854MB to 3389MB.
|
|
|
|
|
2020-12-18 13:52:01 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-12-19 19:28:27 +01:00
|
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
2020-12-18 13:52:01 +01:00
|
|
|
|
2020-12-19 18:47:58 +01:00
|
|
|
- disable %{ix86} build
|
2020-12-18 13:52:01 +01:00
|
|
|
|
2020-09-04 17:10:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 10:44:41 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 16 11:14:03 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Re-generate file with latest version of spec-cleaner.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 27 16:05:39 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update doclayout to version 0.3.
|
|
|
|
## 0.3
|
|
|
|
|
|
|
|
* Add foldlChar to signature of HasChars [API change].
|
|
|
|
* Use foldlChar in realLength. This avoids a stack overflow
|
|
|
|
we were getting with long strings in the previous version
|
|
|
|
(with foldrChar). See jgm/pandoc#6031.
|
|
|
|
* Replace isBlank with isBreakable and improved startsWithBlank.
|
|
|
|
Previously isBlank was used in the layout algorithm where
|
|
|
|
what we really wanted was isBreakable.
|
|
|
|
* Avoid unnecessary calculation in updateColumns.
|
|
|
|
* Replace a right fold with a strict left fold.
|
|
|
|
* Add strictness annotations in realLength and updateColumn.
|
|
|
|
|
2019-12-24 03:02:32 +01:00
|
|
|
-------------------------------------------------------------------
|
2019-12-29 03:02:14 +01:00
|
|
|
Sat Dec 21 19:56:58 UTC 2019 - psimons@suse.com
|
2019-12-24 03:02:32 +01:00
|
|
|
|
2019-12-29 03:02:14 +01:00
|
|
|
- Add doclayout at version 0.2.0.1.
|
2019-12-24 03:02:32 +01:00
|
|
|
|