Commit Graph

560 Commits

Author SHA1 Message Date
burniouf
9a7d20a7e1 ProDOS 203 / FX:TC mod for year 2022-2026
FORMAT: new switches & checks
SH:BREAK in FOR and WHILE
ASM / S-C MASM: new directives, CString support and .HX
LC / UC:bugfix
DHGR.DRV:bugfix
LIBGUI:wip
CC:wip
2022-12-07 08:02:29 +01:00
burniouf
50db74891f LIBGUI:more bugs added :-) 2022-11-03 17:21:26 +01:00
burniouf
c481b84d0b LIBGUI:Clipping stuff 2022-11-03 07:59:03 +01:00
burniouf
116664cbee test2 2022-11-02 17:14:19 +01:00
burniouf
a9d7f31467 LIBGUI:Clipping stuff 2022-11-02 17:00:52 +01:00
burniouf
3d241a05d8 KERNEL:changes for most compilers 2022-11-02 07:54:30 +01:00
burniouf
b757926227 LIBGUI:more bugfix 2022-10-27 17:14:06 +02:00
burniouf
f737bd21fb LIBGUI:fixes 2022-10-27 08:20:09 +02:00
burniouf
0db3bf5bf0 LIBGUI:more bugfix 2022-10-26 17:20:15 +02:00
burniouf
658749b18f LIBGUI:more API... 2022-10-26 08:12:16 +02:00
burniouf
092861b8e9 LIBGUI:more bugfix 2022-10-25 17:23:50 +02:00
burniouf
41dad38140 LIBGUI:more API... 2022-10-25 08:05:54 +02:00
burniouf
d2fa558510 LIBGUI:reorg 2022-10-20 08:07:40 +02:00
burniouf
5fa429c326 LIBGUI:more bugfix 2022-10-19 17:23:41 +02:00
burniouf
97593445bd LIBGUI:fixes 2022-10-19 08:26:48 +02:00
burniouf
dad22dfc30 CC:SWITCH/CASE
ASM:added \%
KERNEL:BUGFIX in DevMgr
LIBGUI:New API
2022-10-18 07:56:59 +02:00
burniouf
8e2918de4d LIBGUI:reorg 2022-10-11 08:20:24 +02:00
burniouf
127ebe266a CC: wired to libgui
SH: bugfix
BIN/*, DRV/*:bugfix, API change
2022-10-09 23:22:46 +02:00
burniouf
04a83f00f3 SH:new ALIAS cmd, new && operator
MKDIR:completely implemented
LS/RM/MV/CP: combined switches
KERNEL:SList API now handle options to handle several languages/parsers
2022-10-07 21:21:37 +02:00
burniouf
037fc870a5 CC stuff, new LIBTUI, some .h to complete.... 2022-09-04 22:12:49 +02:00
burniouf
fdd4c69416 CC, Bugfix in EDIT & STDIO 2022-08-20 16:37:37 +02:00
burniouf
3d98f90fb4 Fixes for Disk ][ recalibrate code 2022-06-22 08:26:44 +02:00
burniouf
8b82b95e6a New ProDOS.FX media for AppleWin bug tracking 2022-06-18 08:16:39 +02:00
burniouf
a06fc41072 Fresh MEDIAs with QTrack seek mod 2022-06-12 22:42:22 +02:00
burniouf
019d1e3c0e Floppy format stuff 2022-05-25 20:46:02 +02:00
burniouf
afc4e61dc9 ProDOS.FX:XCLK support, PM.VEDRIVE 2022-04-19 20:24:34 +02:00
burniouf
d249f0c0b9 BASIC:bugfixes & reorg 2022-04-07 19:19:48 +02:00
burniouf
b206dd8036 BASIC:new commands, ProdDOS.Fx:cleanup in Disk ][ timing 2022-04-01 21:43:16 +02:00
burniouf
447ce4b142 CIFS:Fixes
TCPIP:SEQPKT faster ACK
2022-03-18 18:59:39 +01:00
burniouf
1cbc954f7f SCMASM.SYSTEM 3.0 & BASIC.SYSTEM 1.5 source code......many bugfxes & enh, new commands..... 2022-03-06 23:28:52 +01:00
burniouf
27b04e8e44 Brian's work....no additional comment required....pfff 2021-12-02 22:28:26 +01:00
burniouf
c693892ce0 RAMWORKS:Added SuperExpander support, PPP:new driver, HTTPGET:BugFix GH#176, ASM:fix around "<" & ">" ops, KERNEL:Added Cursor show/hide ESC seq, LIBTCPIP: tweaks for PPP 2021-09-07 14:32:31 +02:00
burniouf
5d6d37223a KERNEL:Memory reorg, GETTY,LOGIN,PS....lots of bytes saved, SSC:bugfixes in command line parsing, MEMDUMP:bugfixes paged listing and display 2021-08-13 20:34:20 +02:00
burniouf
25c601906e LIBCRYPT:Bugfix & lot of bytes saved 2021-07-29 18:41:57 +02:00
burniouf
a00188b872 LIBCRYPT:lowercase output 2021-07-27 18:55:06 +02:00
burniouf
09923489fd LIBCRYPT:Bufixes and MD5 removal (duplicated in KERNEL)
ACOS:bugfixes in GET
KERNEL:fixes for //c loobing bug
2021-07-27 18:21:58 +02:00
burniouf
631571cc6e KERNEL 0.94-2 2021-07-25 16:03:41 +02:00
burniouf
eceedd72d7 KERNEL 0.94-2 2021-07-24 22:42:23 +02:00
burniouf
3c55ead88e ACOS: new string functions, KERNEL & SBIN: some memleak fixed, CIFS : fixed some malformed FRAMES 2021-07-13 18:52:04 +02:00
burniouf
422da82da1 EDIT:Several bugs fixed, mainly memleak & DLG 2021-07-11 10:56:44 +02:00
burniouf
e73519e529 CIFS:BugFix 2021-07-10 21:09:43 +02:00
burniouf
35bece276c ACOS:Major update, CHTYP:added PAK support 2021-07-07 16:29:10 +02:00
burniouf
369df00095 CIFS/EDIT fix Part1 2021-07-03 19:18:58 +02:00
burniouf
45d654382a BugFix: IPCONFIG, STAT, EDIT, CIFS 2021-06-30 21:09:07 +02:00
Peter Ferrie
a8f84a6e88 LIB: missed a support file 2021-06-30 11:33:18 -07:00
Rémy GIBERT
a7c4341179 CIFS:BugFix for ECHO > file.... 2021-06-27 22:20:11 +02:00
Rémy GIBERT
d52e51416b CIFS:BugFix for CAT.... 2021-06-27 18:59:52 +02:00
Rémy GIBERT
4d884ee3b7 BugFix: All FILEENUM based BINs 2021-06-27 15:48:04 +02:00
Rémy GIBERT
9ae1da903b CIFS, UNAME -h -v switches, KERNEL IRQ manager, bugfix & bytes saved in CP,RM,MV 2021-06-26 22:24:25 +02:00
Rémy GIBERT
b2d59ddbd7 REPO Cleanup #2 (hugh...), CIFS,UNAME,XARGS,SED,NSC,IRQ 2021-06-23 19:43:04 +02:00