]> granicus.if.org Git - yasm/shortlog
yasm
2002-08-09 Peter JohnsonNeaten the line-continuation a bit.
2002-08-09 Peter JohnsonFlatten the tools/re2c build.
2002-08-08 Peter JohnsonAccidently included a second change in the previous...
2002-08-08 Peter JohnsonDisable loading preloaded symbols until there's actuall...
2002-08-08 Peter JohnsonInitialize and shut down libltdl.
2002-08-08 Peter JohnsonAllow objfmt initialize and cleanup function pointers...
2002-08-07 Peter JohnsonFix a few cases of freeing NULL pointers.
2002-08-07 Peter JohnsonMove strndup() declaration outside !DMALLOC #ifdef...
2002-08-06 Peter Johnsonfucom* are FPU instructions.
2002-08-03 Peter Johnsonvps_print() should take a const valparamhead *.
2002-08-03 Peter JohnsonRemove .re.c suffix rule. In GNU make, this doesn...
2002-08-02 Peter JohnsonThis file is going away soon, but it's still good to...
2002-07-13 Peter JohnsonBring in AC_PROVIDE_IFELSE changes necessary for AC_LIB...
2002-07-13 Peter Johnson- Disable libtool win32 DLL support.
2002-07-13 Peter JohnsonIgnore libtool-generated objects and directories.
2002-06-27 Peter JohnsonDeclare errwarn_new(), error_common(), and warning_comm...
2002-06-24 Peter JohnsonAdd configure.lineno to CLEANFILES. It doesn't delete...
2002-06-22 Peter JohnsonDefine lib_LTLIBRARIES to avoid automake warning.
2002-06-20 Peter JohnsonAdd xstrndup() to easily create a 0-terminated duplicat...
2002-06-03 Peter JohnsonRe-enable building of re2c (not lemon yet), including...
2002-06-03 Peter JohnsonCleanup script for re2c output that removes unreference...
2002-06-02 Peter JohnsonFix 2 major bugs: -b switch caused crash, and all actio...
2002-06-01 Peter JohnsonWe don't use the tools right now, so don't bother build...
2002-05-29 Peter JohnsonInitial revision
2002-05-29 Peter JohnsonIntegrate gettext, libtool, and libltdl into CVS and...
2002-05-29 Peter JohnsonInclude all the m4 files in EXTRA_DIST.
2002-05-29 Peter JohnsonInitial revision
2002-05-29 Peter JohnsonInitial revision
2002-05-23 Peter JohnsonBytecode and objfmt changes:
2002-05-20 Peter JohnsonRevert previous commit (ELF isn't committed yet).
2002-05-20 Peter JohnsonUse C89 types for field sizes and avoid reserved #defin...
2002-05-20 Peter JohnsonDon't worry about 64-bit and generic ELF at this point.
2002-05-20 Peter JohnsonInitial revision
2002-05-20 Peter JohnsonPrevent spurious "Circular reference detected" errors...
2002-05-18 Peter JohnsonRevamp error/warning handling.
2002-05-11 Peter JohnsonDuring the first pass of basic optimization, continue...
2002-05-05 Peter JohnsonChange handling of res* (no longer require that the...
2002-05-03 Peter JohnsonCheck for integer warnings.
2002-05-02 Peter JohnsonA number of fixes to float and integer handling on...
2002-05-02 Peter JohnsonProperly count errors and warnings triggered by ErrorAt...
2002-05-02 Peter JohnsonCheck return value correctly (for both error and non...
2002-05-01 Peter JohnsonRevert previous commit. The srcdir isn't needed, and...
2002-05-01 Peter JohnsonAdd bison-generated sources to BUILT_SOURCES and CLEANF...
2002-05-01 Peter JohnsonClean up after test execution.
2002-05-01 Peter JohnsonRun gettextize with the --no-changelog option. Note...
2002-04-30 Peter JohnsonToo overzealous on including test files that aren't...
2002-04-29 Peter JohnsonFix warning message for zeroing uninit space so it...
2002-04-28 Peter JohnsonFix distcheck build. For some reason, automake wants...
2002-04-27 Peter JohnsonHave symrec manage all symbols, not just the ones in...
2002-04-27 Peter JohnsonSwitch back to returning @dependent@ instead of @observer@.
2002-04-23 Peter JohnsonSplint-noticed bugfixes: memory leaks, unreachable...
2002-04-23 Peter JohnsonSplint cleanups, including const change.
2002-04-22 Peter JohnsonSplint cleanups and related bugfixes:
2002-04-22 Peter JohnsonChange most Splint return annotations from dependent...
2002-04-22 Peter JohnsonCast SAVE_* and WRITE_* assignments to unsigned char.
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).
next