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

Commit Graph

  • e716766e30 Include stdlib.h for malloc. Don't try to use valloc() on MacOS Nick Briggs 2017-05-24 15:37:03 -07:00
  • 0d856f3bdc Add missing void declarations. Ensure no attempt to return value from void functions. Rearrange code to avoid forward references Nick Briggs 2017-05-24 15:35:37 -07:00
  • 3b9d0c19ba Add missing void declarations. Ensure no attempt to return value from void functions. Nick Briggs 2017-05-24 15:34:13 -07:00
  • 5665ed91d7 MacOS does not need sys/vfs.h included. Nick Briggs 2017-05-24 15:33:11 -07:00
  • 3a2fbd1412 MacOS does not need sys/vfs.h included. Nick Briggs 2017-05-24 15:32:53 -07:00
  • 8d8ec278f4 Don't try to declare malloc(), include stdlib.h Nick Briggs 2017-05-24 15:32:12 -07:00
  • 063659e840 Add missing void declarations. Reorganize code to avoid forward references. MacOS does not need sys/vfs.h included. Nick Briggs 2017-05-24 15:31:15 -07:00
  • 52f025bb43 Don't use Streams S_INPUT ioctl on MacOS Nick Briggs 2017-05-24 15:29:44 -07:00
  • 552bb8e1dc Add missing void types. Rearrange code to avoid forward references. Fix incorrect XEvent type passed to Set_BitGravity() Nick Briggs 2017-05-24 15:24:20 -07:00
  • 2bf281cefb Clean up \#ifdefs. Add entry for FPTEST/FPCLEAR for MacOS and FreeBSD Nick Briggs 2017-05-24 15:22:05 -07:00
  • e0195ec664 Rearrange code to avoid forward references. Fix missing void types. PAGE_SIZE collides with system definitions on some systems, rename it. Nick Briggs 2017-05-24 15:20:42 -07:00
  • 5193937cac Fix stray entry in documentation Nick Briggs 2017-05-23 23:28:33 -07:00
  • 59090b4a3c Add FreeBSD to the recognized set of OSs Nick Briggs 2017-05-23 15:40:42 -07:00
  • 3f54356d24 Remove some empty junk files with .c.X extension Nick Briggs 2017-05-22 16:06:25 -07:00
  • b47f4be12c Remove an old editor backup file. Nick Briggs 2017-05-22 16:03:51 -07:00
  • 944083e433 MacOS(darwin) has seteuid() and getrusage()/getpagesize()/getwd() so don't #define them Nick Briggs 2017-05-22 15:55:10 -07:00
  • 3841aadba3 Parenthesize constant expression defines to avoid later operator precedence warnings/errors. Nick Briggs 2017-05-22 15:15:08 -07:00
  • f6a6440ef4 Try different optimization flags, correct DFLAGS, remove -lcrypt from LDFLAGS Nick Briggs 2017-05-21 17:37:27 -07:00
  • 2d61ab2af5 Don't include -L$(LIBDIR) in RFLAGS, it is not needed during compilation Nick Briggs 2017-05-21 17:36:15 -07:00
  • 271b27fbed Fix typo in flags definition Nick Briggs 2017-05-21 14:46:44 -07:00
  • 215800f498 Correct syntax of test command expression Nick Briggs 2017-05-21 14:31:04 -07:00
  • f624adc6c6 Set up .gitignore file Nick Briggs 2017-05-21 14:07:56 -07:00
  • fe88618d12 Remove some old editor backup files and a stray object file. Nick Briggs 2017-05-21 14:06:50 -07:00
  • 25fb46e31d Add missing include for string.h and stdlib.h Nick Briggs 2017-05-20 15:25:59 -07:00
  • fce205c378 Fix warning for %d used for long integer, and missing string.h include Nick Briggs 2017-05-20 15:25:00 -07:00
  • 6782d343cc Fix warning for comment inside comment Nick Briggs 2017-05-20 15:23:28 -07:00
  • 478e89cc68 recognize darwin (MacOS) as osversion and add initial makefile based on Linux Nick Briggs 2017-05-19 17:36:24 -07:00
  • 5a702e808a Patches that made it possible to compile on MacOS X as of Nov 13, 2011. Nick Briggs 2015-04-20 21:14:32 -07:00
  • de170a64d9 Maiko sources matching state as of 020102 prior to initial patching for Mac OSX original-020102-01 Nick Briggs 2015-04-20 18:53:52 -07:00