yasm
2002-04-22 Peter JohnsonMake expr_print() take a const expr.
2002-04-22 Peter JohnsonFix a couple bugs found by Splint (and do some other...
2002-04-22 Peter JohnsonSplint cleanups: expr_copy_* don't take a NULL, so...
2002-04-22 Peter JohnsonSplint cleanups.
2002-04-22 Peter JohnsonSplit split parameters into separate lines to make...
2002-04-22 Peter JohnsonAdd options: +allglobals -noeffect -shiftnegative.
2002-04-22 Peter JohnsonSplint cleanups.
2002-04-22 Peter JohnsonSplint cleanups.
2002-04-22 Peter JohnsonSplint cleanups on memory allocation routines.
2002-04-21 Peter JohnsonCreate global macro NELEMS to replace countof macro...
2002-04-15 Peter JohnsonUpdate with latest files. Add suggestion on how to...
2002-04-15 Peter JohnsonAdd remove-potcdate.sed.
2002-04-15 Peter JohnsonUpdate to gettext 0.11.1.
2002-04-12 Peter JohnsonPortability fixes: include config.h to get rid of inlin...
2002-04-12 Peter JohnsonAdd local changes (primarily C++ -> C conversion).
2002-04-12 Peter JohnsonReflect where our local o= and t= options came from.
2002-04-11 Peter JohnsonAdd re2c to the build tree. Build tools with recursive...
2002-04-11 Peter JohnsonDon't conflict local parser.h with bison-generated...
2002-04-09 Peter JohnsonAdd pre-generated bootstrap files for re2c-generated...
2002-04-09 Peter JohnsonFinish C conversion.
2002-04-08 Peter JohnsonContinuing C conversion (not everything is compilable...
2002-04-08 Peter JohnsonMake dual functions: _new (which allocates) and _init...
2002-04-07 Peter JohnsonPrepend re2c to multiple include protections.
2002-04-07 Peter JohnsonConvert to C.
2002-04-07 Peter JohnsonStart C conversion. Eliminate bootstrap files.
2002-04-07 Peter JohnsonInitial revision
2002-04-07 Peter JohnsonIgnore all yapp preprocessed test files.
2002-04-07 Peter JohnsonIgnore lemon executable.
2002-04-07 Peter JohnsonMerge in FreeBSD patches to lemon.
2002-04-07 Peter JohnsonBuild lemon (http://www.hwaci.com/sw/lemon/).
2002-04-07 Peter JohnsonConst, shadowing, and prototype fixes.
2002-04-07 Peter JohnsonAdd $IdPath$.
2002-04-07 Peter JohnsonMerge in 2002/01/30 Ethereal changes to lemon.
2002-04-07 Peter JohnsonMerge in 2002/04/07 lemon master sources.
2002-04-07 cvs2svnThis commit was generated by cvs2svn to compensate...
2002-04-07 Peter JohnsonInitial revision
2002-04-05 Peter JohnsonAdd some splint-suggested cleanups.
2002-03-28 Peter JohnsonUpdate DISTFILES to reflect src/lclint.sh -> splint...
2002-03-26 Peter JohnsonInclude Makefile.inc itself in the distribution!
2002-03-23 Peter JohnsonCleanups both for and from Splint.
2002-03-23 Peter JohnsonWhen using Splint, don't try to use gettext().
2002-03-23 Peter JohnsonCleanups both for and from Splint.
2002-03-23 Peter JohnsonUse -shiftimplementation because it's seeing enums...
2002-03-23 Peter JohnsonAdd check for vsnprintf().
2002-03-23 Peter JohnsonLCLint is now Splint (www.splint.org).
2002-03-21 Peter JohnsonFix bug in align_section(): if a section has no bytecod...
2002-03-19 Peter JohnsonUpdate to match new Mkfiles files. v0.1.0
2002-03-19 Peter JohnsonUpdate to match configure-based build changes.
2002-03-19 Peter JohnsonInclude errno.h to define errno.
2002-03-19 Michael UrmanGet the type right for yyin. *sigh* How'd i decide...
2002-03-19 Michael Urmanfix crash on nonexistent (or otherwise unopenable)...
2002-03-18 Peter JohnsonBump version to 0.1.0.
2002-03-18 Peter JohnsonFix make distcheck by eliminating directory components.
2002-03-18 Peter JohnsonMake a separate Makefile.inc for the yapp/tests directory.
2002-03-18 Peter JohnsonAdd some bin objfmt related testcases. These should...
2002-03-18 Peter JohnsonRecursively expand EQU's.
2002-03-18 Peter JohnsonCorrectly output float expressions.
2002-03-18 Peter JohnsonAdd expr_get_floatnum().
2002-03-18 Peter JohnsonRestructure bc_calc_len() family into bc_resolve()...
2002-03-18 Peter JohnsonFix a number of bugs in x86_checkea_calc_displen().
2002-03-18 Peter JohnsonComment additions.
2002-03-18 Michael UrmanFix slight whitespace issue - don't append whitespace...
2002-03-18 Michael Urmandefines with parameters seem to work. wow. i need...
2002-03-18 Michael UrmanTests for define with parameters.
2002-03-17 Michael UrmanLots of preparations for expanding %defines with argume...
2002-03-17 Peter JohnsonBinary object format output! Lots of structural change...
2002-03-17 Peter JohnsonMake call instruction work correctly. The old code...
2002-03-17 Peter JohnsonRemove debugging print statement added in previous...
2002-03-17 Peter JohnsonMake call instruction work correctly. The old code...
2002-03-17 Peter JohnsonFix bug in 32-bit displacement with no registers.
2002-03-17 Michael UrmanRemoved spurious src/tests/yapp_test from CLEANFILES...
2002-03-17 Peter JohnsonDon't block global src variable. While I'm here, chang...
2002-03-17 Michael UrmanNow that whitespace is mostly preserved, no need for...
2002-03-17 Michael UrmanHandle recursive %defines properly.
2002-03-17 Michael UrmanTests for recursive %defines.
2002-03-17 Michael UrmanHandle %define to %define - caught use of a global...
2002-03-17 Michael Urmantest case for %define to a %define. non-recursive.
2002-03-17 Michael UrmanCatch a few missing inhibited directives (not implement...
2002-03-16 Michael UrmanHandle output inhibition more properly; %includes insid...
2002-03-16 Michael UrmanSeveral new tests.
2002-03-16 Michael UrmanCatch "errors" and update report format
2002-03-16 Michael UrmanAdd ifdef tests.
2002-03-16 Michael Urmanadd beginnings of test suite for yapp
2002-03-16 Michael Urmanreturn [ and ] characters
2002-03-16 Michael UrmanRemoved spurious include of objfmt
2002-03-16 Michael UrmanRemove some spurious includes.
2002-03-15 Peter JohnsonDon't call bc_resolve (it's going away soon).
2002-03-15 Peter JohnsonAdd autom4te.cache.
2002-03-15 Peter JohnsonSwitch to requiring autoconf 2.50. We should really...
2002-03-15 Peter JohnsonSwitch to requiring autoconf 2.50. We should really...
2002-03-14 Peter JohnsonAdd bcs_last() macro.
2002-03-14 Peter JohnsonOnly check for dmalloc library and dmalloc.h if --enabl...
2002-03-14 Peter JohnsonOnly check for dmalloc library and dmalloc.h if --enabl...
2002-03-14 Peter JohnsonMake duplicate definition (w/regards to COMMON and...
2002-03-13 Peter JohnsonMove static structures from .h to .c, include .h in .l.
2002-03-12 Peter JohnsonFix warning.
2002-03-10 Peter JohnsonAdd bin object format.
2002-03-10 Peter JohnsonAllow replacing with no extension (eg w/o an appended...
2002-03-10 Peter JohnsonMove BitCount() macro from hamt.c to util.h.
2002-03-10 Peter JohnsonAdd yapp-token.c.
next