Commit Graph

  • 8235df5a43 Fix a bug in stat_size d6/sep20-hex-bugfix ~d6 2024-09-20 22:25:10 -0400
  • 6dabcecafb Ensure that all file operations correctly wrap in memory. d6/file-mem-wrap2 ~d6 2024-09-20 20:56:39 -0400
  • 0f3b59d481 Fix file_init as well as some bugs. d6/file-mem-wrap ~d6 2024-09-20 20:24:22 -0400
  • 1998e6cccc clean up directory entries Erik Osheim 2024-09-20 10:57:03 -0400
  • 7fcd7ad635 (wip) Safely wrap memory access from File. ~d6 2024-09-19 23:08:00 -0400
  • df51651789 Update file_stat to match the existing documentation. main ~d6 2024-09-18 23:11:03 -0400
  • f68ed452d4 Update file_stat to match the existing documentation. d6/fix-stat ~d6 2024-09-18 22:58:45 -0400
  • 0da4c3335d Merge branch 'main' of git.sr.ht:~rabbits/uxn Devine Lu Linvega 2024-09-17 18:10:02 -0700
  • e772d56936 Support creating directories ~d6 2024-09-16 20:09:25 -0400
  • 0b974d8997 Standardize on using / for all paths. d6/mkdir ~d6 2024-09-17 20:32:03 -0400
  • c3023a4a71 Support creating directories ~d6 2024-09-16 15:34:16 -0400
  • b8056f8121 Port subprocess API from uxn11. d6/subprocess-v3 ~d6 2024-09-05 10:03:20 -0400
  • ea4aaca2a6 fix a clang warning Sigrid Solveig Haflínudóttir 2024-08-29 19:43:00 +0200
  • 1e9795e179 fix all the warnings Sigrid Solveig Haflínudóttir 2024-08-29 17:21:18 +0200
  • f3bc19a3e7 uxn core: enum -> const int; kencc does not like the same idents Sigrid Solveig Haflínudóttir 2024-08-29 17:18:13 +0200
  • 5dcf31beec fix Plan 9 build Sigrid Solveig Haflínudóttir 2024-08-29 17:08:10 +0200
  • 6d5e3848bd (uxnasm) Check against label/macro overlaps Devine Lu Linvega 2024-08-25 10:19:19 -0700
  • af59c09627 (uxnasm) Fixed issue where some unused labels did not throw a warning Devine Lu Linvega 2024-08-25 10:05:47 -0700
  • 58d6594790 Silenced a few warnings Devine Lu Linvega 2024-08-25 09:26:18 -0700
  • 14ff615b8d (pond.tal) Added a little demo that draws circles Devine Lu Linvega 2024-08-24 16:31:37 -0700
  • 2d851369ec (pond.tal) Progress Devine Lu Linvega 2024-08-24 10:03:38 -0700
  • d6c14dd24d (pond.tal) Starting new demo Devine Lu Linvega 2024-08-24 09:49:55 -0700
  • 3a901ed0be (uxn.c) Removed need for stack pointer Devine Lu Linvega 2024-08-12 13:11:42 -0700
  • 7d077eb2c6 Print 8 items on the stack Devine Lu Linvega 2024-08-11 13:30:23 -0700
  • a9d7ff23a5 Tiny changes to the uxn core macros Devine Lu Linvega 2024-08-05 15:13:08 -0700
  • bf10311d5a Force a redraw on screen change Devine Lu Linvega 2024-07-26 10:09:03 -0700
  • 2f73bae07e Trying to tackle issue with undrawn region on screen Devine Lu Linvega 2024-07-26 08:54:22 -0700
  • c1c9487057 Use global uxn instance for the audio thread Devine Lu Linvega 2024-07-26 07:57:08 -0700
  • 21ce072e9d Fixed stack debugger Devine Lu Linvega 2024-07-15 13:41:02 -0700
  • 215dc9db52 Updated devices Devine Lu Linvega 2024-07-15 12:12:10 -0700
  • 1c74aa1731 (bifurcan) Improved responsiveness Devine Lu Linvega 2024-06-15 19:25:15 -0800
  • 31b282d5de (bifurcan) Housekeeping Devine Lu Linvega 2024-06-15 18:27:58 -0800
  • 07112d8f26 (neralie) Moved to uxn-utils Devine Lu Linvega 2024-06-14 10:46:12 -0800
  • 598846a1b8 (dvd.tal) Change opcode not value Devine Lu Linvega 2024-06-05 08:09:40 -0800
  • 987a3348a6 Fixed issue with invalid hexadecimal values Devine Lu Linvega 2024-05-30 18:37:49 -0700
  • bb57b85f57 Fixed issue with comments in macros, fixed by jjbliss Devine Lu Linvega 2024-05-10 08:15:27 -0700
  • 3a696f8fa9 Removed old tests Devine Lu Linvega 2024-05-06 08:23:27 -0700
  • b0bfb38dcc Fixed typo in system expansion test Devine Lu Linvega 2024-04-15 17:12:24 -0700
  • b7d80643e8 Fix non-ASCII bytes being detected as whitespace Devine Lu Linvega 2024-04-13 19:31:09 -0700
  • 41567558bc (mandelbrot) Improvements from d6 Devine Lu Linvega 2024-04-05 09:14:03 -0700
  • 11d32db150 (uxnasm) Print token during nested macro error Devine Lu Linvega 2024-04-03 21:08:17 -0700
  • fc7ae4301c (uxnasm) Only find hex glyph once Devine Lu Linvega 2024-04-03 20:58:55 -0700
  • 182c727680 (uxnasm) Report the correct line number in references Devine Lu Linvega 2024-04-03 20:35:24 -0700
  • aae4446dfb (uxnasm) References print file and line number Devine Lu Linvega 2024-04-03 20:21:13 -0700
  • ab2dd4082a (uxnasm) No context for findopcode Devine Lu Linvega 2024-04-03 19:46:50 -0700
  • 4331025178 (uxnasm) Report unknown mode Devine Lu Linvega 2024-04-03 19:37:16 -0700
  • a74df86d06 (uxnasm) Fixed issue with skipped last token in include Devine Lu Linvega 2024-04-03 19:20:10 -0700
  • 9564868464 (uxnasm) Fixed issue with long hex values Devine Lu Linvega 2024-04-03 09:08:28 -0700
  • 01135b0bb4 (uxnasm) Allow lambdas in macros Devine Lu Linvega 2024-04-02 15:13:26 -0700
  • fde8305d65 (uxnasm) Start line number at 1 Devine Lu Linvega 2024-04-02 08:38:19 -0700
  • fc6ec0b387 (uxnasm) Improved errors Devine Lu Linvega 2024-03-30 20:05:52 -0700
  • f6cda36187 (uxnasm) Explicit error for empty rom Lobo Torres 2024-03-29 15:35:08 -0300
  • e47a14f673 (uxnasm) Catch missized #hex Devine Lu Linvega 2024-03-29 10:43:22 -0700
  • 68d6a5f604 (uxnasm) More explicit resolve errors Devine Lu Linvega 2024-03-29 10:26:25 -0700
  • cdd6008b7a (uxnasm) Larger dict buffer Devine Lu Linvega 2024-03-28 20:33:28 -0700
  • 80d01b7113 (uxnasm) Optimization Devine Lu Linvega 2024-03-28 20:25:16 -0700
  • fe515570a2 (uxnasm) Added ishex() macro Devine Lu Linvega 2024-03-28 17:22:05 -0700
  • 5e593e7931 (uxnasm) Recover Devine Lu Linvega 2024-03-28 14:39:52 -0700
  • f55a6a0b55 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-28 14:29:34 -0700
  • cf552bb50b (uxnasm) Removed scpy Devine Lu Linvega 2024-03-28 14:26:59 -0700
  • e080125437 (uxnasm) Removed slen macro Devine Lu Linvega 2024-03-28 14:03:25 -0700
  • 9af23e1090 (uxnasm) Generalized makesublabel Devine Lu Linvega 2024-03-28 13:24:41 -0700
  • 84cc003dec (uxnasm) Catch buffer overflows Devine Lu Linvega 2024-03-28 12:08:10 -0700
  • 8d06f3e1b9 (uxnasm) Fixed issue with comments inside macros Devine Lu Linvega 2024-03-28 12:04:25 -0700
  • 6c3888f306 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-28 11:57:54 -0700
  • 19a06cfd17 Starting to report unused macros Devine Lu Linvega 2024-03-28 11:43:21 -0700
  • 3dbdb19225 (uxnasm) Use save() to cat path Devine Lu Linvega 2024-03-28 10:47:46 -0700
  • 4a028ed63b (uxnasm) Housekeeping Devine Lu Linvega 2024-03-28 10:37:16 -0700
  • 389d6ce364 (uxnasm) Merge build functions Devine Lu Linvega 2024-03-28 10:07:37 -0700
  • a1a6271622 (uxnasm) Created build step Devine Lu Linvega 2024-03-28 09:48:07 -0700
  • ea8f512fcd (uxnasm)Check for output size after resolving symbols Devine Lu Linvega 2024-03-28 09:30:23 -0700
  • fe414183b0 (uxnasm) Renamed makeinclude to assemble Devine Lu Linvega 2024-03-28 09:25:15 -0700
  • c0ba862911 (uxnasm) Reduced dictionary Devine Lu Linvega 2024-03-28 09:23:13 -0700
  • 7c1492908c (uxnasm) Merged item name validation Devine Lu Linvega 2024-03-27 21:18:15 -0700
  • 0098007b63 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 17:37:48 -0700
  • 5801d4fc9f (uxnasm) Merged ref resolution functions Devine Lu Linvega 2024-03-27 17:08:32 -0700
  • a252da617c (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 17:00:08 -0700
  • 652bff0a93 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 16:48:56 -0700
  • 632f9fc0fa (uxnasm) Asbtracted ref resolve Devine Lu Linvega 2024-03-27 16:36:28 -0700
  • 9eee73f411 (uxnasm) Removed rune from Item Devine Lu Linvega 2024-03-27 16:21:39 -0700
  • 6b355e3d8e (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 16:14:02 -0700
  • 3c1a4ec45c (uxnasm) Merge findlabels Devine Lu Linvega 2024-03-27 16:07:26 -0700
  • 24319c55e9 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 15:59:03 -0700
  • aedc593434 (uxnasm) Abstracted write string Devine Lu Linvega 2024-03-27 15:55:16 -0700
  • 966aab7bb8 (uxnasm) Report file name in error correctly Devine Lu Linvega 2024-03-27 13:55:48 -0700
  • 0f64cb61e9 (uxnasm) Pass context with path Devine Lu Linvega 2024-03-27 13:43:13 -0700
  • c3738a9eb0 (uxnasm) Display the correct line number on error Devine Lu Linvega 2024-03-27 13:34:44 -0700
  • aafef20ba5 (uxnasm) Increment line value at pointer Devine Lu Linvega 2024-03-27 13:23:16 -0700
  • 03caf9317b (uxnasm) Stop assembling on error Devine Lu Linvega 2024-03-27 13:18:42 -0700
  • af87818228 (uxnasm) Preserve line context across includes Devine Lu Linvega 2024-03-27 13:11:17 -0700
  • 56131efa43 Saveguard against empty file Devine Lu Linvega 2024-03-27 12:11:51 -0700
  • 4713261184 (uxnasm) Removed unused buffer Devine Lu Linvega 2024-03-27 12:05:19 -0700
  • f50e915e42 (uxnasm) Count line number during macros Devine Lu Linvega 2024-03-27 12:03:24 -0700
  • 59b7ee83c5 (uxnasm) Removed unused param in walkcomment Devine Lu Linvega 2024-03-27 11:49:05 -0700
  • 5c4e14555b Count lines in comment Devine Lu Linvega 2024-03-27 11:41:48 -0700
  • e10f7b8cb2 (uxnasm) Housekeeping Devine Lu Linvega 2024-03-27 11:33:07 -0700
  • 41331ee4fc (uxnasm) Removed program struct Devine Lu Linvega 2024-03-27 11:01:58 -0700
  • 93a409500a (uxmasm) Merged item finding routines Devine Lu Linvega 2024-03-27 10:47:12 -0700
  • a56a4e0be0 (uxnasm) Merged token types Devine Lu Linvega 2024-03-27 10:39:34 -0700
  • 1df9b12efd (uxnasm) Store macros into dict Devine Lu Linvega 2024-03-27 10:37:03 -0700