dtrg
|
f5bbc20093
|
Removed unnecessary commas seperating yacc tokens, to prevent warnings.
|
2006-07-18 17:17:14 +00:00 |
|
dtrg
|
4c0a0e6119
|
Rationalised use of #includes to be more standards-compliant.
|
2006-07-18 17:10:29 +00:00 |
|
dtrg
|
8ea67498ed
|
Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
|
2006-07-18 17:10:18 +00:00 |
|
dtrg
|
1eb1cb6f62
|
Renamed the 'index' variable to 'offset', to prevent clashes with the libc index() function.
|
2006-07-18 17:00:30 +00:00 |
|
dtrg
|
4f6fff6b1f
|
Removed unnecessary commas seperating yacc tokens, to prevent warnings.
|
2006-07-18 16:59:11 +00:00 |
|
dtrg
|
2aca7fbaf4
|
Renamed the private 'atol()' function to 'our_atol()' to avoid clashes with the libc one.
|
2006-07-18 16:57:51 +00:00 |
|
dtrg
|
13a9ff3379
|
Removed unnecessary commas seperating yacc tokens, to prevent warnings.
|
2006-07-18 16:52:08 +00:00 |
|
dtrg
|
423368e42f
|
Renamed the 'index()' function to 'indexmode()', to prevent clashes with the libc index() function.
|
2006-07-18 16:50:22 +00:00 |
|
dtrg
|
45ed0df6d0
|
Removed a #define that was also defined in cv.c.
|
2006-07-18 16:48:21 +00:00 |
|
dtrg
|
454bdae81f
|
Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
|
2006-07-18 16:45:57 +00:00 |
|
cvs2hg
|
5cb054f106
|
fixup commit for tag 'llgen-1-0'
|
2006-02-04 00:57:05 +00:00 |
|
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.
|
2006-02-04 00:57:04 +00:00 |
|
dtrg
|
953a565a10
|
Moved LLgen documentation from the main ACK documentation directory into LLgen's own documentation directory.
|
2006-02-04 00:43:32 +00:00 |
|
dtrg
|
dd57d79b1b
|
Modernised usage of system header files.
|
2006-02-04 00:37:19 +00:00 |
|
dtrg
|
71a92846dd
|
Modernised usage of system header files.
|
2006-02-03 22:23:37 +00:00 |
|
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.
|
2006-02-03 22:23:11 +00:00 |
|
dtrg
|
4c0b3bb40f
|
Modernised usage of system header files.
|
2006-01-24 22:29:19 +00:00 |
|
dtrg
|
4fdd9b83fc
|
Converted to use termios, not sgtty. (pbetti@e-tech.net)
|
2005-08-10 22:48:40 +00:00 |
|
cjhjacobs
|
26889d3762
|
Fix: did not deal with quotes in macro definitions properly
|
2005-06-30 16:54:15 +00:00 |
|
dtrg
|
e0846f63be
|
Removed duplicate and inconsistent function declarations.
|
2005-06-25 15:52:19 +00:00 |
|
dtrg
|
35bd1df1aa
|
Now includes stdlib.h to avoid implicit call declarations.
|
2005-06-25 15:50:40 +00:00 |
|
dtrg
|
4ed4d8423f
|
Added some prototyping to stop a compile error with gcc 4.
|
2005-06-25 13:49:06 +00:00 |
|
cvs2hg
|
cf1a80ecb6
|
fixup commit for tag 'release-5-6'
|
2005-06-24 23:20:42 +00:00 |
|
dtrg
|
e8b47b4745
|
Added some new readmes at the top level.
|
2005-06-24 23:20:41 +00:00 |
|
dtrg
|
5c8a5ed523
|
Added LLgen_NCER.n to the distribution because the makefile seems to want it.
|
2005-06-24 23:19:55 +00:00 |
|
dtrg
|
754267f0bd
|
Added new mkdist tool.
|
2005-06-24 23:19:24 +00:00 |
|
dtrg
|
adb3cc5523
|
Created new tool to generate distributions.
|
2005-06-24 22:13:57 +00:00 |
|
dtrg
|
dd400ca720
|
Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).
|
2005-06-24 22:12:02 +00:00 |
|
dtrg
|
f2046954e6
|
Cleaned up the struct sgtty workaround and made it more generic.
|
2005-06-24 22:11:27 +00:00 |
|
dtrg
|
779fe568fc
|
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.)
|
2005-06-24 22:10:24 +00:00 |
|
dtrg
|
9bc8c07deb
|
Replaced references to /usr/tmp with references to /tmp.
|
2005-06-24 22:08:47 +00:00 |
|
dtrg
|
70ef6fe52e
|
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.)
|
2005-06-24 21:42:11 +00:00 |
|
dtrg
|
9bd955e4f6
|
Removed Versions, since that file doesn't actually exist.
|
2005-06-24 21:14:44 +00:00 |
|
ceriel
|
a56d81ea51
|
new copyright notice in repository
|
2005-05-26 06:47:43 +00:00 |
|
ceriel
|
b1632b8060
|
Fix
|
2003-01-08 09:39:52 +00:00 |
|
ceriel
|
8f69a0ca44
|
Fix
|
2002-09-11 13:32:57 +00:00 |
|
ceriel
|
e8fdf4fcda
|
fix
|
2002-09-11 13:19:23 +00:00 |
|
ceriel
|
1e32788ad1
|
Added missing files to .distr
|
2002-09-11 13:17:00 +00:00 |
|
ceriel
|
053ba2d164
|
...
|
2002-09-10 13:40:14 +00:00 |
|
ceriel
|
daa34d0fe6
|
minor mods
|
2002-09-10 13:30:06 +00:00 |
|
ceriel
|
ee2c7069e4
|
Prevent double fclose
|
2002-08-26 14:27:15 +00:00 |
|
ceriel
|
4556d261d8
|
???
|
2002-04-04 12:33:15 +00:00 |
|
ceriel
|
df46c5e165
|
Fix for union initializers
|
2001-07-03 10:10:56 +00:00 |
|
ceriel
|
910316cfde
|
Fix: parameter name same as function name not dealt with properly
|
2001-07-03 08:55:16 +00:00 |
|
ceriel
|
55dbc99000
|
Updated copyright
|
1999-04-23 14:15:43 +00:00 |
|
ceriel
|
6ca98e7102
|
Adapted copyright notice
|
1999-03-18 15:34:27 +00:00 |
|
ceriel
|
f0a7a313fc
|
Fix: did not always produce error message
|
1998-11-10 14:26:06 +00:00 |
|
ceriel
|
384c4bc698
|
Fixed bug with 4-byte sets on 2-byte machines
|
1998-09-03 12:51:38 +00:00 |
|
ceriel
|
91cb060d10
|
Replaced a couple of UnGetChar calls with ChPushBack calls. The
UnGetChar call is wrong after skipspaces().
|
1998-02-09 09:49:00 +00:00 |
|
ceriel
|
d6e0e461f7
|
Corrected Makefile
|
1997-09-04 15:49:46 +00:00 |
|