10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pull in GCC and ELF alternatives for RCSID() if available. Idea from: sys/cdefs.h on FreeBSD. More... over 22 years ago
Build section linked list, and support the section directive, including asking the objfmt module. Add some utility functions for both bytecode and section to better modularize their data structure usage and common code. Rename doparse to do_parse to be consistent in naming. More... over 22 years ago
Completely test ConvertRegToEA(). More... over 22 years ago
Print the test function name along with the test case name. Many of our functions are so small that it doesn't make sense to have a test case for every function (rather just a test function for every function). More... over 22 years ago
Cleanup of local .cvsignore files after addition of global CVSROOT/cvsignore. More... over 22 years ago
Don't always check for Perl. More... over 22 years ago
Add unit test framework using Check (http://check.sourceforge.net/). Only test included right now is a tiny one for one bytecode function, but will grow as time goes on. TODO: check for non ANSI C things required by Check. More... over 22 years ago
Initial revision More... over 22 years ago
Change ../ to $(top_builddir). It's clearer and safer. More... over 22 years ago
Limit some tools to --enable-dev only. Only check for and use them if --enable-dev is passed to configure. More... over 22 years ago
Fixed two ansi C errors (empty file and extra semicolon) More... over 22 years ago
Reorganize docs into programmer and user parts. Repo-copy contrib/queue to programmer/queue. More... over 22 years ago
Add rcs id. More... over 22 years ago
Add configure.scan and *.tar.gz. More... over 22 years ago
Use absolute paths instead of srcdir because libintl.h is built in the build directory. To pass distcheck we need to do it this way. More... over 22 years ago
Use automake for queue docs, otherwise distcheck complains. More... over 22 years ago
optimizer.h should be listed in yasm_SOURCES and it wasn't. More... over 22 years ago
Add doc to automake and configure. Only build queue docs if dev is enabled (--enable-dev). More... over 22 years ago
Add queue(3) docs from FreeBSD. More... over 22 years ago
$Id$ -> $IdPath$. More... over 22 years ago
Reorder generated Makefile list a little (to be consistent with src/Makefile.am). More... over 22 years ago
Expand out list of generated Makefiles and add RCS id. More... over 22 years ago
Add barebones optimizer module framework. More... over 22 years ago
Add prefix on local functions so they're easy to find in the debugger. More... over 22 years ago
Reindent to match other code for the most part. More... over 22 years ago
Whoa, oops! Bad bug in bytecode_new_common (wasn't returning allocated bc). More... over 22 years ago
Update file descriptions to indicate that these files are just for the NASM-compatible parser. More... over 22 years ago
Use bytecode * instead of bytecode in parser. Rename and restructure bytecode functions to make this use clearer. More... over 22 years ago
Start building of sections and bytecodes in parser. Still need to add section switching (currently never switches away from default section). More... over 22 years ago
Allow whitespace before a directive. More... over 22 years ago