@@ -1256,65 +1256,12 @@ texinfo 7.2
12561256Texinfo is a typesetting syntax used for generating documentation. We can now use
12571257``makeinfo `` script to convert ``.texi `` files into ``.info `` documentation format.
12581258
1259- libunistring 0.9.10
1260- ===================
1261-
1262- Library for manipulating Unicode and C strings according to Unicode standard. This
1263- is a dependency of GNU Guile.
1264-
12651259libffi 3.3
12661260==========
12671261
12681262The libffi library provides a portable, high level programming interface to various
12691263calling conventions.
12701264
1271- boehm-gc 8.0.4
1272- ==============
1273-
1274- The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
1275- collecting replacement for C malloc or C++ new.
1276-
1277- guile 3.0.9
1278- ===========
1279-
1280- GNU Ubiquitous Intelligent Language for Extensions (GNU Guile) is the preferred
1281- extension language system for the GNU Project and features an implementation
1282- of the programming language Scheme.
1283-
1284- We use ``guile-psyntax-bootstrapping `` project on Guile 3.0.7 to bootstrap
1285- Guile's ``psyntax.pp `` without relying on pre-expanded code. This is then
1286- transplanted into Guile 3.0.9.
1287-
1288- which 2.21
1289- ==========
1290-
1291- ``which `` shows the full path of (shell) commands. It mostly duplicates
1292- bash built-in ``command -v `` but some scripts call ``which `` instead.
1293- In particular, ``autogen `` scripts use it.
1294-
1295- grep 3.7
1296- ========
1297-
1298- Newer ``grep `` will be needed to bootstrap ``autogen ``.
1299-
1300- sed 4.8
1301- =======
1302-
1303- Earlier ``sed `` was built with manual makefile with most features compiled out.
1304- Build a newer ``sed `` using GNU Autotools build system. In particular this will let
1305- sed keep executable bit on after in place editing.
1306-
1307- autogen 5.18.16
1308- ===============
1309-
1310- GNU Autogen is a tool designed to simplify the creation and maintenance of
1311- programs that contain large amounts of repetitious text. Unfortunately, the
1312- source is full of pregenerated files that require ``autogen `` to rebuild.
1313-
1314- We use the `gnu-autogen-bootstrapping <https://github.com/schierlm/gnu-autogen-bootstrapping >`_
1315- project to rebuild those and create (slightly crippled) ``autogen `` that
1316- is then able to build a full-featured version.
1317-
13181265python 2.5.6
13191266============
13201267
@@ -1404,6 +1351,65 @@ Differences to 3.8.16:
14041351 make output of precompiled Python libraries (``.pyc ``) deterministic.
14051352 Finally, we can re-enable compiling of Python modules.
14061353
1354+ libunistring 1.4.1
1355+ ==================
1356+
1357+ Library for manipulating Unicode and C strings according to Unicode standard. This
1358+ is a dependency of GNU Guile.
1359+
1360+ libatomic_ops 7.6.10
1361+ ====================
1362+
1363+ ``libatomic_ops `` provides semi-portable access to hardware-provided atomic memory
1364+ update operations on a number of architectures.
1365+
1366+ boehm-gc 8.0.4
1367+ ==============
1368+
1369+ The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
1370+ collecting replacement for C malloc or C++ new.
1371+
1372+ guile 3.0.9
1373+ ===========
1374+
1375+ GNU Ubiquitous Intelligent Language for Extensions (GNU Guile) is the preferred
1376+ extension language system for the GNU Project and features an implementation
1377+ of the programming language Scheme.
1378+
1379+ We use ``guile-psyntax-bootstrapping `` project on Guile 3.0.7 to bootstrap
1380+ Guile's ``psyntax.pp `` without relying on pre-expanded code. This is then
1381+ transplanted into Guile 3.0.9.
1382+
1383+ which 2.21
1384+ ==========
1385+
1386+ ``which `` shows the full path of (shell) commands. It mostly duplicates
1387+ bash built-in ``command -v `` but some scripts call ``which `` instead.
1388+ In particular, ``autogen `` scripts use it.
1389+
1390+ grep 3.7
1391+ ========
1392+
1393+ Newer ``grep `` will be needed to bootstrap ``autogen ``.
1394+
1395+ sed 4.8
1396+ =======
1397+
1398+ Earlier ``sed `` was built with manual makefile with most features compiled out.
1399+ Build a newer ``sed `` using GNU Autotools build system. In particular this will let
1400+ sed keep executable bit on after in place editing.
1401+
1402+ autogen 5.18.16
1403+ ===============
1404+
1405+ GNU Autogen is a tool designed to simplify the creation and maintenance of
1406+ programs that contain large amounts of repetitious text. Unfortunately, the
1407+ source is full of pregenerated files that require ``autogen `` to rebuild.
1408+
1409+ We use the `gnu-autogen-bootstrapping <https://github.com/schierlm/gnu-autogen-bootstrapping >`_
1410+ project to rebuild those and create (slightly crippled) ``autogen `` that
1411+ is then able to build a full-featured version.
1412+
14071413gcc 10.5.0
14081414==========
14091415
0 commit comments