Commit Graph

  • 0dd7b0c3a5 Implement __sysremove for sim65 Colin Leroy-Mira 2024-01-25 09:12:46 +01:00
  • 8682095f9f Merge pull request #2384 from colinleroy/asm-realloc Bob Andrews 2024-01-27 00:28:17 +01:00
  • 782dad23da Merge pull request #2382 from colinleroy/asm-gets Bob Andrews 2024-01-27 00:26:12 +01:00
  • aa6f850b8d Rewrite gets in assembler Colin Leroy-Mira 2024-01-11 19:51:17 +01:00
  • a8b870555e Rewrite realloc in asm Colin Leroy-Mira 2024-01-22 12:57:59 +01:00
  • 65937684a0 Merge pull request #2380 from colinleroy/asm-fgetc Bob Andrews 2024-01-26 20:12:41 +01:00
  • ba6f9f5d3f Merge pull request #2381 from colinleroy/asm-fgets Bob Andrews 2024-01-26 19:36:57 +01:00
  • 4b9bf9bb98 Merge pull request #2386 from polluks/patch-12 Bob Andrews 2024-01-25 14:36:51 +01:00
  • f1d95f1f07 Added link for your interest Stefan 2024-01-25 11:27:54 +01:00
  • 476591e8b7 Rewrite fgetc in asm Colin Leroy-Mira 2024-01-11 18:54:42 +01:00
  • f7388cfb79 add fgets/fgetc test Colin Leroy-Mira 2024-01-11 18:30:13 +01:00
  • ee3a542539 Merge pull request #2383 from colinleroy/pmemalign-size-opt Bob Andrews 2024-01-24 21:26:50 +01:00
  • a2d722639f Merge pull request #2385 from polluks/master Bob Andrews 2024-01-24 21:17:19 +01:00
  • 9ba270d97b Merge pull request #2378 from colinleroy/fix-overflow-in-malloc-and-realloc Bob Andrews 2024-01-24 21:15:31 +01:00
  • 34f37c873e Fixed comment Stefan 2024-01-24 16:32:45 +01:00
  • ebf43ddb05 Merge pull request #2379 from colinleroy/add-return-minus-1-helper Bob Andrews 2024-01-24 15:53:19 +01:00
  • f0b5b02966 Swap in LC before destructors, ROM after Colin Leroy-Mira 2024-01-21 16:50:59 +01:00
  • b87df9e1c6 Optimize -36 bytes out of posix_memalign Colin Leroy-Mira 2024-01-12 23:04:14 +01:00
  • 1f820d0ae8 Rewrite fgets in asm Colin Leroy-Mira 2024-01-11 19:31:04 +01:00
  • 5d49fde788 add a return -1 helper Colin Leroy-Mira 2024-01-11 18:19:13 +01:00
  • 3e01ac9b04 Fix malloc and realloc overflow Colin Leroy-Mira 2024-01-15 20:30:20 +01:00
  • 57e65a6bf6 Merge pull request #2348 from colinleroy/time-functions-pass-2 Bob Andrews 2024-01-23 23:45:10 +01:00
  • 13ddd734db Add note about contacting the devs when starting to work on huge patches Bob Andrews 2024-01-23 23:26:26 +01:00
  • 2ba176372e Add beep for apple2 Colin Leroy-Mira 2024-01-18 13:55:18 +01:00
  • 6c7106c9d9 Merge pull request #2377 from acqn/Diagnostics Bob Andrews 2024-01-23 22:16:35 +01:00
  • ea83b9fa53 Merge pull request #2347 from acqn/SrcFile Bob Andrews 2024-01-23 22:15:31 +01:00
  • ba75a2ac26 Added missing checks for forward declarations of the main() function. More accurate diagnosis on implicit 'int' type specifiers. acqn 2024-01-23 14:33:05 +08:00
  • bea2e86210 Merge pull request #2354 from acqn/Diagnostics Bob Andrews 2024-01-22 19:09:51 +01:00
  • 998dfd6fa7 Merge pull request #2370 from acqn/VisibilityFix Bob Andrews 2024-01-22 18:31:47 +01:00
  • deaf27d6a8 Merge pull request #2372 from acqn/C99Inline Bob Andrews 2024-01-22 17:30:09 +01:00
  • 01ee903cdf Fixup gmtime/localtime/mktime tests with all cases Colin Leroy-Mira 2024-01-10 22:43:49 +01:00
  • 7a7e98d799 Merge pull request #2371 from alexthissen/lynx-upload Bob Andrews 2024-01-22 15:50:40 +01:00
  • 6a03fda453 Merge pull request #2374 from colinleroy/save-two-bytes Bob Andrews 2024-01-22 15:48:49 +01:00
  • b23a7ec407 Save two bytes in pushax and popptr1 Colin Leroy-Mira 2024-01-19 21:14:47 +01:00
  • 83691f30c1 Missed a tab in config Alex Thissen 2024-01-19 10:52:42 +00:00
  • 6bab3f921b Merge branch 'cc65:master' into lynx-upload Alex Thissen 2024-01-19 09:49:20 +01:00
  • ad90a3a421 Replaced references to __BLOCKSIZE__ with __BANK0BLOCKSIZE__ Alex Thissen 2024-01-18 18:57:57 +00:00
  • 2e56dcc521 Fix for mising import Alex Thissen 2024-01-18 18:13:39 +01:00
  • acce24fedc Switched to __BANK0BLOCKSIZE__ instead of __BLOCKSIZE__ to make current lynx config files work Alex Thissen 2024-01-18 18:13:02 +01:00
  • 93f9cb6e48 Adjusted uploader configuration. Split into two MEMORY areas, so it can be just below video memory. Alex Thissen 2024-01-18 18:06:10 +01:00
  • d906748691 Fix uploader implementation to reset IRQ bit for timer 4 (serial) interrupt Alex Thissen 2024-01-18 17:37:09 +01:00
  • 10282a9b74 Rewrite asctime() in assembler (-7 bytes) Colin Leroy-Mira 2024-01-10 22:26:55 +01:00
  • 03d5e5fba0 Rewrite mktime in assembly Colin Leroy-Mira 2024-01-10 22:20:43 +01:00
  • 348a9048b7 Convert _time_t_to_tm to asm Colin Leroy-Mira 2024-01-09 21:28:37 +01:00
  • e9bd9330c0 Added warning on some code patterns of faulty attempt to declare anonymous structs/unions. Removed unnecessary warning on tagless enum/struct/unions that would be invisible out of a function declaration. acqn 2024-01-15 23:56:42 +08:00
  • 07e349c517 Skipped anonymous tag names in diagnosis on empty structs/unions. acqn 2024-01-15 23:56:39 +08:00
  • afdf398a0b Fixed repeated diagnosis when reading EOF in certain cases. acqn 2024-01-15 23:56:11 +08:00
  • cf28d69696 Merge branch 'cc65:master' into master rumbledethumps 2024-01-14 17:40:09 -08:00
  • de3087a7e9 Removed the extra "unused parameter" warning when the parameter had an duplicated identifier error. acqn 2024-01-14 00:19:11 +08:00
  • 0b06c34dfc Added primitive support for the ISO C99 inline feature as well as the __inline__ extension. No inlining is actually done but that part is not required by the standard. acqn 2024-01-14 00:08:41 +08:00
  • 7e80e55b6d Added a warning on implicit int in typedefs. acqn 2024-01-13 16:40:44 +08:00
  • 3d0dc58153 Fixed visibility of undeclared functions and objects. acqn 2024-01-13 00:46:14 +08:00
  • a173428fab Merge pull request #2367 from acqn/PragmaFix Bob Andrews 2024-01-18 18:44:39 +01:00
  • 166a4b25f7 Apple2: implement sleep using MONWAIT Colin Leroy-Mira 2024-01-14 18:27:41 +01:00
  • 9471e128b5 Fixed segname pragmas right after a function definition. acqn 2024-01-18 20:59:46 +08:00
  • 92ee03f9e9 Merge pull request #2362 from colinleroy/fix-2357-bis Bob Andrews 2024-01-16 21:08:38 +01:00
  • 0c53e7e0da Add test case for bug #2357 Colin Leroy-Mira 2024-01-16 20:50:50 +01:00
  • 5e267ccfca Merge pull request #2361 from colinleroy/fix-2357-bis Bob Andrews 2024-01-16 20:26:05 +01:00
  • db8ac355cb Cleaner updating of instructions Colin Leroy-Mira 2024-01-16 09:33:33 +01:00
  • dec65176f0 Fix #2357 - Copy est.size and flags of op when moving it Colin Leroy-Mira 2024-01-15 21:51:17 +01:00
  • 43c2239e94 Merge pull request #2360 from cc65/revert-2359-fix-2357 Bob Andrews 2024-01-15 23:04:35 +01:00
  • 2c4ebe812c Revert "Fix #2357 - Copy est.size and flags of op when moving it" Bob Andrews 2024-01-15 23:03:13 +01:00
  • 8e25a7b376 Merge pull request #2359 from colinleroy/fix-2357 Bob Andrews 2024-01-15 23:00:09 +01:00
  • b388ca0236 Fix #2357 - Copy est.size and flags of op when moving it Colin Leroy-Mira 2024-01-15 21:51:17 +01:00
  • 8c329dfd1a Merge pull request #2344 from acqn/Cleanup Bob Andrews 2024-01-12 16:02:08 +01:00
  • 0f7d2dd818 Merge pull request #2351 from groessler/something_to_pull Bob Andrews 2024-01-11 19:46:16 +01:00
  • 6ab3c0c75f elaborate more about Uz's contributions Christian Groessler 2024-01-11 19:40:41 +01:00
  • 44b2e48e3e mention John Dunning as original author Christian Groessler 2024-01-11 17:40:27 +01:00
  • 28f892bb3c Merge pull request #2345 from acqn/PtrFix Bob Andrews 2024-01-11 16:50:49 +01:00
  • 17c2622382 Merge pull request #2346 from acqn/Diagnostics Bob Andrews 2024-01-11 16:49:36 +01:00
  • 2138f3c902 add clock() to RP6502 rumbledethumps 2024-01-10 21:24:55 -08:00
  • 38dac907e8 Cleanup for symbol types and flags. acqn 2024-01-10 04:51:59 +08:00
  • 2682fc0b79 Fixed regression on comparison to null pointer. acqn 2024-01-10 04:51:20 +08:00
  • 8e43c4706f Added hierarchy info about source file inclusion in diagnostic output. Fixed presumed names of source files in disgnosis. Fixed line number of source files in debug output. acqn 2024-01-10 04:50:42 +08:00
  • 94dfc08c0e Fixed false "Non constant initializers" error messages on wrong places, which could be resulted from failed array declarations etc. acqn 2024-01-10 04:43:50 +08:00
  • 2564aaa12c Refix for diagnosis on expected expressions. acqn 2024-01-10 04:48:27 +08:00
  • 8aa59e4af3 Merge pull request #2325 from acqn/Cleanup Bob Andrews 2024-01-08 23:02:40 +01:00
  • 773ed23cea Merge pull request #2326 from acqn/Diagnostics Bob Andrews 2024-01-08 22:45:44 +01:00
  • 2127778239 Merge pull request #2336 from colinleroy/optimize-strdup Bob Andrews 2024-01-08 22:13:43 +01:00
  • e1065d0c89 Merge pull request #2342 from colinleroy/rework-mktime Bob Andrews 2024-01-08 22:13:05 +01:00
  • 1e3b063b4a Merge pull request #2320 from pm100/cl65_type Bob Andrews 2024-01-08 21:59:21 +01:00
  • a71865f6ec Merge pull request #2331 from acqn/FuncDeclFix Bob Andrews 2024-01-08 21:58:01 +01:00
  • fa7dca5fa3 Merge pull request #2338 from colinleroy/fix-2237-keep-time-h-standard Bob Andrews 2024-01-08 21:52:40 +01:00
  • df193c0947 Rework time functions a bit Colin Leroy-Mira 2024-01-07 22:58:45 +01:00
  • 3a439e0e1b Little strdup optimisation Colin Leroy-Mira 2024-01-05 19:39:03 +01:00
  • 7ce982cc68 Remove non-standard (and useless) include Colin Leroy-Mira 2024-01-07 10:19:48 +01:00
  • 29801a2fde remove extra format specifier, fixed #2330 mrdudz 2024-01-06 17:53:24 +01:00
  • 82f01af6ec Merge pull request #2333 from polluks/patch-11 Bob Andrews 2024-01-06 17:41:39 +01:00
  • c379d03dfb Merge pull request #2332 from polluks/patch-10 Bob Andrews 2024-01-06 17:40:58 +01:00
  • 169c9c0da0 Add strdup tests Colin Leroy-Mira 2024-01-05 19:38:51 +01:00
  • 1b5371b42d Merge pull request #2335 from jedeoric/master Bob Andrews 2024-01-05 11:07:16 +01:00
  • bcea5dfa8f fix comment telestrat jedeoric 2024-01-05 00:46:15 +01:00
  • 726b70a534 add XMAINARGS and XGETARGV for Telestrat jedeoric 2024-01-05 00:45:03 +01:00
  • dc9d2f0dbd Update README.md Stefan 2024-01-03 16:46:07 +01:00
  • 075ece5faf Clean-up Stefan 2024-01-03 16:35:12 +01:00
  • 75461e1319 Apple2: implement stat(2) and statvfs(3) Colin Leroy-Mira 2023-12-28 21:50:13 +01:00
  • 7aab84628d Fixed calling convention parsing in type names and function parameter types. acqn 2024-01-01 16:11:30 +08:00
  • acbd87b576 Renamed GetUnqualTypeCode() to GetUnderlyingTypeCode() for consistency with GetUnderlyingType(). acqn 2024-01-01 15:27:57 +08:00
  • 88246f852d Removed RefineFuncDesc() as an unnecessary wrapper. acqn 2024-01-01 15:04:50 +08:00
  • 4e820677ee ED_AddrExpr() and ED_IndExpr() need no return values. acqn 2024-01-01 15:03:45 +08:00