Commit graph

10 commits

Author SHA1 Message Date
Peter Johnson
94ab1135a3 Remove $Id$ and RCSID() usage.
These are useless now that we're using git.
2011-08-19 10:43:16 -07:00
Peter Johnson
00473ca981 Bite the bullet and convert tabs to spaces. Previously yasm's source has
been using a mix of tabs and 4 spaces to indent; this looks horrible if
tab size is ever not 8.  While I debated converting to tab-only indentation
that would have been a far higher impact to the source.

svn path=/trunk/yasm/; revision=1825
2007-04-22 03:32:46 +00:00
Peter Johnson
5c1b2190b0 Unbreak compat-queue.h on non-BSD systems.
svn path=/branches/new-optimizer/; revision=1588
2006-06-21 06:19:07 +00:00
Peter Johnson
c93d1eb596 * compat-queue.h: Update; adds FOREACH_*_SAFE, removes circular queues.
svn path=/branches/new-optimizer/; revision=1576
2006-06-13 05:09:09 +00:00
Peter Johnson
1a86c34026 * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.
svn path=/trunk/yasm/; revision=1137
2004-09-04 01:24:57 +00:00
Peter Johnson
8178f883a5 Modify so that almost everything passes LCLint with the options in lclint.sh.
This is actually worthwhile; I found and fixed a few bugs/edge cases while
doing this.
For more information on LCLint, see <http://lclint.cs.virginia.edu/>.

svn path=/trunk/yasm/; revision=335
2001-11-17 08:33:23 +00:00
Peter Johnson
b2890b8f9d $Id$ -> $IdPath$.
svn path=/trunk/yasm/; revision=174
2001-09-17 04:12:20 +00:00
Peter Johnson
8d62e17ce2 Use the FreeBSD version of <sys/queue.h> instead of the OpenBSD version
because the OpenBSD version doesn't have STAILQ_*.

svn path=/trunk/yasm/; revision=145
2001-08-19 05:40:20 +00:00
Peter Johnson
b4668a5405 Use header-reuse #defines that are ANSI C compatible.
svn path=/trunk/yasm/; revision=144
2001-08-19 04:33:19 +00:00
Peter Johnson
28940100d4 Add <sys/queue.h> to util.h and pull in compatible, portable version from
OpenSSH-portable.

svn path=/trunk/yasm/; revision=143
2001-08-19 04:32:02 +00:00