1. ffab45c Removed unnecessary / obsolete destructor priority setting. by oliverschmidt · 19 years ago
  2. 7a8f158 Updated loader URL. by oliverschmidt · 19 years ago
  3. 28857a4 Added the ftp and shell app to the Apple2 build. by oliverschmidt · 19 years ago
  4. c484425 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  5. 098c780 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  6. 221b0b4 Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  7. cc12aba Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  8. a47cab6 Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  9. cef53c5 Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  10. 19a4039 Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  11. cb117db Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  12. b844485 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  13. eeea7b7 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  14. 0354c3e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  15. bb77f67 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  16. 42c10a2 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  17. f6d3a93 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  18. dcb85f5 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  19. f62fb9e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  20. bfe3f3e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  21. 30a5583 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  22. 77f0a0a Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  23. 1bcc93c Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  24. 1f28e9b Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  25. fd9b467 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  26. dc37969 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  27. 9d58ba1 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  28. af21162 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  29. 8bbf56d Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  30. 266e585 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  31. 6784cc6 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  32. ec69f09 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  33. aaaef94 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  34. e04e386 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  35. ba0640b Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  36. 8782c95 Added directory support to the Apple2 cfs. by oliverschmidt · 19 years ago
  37. 19c1876 Added missing include for sprintf(). by oliverschmidt · 19 years ago
  38. 991ae2b Renamed constructor/destructor to avoid name clashes with cc65 C-library stuff. by oliverschmidt · 19 years ago
  39. f88ee84 Reverted recent change: "Implemented ctk_arch_isprint as macro like the gtk target does." as it obviously causes trouble with the cc65 isprint inline stuff. by oliverschmidt · 19 years ago
  40. 93ffcf1 Brought back closing all open files on exit as a last resort. by oliverschmidt · 19 years ago
  41. 6b49252 Removed (after all unnecessary) stack pointer initialization and added explicit switching to ROM on exit to bring back compatiblity with BASIC.SYSTEM. by oliverschmidt · 19 years ago
  42. 7f856cc Implemented ctk_arch_isprint as macro like the gtk target does. by oliverschmidt · 19 years ago
  43. be6e4dc Prefilled port with 23 and fixed several bugs: by oliverschmidt · 19 years ago
  44. ca9101d CTK_TEXTENTRY_CLEAR() already includes memset(). by oliverschmidt · 19 years ago
  45. ea6c672 Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  46. d25993e Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  47. 91a8e77 No need to avoid __fastcall__ for kfs_open. by oliverschmidt · 19 years ago
  48. afeda73 Activated downloading to file, switched form the pure posix calls to the cfs wrappers for consistency with the other apps and further imporved error handling (especially closing files). by oliverschmidt · 19 years ago
  49. bc1dc14 The configedit app needs to write the config file and therefore can't go with the kfs but has to use the full cfs. But because the config file always resides in the Contiki directory regardless of the ProDOS 8 prefix we have to get the Contiki directory from the kfs. by oliverschmidt · 19 years ago
  50. 63a664b The config app is loaded on every startup so keep it small to improve loading time by using the kfs for reading the config file. by oliverschmidt · 19 years ago
  51. 147e607 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  52. 4f0cf88 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  53. 31785ae Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  54. e23e63e Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  55. cd89bec Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  56. 3cf20b2 Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  57. 6663891 Use all available screen estate for the web browser. by oliverschmidt · 19 years ago
  58. 389e2f2 Do not only disable init() and poll() but send() as well if the chip detection fails because it is as cheap as two bytes. by oliverschmidt · 19 years ago
  59. 2caed81 Added example for PT_SPAWN() by adamdunkels · 19 years ago
  60. a5f1e79 Fixed bugs in some examples, removed out-commented code by adamdunkels · 19 years ago
  61. 5703bfd Reordered definitions to make meaning clearer by adamdunkels · 19 years ago
  62. 84d8463 Brought back chip detection code because this driver is loaded by default before the user has a chance to switch it or adjust the slot setting. Therefore it seems advisable to not just write to a whole bunch of random i/o ports of some unknown card ;-) by oliverschmidt · 19 years ago
  63. 305ff43 Moved cc65 zero page variables in the the upper half of the zero page where "only" Applesoft stuff resides to reduce risk of issues with the ProDOS kernel and/or ProDOS device drivers. by oliverschmidt · 19 years ago
  64. d78036e Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  65. 37ac24e These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  66. e350e0a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  67. 83b8327 Removed unnecessary return which made it into the binary because of the disabled cc65 optimizations in conjunction with inline assembly. by oliverschmidt · 19 years ago
  68. d1318ec Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  69. 97e3957 Make use of the .linecont feature to make the source more readable. by oliverschmidt · 19 years ago
  70. ee8b50d Adjust menu item width to accomodate the long string "web downloader". by oliverschmidt · 19 years ago
  71. 9be3621 These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  72. 477570f Updated banking overrides to the ROM routine usage of the most recent cc65 snapshot. by oliverschmidt · 19 years ago
  73. ad995ec Configure the www URL length to the same value used in wget to avoid inconsistencies. by oliverschmidt · 19 years ago
  74. 31c0f68 Fixed cut&paste error. by oliverschmidt · 19 years ago
  75. 36b6ec3 These macros are now already defined in cc65 conio.h. by oliverschmidt · 19 years ago
  76. 7fdf5f5 The most recent cc65 snapshot supports bgcolor, bodercolor and textcolor to be implemented as macros. In order to avoid warnings if these macros expand to constants their usages have to be casted to void if their return value isn't used. BTW: Ullrich added the same casts to cc65-internal usages of these functions/macros. by oliverschmidt · 19 years ago
  77. 4c19ccb Made use of the new cfs support. CONTIKI.CFG is now created on demand. by oliverschmidt · 19 years ago
  78. b2ea9e9 Added rudimentary cfs support to be used by applications (but not the kernel). by oliverschmidt · 19 years ago
  79. 8401606 Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  80. 7b9025d Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  81. eaba1a3 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  82. c43cafd Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  83. 5a2165f Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  84. f10f67b Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  85. d26ce87 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  86. 5aabbed Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  87. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  88. a40eac5 Allow program descriptions to omit the ctk_icon completely if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  89. 22ef3f7 Fine tuned ctk configuration and disabled icons for the Apple ][ build. by oliverschmidt · 19 years ago
  90. 1419ac3 Removed (currently non-portable) email app from Apple2 build. by oliverschmidt · 19 years ago
  91. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  92. 58d1458 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  93. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  94. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  95. 4dff710 Reduced receive window to accomodate for the 1 MHz Apple2 (thanks to Glenn Jones for the hint). by oliverschmidt · 19 years ago
  96. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  97. 01e9ffd Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  98. 4bb5451 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  99. 4c59cb0 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  100. beb0c88 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago