George Koehler
d347207e60
Add more prototypes in mach/proto/as
...
Change "register i;" to "int i;" to so clang stops warning about
implicit int. Use function prototypes so clang stops warning about
implicitly declared functions.
2017-11-10 23:30:46 -05:00
David Given
64f2fa9d46
Stop using mktemp() --- on Haiku, it always generates the same filenames,
...
pretty much guaranteeing temporary file overwrites on parallel builds. Use
mkstemp() instead which creates the files atomically.
2017-08-06 13:22:05 +02:00
David Given
c5018d7088
64-bit-ify (adhoc varargs are evil).
2015-03-23 00:07:59 +01:00
David Given
e0c121d6e6
Use relocation enumerations rather than hard-coded values for relocation types
...
(these were causing problems due to the enumeration values having changed).
2013-05-29 14:11:04 +01:00
ceriel
1db6a3029b
Header --> Id
1994-06-24 14:02:31 +00:00
ceriel
53c4951b29
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
1991-12-17 15:05:43 +00:00
ceriel
0b26bdf5fb
Some changes in search for more efficiency
1991-01-11 14:20:59 +00:00
ceriel
e0ff37aa6e
support for long strings
1990-08-01 14:30:45 +00:00
ceriel
79b0bb3347
do not declare sprintf. On some systems it is an int, on others it is
...
a char *
1989-11-29 09:55:03 +00:00
ceriel
319d9bcfe0
declaration of sprintf only if __STDC__ is not defined
1989-08-21 11:43:41 +00:00
ceriel
a22bbe847f
use calloc instead of malloc, to make sure block is initialized to 0
1989-03-01 10:00:37 +00:00
ceriel
b45706ce7a
delinted a little
1989-01-19 16:41:55 +00:00
ceriel
4c76583aba
simplified assertion
1989-01-19 13:48:09 +00:00
ceriel
3be40e8f15
removed some lint complaints
1988-06-28 13:55:25 +00:00
ceriel
bd975e3041
removed some lint complaints
1988-06-28 13:43:54 +00:00
ceriel
a0934dc7e0
made bittable dynamic
1988-06-16 13:24:10 +00:00
ceriel
8f1cac51c8
Added option for temporary directory
1988-06-16 09:57:59 +00:00
ceriel
adadb10b17
corrected
1988-06-13 18:01:47 +00:00
ceriel
be8815e2b7
made nbits a long
1988-06-13 17:57:39 +00:00
ceriel
192de9bf32
linenumber in long instead of short
1988-06-13 15:28:19 +00:00
ceriel
16c73e6654
use malloc instead of sbrk
1987-08-06 13:04:20 +00:00
ceriel
6eaf182cee
Added Rcs Id
1987-03-10 11:49:39 +00:00
ceriel
815166e421
Added copyright notice
1987-03-09 19:15:41 +00:00
ceriel
e188fe0956
Version that uses libobject.a
1986-12-01 15:41:29 +00:00
keie
772b64fabd
*** empty log message ***
1985-04-12 16:56:43 +00:00