Commit Graph

31 Commits

Author SHA1 Message Date
John B. Matthews
5adb646e11 Version 1.3.5.8: Update Host.java to use linux home directory. 2011-05-29 20:45:07 +00:00
John B. Matthews
342e930046 Version 1.3.5.8: Update Host.java to use linux home directory. 2011-05-29 20:28:11 +00:00
20c92bc931 Refactored to eliminate duplicate spaces between two tokens, handle Business BASIC text exportation the same as RTF 2009-01-03 05:48:26 +00:00
51f442d291 Add BYE keyword, indent/outdent FOR/NEXT loops (still need to refactor to eliminate duplicate spaces between two tokens) 2009-01-02 20:45:40 +00:00
ec5c2b84b7 Add Business BASIC viewer support 2008-12-16 05:07:36 +00:00
John B. Matthews
9a238b4505 Reduce warnings. 2008-06-08 16:41:51 +00:00
John B. Matthews
fffe3dd6d5 Correct email address. 2008-06-07 21:32:39 +00:00
Robert Greene
159e6a65e1 Minor spelling correction in a comment. 2007-03-31 13:59:52 +00:00
Robert Greene
8b23db3d7d Merged in John B. Matthews' changes for AppleCommander 1.3.3.9. 2006-04-16 03:28:36 +00:00
Robert Greene
289199fa3d Made TextBundle a general utility class. 2004-07-11 15:09:13 +00:00
Robert Greene
591924ce53 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-11 15:07:56 +00:00
Robert Greene
ad51365d17 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-04 03:34:35 +00:00
Robert Greene
2771ce9b71 Hex conversion now ignores case. 2004-06-22 03:09:01 +00:00
Robert Greene
7cf6528f3e Common stream-related utilities. 2004-06-20 17:02:23 +00:00
Robert Greene
6151356de6 Author tag fix (removed colon) and fixed some 'yellow' warnings. 2004-06-18 05:15:33 +00:00
Robert Greene
89a4b67498 Added methods to change disk image ordering as well as to compare
two disks to see if they are identical.
2004-06-03 03:33:59 +00:00
Robert Greene
3d8a017132 Minor javadoc fix. 2003-12-21 01:14:48 +00:00
Robert Greene
c8d49b4c56 Added getHexDump. 2003-12-11 05:35:09 +00:00
Robert Greene
070c3d8b63 Added changes per John Matthews fixes for AppleCommander 1.2.3.
See http://www.wright.edu/~john.matthews/ac.html.
2003-12-04 04:10:49 +00:00
Robert Greene
9709fe8a03 ProDOS month correction (recevied from John B Matthews). 2003-09-05 03:34:40 +00:00
Robert Greene
513627cc95 Incorporated fix from John Matthews for get/setPascalDate. 2003-09-01 03:23:21 +00:00
Robert Greene
4893e7b5aa Added toString. 2003-06-14 02:46:06 +00:00
Robert Greene
e677fe4baf Added isEndOfCommand and isExpressionSeparator. 2003-06-06 03:23:10 +00:00
Robert Greene
50aab615cc Separates on character tokens (":;,+-*/"). 2003-06-06 03:22:37 +00:00
Robert Greene
895685e948 When at end of file (nextAddress is 0), set the offset to the end
of file.
2003-06-03 05:53:19 +00:00
Robert Greene
e73e9c0f2d Added isCommandSeparator. 2003-06-03 05:50:19 +00:00
Robert Greene
a75acf0e66 Added a hack to break on expression terminators (colon comma,
semicolon).
2003-06-01 19:46:59 +00:00
Robert Greene
1e96c1e867 Defines all tokens. 2003-06-01 19:45:12 +00:00
Robert Greene
3901ce8230 Represents an Applesoft token. This is returned by ApplesoftTokenizer. 2003-05-28 03:45:12 +00:00
Robert Greene
c8247048e7 The ApplesoftTokenizer provides a stream of Applesoft related tokens
in a similar fashion as a StringTokenizer or Enumeration.
2003-05-28 03:44:46 +00:00
Robert Greene
e869246c90 Moved AppleUtil to com.webcodepro.applecommander.util package. 2003-05-26 21:10:50 +00:00