Commit History

Author SHA1 Message Date
  dtrg dd3c45ecf2 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 01314faaac Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 9aacafbc5a Modified to no longer build LLgen, as it is now distributed separately. 18 years ago
  dtrg 633780d9f0 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 f67d6d1491 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 54ea735407 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 44f229d88a Modified to no longer build LLgen, as it is now distributed seperately. 18 years ago
  dtrg fbe65f8a9a Added comment about the use of 'cc' rather than 'gcc'. 18 years ago
  dtrg 3ee71dd844 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 a54dcb8e92 No longer generates zero bytes in the script's output file. 18 years ago
  dtrg c8f1fe9511 Worked around unput() not being strictly legal in the tail code section of a yacc input file. 18 years ago
  dtrg 3620781344 Rationalised use of #includes to be more standards-compliant. 18 years ago
  dtrg 3f2df9c88d Removed unnecessary commas seperating yacc tokens, to prevent warnings. 18 years ago
  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