Commit History

Author SHA1 Message Date
  dtrg db11db0cac 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 6073ee934e Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 4b79248af9 Modified to no longer build LLgen, as it is now distributed separately. 18 years ago
  dtrg b6757337b3 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 e859ef2491 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 4cb0ab8a63 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 57084134e5 Modified to no longer build LLgen, as it is now distributed seperately. 18 years ago
  dtrg 87e91b4766 Added comment about the use of 'cc' rather than 'gcc'. 18 years ago
  dtrg d722986e66 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 1ed24cab9b No longer generates zero bytes in the script's output file. 18 years ago
  dtrg 9ca41cf4b6 Worked around unput() not being strictly legal in the tail code section of a yacc input file. 18 years ago
  dtrg cd09c29949 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg f5bbc20093 Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  dtrg 4c0a0e6119 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 8ea67498ed 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 1eb1cb6f62 Renamed the 'index' variable to 'offset', to prevent clashes with the libc index() function. 18 years ago
  dtrg 4f6fff6b1f Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  dtrg 2aca7fbaf4 Renamed the private 'atol()' function to 'our_atol()' to avoid clashes with the libc one. 18 years ago
  dtrg 13a9ff3379 Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  dtrg 423368e42f Renamed the 'index()' function to 'indexmode()', to prevent clashes with the libc index() function. 18 years ago
  dtrg 45ed0df6d0 Removed a #define that was also defined in cv.c. 18 years ago
  dtrg 454bdae81f 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 5cb054f106 fixup commit for tag 'llgen-1-0' 18 years ago
  dtrg e864bf235e 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 953a565a10 Moved LLgen documentation from the main ACK documentation directory into LLgen's own documentation directory. 18 years ago
  dtrg dd57d79b1b Modernised usage of system header files. 18 years ago
  dtrg 71a92846dd Modernised usage of system header files. 18 years ago
  dtrg c39e85da63 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 4c0b3bb40f Modernised usage of system header files. 18 years ago
  dtrg 4fdd9b83fc Converted to use termios, not sgtty. (pbetti@e-tech.net) 19 years ago