1513 Commits (b1d27878fdbff4e7e2a7fa6ebf0c0726bf12cf16)
 

Author SHA1 Message Date
Peter Johnson 035fea119a Add explicit $(top_builddir) when running re2c. 22 years ago
Peter Johnson 6c930d8d0b Add re2c files, libtool, and x86id.c. 22 years ago
Peter Johnson 3320945f95 Massive restructuring of lexing and parsing (NASM-compatible parser). 22 years ago
Peter Johnson 00497afd8f Neaten the line-continuation a bit. 22 years ago
Peter Johnson 6c7bb59857 Flatten the tools/re2c build. 22 years ago
Peter Johnson d719ad2d47 Accidently included a second change in the previous commit. 22 years ago
Peter Johnson 82b3a80591 Disable loading preloaded symbols until there's actually loadable modules being 22 years ago
Peter Johnson 8bfdd08db3 Initialize and shut down libltdl. 22 years ago
Peter Johnson 45333b0225 Allow objfmt initialize and cleanup function pointers to be NULL when not needed. 22 years ago
Peter Johnson 1f71e995ca Fix a few cases of freeing NULL pointers. 22 years ago
Peter Johnson da070d5964 Move strndup() declaration outside !DMALLOC #ifdef, as it's not defined by 22 years ago
Peter Johnson 6727a189ab fucom* are FPU instructions. 22 years ago
Peter Johnson 77be8f8662 vps_print() should take a const valparamhead *. 22 years ago
Peter Johnson 2098bc229c Remove .re.c suffix rule. In GNU make, this doesn't work as intended (instead 22 years ago
Peter Johnson 3af9a80722 This file is going away soon, but it's still good to fix errors: CLTS was 22 years ago
Peter Johnson 0c49ed0c7b Bring in AC_PROVIDE_IFELSE changes necessary for AC_LIBTOOL_DLOPEN and like 23 years ago
Peter Johnson 58a539fe06 - Disable libtool win32 DLL support. 23 years ago
Peter Johnson ebd3ddc13f Ignore libtool-generated objects and directories. 23 years ago
Peter Johnson ac8d8e085a Declare errwarn_new(), error_common(), and warning_common() as static. 23 years ago
Peter Johnson 71fdfbdb7a Add configure.lineno to CLEANFILES. It doesn't delete itself or have something 23 years ago
Peter Johnson 017c378bce Define lib_LTLIBRARIES to avoid automake warning. 23 years ago
Peter Johnson f78505a6a5 Add xstrndup() to easily create a 0-terminated duplicate of a 23 years ago
Peter Johnson 13c443b70c Re-enable building of re2c (not lemon yet), including a generic Makefile rule. 23 years ago
Peter Johnson 9eedce2b89 Cleanup script for re2c output that removes unreferenced labels (significantly 23 years ago
Peter Johnson 5ba3fb01bf Fix 2 major bugs: -b switch caused crash, and all actions got corrupted. 23 years ago
Peter Johnson f4fec24014 We don't use the tools right now, so don't bother building them/including them 23 years ago
Peter Johnson 087d82762e Initial revision 23 years ago
Peter Johnson 91b09aa668 Integrate gettext, libtool, and libltdl into CVS and more tightly into 23 years ago
Peter Johnson 9453c2b02c Include all the m4 files in EXTRA_DIST. 23 years ago
Peter Johnson 873a785904 Initial revision 23 years ago
Peter Johnson 57dfb00241 Initial revision 23 years ago
Peter Johnson f8f1c204f7 Bytecode and objfmt changes: 23 years ago
Peter Johnson 9a6a155c06 Revert previous commit (ELF isn't committed yet). 23 years ago
Peter Johnson 6c2fb0f43c Use C89 types for field sizes and avoid reserved #define names. 23 years ago
Peter Johnson ad049ecb26 Don't worry about 64-bit and generic ELF at this point. 23 years ago
Peter Johnson 9f35a81eb5 Initial revision 23 years ago
Peter Johnson ac2743de63 Prevent spurious "Circular reference detected" errors by refining the return 23 years ago
Peter Johnson 4fed536d3c Revamp error/warning handling. 23 years ago
Peter Johnson 4407d49d66 During the first pass of basic optimization, continue reporting errors, don't 23 years ago
Peter Johnson 58cc15c1d6 Change handling of res* (no longer require that the entire containing buffer 23 years ago
Peter Johnson 20b53b5891 Check for integer warnings. 23 years ago
Peter Johnson 0703225136 A number of fixes to float and integer handling on the output side: 23 years ago
Peter Johnson 4fc6605a56 Properly count errors and warnings triggered by ErrorAt() and WarningAt(). 23 years ago
Peter Johnson c7dee53ad5 Check return value correctly (for both error and non-error). 23 years ago
Peter Johnson f9674f719d Revert previous commit. The srcdir isn't needed, and in fact breaks things. 23 years ago
Peter Johnson 3bbc385082 Add bison-generated sources to BUILT_SOURCES and CLEANFILES. 23 years ago
Peter Johnson 62d466533f Clean up after test execution. 23 years ago
Peter Johnson 9f69d71b63 Run gettextize with the --no-changelog option. Note this requires gettext 23 years ago
Peter Johnson 5c5ab9318e Too overzealous on including test files that aren't committed yet (because they 23 years ago
Peter Johnson f42e1c87ab Fix warning message for zeroing uninit space so it prints on the correct line. 23 years ago