1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-02 09:46:27 +00:00

Commit Graph

  • 78943073c3 Favor C99 inline over __inline__. (#337) Bruce Mitchener 2021-02-09 10:11:31 +07:00
  • c19b184820 Remove GetNumber. (#338) Bruce Mitchener 2021-02-09 10:10:38 +07:00
  • ec95bb7a51 Remove OEXT from makefile system. (#336) Bruce Mitchener 2021-02-09 09:48:09 +07:00
  • 2aacca596b Fix the unixfork/unixcomm code to deal with pid over 65535 (#333) Nick Briggs 2021-02-08 18:26:56 -08:00
  • d482cc461c Address older versions of C compiler which don't have __BYTE_ORDER__ (#335) Nick Briggs 2021-02-06 20:51:42 -08:00
  • 9957f5c305 Cleanup EVAL macro definition (#334) Nick Briggs 2021-02-04 16:20:26 -08:00
  • f0a53302ce Fix compilation with MAIKO_HANDLE_CONSOLE_MESSAGES. (#332) Bruce Mitchener 2021-02-01 13:42:39 +07:00
  • 275c5b9c13 Clean up MAIKO_HANDLE_CONSOLE_MESSAGES some. (#331) Bruce Mitchener 2021-02-01 12:22:13 +07:00
  • 261069f131 Detect byte order from preprocessor definition (#330) Nick Briggs 2021-01-31 16:56:35 -08:00
  • 70db63449c Remove support for the Sun386i. (#329) Fix-Unicode-EOL-convention Bruce Mitchener 2021-01-31 11:02:40 +07:00
  • 1f17665741 Fix off-by-one error in clipping_Xbitblt (#327) Nick Briggs 2021-01-30 19:03:17 -08:00
  • 3764acda85 The MISC7 (FBITMAPBIT) opcode should flush the correct bits to the display (#328) Nick Briggs 2021-01-30 18:42:47 -08:00
  • 88cf76e18b Remove redundant calls to XFlush (#325) Nick Briggs 2021-01-30 18:25:58 -08:00
  • fd19d5273e Fix missing initialization in int_panic_init() (#324) Nick Briggs 2021-01-30 18:11:30 -08:00
  • 5c12d3d9fc Define RM in makefile if it is not already defined (#326) Nick Briggs 2021-01-30 18:10:39 -08:00
  • 4788031c15 Add an opcodes enum with names for each opcode. (#321) Bruce Mitchener 2021-01-31 08:24:28 +07:00
  • b09663b3e9 Inline swapx and byte_swap_word. (#323) Bruce Mitchener 2021-01-30 14:18:09 +07:00
  • 0480fee86c Move opcode_table into read-only storage. (#322) Bruce Mitchener 2021-01-30 13:46:24 +07:00
  • 40aa5d392d Remove SwitchDisplay and colordsp. (#317) Bruce Mitchener 2021-01-30 10:56:07 +07:00
  • 0efeedd6d3 Remove AIX define from Linux, Cygwin, Solaris, OpenBSD. (#320) Bruce Mitchener 2021-01-29 14:04:57 +07:00
  • 805cb86a06 Remove Bitmap_Pad global. (#318) Bruce Mitchener 2021-01-29 13:52:51 +07:00
  • fd62c9ab3a Remove cursor_source_gc. (#319) Bruce Mitchener 2021-01-29 13:47:45 +07:00
  • 405b55509e mnwevent: Fix copy/paste error in log message. (#316) Bruce Mitchener 2021-01-29 01:21:03 +07:00
  • 2e83d8e619 Improve tty.c, fix compilation on Cygwin. (#314) Bruce Mitchener 2021-01-29 01:20:45 +07:00
  • b766153e85 Remove checksum scripts. (#312) Bruce Mitchener 2021-01-29 01:19:21 +07:00
  • ae6c1dbd6a make: Use builtin macro $(RM) rather than /bin/rm. (#311) Bruce Mitchener 2021-01-29 01:16:23 +07:00
  • 9cac72771f Remove various unused externs. (#315) Bruce Mitchener 2021-01-29 01:11:46 +07:00
  • 40d91f0afb make: Fix LDFLAGS ordering to fix cygwin build. (#313) Bruce Mitchener 2021-01-28 13:30:16 +07:00
  • db1d7ca5ae cmake: Always build byteswap.c. (#310) Bruce Mitchener 2021-01-28 09:28:43 +07:00
  • 32daec3c7f clang-format: AllowShortBlocksOnASingleLine only if empty (#309) Nick Briggs 2021-01-27 18:27:16 -08:00
  • 1753dd16a3 cmake: Improve build structure for multiple display implementations. (#308) Bruce Mitchener 2021-01-28 00:48:02 +07:00
  • c054be07ef Make (another) mask_array const. (#307) Nick Briggs 2021-01-27 09:17:47 -08:00
  • b6f46cd1f0 cmake: Don't link maiko into setsout, tstsout. (#305) Bruce Mitchener 2021-01-27 13:22:19 +07:00
  • 100248e7a7 Make the table for reversing bits const (#306) Nick Briggs 2021-01-26 20:40:15 -08:00
  • f7113d53ee Remove provision for offline assembler peephole optimizations on SunOS3/4 (#304) Nick Briggs 2021-01-26 16:44:40 -08:00
  • eba664771a Fix tty.c to compile. (#180) Bruce Mitchener 2021-01-27 00:42:17 +07:00
  • d8257e7659 make makefile-tail cleanup target remove everything (#303) Nick Briggs 2021-01-26 08:25:28 -08:00
  • 8cb1c53e3f Remove Xbitblt.h (#302) Bruce Mitchener 2021-01-26 12:55:02 +07:00
  • 9ca86a662f Remove the check_unix_password functionality from uutils.c (#297) Nick Briggs 2021-01-25 21:53:36 -08:00
  • 91ef549b15 Remove some unused DOS defines and variables. (#301) Bruce Mitchener 2021-01-26 12:38:51 +07:00
  • f75318cd8c Move n_mask_array to read-only storage. (#300) Bruce Mitchener 2021-01-26 12:10:04 +07:00
  • 5b0d3f8cb5 Use FD_CLR when disabling keyboard for SUNDISPLAY. (#299) Bruce Mitchener 2021-01-26 12:05:42 +07:00
  • 4a722565ab Sprinkle some const on char * params. (#298) Bruce Mitchener 2021-01-26 12:04:36 +07:00
  • 364420db88 Fix lispcmp bytecmp (#211) Nick Briggs 2021-01-25 09:57:55 -08:00
  • 987c38b465 Build .o files for executables separately. (#296) Bruce Mitchener 2021-01-26 00:52:53 +07:00
  • 4b4d6a1b94 Move optable into static, read-only storage. (#295) Bruce Mitchener 2021-01-26 00:26:58 +07:00
  • 07aed60cc7 Remove bbtsub.h, duplicate of bbtsubdefs.h. (#294) Bruce Mitchener 2021-01-25 14:22:28 +07:00
  • 971794a14c Fix bbtsub.c compilation without XWINDOW or DOS. (#293) Bruce Mitchener 2021-01-25 14:15:05 +07:00
  • 0bcc8718de Fix typo. (#292) Bruce Mitchener 2021-01-25 14:02:47 +07:00
  • 0e9c6ba777 Fix a couple of README typos. (#291) Bruce Mitchener 2021-01-25 12:46:31 +07:00
  • 19f6767e55 osmsg now uses MAIKO_HANDLE_CONSOLE_MESSAGES (#290) Bruce Mitchener 2021-01-25 12:44:42 +07:00
  • 33a648bd2f Fix mouseif.c compilation, add to cmake build. (#289) Bruce Mitchener 2021-01-25 12:27:03 +07:00
  • 6428e64d69 Fix missing return value when !SUNDISPLAY, !XWINDOW. (#288) Bruce Mitchener 2021-01-25 12:22:34 +07:00
  • d4cbb6c9dc Don't enable NOPIXRECT when XWINDOW is defined. (#287) Bruce Mitchener 2021-01-25 09:20:13 +07:00
  • 04b4b64b87 Remove optck (#286) Bruce Mitchener 2021-01-25 09:14:11 +07:00
  • b151790c40 Cleanup for ERROR_EXIT/TIMER_EXIT/WARN style, remove unused typedef (#283) Nick Briggs 2021-01-24 17:59:31 -08:00
  • 95e406ba2e Remove extra DOS build files. (#285) Bruce Mitchener 2021-01-25 08:55:30 +07:00
  • 2e9776edf2 Remove OLD_CURSOR from our builds. (#284) Bruce Mitchener 2021-01-25 08:53:06 +07:00
  • 1d36c73bce Fix NOPIXRECT in llcolor. (#282) Bruce Mitchener 2021-01-25 08:43:16 +07:00
  • e3b095bdf6 Clean up extraneous semi-colons, break statements, and braces (#281) Nick Briggs 2021-01-24 16:58:55 -08:00
  • db21b00a9f Make sure OLD_CURSOR code is only for SUNDISPLAY. (#279) Bruce Mitchener 2021-01-25 07:58:18 +07:00
  • ab28391c18 Remove -fwrapv compiler flag. (#278) Bruce Mitchener 2021-01-25 07:55:51 +07:00
  • a45bce3133 Remove OPCODEFAIL, FIXTOS1 (#277) Bruce Mitchener 2021-01-25 07:41:16 +07:00
  • cc060be1c7 Remove assembly fn call optimizations. (#276) Bruce Mitchener 2021-01-25 07:39:32 +07:00
  • e90b0f734a Remove unnecessary (and incorrect) include in unixcomm.c (#280) Nick Briggs 2021-01-24 16:28:50 -08:00
  • 23a244a0fa Remove some unused variables from makefiles. (#275) Bruce Mitchener 2021-01-24 11:23:02 +07:00
  • 0d6fae222f Remove old setup_table optimizer workarounds. (#274) Bruce Mitchener 2021-01-24 11:14:19 +07:00
  • 9e9f8c4475 Remove profile.h (#272) Bruce Mitchener 2021-01-24 01:39:55 +07:00
  • 85e8cb21ec Remove special rules for building xc.c. (#273) Bruce Mitchener 2021-01-24 01:29:37 +07:00
  • b7e9529322 Begin to modernize optimized dispatch. (#271) Bruce Mitchener 2021-01-23 03:28:16 +07:00
  • 61a0c02681 More SUNDISPLAY / NOPIXRECT fixes. (#269) Bruce Mitchener 2021-01-23 02:59:11 +07:00
  • 1b1ff995c3 move Build instructions to wiki (#259) Larry Masinter 2021-01-22 11:29:53 -08:00
  • 13370475d4 Fix compilation if !SUNDISPLAY && !XWINDOW && !DOS. (#270) Bruce Mitchener 2021-01-22 14:10:35 +07:00
  • 3b25bc27ee build: Don't run ls -l when building ldeether. (#268) Bruce Mitchener 2021-01-22 04:20:17 +07:00
  • a0dec4045e cmake: ldeether shouldn't link full maiko lib. (#267) Bruce Mitchener 2021-01-22 04:18:57 +07:00
  • bf15105d3c Remove 'release' support from makeright. (#265) Bruce Mitchener 2021-01-22 04:03:11 +07:00
  • 95b482d5d5 Use gcc / clang overflow builtins. (#142) Bruce Mitchener 2021-01-21 15:27:31 +07:00
  • 36b8695bf6 Fix compilation error from dead store removal. (#266) Bruce Mitchener 2021-01-21 14:49:18 +07:00
  • 421685bd49 Remove find-writes and fixid. (#264) Bruce Mitchener 2021-01-21 14:43:26 +07:00
  • 1828f208ec Remove outdated comment about RISCOS. (#263) Bruce Mitchener 2021-01-21 14:42:32 +07:00
  • 68de0e2dfc Use the same TIMER_INTERVAL on all platforms. (#262) Bruce Mitchener 2021-01-21 14:41:37 +07:00
  • 979c3ad6be Remove flags for LINUX, OPENBSD, FREEBSD, MACOSX from build system. (#261) Bruce Mitchener 2021-01-21 14:38:15 +07:00
  • 164b5651b7 Remove obsolete testdsp. (#235) Bruce Mitchener 2021-01-21 09:34:45 +07:00
  • 0010a02cb1 Disallow UNALIGNED_FETCH_OK on ARM, not LINUX. (#258) Bruce Mitchener 2021-01-21 09:26:47 +07:00
  • 819f1c6c0a Fix crash in xrdopt. (#260) Bruce Mitchener 2021-01-21 09:19:29 +07:00
  • 45d67305e7 Remove ANSICC and related variables. (#257) Bruce Mitchener 2021-01-21 00:43:46 +07:00
  • d311b0f4c8 Remove unintentional coercion from float to double. (#256) Bruce Mitchener 2021-01-21 00:36:13 +07:00
  • a427d9f394 Remove stderr output from mkvdate. (#255) Bruce Mitchener 2021-01-21 00:29:38 +07:00
  • addaad51fc Remove SunOS4 removal of __inline__. (#253) Bruce Mitchener 2021-01-21 00:28:06 +07:00
  • 6c1bfeaf79 Use MAIKO_ARCH_SPARC rather than sparc. (#252) Bruce Mitchener 2021-01-20 14:50:03 +07:00
  • 85fa89ba88 Remove key checking code. (#251) Bruce Mitchener 2021-01-20 14:47:55 +07:00
  • 397143d760 xc.c: Remove sparc-only optimization hack. (#254) Bruce Mitchener 2021-01-20 14:46:43 +07:00
  • d99209916a Remove bin/launch.asm. (#249) Bruce Mitchener 2021-01-20 13:10:11 +07:00
  • f4c2f872a1 Remove bin/runlisp* (#250) Bruce Mitchener 2021-01-20 13:07:45 +07:00
  • c51aff7bf3 Remove endiffix relics. (#248) Bruce Mitchener 2021-01-20 12:45:43 +07:00
  • 26bccdb3a8 Change some NOPIXRECT checks to SUNDISPLAY or remove. (#244) Bruce Mitchener 2021-01-20 12:30:52 +07:00
  • e63c53cc06 Move SunOS 3 and 4 makefiles to legacy directory. (#245) Bruce Mitchener 2021-01-20 12:27:22 +07:00
  • 3318e75f7a Remove csh version of makeright. (#246) Bruce Mitchener 2021-01-20 12:26:09 +07:00
  • 2ffcc4209d Remove macOS 11 from GitHub Actions. (#247) Bruce Mitchener 2021-01-20 12:24:39 +07:00
  • 6f7ec059bc Remove dead stores. (#240) Bruce Mitchener 2021-01-20 12:23:26 +07:00