Jacob Czech
|
cf9e2ba60b
More removal of trailing whitespace.
|
11 年之前 |
Jeffrey Bush
|
8a3d6f6aea
Tried to make code compile with MSVC while addressing a bunch of portability issues, including adding #include "config.h" to the start of most C files and updating the LONG_LONG_FORMAT to use the standard in inttypes.h.
|
12 年之前 |
Jed Wing
|
44e4e48a22
Eliminated a number of signed/unsigned inconsistencies to allow (nearly) warning-free compilation with -Wextra -Wshadow.
|
16 年之前 |
Jed Wing
|
e634dd84df
Modified viz_output code to allow any number of viz_output blocks, in any number of viz_output modes.
|
16 年之前 |
Jed Wing
|
603cbbd4b4
Moved all logging/errors to logging functions in logging.c, and moved all memory error checking into macros.
|
16 年之前 |
Jed Wing
|
936e4ab448
Eliminated unused variables and parameters and tagged legitimate unused parameters using the UNUSED(var) macro.
|
16 年之前 |
Jed Wing
|
af1a95d69e
Included stdio.h before stdlib.h in all files which use stdlib.h in a token gesture towards portability. The GNU Autoconf manual hints that this is necessary on some systems.
|
16 年之前 |
Jed Wing
|
5df848ed6a
Checking in the 3.1 changes.
|
16 年之前 |
jed
|
640b34773d
Initial version of alloc_sprintf forgot to check that malloc succeeded.
|
18 年之前 |
jed
|
c3fba34c9a
Support for a volume output data feature, and a few samples to show the feature
|
18 年之前 |
borisk
|
e2aac7a422
Removed function 'my_strdup()'. Replaced by functionally equivalent library function 'strdup()'.
|
18 年之前 |
bartol
|
40f9023793
|
18 年之前 |
borisk
|
2806eca3a6
Set all uninitialized pointers to NULL. Set al pointers to deallocated memory to NULL.
|
18 年之前 |
kerr
|
29d968fed4
Author: Rex Kerr
|
18 年之前 |
borisk
|
dce0a2a886
Removed 'malloc' error messages from functions in 'strfunc.c'. Add 'File-Line' error messages to string handling functions in 'argparse.y', 'arglex.l', and 'mdllex.l'.
|
18 年之前 |
borisk
|
e04e105492
Modified error messages, adding file and line information where it is useful.
|
18 年之前 |
kerr
|
9763795a8e
|
18 年之前 |
kerr
|
17596913bc
|
18 年之前 |
bartol
|
46ad42156e
|
20 年之前 |