Commit Graph

  • 7b80cd2db0 Fixed revision history. dtrg 2006-07-20 23:10:07 +00:00
  • 8a3e083fe1 First version in CVS. dtrg 2006-07-20 23:04:28 +00:00
  • a7939a407b Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-20 23:04:15 +00:00
  • b2b88a89e1 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-20 23:02:37 +00:00
  • 8ec7e4667c Changed configuration to now use malloc()/free() rather than sbrk(). dtrg 2006-07-20 22:59:25 +00:00
  • b9d98bd0ff First version in CVS. dtrg 2006-07-20 22:57:46 +00:00
  • bce7648b99 Updated to point at the ncg code generator instead of the cg one. dtrg 2006-07-20 22:37:57 +00:00
  • dd3c45ecf2 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-19 14:09:25 +00:00
  • 01314faaac Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-19 14:09:05 +00:00
  • 9aacafbc5a Modified to no longer build LLgen, as it is now distributed separately. dtrg 2006-07-19 14:03:33 +00:00
  • 633780d9f0 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-19 10:30:26 +00:00
  • f67d6d1491 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-19 10:28:43 +00:00
  • 54ea735407 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-18 18:05:47 +00:00
  • 44f229d88a Modified to no longer build LLgen, as it is now distributed seperately. dtrg 2006-07-18 17:34:30 +00:00
  • fbe65f8a9a Added comment about the use of 'cc' rather than 'gcc'. dtrg 2006-07-18 17:21:34 +00:00
  • 3ee71dd844 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-18 17:20:46 +00:00
  • a54dcb8e92 No longer generates zero bytes in the script's output file. dtrg 2006-07-18 17:20:05 +00:00
  • c8f1fe9511 Worked around unput() not being strictly legal in the tail code section of a yacc input file. dtrg 2006-07-18 17:19:20 +00:00
  • 3620781344 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-18 17:18:42 +00:00
  • 3f2df9c88d Removed unnecessary commas seperating yacc tokens, to prevent warnings. dtrg 2006-07-18 17:17:14 +00:00
  • 84f3a18362 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-18 17:10:29 +00:00
  • 3a69ad76f4 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-18 17:10:18 +00:00
  • 8769a2b8bc Renamed the 'index' variable to 'offset', to prevent clashes with the libc index() function. dtrg 2006-07-18 17:00:30 +00:00
  • 8b27bc6170 Removed unnecessary commas seperating yacc tokens, to prevent warnings. dtrg 2006-07-18 16:59:11 +00:00
  • 71e0d85a11 Renamed the private 'atol()' function to 'our_atol()' to avoid clashes with the libc one. dtrg 2006-07-18 16:57:51 +00:00
  • c5f106f53e Removed unnecessary commas seperating yacc tokens, to prevent warnings. dtrg 2006-07-18 16:52:08 +00:00
  • 309f5d5560 Renamed the 'index()' function to 'indexmode()', to prevent clashes with the libc index() function. dtrg 2006-07-18 16:50:22 +00:00
  • f6d77b9061 Removed a #define that was also defined in cv.c. dtrg 2006-07-18 16:48:21 +00:00
  • be7ec5cdd0 Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) dtrg 2006-07-18 16:45:57 +00:00
  • 22d8b82972 fixup commit for tag 'llgen-1-0' cvs2hg 2006-02-04 00:57:05 +00:00
  • 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. dtrg 2006-02-04 00:57:04 +00:00
  • b034d8695b Moved LLgen documentation from the main ACK documentation directory into LLgen's own documentation directory. dtrg 2006-02-04 00:43:32 +00:00
  • 92c1b4a4c1 Modernised usage of system header files. dtrg 2006-02-04 00:37:19 +00:00
  • 51000eef76 Modernised usage of system header files. dtrg 2006-02-03 22:23:37 +00:00
  • 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. dtrg 2006-02-03 22:23:11 +00:00
  • 963a256f68 Modernised usage of system header files. dtrg 2006-01-24 22:29:19 +00:00
  • 852a474ee3 Converted to use termios, not sgtty. (pbetti@e-tech.net) dtrg 2005-08-10 22:48:40 +00:00
  • 6da4811e19 Fix: did not deal with quotes in macro definitions properly cjhjacobs 2005-06-30 16:54:15 +00:00
  • 9c81d2fe39 Removed duplicate and inconsistent function declarations. dtrg 2005-06-25 15:52:19 +00:00
  • ed1ddc5baa Now includes stdlib.h to avoid implicit call declarations. dtrg 2005-06-25 15:50:40 +00:00
  • bc2672d642 Added some prototyping to stop a compile error with gcc 4. dtrg 2005-06-25 13:49:06 +00:00
  • 0f5ae5305d fixup commit for tag 'release-5-6' release-5-6 cvs2hg 2005-06-24 23:20:42 +00:00
  • cb09878a1f Added some new readmes at the top level. dtrg 2005-06-24 23:20:41 +00:00
  • f7d14e649d Added LLgen_NCER.n to the distribution because the makefile seems to want it. dtrg 2005-06-24 23:19:55 +00:00
  • dbc7cd6b19 Added new mkdist tool. dtrg 2005-06-24 23:19:24 +00:00
  • 38b87fe902 Created new tool to generate distributions. dtrg 2005-06-24 22:13:57 +00:00
  • ee83cfcf9b Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary). dtrg 2005-06-24 22:12:02 +00:00
  • e2cf5fbce2 Cleaned up the struct sgtty workaround and made it more generic. dtrg 2005-06-24 22:11:27 +00:00
  • 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.) dtrg 2005-06-24 22:10:24 +00:00
  • 04a887eee9 Replaced references to /usr/tmp with references to /tmp. dtrg 2005-06-24 22:08:47 +00:00
  • 9158d97c6f Applied interim patches to make the interpreter compile on Linux. (Linux doesn't support struct sgtty; all this code should probably be rewritten to use termios instead, if I've understood it correctly.) dtrg 2005-06-24 21:42:11 +00:00
  • d5cc72efc2 Removed Versions, since that file doesn't actually exist. dtrg 2005-06-24 21:14:44 +00:00
  • 65ffc7f057 new copyright notice in repository ceriel 2005-05-26 06:47:43 +00:00
  • dbf0723fdb Fix ceriel 2003-01-08 09:39:52 +00:00
  • 611e8b03fe Fix ceriel 2002-09-11 13:32:57 +00:00
  • b2ffedbabd fix ceriel 2002-09-11 13:19:23 +00:00
  • 06df95dc13 Added missing files to .distr ceriel 2002-09-11 13:17:00 +00:00
  • 902ff02551 ... ceriel 2002-09-10 13:40:14 +00:00
  • 40db0f2abc minor mods ceriel 2002-09-10 13:30:06 +00:00
  • 42f568c0e0 Prevent double fclose ceriel 2002-08-26 14:27:15 +00:00
  • 9493d1cde9 ??? ceriel 2002-04-04 12:33:15 +00:00
  • c432c83666 Fix for union initializers ceriel 2001-07-03 10:10:56 +00:00
  • fed4e8aba5 Fix: parameter name same as function name not dealt with properly ceriel 2001-07-03 08:55:16 +00:00
  • 8f4ec7280c Updated copyright ceriel 1999-04-23 14:15:43 +00:00
  • 6fb0645cd6 Adapted copyright notice ceriel 1999-03-18 15:34:27 +00:00
  • 3db9a605e3 Fix: did not always produce error message ceriel 1998-11-10 14:26:06 +00:00
  • 8262bfb8f4 Fixed bug with 4-byte sets on 2-byte machines ceriel 1998-09-03 12:51:38 +00:00
  • bf9e4d20d9 Replaced a couple of UnGetChar calls with ChPushBack calls. The UnGetChar call is wrong after skipspaces(). ceriel 1998-02-09 09:49:00 +00:00
  • a2f0e7d65b Corrected Makefile ceriel 1997-09-04 15:49:46 +00:00
  • f6f9b3fd82 Added LLgen_NCER.n ceriel 1997-07-10 07:58:30 +00:00
  • 6021fd93ff fixed typo ceriel 1997-07-10 07:58:19 +00:00
  • 6d5ee0158d Added LLgen_NCER.n ceriel 1997-07-10 07:55:35 +00:00
  • 47c63fb2e8 Only list readable directories ceriel 1997-07-01 12:05:54 +00:00
  • 0418600539 Bug fix: copied wrong size to destination in structure returns ceriel 1997-07-01 08:33:13 +00:00
  • 8b112a5f65 Removed superfluous ; ceriel 1997-06-16 13:07:37 +00:00
  • 6c797e83e3 Many modifications, mostly in comment ceriel 1997-05-15 12:03:05 +00:00
  • df704932ab Prevent warning about unused labels ceriel 1997-04-02 10:42:06 +00:00
  • 65282761ed Link em_data.a as well (needed when producing readable EM ceriel 1997-04-01 13:58:58 +00:00
  • 30d31515c8 Fixed bug: flt_div should not touch e1 ceriel 1997-03-13 18:38:24 +00:00
  • dc55bdabcf Additions for non-correcting error recovery ceriel 1997-02-21 17:22:42 +00:00
  • 03de17911b Additions for non-correcting error recovery ceriel 1997-02-21 17:11:04 +00:00
  • a60ff7fcea improved error reporting, added -DNON_CORRECTING ceriel 1997-02-21 15:44:44 +00:00
  • 81252befc9 some minor fixes ceriel 1997-02-21 15:44:10 +00:00
  • 0406eff439 Updated ceriel 1997-02-21 12:23:04 +00:00
  • 0ed5418bec Added non-correcting error recovery stuff ceriel 1997-02-21 11:27:57 +00:00
  • 8ffc86d8ec bug fix: code referred to token attribute of wrong token! ceriel 1997-02-17 15:14:55 +00:00
  • 793e393bb0 Bug fix: conversion is OK if arg = 0.0 ceriel 1997-01-27 14:06:51 +00:00
  • 92033f240c troff flag -Tlpr is now changed to -Tlp ceriel 1996-12-04 14:03:12 +00:00
  • 03ce92b072 Fixed typo in catchsig.s ceriel 1996-11-26 15:05:10 +00:00
  • 87c475ff69 renamed _len to _length: conflict with name in minix lib ceriel 1996-11-26 15:02:36 +00:00
  • 06f158f980 Added -n flag ceriel 1996-11-21 10:14:26 +00:00
  • 044f3c9814 fixed a bug: STD/LDD was generated on odd-numbered reg ceriel 1996-11-19 13:28:41 +00:00
  • dc65347504 Fixed a couple of minor bugs ceriel 1996-11-19 13:27:56 +00:00
  • b4bda72e7f Some fixes ceriel 1996-11-19 09:12:36 +00:00
  • fd2a479d52 Stupid confusion with fdtox and fxtod ceriel 1996-11-18 16:49:54 +00:00
  • 55f1a0f8e8 Fixed typo ceriel 1996-10-22 14:34:16 +00:00
  • 0f128c0bed Added LONGCARD as a local extension ceriel 1996-08-14 07:42:40 +00:00
  • 08b6918ed8 Moved TryToString call into ChkAssCompat ceriel 1996-06-06 07:47:00 +00:00
  • 9a0c40a6b5 Fix: compatibility check in RETURN statement ceriel 1996-06-06 07:37:02 +00:00
  • 1253529533 fix in cmpxchg instruction; i486 book is wrong ceriel 1996-04-25 08:38:05 +00:00