Commit History

Author SHA1 Message Date
  Manoel Trapier d78a72a6e2 Add markdown and license file 11 years ago
  Manoel Trapier a551523b22 Add gitignore file. 11 years ago
  Manoel Trapier b907b15d4f Add NES platform to default build. (Still more to go to compile correctly) and re-enabling the "k&r" cpp 11 years ago
  Manoel Trapier 45e01dcd3e Correct mach cg pmfile that incorrectly reference PLATFORM where it should reference ARCH 11 years ago
  Manoel Trapier cc534493fd Copy pc86 platform to nes platform, and make change accordingly. 11 years ago
  David Given dccecc5d45 Back out erroneous change. 11 years ago
  George Koehler 0fc7fd5d33 Prevent segfault when trying to print an error message. 11 years ago
  David Given 4349d702fa Change from using platform-specific types to stdint platform-independent types 11 years ago
  David Given 2beb3646a7 Change to use stdint's implementation independent types rather than short and 11 years ago
  George Koehler 7ef9b79c11 Merge deletion of many undead files. 11 years ago
  George Koehler 3dcc3bd1cf Allow pc86 bootloader to boot from more floppy drives. 11 years ago
  George Koehler e7c79415b5 Prevent division by zero in aslod. 11 years ago
  George Koehler 0131ca4d46 Delete 689 undead files. 11 years ago
  George Koehler be234ea759 *Again* fix fit16i() for systems with 64-bit long. 11 years ago
  George Koehler 8bf34937f1 Delete old and unused files from modules/src/em_code 11 years ago
  George Koehler 99eb12a282 Fix fit16i() for systems with 64-bit long. 11 years ago
  George Koehler 96ea0a5903 Fix more functions in util/ack for 64-bit hosts. 11 years ago
  George Koehler 800d4ae032 Fix cemcom.ansi for 64-bit hosts. 11 years ago
  David Given 6ea172d0d9 Fix a 64-bitness issue (removed some untyped K&R C code that assumed ints 12 years ago
  Ceriel Jacobs 1072a8797e Added atol() that ignores overflow, so that unsigned long constants are dealt with properly 13 years ago
  Ceriel Jacobs 2483e5723d Fixed CFU 13 years ago
  cjhjacobs 58613009f8 Fixed bug reported on tack-devel mailing list on 20-3-2011 13 years ago
  David Given b6dfaefeff Removed file that the CVS conversion procedure left in (when it shouldn't have). 13 years ago
  cvs2hg eb0b730607 convert CVS tags 13 years ago
  dtrg 45ee287136 Replaced dis and new with modern implementations donated by erik@backerud.se. 13 years ago
  dtrg 075cb488a3 Call the correct kill() and getpid() syscalls rather than _kill() and _getpid(). 13 years ago
  dtrg a33473e0a5 Now call creat() and open() instead of _creat() and _open(). 13 years ago
  dtrg 7292b538bc Added support for remove() and unlink(). 13 years ago
  dtrg a8ecb11013 Fixed very old bug where Streams.GetStreamPosition would return the wrong position --- thanks to Jan Verhoeven for finding this. 13 years ago
  dtrg 085f346f8c Fixed definitions of O_* flags. 13 years ago