Commit Graph

41 Commits

Author SHA1 Message Date
burniouf 17aee1f2a8 CIFSD:bugfix & type/auxtype mapping
CP,MV,RM:memory leak & new X.FILEENUM
LIBTUI:TBOX improvment
2023-02-07 08:04:23 +01: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
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 a3e218f36b Kernel 0.94 2020-08-25 16:54:30 +02:00
Rémy GIBERT 27d1615e95 Kernel 0.94 2020-05-21 14:55:49 +02:00
Rémy GIBERT bebf9f1712 Kernel 0.94 2020-02-29 15:06:28 +01:00
Rémy GIBERT 7a919c958a Kernel 0.94 2020-02-23 21:46:25 +01:00
Rémy GIBERT 4016f3e9d0 2019-10-28 07:32:12 +01:00
Rémy GIBERT cb8adcbb8b Kernel 0.93+ 2019-10-03 08:25:27 +02:00
Rémy GIBERT 20ebfb7954 Kernel 0.93 2019-05-02 11:52:32 +02:00
Rémy GIBERT 9ec843b36e Kernel 0.93 2019-04-29 17:47:17 +02:00
Rémy GIBERT b9aacd89f5 Kernel 0.92+ 2019-02-26 16:50:42 +00:00
Rémy GIBERT 34d23b68fc Kernel 0.92 2019-01-17 15:05:48 +00:00
Rémy GIBERT c760a752ce Kernel 0.92 2018-12-20 08:33:10 +01:00
Rémy GIBERT 4ddc13d968 Kernel 0.92 2018-11-17 18:17:13 +01:00
Rémy GIBERT 8f59dca003 Kernel 0.9.2 2018-10-02 17:52:30 +02:00
Rémy GIBERT c0fbe3b8e3 Kernel 0.9.2 2018-08-23 17:16:20 +02:00
Rémy GIBERT 082f899a56 Kernel 0.9.2 2018-07-23 17:28:42 +02:00
Rémy GIBERT c67f94ce08 Kernel 0.9.1 : KERNEL, Preemtive mode, task switching (ip) 2018-04-11 16:35:51 +01:00
Rémy GIBERT e9793ad02b Kernel 0.9.1 : Move To S-C MASM 3.0 2017-12-22 22:24:30 +01:00
Rémy GIBERT bad4a3fc8e Kernel 0.9.1 : CP,MV,RM.....commands 2017-10-04 17:12:03 +02:00
Rémy GIBERT 2630384de2 Kernel version 0.9 : Moving API from PSTR to CSTR 2017-08-22 08:37:03 +02:00
Rémy GIBERT bde13143d0 Kernel version 0.9 : saved few bytes with MemMgr Optimization 2017-07-01 15:45:53 +02:00
Rémy GIBERT 915226f209 Kernel version 0.9 : CP,RM,MV, Code rewrite in progress....#3 2017-06-30 17:11:29 +02:00
Rémy GIBERT fd11558386 Kernel version 0.9 : MV,CP,RM.....some more progress:many bugs fixed 2017-06-27 22:37:45 +02:00
Rémy GIBERT 503314812d Kernel version 0.9 : CP,RM,MV, Code rewrite in progress.... 2017-06-27 18:00:32 +02:00
Rémy GIBERT 81a3fcbd77 Kernel version 0.9 :
- SHELL : internal commands are now case insensitive
- MV : MV can now rename files properly....bug still remains : ask for confirm ??
2017-06-26 17:28:18 +02:00
Rémy GIBERT 256a09dbfe Kernel version 0.9 : CP,RM,MV, more bugfix.... 2017-06-23 16:55:47 +02:00
Rémy GIBERT 5dc3bfd0cd Kernel version 0.9 : CP,RM,MV, Added -Q switch 2017-06-23 14:04:39 +02:00
Rémy GIBERT 4b4dedd6d6 Kernel version 0.9 : Lowercase support, bugfix in CP/MV/RV 2017-06-21 17:46:43 +02:00
Rémy GIBERT 9099848c6a Kernel version 0.9 : CHTYP and related API entries added to kernel....still in progress 2017-04-03 23:13:46 +02:00
Rémy GIBERT c33f940a8b Kernel version 0.9 : MEDIA reorganisation 2017-03-29 17:48:15 +02:00
Rémy GIBERT fceb9a7c08 Kernel version 0.9 : CR/LF migration (Telnet) 2017-02-28 17:58:36 +01:00
Rémy GIBERT d9637361b9 Kernel version 0.9 : CP/MV/RM migration OK 2017-02-26 19:34:00 +01:00
Rémy GIBERT d178bd75f7 Kernel version 0.9 : CP/MV/RM , implementing -Y 2017-02-24 17:34:02 +01:00
Rémy GIBERT 69cf7bf321 Kernel version 0.9 : CP/MV/RM, bugfix and improved Error messages 2017-02-23 17:43:42 +01:00
Rémy GIBERT f818be145b Kernel version 0.9 : CP/MV/RM Migrated, now Debug 2017-02-22 17:32:02 +01:00
Rémy GIBERT 0ca506566b Kernel version 0.9 : Migrating CP/MV commands, and shorter A2OSX.STARTUP file for debug 2017-02-20 18:16:23 +01:00
Rémy GIBERT 0a08b4c0b7 Kernel version 0.8 : CP,MV and Error Codes...work in progress 2016-11-08 17:56:05 +01:00
Rémy GIBERT 3b311a9645 FILEENUM : Fixed another memory leak in leaveSubDir 2016-11-01 22:37:12 +01:00
Rémy GIBERT f34e2b5f7c Another Bunch of fixes:
-Loader is now working (todo:rename to A2osX.system,tSYS)
-most of BINs working
-CR->CR/LF
2015-03-14 22:47:37 +01:00