2002-08-10 |
Peter Johnson | Fix pointer comparison. Should be checking for ==... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add a few control transfer instructions, plus set byte... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Added shift instructions, as well as new "postponed... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add lea, l?s, and arithmetic instructions. Arithmetic... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add xchg, in, out. in and out required operand type... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Add push and pop. This required adding some new specif... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Johnson | Run through cleanup.pl to get rid of unused labels. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Add explicit $(top_builddir) when running re2c. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Add re2c files, libtool, and x86id.c. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Massive restructuring of lexing and parsing (NASM-compa... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Neaten the line-continuation a bit. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Johnson | Flatten the tools/re2c build. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Accidently included a second change in the previous... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Disable loading preloaded symbols until there's actuall... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Initialize and shut down libltdl. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Peter Johnson | Allow objfmt initialize and cleanup function pointers... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Peter Johnson | Fix a few cases of freeing NULL pointers. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Peter Johnson | Move strndup() declaration outside !DMALLOC #ifdef... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Peter Johnson | fucom* are FPU instructions. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Peter Johnson | vps_print() should take a const valparamhead *. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Peter Johnson | Remove .re.c suffix rule. In GNU make, this doesn... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Peter Johnson | This file is going away soon, but it's still good to... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | Bring in AC_PROVIDE_IFELSE changes necessary for AC_LIB... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | - Disable libtool win32 DLL support. |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Peter Johnson | Ignore libtool-generated objects and directories. |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Peter Johnson | Declare errwarn_new(), error_common(), and warning_comm... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
Peter Johnson | Add configure.lineno to CLEANFILES. It doesn't delete... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Peter Johnson | Define lib_LTLIBRARIES to avoid automake warning. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Peter Johnson | Add xstrndup() to easily create a 0-terminated duplicat... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Peter Johnson | Re-enable building of re2c (not lemon yet), including... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Peter Johnson | Cleanup script for re2c output that removes unreference... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Peter Johnson | Fix 2 major bugs: -b switch caused crash, and all actio... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Peter Johnson | We don't use the tools right now, so don't bother build... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Integrate gettext, libtool, and libltdl into CVS and... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Include all the m4 files in EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Peter Johnson | Bytecode and objfmt changes: |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Revert previous commit (ELF isn't committed yet). |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Use C89 types for field sizes and avoid reserved #defin... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Don't worry about 64-bit and generic ELF at this point. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Peter Johnson | Prevent spurious "Circular reference detected" errors... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Peter Johnson | Revamp error/warning handling. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Peter Johnson | During the first pass of basic optimization, continue... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Peter Johnson | Change handling of res* (no longer require that the... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Peter Johnson | Check for integer warnings. |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | A number of fixes to float and integer handling on... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | Properly count errors and warnings triggered by ErrorAt... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Peter Johnson | Check return value correctly (for both error and non... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Revert previous commit. The srcdir isn't needed, and... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Add bison-generated sources to BUILT_SOURCES and CLEANF... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Clean up after test execution. |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Peter Johnson | Run gettextize with the --no-changelog option. Note... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Peter Johnson | Too overzealous on including test files that aren't... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Peter Johnson | Fix warning message for zeroing uninit space so it... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Peter Johnson | Fix distcheck build. For some reason, automake wants... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Peter Johnson | Have symrec manage all symbols, not just the ones in... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Peter Johnson | Switch back to returning @dependent@ instead of @observer@. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Peter Johnson | Splint-noticed bugfixes: memory leaks, unreachable... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Peter Johnson | Splint cleanups, including const change. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups and related bugfixes: |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Change most Splint return annotations from dependent... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Cast SAVE_* and WRITE_* assignments to unsigned char. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Make expr_print() take a const expr. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Fix a couple bugs found by Splint (and do some other... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups: expr_copy_* don't take a NULL, so... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Split split parameters into separate lines to make... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Add options: +allglobals -noeffect -shiftnegative. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups. |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Peter Johnson | Splint cleanups on memory allocation routines. |
commit | commitdiff | tree | snapshot |
2002-04-21 |
Peter Johnson | Create global macro NELEMS to replace countof macro... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Peter Johnson | Update with latest files. Add suggestion on how to... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Peter Johnson | Add remove-potcdate.sed. |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Peter Johnson | Update to gettext 0.11.1. |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Peter Johnson | Portability fixes: include config.h to get rid of inlin... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Peter Johnson | Add local changes (primarily C++ -> C conversion). |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Peter Johnson | Reflect where our local o= and t= options came from. |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Peter Johnson | Add re2c to the build tree. Build tools with recursive... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Peter Johnson | Don't conflict local parser.h with bison-generated... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Peter Johnson | Add pre-generated bootstrap files for re2c-generated... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Peter Johnson | Finish C conversion. |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Peter Johnson | Continuing C conversion (not everything is compilable... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Peter Johnson | Make dual functions: _new (which allocates) and _init... |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Prepend re2c to multiple include protections. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Convert to C. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Start C conversion. Eliminate bootstrap files. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Ignore all yapp preprocessed test files. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Ignore lemon executable. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Merge in FreeBSD patches to lemon. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Build lemon (http://www.hwaci.com/sw/lemon/). |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Const, shadowing, and prototype fixes. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Add $IdPath$. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Merge in 2002/01/30 Ethereal changes to lemon. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
Peter Johnson | Merge in 2002/04/07 lemon master sources. |
commit | commitdiff | tree | snapshot |
2002-04-07 |
cvs2svn | This commit was generated by cvs2svn to compensate... |
commit | commitdiff | tree | snapshot |
next |