| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Allow compiler command to be set independently of full path
for easier compiler switching.
|
|
|
|
| |
* Makefile (CFLAGS): Take into account new flags.
|
|
|
|
|
|
| |
machine's shell. POSIX requires shell arithmetic to be only signed
long. We can't compute the INT_PTR_MAX constant in the shell, but
rather generate a constant C expression to compute it.
|
|
|
|
| |
configure debugging.
|
|
|
|
|
|
|
|
| |
which contain the = character.
* Makefile (conftest.o): Pass full CFLAGS to configuration test
builds. If some flags don't work with the compiler, this should
be caught.
|
|
|
|
|
|
|
| |
* depend.txr: Add "config.h" to list of headers that are not
prefixed with $(top_srcdir).
* dep.mk: Regenerated.
|
|
|
|
|
|
|
|
| |
can be converted to a type long and vice versa. The configure
script tries to detect the appropriate type to use. Also,
some run-time checking is performed in the streams module
to detect which conversions specifier strings to use for
printing numbers.
|
|
|
|
|
| |
The recent auto_str("byte str") error could have been caught
at compile time.
|
|
|
|
| |
of standard conformance.
|
|
|
|
| |
Bumped version numbers, and cleaned up trailing whitespace from some files.
|
| |
|
|
|
|
| |
permissions to the installation directories.
|
|
|
|
| |
with .out files going to local tests/ tree.
|
| |
|
| |
|
|
(Tested by cross-compiling txr on an x86 GNU/Linux system
to run on a MIPS-based GNU/Linux system).
|