Commit Graph

  • c5afd07c71 Update the build environment for this project to the latest. master Jeremy Rand 2021-07-06 17:02:37 -0400
  • e04819b4b1 Add a license file to the project. Jeremy Rand 2019-08-07 22:35:58 -0400
  • c994634c64 Update the build engine used by abCalc. Jeremy Rand 2019-08-07 22:21:32 -0400
  • 616cfc5f11 Update the readme to reflect the new build environment. Jeremy Rand 2017-09-11 23:28:36 -0400
  • cbb6cfc1d9 Update path to screenshots. Jeremy Rand 2017-09-11 23:23:29 -0400
  • 1801f10d12 Update the readme and project information. Jeremy Rand 2017-09-11 23:17:23 -0400
  • e49487532a Move to the new build environment Jeremy Rand 2017-09-11 23:14:06 -0400
  • 46bbabc8f9 Move to the new build environment Jeremy Rand 2017-09-11 23:07:06 -0400
  • be0d47681c Move to the new build environment Jeremy Rand 2017-09-11 23:05:43 -0400
  • eaedec436d Add a link to the downloads in the readme Jeremy Rand 2016-07-23 09:48:00 -0500
  • 5c12c862ee Add a link to the downloads in the readme Jeremy Rand 2016-07-23 09:47:03 -0500
  • 6079fe35cb Add some screenshots Jeremy Rand 2013-11-03 10:22:23 -0500
  • b87e282de0 Mention needing to fix scap.h to build the code on the //GS v1.0.1 Jeremy Rand 2013-09-26 23:24:01 -0400
  • 9eb08f1f94 Fix make problem with the shell command and add it to the docs Jeremy Rand 2013-09-26 23:15:57 -0400
  • c96d4f3a09 Create README.md version_1.0.0 Jeremy Rand 2013-09-26 16:40:50 -0400
  • 3030688662 Add a help document. This is actually in Teach format for the GS but I think git will strip the resources so it will end up just being a text file in git unfortunately. Jeremy Rand 2013-09-26 16:32:20 -0400
  • c2aa439a47 Add R2B and B2R operations Jeremy Rand 2013-09-26 16:23:38 -0400
  • 5f26ba906d Add R2B and B2R operations Jeremy Rand 2013-09-26 16:20:06 -0400
  • e69a032494 Remove .DS_Store Jeremy Rand 2013-09-02 12:36:38 -0400
  • c5172a330d More work on copy/paste and other NDA functionality Jeremy Rand 2013-09-02 12:28:16 -0400
  • 12bdfc054f More work on the NDA Jeremy Rand 2013-08-08 00:58:18 -0400
  • eecefbd31a Lots more work on the NDA Jeremy Rand 2013-08-07 02:16:38 -0400
  • 01b5651573 Lots more work on the NDA Jeremy Rand 2013-08-07 02:16:21 -0400
  • 88edf4b193 Check for negative numbers in sqrt v0.9 Jeremy Rand 2013-07-27 00:22:50 -0500
  • ba2ce6fa89 Clean up makefile Jeremy Rand 2013-07-27 00:15:42 -0500
  • ee6ab8dee8 Remove a few functions the GS does not have Jeremy Rand 2013-07-27 00:11:42 -0500
  • c470afc9d6 Add lots more trig and log functions and some stack functions Jeremy Rand 2013-07-27 00:04:01 -0500
  • 9f2f1c5d53 Fighting with crashes in the NDA and giving up for now so adding more operations Jeremy Rand 2013-07-26 21:27:29 -0500
  • c5ca693973 Create all the resources for the calc controls Jeremy Rand 2013-07-26 02:31:39 -0500
  • 33e5d7970d Get a very basic NDA up and working Jeremy Rand 2013-07-25 23:55:28 -0500
  • 5d6a71da3f Start work on NDA Jeremy Rand 2013-07-25 13:44:14 -0500
  • af42e7b29a Start work on NDA Jeremy Rand 2013-07-25 13:35:56 -0500
  • 174d911040 Start work on NDA Jeremy Rand 2013-07-25 13:35:07 -0500
  • cfdebd33c0 Start work on NDA Jeremy Rand 2013-07-25 13:34:49 -0500
  • 90ee3fc724 Start work on NDA Jeremy Rand 2013-07-25 13:33:38 -0500
  • 88102cafea Make operation lookups case insensitive on both platforms Jeremy Rand 2013-07-25 11:50:12 -0500
  • e77709f015 With this change, things build on the GS well now Jeremy Rand 2013-07-25 10:31:53 -0500
  • 7bee84757f Reorganize code some more so it will build on the GS Jeremy Rand 2013-07-25 10:21:21 -0500
  • 5ba0e3bcc7 Reorganize code to ensure files are not too wide for prodos Jeremy Rand 2013-07-25 09:42:02 -0500
  • 2aec9aecb6 Rework setting expressions and add shift operations Jeremy Rand 2013-07-24 21:28:20 -0500
  • 02092b15f3 More integer operations Jeremy Rand 2013-07-24 20:20:54 -0500
  • dcbbd4b1c1 More integer operations Jeremy Rand 2013-07-24 20:02:07 -0500
  • 062a5b6639 Add a bunch more operation Jeremy Rand 2013-07-24 18:59:18 -0500
  • 1b8abc8fa0 Finish implementation on add Jeremy Rand 2013-07-24 18:01:04 -0500
  • 822c7ab0ac Add error handling support Jeremy Rand 2013-07-24 16:15:11 -0500
  • d8d4bc60d4 Format reals better Jeremy Rand 2013-07-24 12:01:38 -0500
  • 5e7006a3cc Create an overall abCalc module and hook up the init routines Jeremy Rand 2013-07-24 11:06:36 -0500
  • b8e9fd0c9c Add .h file guards and a basic integer implementation Jeremy Rand 2013-07-24 10:56:02 -0500
  • b691e28672 Implement some basic mode tracking Jeremy Rand 2013-07-24 10:06:38 -0500
  • e96affc7ad Implement real parsing and formatting Jeremy Rand 2013-07-24 09:53:27 -0500
  • cca7b583ea Begin implementation of expressions and stack Jeremy Rand 2013-07-24 09:30:44 -0500
  • 1e6ae9335e Initial commit of skeleton code. Jeremy Rand 2013-07-24 08:45:33 -0500