1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-03 10:05:22 +00:00

Commit Graph

  • c395b816d8 Merge pull request #145 from Interlisp/add-code-of-conduct-1 Larry Masinter 2020-12-29 15:42:04 -08:00
  • fef8be9f5c Create CODE_OF_CONDUCT.md Larry Masinter 2020-12-29 11:00:24 -08:00
  • 3e2a2d76ec fcntl(..., F_SETFL, ...) return value only signals error. (#141) Bruce Mitchener 2020-12-29 08:59:27 +07:00
  • 01926fc232 NEW_STORAGE is no longer new. (#135) Bruce Mitchener 2020-12-29 01:10:43 +07:00
  • 14402131e7 Reduce number of -Wshorten-64-to-32 warnings. (#138) Bruce Mitchener 2020-12-28 15:19:26 +07:00
  • 999851e60c Use SEEK_SET for third arg to *seek() functions. (#139) Bruce Mitchener 2020-12-28 15:18:41 +07:00
  • a986b1e57a Remove unused fptovp_scratch variable. (#140) Bruce Mitchener 2020-12-28 15:10:23 +07:00
  • 023cf609f2 init_Xcursor takes Window, not int for window. (#137) Bruce Mitchener 2020-12-28 14:19:30 +07:00
  • 0880b2f3dd Remove UNSAFE flag. (#134) Bruce Mitchener 2020-12-27 03:53:47 +07:00
  • e295a34484 Remove inlnMIPS.h. (#133) Bruce Mitchener 2020-12-27 01:43:35 +07:00
  • 100b0968cf Merge branch 'master' of https://github.com/interlisp/maiko into cygwin3 Larry Masinter 2020-12-25 11:15:18 -08:00
  • ac48a9bf9d Fix typo in environment variable name that broke interprocess communications (issue Interlisp/medley#106) (#132) Nick Briggs 2020-12-24 10:02:20 -08:00
  • db281a361c Merge branch 'master' of https://github.com/interlisp/maiko into cygwin3 Larry Masinter 2020-12-24 17:17:29 +00:00
  • bf2855be58 Use the real gethostid on Solaris. (#121) Bruce Mitchener 2020-12-24 10:55:58 +07:00
  • e452a97e22 setup for cygwin (compiles but crashes) Larry Masinter 2020-12-24 01:55:27 +00:00
  • e801373222 X11 definitions moved for MacPorts X11 Larry Masinter 2020-12-23 11:01:10 -08:00
  • 3ef2d12115 Use memset instead of bzero. (#131) Bruce Mitchener 2020-12-24 01:34:27 +07:00
  • 985f2c43fe Remove prototypes for getenv. Use stdlib.h. (#122) Bruce Mitchener 2020-12-23 22:44:16 +07:00
  • 530aa4ce6d Simplify including sun/fbio.h. (#130) Bruce Mitchener 2020-12-23 22:34:14 +07:00
  • 16019c24eb Don't use dirent's d_reclen as if it were d_namlen. (#128) Bruce Mitchener 2020-12-23 14:26:56 +07:00
  • 72948ae0fd Clean up medleyfp.h. (#127) Bruce Mitchener 2020-12-23 14:23:26 +07:00
  • 0c8ae869b9 Remove comment reference to SIGNED_CHARS define. (#126) Bruce Mitchener 2020-12-23 14:17:28 +07:00
  • 9aeac67592 Only include stropts.h on Solaris. (#125) Bruce Mitchener 2020-12-23 14:09:42 +07:00
  • 1b9a90add6 Remove XWINDOWS define from FreeBSD, Linux, and macOS builds. (#124) Bruce Mitchener 2020-12-23 14:08:00 +07:00
  • 4ef79b54a5 Remove unused prototype for getpass(). (#123) Bruce Mitchener 2020-12-23 14:06:14 +07:00
  • a6ef508a7c Remove ToMem macro. (#120) Bruce Mitchener 2020-12-23 13:57:40 +07:00
  • 8b67b6b75a Remove call to ieee_handler(). (#119) Bruce Mitchener 2020-12-23 13:57:19 +07:00
  • 33369268c1 Include termios as <termios.h>, not <sys/...>. (#118) Bruce Mitchener 2020-12-23 13:56:54 +07:00
  • 973db49422 Add a simple test.vm that runs opcode tests (fails on pi) Larry Masinter 2020-12-22 12:39:17 -08:00
  • 3c3a4a6292 Remove unused INTRCHECK def. (#117) Bruce Mitchener 2020-12-23 00:34:10 +07:00
  • d3cb239091 Remove #ifdef DEMO. (#116) Bruce Mitchener 2020-12-23 00:27:59 +07:00
  • 254550d111 Remove empty, unreferenced bbt386i.h. (#115) Bruce Mitchener 2020-12-22 13:25:26 +07:00
  • 3246af571e Remove dead entries from makefile-tail. (#114) Bruce Mitchener 2020-12-22 13:17:46 +07:00
  • 9a21f5339a Remove XV11R4 and related defines. (#113) Bruce Mitchener 2020-12-22 13:11:39 +07:00
  • 37c410eb31 X*.h headers weren't cleaned up after renaming and merging. (#112) Bruce Mitchener 2020-12-22 10:13:30 +07:00
  • b901038367 Fix typo #ifdef RESWAPPEDDCODESTREAM -- should be RESWAPPEDCODESTREAM (#106) Nick Briggs 2020-12-21 17:53:47 -08:00
  • bed68c8dda Remove unused retfun function. (#111) Bruce Mitchener 2020-12-22 01:09:14 +07:00
  • 5835dbd9f6 Remove display name handling block ifdef'd for X11R1. (#110) Bruce Mitchener 2020-12-22 01:04:28 +07:00
  • ce7eb99b05 Remove unused CursorImage code and related pixmaps (#109) Nick Briggs 2020-12-21 09:55:27 -08:00
  • fc0ae89fcf Update FreeBSD makefile to use clang and new standard for configuring options (#105) Nick Briggs 2020-12-20 17:06:59 -08:00
  • 41d28e01b5 Fix timer.c compilation on non-x86_64 GNU/Linux. (#104) Bruce Mitchener 2020-12-21 00:42:37 +07:00
  • 810e33125b Update how we configure gcc / clang command lines. (#103) Bruce Mitchener 2020-12-20 11:16:31 +07:00
  • 942b22886e Remove CLX support. (#90) Bruce Mitchener 2020-12-20 10:59:41 +07:00
  • ecaf50c015 Replace calls to putenv with setenv (#99) Javier Olaechea 2020-12-19 22:51:41 -05:00
  • 6fb4b9a189 Remove sccs id lines (#98) Nick Briggs 2020-12-19 19:08:52 -08:00
  • d5ff4011a9 Clean up extern int errno and errno.h inclusions. (#102) Bruce Mitchener 2020-12-20 10:07:23 +07:00
  • ade0e7d4a6 Revert "integer multiply overflow wasn't catching all cases (#100)" (#101) Nick Briggs 2020-12-19 10:00:57 -08:00
  • 761ab8cac6 integer multiply overflow wasn't catching all cases (#100) Larry Masinter 2020-12-18 21:29:18 -08:00
  • d4f72d96e1 Remove FSERROR define as it is always on. (#96) Bruce Mitchener 2020-12-18 00:33:20 +07:00
  • 53acd3f2b1 Remove src/colorbltfns.c (#95) Bruce Mitchener 2020-12-18 00:27:43 +07:00
  • 9416aa7c40 Remove call-c.c (#94) Bruce Mitchener 2020-12-17 23:38:02 +07:00
  • 674c9c56cf Remove extra arg to open when loading sysout. (#93) Bruce Mitchener 2020-12-17 23:36:46 +07:00
  • 9b9c7b0283 Missing return type for make_kbd_instance(). (#92) Bruce Mitchener 2020-12-17 23:35:28 +07:00
  • 26e67a513e fix warning: result of the left shift is undefined because the left operand is negative (#91) Nick Briggs 2020-12-17 08:25:27 -08:00
  • fe0f9fff2c FD_ISSET requires that the fd being tested is >= 0 (#78) Nick Briggs 2020-12-16 22:09:18 -08:00
  • 0d4d9a5368 asmbbt: Fix signature for bitblt. (#89) Bruce Mitchener 2020-12-17 02:11:50 +07:00
  • ff778f6044 timer.c: Remove _BSD_SOURCE. (#88) Bruce Mitchener 2020-12-17 02:10:48 +07:00
  • be88851eaf Remove USE_UTIME. (#87) Bruce Mitchener 2020-12-17 02:06:14 +07:00
  • 7a1abc9cc6 Remove commented out directives for SunOS4 dispatch loop hacks. (#84) Bruce Mitchener 2020-12-17 02:03:40 +07:00
  • 6539dc287d medleyfp.h includes (#82) Bruce Mitchener 2020-12-17 01:57:10 +07:00
  • 0a57ca5142 Remove asmbitblt.c, duplicate of asmbbt.c. (#85) Bruce Mitchener 2020-12-17 01:54:23 +07:00
  • c728571c5f Remove commented out CLXFLAGS from non-SunOS makefiles. (#83) Bruce Mitchener 2020-12-17 01:53:38 +07:00
  • 5dd1b1bdac SunOS5/SPARC and init.sparc now define FSERROR. (#86) Bruce Mitchener 2020-12-17 01:47:28 +07:00
  • 2050ae69a6 Cleanup mkvdate.c includes. (#81) Bruce Mitchener 2020-12-16 14:04:28 +07:00
  • 6b590edafc Update old makefiles for renaming of byteswapfns.c (#80) Bruce Mitchener 2020-12-16 14:02:16 +07:00
  • 847af10c0a main.c has no dependency upon unixfork.h. (#79) Bruce Mitchener 2020-12-16 12:52:42 +07:00
  • ab7329d602 unixfork: read() returns ssize_t. (#77) Bruce Mitchener 2020-12-16 09:46:20 +07:00
  • a97b2a3501 Fixup xdefs.h (#76) Nick Briggs 2020-12-15 18:33:44 -08:00
  • 7a1569a5ba Remove unused sccsid files. (#75) Bruce Mitchener 2020-12-16 09:33:10 +07:00
  • d5965b64de Remove final instances of index/rindex defines. (#74) Bruce Mitchener 2020-12-16 09:31:46 +07:00
  • 6a336a186e macOS installation of XQuartz when SIP is enabled does not link /usr/X11 to /opt/X11 (#73) Nick Briggs 2020-12-15 13:07:18 -08:00
  • 525bda44c8 index/rindex are deprecated in favor of strchr/strrchr so use them directly (#71) Nick Briggs 2020-12-15 12:55:30 -08:00
  • 8e66ec841f Add missing -DNEW_STORAGE to makefile-sunos5.sparc-x configuration. Nick Briggs 2020-12-15 13:22:52 -05:00
  • c196393879 Remove unused BSD_COMP define from SunOS5 config. (#70) Bruce Mitchener 2020-12-16 01:17:11 +07:00
  • 022b3b2721 Clean up unixfork.c includes. (#69) Bruce Mitchener 2020-12-16 01:14:12 +07:00
  • 8c617452f7 Remove __USE_BSD define that was copied from Linux. (#68) Bruce Mitchener 2020-12-16 01:09:39 +07:00
  • 4862e8bbb6 Remove -D__USE_BSD from Linux builds. (#67) Bruce Mitchener 2020-12-16 01:06:15 +07:00
  • d3a94b2d86 gcc says error: C++ style comments are not allowed in ISO C90 Nick Briggs 2020-12-15 09:51:36 -08:00
  • 3de2787166 Use settimeofday() instead of stime(). (#65) Bruce Mitchener 2020-12-16 00:45:51 +07:00
  • e6a5d898c5 Remove more AIX (but not really AIX) ifdefs. (#66) Bruce Mitchener 2020-12-16 00:02:26 +07:00
  • 30f51a0601 Switch from ioctl/FIONBIO to fcntl/O_NONBLOCK. (#64) Bruce Mitchener 2020-12-15 23:38:14 +07:00
  • 69adf2ffd3 Use LINUX, not AIX, in medleyfp.h. (#63) Bruce Mitchener 2020-12-15 23:32:44 +07:00
  • 680e8485fe Remove unused timeoday.c and timeofday.c files. (#62) Bruce Mitchener 2020-12-15 23:09:04 +07:00
  • 433a659063 Require termios on Unix. (#61) Bruce Mitchener 2020-12-15 23:05:59 +07:00
  • 50c4aa24d6 Interface page storagefullstate is only defined if NEW_STORAGE. Nick Briggs 2020-12-14 22:35:55 -08:00
  • f6ab28d273 Convert nearly-dead code to using statvfs, not statfs. Remove unused stat buf. (#60) Bruce Mitchener 2020-12-15 13:24:32 +07:00
  • cbcb544e02 xrdopt always needs unistd.h, so don't conditionally include it. (#59) Bruce Mitchener 2020-12-15 13:21:54 +07:00
  • bdb7e584b6 Improve I_SETSIG check for X I/O. (#58) Bruce Mitchener 2020-12-15 13:17:54 +07:00
  • 7e2e1399e3 inc/version.h: Remove some old/unused workarounds. (#57) Bruce Mitchener 2020-12-15 13:10:30 +07:00
  • 57d2fee754 Fix endif comment to indicate correct define. (#55) Bruce Mitchener 2020-12-15 11:39:10 +07:00
  • ebf806fc79 Remove remnants of valloc workarounds. (#54) Bruce Mitchener 2020-12-15 11:38:53 +07:00
  • fb7e88aba4 Remove makewrong, remnant from Sun3 days. (#53) Bruce Mitchener 2020-12-15 11:38:09 +07:00
  • 54b4f22d9b Modernize / simplify statfs / statvfs handling. (#52) Bruce Mitchener 2020-12-15 10:30:25 +07:00
  • dba22abf93 Remove the signal handler prototype that returns int. (#51) Bruce Mitchener 2020-12-15 09:32:50 +07:00
  • 857100a29a Remove AIX on PS/2 platform support. (#50) Bruce Mitchener 2020-12-15 09:14:59 +07:00
  • df4f8c25eb Update an inclusion of inlnPS2.h (#49) Bruce Mitchener 2020-12-15 08:16:27 +07:00
  • a2c527378e Remove src/xc.c.orig (#48) Bruce Mitchener 2020-12-15 07:59:55 +07:00
  • e267ebcd05 Convert debug print macros to do {} while (0) style. Convert conditional debug statements to require external semi-colon. Nick Briggs 2020-12-14 13:50:55 -08:00
  • cd9e0aa877 Add braces around DBPRINTF macro which could expand to nothing Nick Briggs 2020-12-14 13:02:51 -08:00
  • 7d2de5e4de Remove define direct dirent workarounds. (#47) Bruce Mitchener 2020-12-15 03:16:59 +07:00