Revīziju vēsture

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