Nick Briggs
0557f1a4cd
Reformat with clang-format to improve readability.
...
Add forward declaration for ccfuncall changing to void type.
Change bitbltsub return type to void to be consistent with usage.
Change bltchar return type to void to be consistent with usage.
Change newbltchar return type to void to be consistent with usage. XXX: alternative version not updated yet.
Change tedit_bltchar return type to void to be consistent with usage.
2017-05-24 17:48:23 -07:00
Nick Briggs
254193baab
Add missing void declaration.
2017-05-24 17:32:41 -07:00
Nick Briggs
08227e1ea2
Add missing void declaration.
2017-05-24 17:31:13 -07:00
Nick Briggs
05c508f879
Add missing void declaration. Remove extraneous return() values in void functions.
2017-05-24 17:30:39 -07:00
Nick Briggs
5856367d22
Add missing void declaration.
2017-05-24 17:29:50 -07:00
Nick Briggs
d5ece9ccd5
Add missing void declaration.
2017-05-24 17:29:28 -07:00
Nick Briggs
32ebf5c823
Rearrange code to avoid forward references. Add missing void declarations. Add missing parentheses around macro parameter uses.
2017-05-24 17:29:03 -07:00
Nick Briggs
e5dbbe0f12
Add missing void declaration.
2017-05-24 17:26:12 -07:00
Nick Briggs
b636b2ad45
Rearrange code to avoid forward references. Add missing void declarations.
2017-05-24 17:25:43 -07:00
Nick Briggs
1cc7617978
Add missing return type.
2017-05-24 17:24:11 -07:00
Nick Briggs
569d1187d6
Rearrange code to avoid forward references. Add missing void declarations. Add parentheses to suppress warning for use of assignment in if-condition.
2017-05-24 17:23:34 -07:00
Nick Briggs
ba246fa721
Add parens to suppress warning about use of assignment in if-condition
2017-05-24 17:22:03 -07:00
Nick Briggs
72c8cd14af
MacOS and FreeBSD have similar configurations, define WAITINT because status uses int status now.
2017-05-24 17:20:23 -07:00
Nick Briggs
5412639397
Initial version of makefile middle for FreeBSD on 386 with X windows.
2017-05-24 17:18:58 -07:00
Nick Briggs
7ef083b39b
Remove unnecessary AIX define from MacOS version define.
2017-05-24 17:18:05 -07:00
Nick Briggs
115a7d9756
Add missing void declarations.
2017-05-24 15:40:44 -07:00
Nick Briggs
5595f8e4b0
Add missing void declarations. Rearrange code to avoid forward references
2017-05-24 15:40:30 -07:00
Nick Briggs
27dc6eb849
Add missing void declarations. Rearrange code to avoid forward references
2017-05-24 15:40:03 -07:00
Nick Briggs
28887f01c8
Add missing argument in trim_finfo_highest() call.
2017-05-24 15:38:02 -07:00
Nick Briggs
e716766e30
Include stdlib.h for malloc. Don't try to use valloc() on MacOS
2017-05-24 15:37:03 -07:00
Nick Briggs
0d856f3bdc
Add missing void declarations. Ensure no attempt to return value from void functions. Rearrange code to avoid forward references
2017-05-24 15:35:37 -07:00
Nick Briggs
3b9d0c19ba
Add missing void declarations. Ensure no attempt to return value from void functions.
2017-05-24 15:34:13 -07:00
Nick Briggs
5665ed91d7
MacOS does not need sys/vfs.h included.
2017-05-24 15:33:11 -07:00
Nick Briggs
3a2fbd1412
MacOS does not need sys/vfs.h included.
2017-05-24 15:32:53 -07:00
Nick Briggs
8d8ec278f4
Don't try to declare malloc(), include stdlib.h
2017-05-24 15:32:12 -07:00
Nick Briggs
063659e840
Add missing void declarations. Reorganize code to avoid forward references. MacOS does not need sys/vfs.h included.
2017-05-24 15:31:15 -07:00
Nick Briggs
52f025bb43
Don't use Streams S_INPUT ioctl on MacOS
2017-05-24 15:29:44 -07:00
Nick Briggs
552bb8e1dc
Add missing void types. Rearrange code to avoid forward references. Fix incorrect XEvent type passed to Set_BitGravity()
2017-05-24 15:24:20 -07:00
Nick Briggs
2bf281cefb
Clean up \#ifdefs. Add entry for FPTEST/FPCLEAR for MacOS and FreeBSD
2017-05-24 15:22:05 -07:00
Nick Briggs
e0195ec664
Rearrange code to avoid forward references. Fix missing void types. PAGE_SIZE collides with system definitions on some systems, rename it.
2017-05-24 15:20:42 -07:00
Nick Briggs
5193937cac
Fix stray entry in documentation
2017-05-23 23:28:33 -07:00
Nick Briggs
59090b4a3c
Add FreeBSD to the recognized set of OSs
2017-05-23 15:40:42 -07:00
Nick Briggs
3f54356d24
Remove some empty junk files with .c.X extension
2017-05-22 16:06:25 -07:00
Nick Briggs
b47f4be12c
Remove an old editor backup file.
2017-05-22 16:03:51 -07:00
Nick Briggs
944083e433
MacOS(darwin) has seteuid() and getrusage()/getpagesize()/getwd() so don't #define them
2017-05-22 15:55:10 -07:00
Nick Briggs
3841aadba3
Parenthesize constant expression defines to avoid later operator precedence warnings/errors.
2017-05-22 15:15:08 -07:00
Nick Briggs
f6a6440ef4
Try different optimization flags, correct DFLAGS, remove -lcrypt from LDFLAGS
2017-05-21 17:37:27 -07:00
Nick Briggs
2d61ab2af5
Don't include -L$(LIBDIR) in RFLAGS, it is not needed during compilation
2017-05-21 17:36:15 -07:00
Nick Briggs
271b27fbed
Fix typo in flags definition
2017-05-21 14:46:44 -07:00
Nick Briggs
215800f498
Correct syntax of test command expression
2017-05-21 14:31:04 -07:00
Nick Briggs
f624adc6c6
Set up .gitignore file
2017-05-21 14:07:56 -07:00
Nick Briggs
fe88618d12
Remove some old editor backup files and a stray object file.
2017-05-21 14:06:50 -07:00
Nick Briggs
25fb46e31d
Add missing include for string.h and stdlib.h
2017-05-20 15:25:59 -07:00
Nick Briggs
fce205c378
Fix warning for %d used for long integer, and missing string.h include
2017-05-20 15:25:00 -07:00
Nick Briggs
6782d343cc
Fix warning for comment inside comment
2017-05-20 15:23:28 -07:00
Nick Briggs
478e89cc68
recognize darwin (MacOS) as osversion and add initial makefile based on Linux
2017-05-19 17:36:24 -07:00
Nick Briggs
5a702e808a
Patches that made it possible to compile on MacOS X as of Nov 13, 2011.
2015-04-20 21:14:32 -07:00
Nick Briggs
de170a64d9
Maiko sources matching state as of 020102 prior to initial patching for Mac OSX
original-020102-01
2015-04-20 18:53:52 -07:00