Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2021-02-27
| ||
21:28 | Fix error in README. Leaf check-in: cb89a49648 user: programandala.net tags: trunk | |
21:25 | Add a README file. check-in: 3480c124d0 user: programandala.net tags: trunk | |
2020-06-18
| ||
17:59 | Replace "..." with Unicode "…". Leaf check-in: fe9f526dd4 user: programandala.net tags: bas | |
2020-05-19
| ||
22:39 | Change the `row` variable to integer `row%`. Leaf check-in: 5a9c2d670d user: programandala.net tags: matrix_brandy | |
2020-01-05
| ||
17:17 | Add the keyboard buffer cleaning. check-in: 018ffa99c8 user: programandala.net tags: bas | |
2020-01-04
| ||
16:46 | Add comment about problem with `wt_update_screen_size`. check-in: 8acd79141e user: programandala.net tags: bas | |
2020-01-03
| ||
15:19 | Fix `wt_pause`: blank the prompt, update data. Moving the printing position before the prompt was not enough in some cases, because the next text to be printed didn't overwrite it completely. check-in: 7258868fda user: programandala.net tags: bas | |
15:14 | Reactivate `wt_update_screen_size`. check-in: 4cbc146de3 user: programandala.net tags: bas | |
14:33 | Deactivate `wt_update_screen_size` because of a bug. check-in: 91baa84777 user: programandala.net tags: bas | |
13:30 | Calculate the current size of the screen. check-in: 0b0d4b178d user: programandala.net tags: bas | |
11:57 | Update version and history. check-in: 1c7cc62fe6 user: programandala.net tags: bas | |
2020-01-02
| ||
18:07 | Activate debug point. check-in: 96455c7ffd user: programandala.net tags: bas | |
17:01 | Use `inc` and `dec`. In Bas 2.6 the bug has been fixed: Now `inc` and `dec` work also with local variables. check-in: e4a3abf27e user: programandala.net tags: bas | |
16:56 | Ask for a key before scrolling. check-in: c5ae4c1789 user: programandala.net tags: bas | |
2020-01-01
| ||
23:52 | Make functions integer. Add TO-DO. check-in: 32e8b43b65 user: programandala.net tags: bas | |
2019-12-29
| ||
14:51 | Mark numerical functions as integer. check-in: 04ba69788f user: programandala.net tags: bas | |
13:54 | Adapt the wt module to be integrated into the source of another program and finish its conversion. Bas has no `merge` or `chain` to keep the module apart. check-in: 355c6a0942 user: programandala.net tags: bas | |
12:15 | Convert the wt module. check-in: 7b0d764fe1 user: programandala.net tags: bas | |
12:11 | Start conversion from tbas to Bas. Initial commit, extracted from the CE4 project. check-in: ad787ecb52 user: programandala.net tags: bas | |
2019-12-07
| ||
00:12 | Add `let`, not allowed by BBC BASIC with `+=`/`-=`. Leaf check-in: c2befd1787 user: programandala.net tags: tbas | |
2019-12-06
| ||
19:08 | Convert `+=` and `-=`. check-in: e25fe91cf8 user: programandala.net tags: tbas | |
18:47 | Convert `cls`; fix variable types. check-in: 8e723b64ab user: programandala.net tags: tbas | |
18:39 | Convert keywords to lowercase. check-in: 9225775616 user: programandala.net tags: tbas | |
18:31 | Convert function and procedure names. check-in: 44f0522562 user: programandala.net tags: tbas | |
16:37 | Remove colons. check-in: 632e84c401 user: programandala.net tags: tbas | |
16:25 | Convert procedure and function definitions. check-in: dc20fc1ace user: programandala.net tags: tbas | |
14:59 | Convert comments. check-in: 2219ba3f9d user: programandala.net tags: tbas | |
14:49 | Start conversion from Matrix Brandy to tbas. check-in: a00eda5963 user: programandala.net tags: tbas | |
2019-12-05
| ||
19:00 | Make `FN_split`'s array a parameter; prepare debug. The single array used by `FN_split` caused conflicts betwen the parser of the CE4 project and the typing functions of wt, as expected. check-in: dd629da371 user: programandala.net tags: matrix_brandy | |
2019-12-04
| ||
21:43 | Init with the current foreground and backgound colors. check-in: d122207362 user: programandala.net tags: matrix_brandy | |
21:29 | Add the source of wt in Matrix Brandy (converted from SmallBASIC), copied from the CE4 project. The `FN_split` function is defined in the source of CE4; a copy is included here in its own file. check-in: 6ef4f7f755 user: programandala.net tags: matrix_brandy | |
2019-12-03
| ||
23:01 | Fix variable name. Leaf check-in: e5de0a80cc user: programandala.net tags: smallbasic | |
2019-10-11
| ||
17:55 | Add an initial language menu. check-in: 4ee12c7823 user: programandala.net tags: smallbasic | |
2019-10-07
| ||
18:59 | Fix wrapping text when the line is full. check-in: b23c97fdfa user: programandala.net tags: smallbasic | |
16:06 | Fix names, keywords, data...{.}Note: first version that accepts commands, though the parsing procedure does not work fine yet. check-in: 195d24de33 user: programandala.net tags: smallbasic | |
2019-10-06
| ||
22:38 | Fix `cls` and `func`. check-in: c1b6b8b056 user: programandala.net tags: smallbasic | |
18:20 | Convert Yabasic's <wt.bas> module into a SmallBASIC unit. check-in: b363cfea3e user: programandala.net tags: smallbasic | |
2019-10-05
| ||
22:17 | Start conversion from Yabasic to SmallBASIC. check-in: 955cfdf5d0 user: programandala.net tags: smallbasic | |
2018-08-20
| ||
19:42 | Fix `wipe`, `type`, `type_para`. First working version without known bugs. Leaf check-in: e1504014c4 user: programandala.net tags: yabasic | |
2018-08-19
| ||
09:38 | Rename all procedures and variables; improve `cr`. check-in: b253a9e847 user: programandala.net tags: yabasic | |
09:35 | Update TO-DO. check-in: 3332f89108 user: programandala.net tags: yabasic | |
2018-08-14
| ||
15:21 | Update TO-DO. check-in: fe79a26cbb user: programandala.net tags: yabasic | |
15:12 | Rewrite `wt` using Yabasic's `token`. Add a demo. check-in: 4c20912f50 user: programandala.net tags: yabasic | |
14:15 | Convert most commands and functions. check-in: bab4c3695c user: programandala.net tags: yabasic | |
13:46 | Convert syntax of variables, procedures and others. check-in: e027132846 user: programandala.net tags: yabasic | |
12:12 | Update README. Leaf check-in: 5fac13f6c6 user: programandala.net tags: x11-basic | |
12:09 | Convert filename, header and comments to Yabasic. check-in: 65d4b25ece user: programandala.net tags: yabasic | |
12:04 | Start conversion from X11-Basic to Yabasic. check-in: c469153958 user: programandala.net tags: yabasic | |
2017-07-29
| ||
12:04 | Update source style, version numbering, license and documentation. check-in: a9c0683b1d user: programandala.net tags: x11-basic | |
2017-07-06
| ||
17:08 | Convert the code except the `split` command. Leaf check-in: 831760cb6c user: programandala.net tags: bwbasic | |