Commit graph

1402 commits

Author SHA1 Message Date
crc
d78edca386 remove last uses of old names for file i/o operations
FossilOrigin-Name: ca063e29bf5ffaec73bd2503d71244f6e28852fef0c7189064bd2e583e8bd957
2020-10-01 13:35:37 +00:00
crc
6199343fa7 fix more uses of deprecated names
FossilOrigin-Name: 79d334bf87cdb99181e95b3f9a2df0eedf1e23f493b8d2540f9db2db848ca862
2020-10-01 13:28:46 +00:00
crc
f795d15edf fix remaining uses of deprecated names as reported
FossilOrigin-Name: cf592ad72924d27923d8f55003d072cf674988e7a724b44ef5609d689ba11986
2020-09-30 23:48:03 +00:00
crc
c676b83793 fix many uses of deprecated names (thanks john_cephalopoda) [first of a few patched related to this]
FossilOrigin-Name: faa0b6ed0fa09b4307285cfc8a6172762636285bb7864e64cff2995e4d9ba324
2020-09-30 23:02:23 +00:00
crc
4b8c651bf2 epub: chapter titles now work, chapters now start with 1 instead of 0
FossilOrigin-Name: 478d5f52924ab3ad4f5929c7f006e431eb848b3c860f670590bef498b907633b
2020-09-30 19:59:50 +00:00
crc
6f52af0631 epub: work on supporting chapter titles for TOC
FossilOrigin-Name: 8ee04ffb447238daa87e3a3c920fc1346abddc5b567eeeefd970d5dbacc26437
2020-09-30 19:41:45 +00:00
crc
b4e57f7721 retro-unix: script:current-line now starts indexing at 1 instead of 0. Closes #9
FossilOrigin-Name: 0a5357de5a65422c8bb4f7d8ac7ecf78f3e2405105c4f9523005657056ee1e83
2020-09-30 18:24:23 +00:00
crc
d6a42a33a4 epub: add author metadata field
FossilOrigin-Name: 20a50cc81a5b614856c665bdfd3f6ee4c8d59b8c9f0e04baa3d56d9f515bd752
2020-09-29 13:39:36 +00:00
crc
dc59a9e949 epub: css for publication purposes (black on white, instead of the dark mode used on the web version of the HTML)
FossilOrigin-Name: 729197aac88037482dc3abf8e5094e85bab7c1a546557d7334f477442be486bb
2020-09-29 13:30:10 +00:00
crc
af987fef8d vm: python, finish adding Arland's floating point I/O implementation
FossilOrigin-Name: f60859224303d03c138a1d630b9e85b8a9a9e1b12644d41f73d5852af158d1cd
2020-09-28 17:50:47 +00:00
crc
bf8346a6f3 vm: python, begin work on supporting floating point i/o device
FossilOrigin-Name: 668532f0b0b0744cd8ec0170fad6654f035cc5d7182221b10645e8b49fadba4f
2020-09-28 16:49:09 +00:00
crc
64c92d8433 epub: generate valid epub files now!
FossilOrigin-Name: fcf6c61ce48590d84b3a9e2419334f0863db196c1b0220bd09a6abaed1415f85
2020-09-25 19:57:20 +00:00
crc
b7a7de19b4 epub: other than the missing ncx file, it now passes validation
FossilOrigin-Name: 2f66a6dd264cd2fbbf7c6dbd4d4228027899629e6a19faa61bf08d2dfd8b96f3
2020-09-25 17:05:29 +00:00
crc
e84bd6a953 epub: fix more problems, now down to 7 errors when validating the output file
FossilOrigin-Name: aaee7a1f4a5931470b6974cc320e8bda43cf14f71b523ecd3a207387e119bedd
2020-09-25 15:45:41 +00:00
crc
687a42b26b example: markdown to xhtml: use xhtml 1.1 instead of 1.0
FossilOrigin-Name: 97079221de2a8a885558513bfccc86170e0dc59d7a4263f9dcfc19edb4d765ac
2020-09-25 15:43:50 +00:00
crc
81d80e980b epub: add spline generation
FossilOrigin-Name: 1beb1ae2cf458f9c515a1cf12efdb083f4a8dbc28d1482383df2b974f6c290a7
2020-09-24 19:57:52 +00:00
crc
5340a97c9f epub: generate an invalid file that does display in some applications
FossilOrigin-Name: 219519112bb5e0490fd019c0cd0bc6fadf31970111796d2c6d6b55efe1e1a554
2020-09-24 19:48:48 +00:00
crc
5f67310f80 epub: top level build script now runs the xhtml conversion; some file renamings
FossilOrigin-Name: 88b0d1563e642fcd96acacb9896641abd77562bd61d26d5ebacdd8238886eba3
2020-09-24 18:43:59 +00:00
crc
332e9b17ce rename export-as-xhtml.retro to markdown-to-xhtml.retro
FossilOrigin-Name: f3f171dbe3a055a3aa2b7c146ecd11a1ee7c7b12e2f4e42be3217329ed202477
2020-09-24 18:09:51 +00:00
crc
696578803c epub: fix more errors in the xhtml conversion. most pages should be valid XHTML now
FossilOrigin-Name: 0912b35867ece200d3ded7051762f09729b16dd33713616dca26c61aa3c433bc
2020-09-23 20:03:05 +00:00
crc
50ca5a8cc5 epub: fix a bunch of XHTML issues. Some documents now pass the W3C validator.
FossilOrigin-Name: 579752f8eacf2ea1d531334281bc75a342fbe675bf7cb34043b4622a7e85dd3a
2020-09-23 19:17:33 +00:00
crc
15dbfbbe0b begin work on xhtml generation for the Markdown
FossilOrigin-Name: 0878cff65e3988b7000cc0fa5cd1fef4d3b8bbcc5b03fe5788a08eb47e319c3f
2020-09-23 17:45:28 +00:00
crc
d53e540f6c toolchain: add comments to retro-unu.py
FossilOrigin-Name: b64bddd72a1fbf4cf3ec6c2011187fc3594722ec82d1ad0602b1b3f2d4be8779
2020-09-22 15:54:04 +00:00
crc
a8b8f5a2bc toolchain: retro-muri.py gets some comments, minor internal layout change
FossilOrigin-Name: ca10fc2d2b2c757ca6b1b7e073ee9b8e3b25c13cb137f011f9393efd8b376f75
2020-09-22 15:48:56 +00:00
crc
de6c62d5f2 toolchain: retro-extend.py now handles multiple inputs, passing image name on command line
FossilOrigin-Name: ba4fc1a5e2b043520ccdd82c01b9a56616c95a80416db7e125434f4cf7f2529e
2020-09-22 15:34:05 +00:00
crc
bac77af47e toolchain: implement retro-extend in Python
FossilOrigin-Name: 5d9d03c34cf2b4365681cfdd3d5211f352d2038e430669dffb9007873fbcadcd
2020-09-22 12:48:44 +00:00
crc
9c69997d23 reformat python code for consistency
FossilOrigin-Name: 736acb6c40df186d519b832766543bb2a14ae09bb7aed1064922a211b3fff322
2020-09-22 12:06:40 +00:00
crc
8064f1ce47 toolchain: implementation of unu in python
FossilOrigin-Name: ca615c7e08e9ff31de5fea01fa71519c808c872abe9fe6de5d0bc288d7b5ecfc
2020-09-21 18:38:58 +00:00
crc
38fed89958 housekeeping: rename some files in tools; remove an unused toolchain item
FossilOrigin-Name: 599c6411b356ab939ed2951167ba937158b2e7944eef1e4cab9bf7979166f012
2020-09-21 17:51:59 +00:00
crc
f65e17727c housekeeping: rename some files in tools
FossilOrigin-Name: 1ca05b42f8833bb6327730255f6cdc9a3b0f9fe5939cbdef2d9fb9bb5adbbda5
2020-09-21 17:46:08 +00:00
crc
5cce7ecefa book: remove reference to an old Makefile
FossilOrigin-Name: e2dbc12aee4f3286b40ae0c85dd50f3631bb8e8f96019a20fa17c0e9d29194b9
2020-09-21 17:38:52 +00:00
crc
64bc86a352 update release notes
FossilOrigin-Name: 3225ee376e45fd6fc988bfda2786030da30bf26a61be9b22dc78ac76b1b6cea0
2020-09-21 14:40:48 +00:00
crc
23ed4082cf tooling: add unu.py
FossilOrigin-Name: b7a37204e6be19c38dc8203a813c0be6b6eb99326304a270e05363b57d44d714
2020-09-21 13:58:02 +00:00
crc
6d2102e725 retro-book: update scripting chapter to reflect namespace changes
FossilOrigin-Name: 8128973ed2d7918c7a86255af0736e9a4ae92c355bd6e642ee8cafcaefce8a05
2020-09-21 13:48:13 +00:00
crc
5a039f381c nga-python: add an implementation of the shift instruction
FossilOrigin-Name: a97e3fd10b07e905099fdb14c131b85df6d518223a37a75dd2499c6b382b33c1
2020-09-21 13:31:21 +00:00
crc
f196119a04 update Contributing to mention the new bug tracker, mailing lists, and git mirror of the repo
FossilOrigin-Name: 957e6f68d347c636c7fa54dd5f5c0d0a9d1fd297c5849d8e8e6d23a213c940d8
2020-09-18 17:05:02 +00:00
crc
360386fb3b i/o interfaces: add a few comments to the random number generator
FossilOrigin-Name: 90e90f4770c1132336fea6dbfa1b4f2e82aed69202a1ebba033af2e15bb36184
2020-09-18 16:18:03 +00:00
crc
2f339dca49 retro.py: fix bug in i_fe() that was misreporting the stack depth (fixes dump-stack, as reported by Scott McCallum)
FossilOrigin-Name: 0a3728a36a36c74ea4f5573271acb1524635344f3fabf379cdd665477da1d1f1
2020-09-18 12:03:40 +00:00
crc
ef9bedc247 interfaces: work on commenting the floating point (forth) code
FossilOrigin-Name: dbcc2a7584eba163dce2082a0c926addf5b300e98cb4c642017f3612114060b9
2020-09-16 20:01:24 +00:00
crc
e3be3a016a interfaces: io:float-operation rename to float:operation
FossilOrigin-Name: b55987b144e1e3f9a76d7155b4838795a4da311d36b580b6242d64c636928449
2020-09-16 19:50:53 +00:00
crc
350df23218 interfaces: io:clock-operation rename to clock:operation
FossilOrigin-Name: 1a6e8b59be02d9a0d7c1eb721dc243d5fab1011450bf49583e331aae5ff6f573
2020-09-16 19:45:47 +00:00
crc
1e54b1dcd0 retro-unix: more comments in the socket interface (forth part)
FossilOrigin-Name: f4868e90374ee332c5e62be83f9dd79b8a5b2283b94c58c81b28149b813f90c2
2020-09-16 19:42:55 +00:00
crc
17dfce7e79 retro-unix: work on adding comments to the socket interface (forth part)
FossilOrigin-Name: 4f1a44ca993c6b9e348da2fc4cf5b9cf59c7212d7667efa3fb1febe65fa01d8f
2020-09-16 19:28:54 +00:00
crc
e77c44509c io:socket-operation is now socket:operation
FossilOrigin-Name: 1e0e9aedf09698db75ae181c801c6a50850372cb91ff77281b9267fa8392f74a
2020-09-16 19:07:06 +00:00
crc
ca55fdfeb7 start work on a tool to build an epub from the documentation
FossilOrigin-Name: 5245706b66e5b1fd924082b3875302bee8d6b820b67ab0539d6663e0c6ca91b2
2020-09-16 18:16:39 +00:00
crc
8641e3b363 io:file-operation renamed to file:operation
FossilOrigin-Name: dd5471ed91faa50a790a5334f40432ecb7b0af24ca3266a59f033c57d2db937b
2020-09-16 14:37:30 +00:00
crc
660e52bdcb rename words in sys: to script: (old names still work in this release, but are deprecated)
FossilOrigin-Name: 1a43743f43076eb087ee4dd7fbfa96b8dfda2aa4ddcff41e6a5a9634ba6e239c
2020-09-14 19:55:02 +00:00
crc
06f7973eb1 begin word on splitting the scripting interface code to a separate file
FossilOrigin-Name: 631f12feffb1b0eaf2f783ad12df77708c823f2315cc0865052fd6cb3b476758
2020-09-14 18:56:34 +00:00
crc
e3c83e205e retro-unix: add sys:abort-include
FossilOrigin-Name: 46ed3372453392f8aeffb95dc02b7e8a8c555ae6d5e41055bce0337437fec6f2
2020-09-14 18:33:18 +00:00
crc
1e3c96b298 move old extensions to package/unsupported
FossilOrigin-Name: ded56b1d1a13b6e2d7e4f74e634e67c3ec04ec691b9446863c9447b01f0cb455
2020-09-11 18:36:38 +00:00