Commit Graph

113 Commits (master)

Author SHA1 Message Date
Pentium44 72525fa6b0 "Update" 2022-05-22 02:06:52 -07:00
Pentium44 dad892696b Update index.html 2022-05-20 02:49:54 -07:00
Pentium44 5318759c2c Push arm64 build 2022-05-20 02:48:26 -07:00
Pentium44 d1aa3b2d65 Push win32 binary 2022-05-20 02:39:26 -07:00
Pentium44 942cf57f2d Updating website files, building slidescript binary database 2022-05-20 02:32:05 -07:00
Pentium44 2326810ed7 Couple changes, removed mv and pwd alias in order to call system utils 2022-05-18 23:28:12 -07:00
Pentium44 423d3c6f43 Updated README.txt, tweaks 2022-05-18 20:18:00 -07:00
Pentium44 41b42ac76c Push to V0.7.2 2022-05-18 12:07:27 -07:00
Chris Dorman 213a2ff451 Set PATH for slidescript, FIND THE PROGRAMS 2022-05-18 11:54:01 -07:00
Chris Dorman c091373610 Removed popen, using execvp for shell like functions 2022-05-18 11:44:42 -07:00
Chris Dorman 5ffbec0ce0 slidescript now processes programs using popen if no built-in found. 2022-05-18 04:06:25 -07:00
Chris Dorman 273382b200 Fixed bug where variables register without an equal, 2022-05-17 21:17:29 -07:00
Chris Dorman a0237169f4 Fixed bug where variables register without an equal 2022-05-17 21:16:33 -07:00
Chris Dorman 3435d0a48e Push to V0.7.1 2022-05-17 19:24:54 -07:00
Pentium44 83a56a9f18 Call this V0.7.0 2021-07-06 19:40:49 -07:00
Pentium44 3bcdb74759 Call this V0.7.0 2021-07-06 19:40:16 -07:00
Pentium44 ba99b81a78 Leaky fix to decompress, working fragile example 2021-07-05 23:26:28 -07:00
Pentium44 76c042e0cb Damn tar archiver MAHHHH -> printf's 2021-06-29 21:18:00 -07:00
Pentium44 0e12919bb3 Remove LZ77 for LZ78, optimized 2021-06-15 19:48:43 -07:00
Pentium44 353ed7e1e5 Updates to website HTML 2021-06-09 22:45:50 -07:00
Pentium44 c29a0be715 Updates to website HTML 2021-06-09 22:35:19 -07:00
Pentium44 70b0dbf4e1 Added website to sources, documentation. 2021-06-09 20:26:24 -07:00
Pentium44 42aaea6a17 Bug fixes, working toward full dynamic memory allocation 2021-06-09 16:22:38 -07:00
Pentium44 34cdecdb57 Fixed random filename generator 2021-05-26 12:17:31 -07:00
Pentium44 5c38a1cd3b Working up some functional socket client / server functions. Files can be sent to listening forkable server and be saved under random file names 2021-05-19 23:15:06 -07:00
Pentium44 e4a7299c7d Networking changes 2021-05-19 16:05:24 -07:00
Pentium44 4d6812fa40 Fix showpath / pwd bug 2021-05-19 14:41:36 -07:00
Pentium44 66e00ef39d Fix showpath / pwd bug 2021-05-19 14:41:24 -07:00
Pentium44 315244fc91 Multi function processing from if / ifn 2021-05-19 01:07:55 -07:00
Robert Kiraly 93a2e6144f Use "strtok_r" instead of "strtok" to fix lexer issues. 2021-05-19 00:20:43 -07:00
Pentium44 c199aa618b Working on it 2021-05-18 23:02:25 -07:00
Pentium44 e2a3beafe0 Call this v0.6.0 2021-05-12 11:04:27 -07:00
Pentium44 17e53351a4 More tweaks via RJK 2021-05-09 21:31:49 -07:00
Pentium44 6fe98d7d09 Replace some missing files, fix bug in variable parser 2021-05-09 21:00:31 -07:00
Pentium44 10d663ecd9 God dammit 2021-05-09 17:48:26 -07:00
Pentium44 51884ea852 Dumping more static memory buffers, dynamic here we come 2021-04-17 02:47:20 -07:00
Pentium44 7f88238255 Cleaning up some static buffers, and adding in dynamic allocation. No more limits! 2021-04-16 01:33:52 -07:00
Pentium44 9c1c11b56d long -> unsigned long 2021-04-15 23:29:04 -07:00
Pentium44 572206aeb9 Bob -> fix, might be correct 2021-04-15 23:03:13 -07:00
Pentium44 0ff090d190 Switching to UX3 framework for sys calls 2021-04-15 22:03:30 -07:00
Pentium44 0a44a6ab6e Version update in Makefile.musl 2021-04-15 18:07:26 -07:00
Pentium44 a3223589f4 Call this v0.5.4 2021-04-15 18:06:30 -07:00
Robert Kiraly 9b4288cf9c New memory management subsystem. 2021-04-15 17:09:54 -07:00
Pentium44 1801ca9c74 tar.c -> 99% original 2021-04-14 23:52:28 -07:00
Pentium44 9f67d3198f Tweaks for telnet usage, fflush 2021-04-14 13:50:28 -07:00
root 5bedb5dc5e Tweak 2021-04-13 20:30:17 +00:00
Pentium44 e5c7f525f8 Call this v0.5.3 2021-04-12 03:51:48 -07:00
Pentium44 bc74e93305 Call this v0.5.2 2021-04-12 02:39:19 -07:00
Pentium44 f0fa98d70c Tweaks 2021-04-12 02:22:09 -07:00
Pentium44 332a0e2847 Fixed isdir bug returning 1 on no directory, start of if statement processing in lexer 2021-04-11 15:44:31 -07:00