| Commit | Date | |
|---|---|---|
|
[r13042]
by
mikeaubury
.NET: INPUT dialog Modelled from what the C runtime emits for INPUT BY NAME, not from the The dialog is declared once - fields, then the events wanted - and the Nested arrays now carry their own null-termination flag, since MENU and |
2026-09-02 06:45:14 | Tree |
|
[r13041]
by
mikeaubury
.NET MENU: variable option names, and SHOW/HIDE/NEXT OPTION COMMAND takes char_or_var_vl, so an option's name is often a variable Option text is trimmed before it goes on the wire - a CHAR(20) variable SHOW OPTION, HIDE OPTION and NEXT OPTION address an option by its text |
2026-09-02 06:38:11 | Tree |
|
[r13040]
by
mikeaubury
UI protocol: normalise remaining field names; .NET MENU support Two more lowercase field names missed by r13038, both found by checking .NET: MENU over the wire, checked against what the C runtime actually Menu commands are identified by a caller-supplied enum, so generated |
2026-09-02 06:28:32 | Tree |
|
[r13039]
by
mikeaubury
.NET: reference program pinning what the generator should emit dotnet/examples/ pairs a 4GL program with the C# the generator should End-to-end tests run it against SQLite with a recording UI channel, a |
2026-09-02 06:15:07 | Tree |
|
[r13038]
by
mikeaubury
Maths builtins, CHAR UTF-8 truncation, UI protocol names, .NET runtime ROUND/TRUNC/MOD/POW/EXP/LOGN/LOG10 were "not implemented" stubs and CHAR(n) truncation could cut a UTF-8 character in half and leave invalid UI protocol field names made consistent: MOVEWINDOW sent x/y, OPTIONS dotnet/: .NET 8 runtime - 4GL types (CHAR/NCHAR as one character-counted Also adds 24 ExtJS command handlers that were never committed. |
2026-09-02 06:12:44 | Tree |
|
[r13037]
by
mikeaubury
Restore the install file lists, so `make install` installs something. The rewrite replaced a dozen lists that the old configure.in computed with Restored, from what the old configure.in did: FGLPC_SETTINGS_FILES listed from tools/4glpc/settings AUBITETC was also being substituted as the literal '${prefix}/etc/aubit4gl'. And the default prefix gets its writability check back: the old `make install` now completes and installs the programs. |
2026-09-01 17:32:27 | Tree |
|
[r13036]
by
mikeaubury
An "object function" is no longer part of a class's dispatch table. The grammar already marks these E_FTYPE_OBJECT and turns class lookup off Test 1818 passes. Suite: 1098 run, 23 failed, against 29 before today. |
2026-09-01 17:32:07 | Tree |
|
[r13035]
by
mikeaubury
Fix negative DATETIME subtraction losing its magnitude. Subtracting datetimes computed each field from the signed total, so a seconds = -95703 -> "-1 -02:-35:-3" which does not parse back, so the interval came out as zero with the sign Now the magnitude is split and a single leading sign applied. Test 1635 |
2026-09-01 17:11:08 | Tree |
|
[r13034]
by
mikeaubury
Fix tests 671, 672 and 673 - two defects in the tests themselves. DATETIME FRACTION TO FRACTION is a degenerate qualifier and binding an 673 then failed with -217 on a second, older defect that the first had All three now pass. Found with the debug trace restored in r13033. |
2026-09-01 17:02:44 | Tree |
|
[r13033]
by
mikeaubury
Restore debug tracing, and make it the default again. The runtime's tracing all sits inside #ifdef DEBUG, and nothing has been Three things were wrong. configure defaulted debug off, where the old Now on by default, --enable-optimised to opt out. A run of test 671 that |
2026-09-01 16:55:09 | Tree |