Commit History

Author SHA1 Message Date
  dtrg 84f3a18362 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 3a69ad76f4 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) 18 years ago
  dtrg 8769a2b8bc Renamed the 'index' variable to 'offset', to prevent clashes with the libc index() function. 18 years ago
  dtrg 8b27bc6170 Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  dtrg 71e0d85a11 Renamed the private 'atol()' function to 'our_atol()' to avoid clashes with the libc one. 18 years ago
  dtrg c5f106f53e Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  dtrg 309f5d5560 Renamed the 'index()' function to 'indexmode()', to prevent clashes with the libc index() function. 18 years ago
  dtrg f6d77b9061 Removed a #define that was also defined in cv.c. 18 years ago
  dtrg be7ec5cdd0 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) 18 years ago
  cvs2hg 22d8b82972 fixup commit for tag 'llgen-1-0' 18 years ago
  dtrg 84701a5c29 Split LLgen off to be self-contained, and not necessarily part of the ACK. Replaced its build system with one based on pm. Rewrote the README. Updated the license text to match the overriding license common to all the ACK. 18 years ago
  dtrg b034d8695b Moved LLgen documentation from the main ACK documentation directory into LLgen's own documentation directory. 18 years ago
  dtrg 92c1b4a4c1 Modernised usage of system header files. 18 years ago
  dtrg 51000eef76 Modernised usage of system header files. 18 years ago
  dtrg 32762aad2b Modernised usage of system header files. Changed the patch buffer (which allowed the library path to be modified with a hex editor) to an environment variable instead. 18 years ago
  dtrg 963a256f68 Modernised usage of system header files. 18 years ago
  dtrg 852a474ee3 Converted to use termios, not sgtty. (pbetti@e-tech.net) 19 years ago
  cjhjacobs 6da4811e19 Fix: did not deal with quotes in macro definitions properly 19 years ago
  dtrg 9c81d2fe39 Removed duplicate and inconsistent function declarations. 19 years ago
  dtrg ed1ddc5baa Now includes stdlib.h to avoid implicit call declarations. 19 years ago
  dtrg bc2672d642 Added some prototyping to stop a compile error with gcc 4. 19 years ago
  cvs2hg 0f5ae5305d fixup commit for tag 'release-5-6' 19 years ago
  dtrg cb09878a1f Added some new readmes at the top level. 19 years ago
  dtrg f7d14e649d Added LLgen_NCER.n to the distribution because the makefile seems to want it. 19 years ago
  dtrg dbc7cd6b19 Added new mkdist tool. 19 years ago
  dtrg 38b87fe902 Created new tool to generate distributions. 19 years ago
  dtrg ee83cfcf9b Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). 19 years ago
  dtrg e2cf5fbce2 Cleaned up the struct sgtty workaround and made it more generic. 19 years ago
  dtrg 5ef43bb829 Removed an assumption that 'stdin' is a constant, which it's not on Linux. (You can't use it as an initialiser when declaring a global variable.) 19 years ago
  dtrg 04a887eee9 Replaced references to /usr/tmp with references to /tmp. 19 years ago