Yasm Assembler mainline development tree
(ffmpeg 依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Johnson
2098bc229c
Remove .re.c suffix rule. In GNU make, this doesn't work as intended (instead
...
of making all .re -> .c builds require re2c (as a suffix rule), it instead sees
it as a rule to build ".re.c"). Oddly enough, in BSD make this works perfectly.
svn path=/trunk/yasm/; revision=658
23 years ago
Mkfiles
Add check for vsnprintf().
23 years ago
check
Massive build system change: single Makefile instead of recursive.
24 years ago
config
Initial revision
23 years ago
doc/ programmer
Remove programmer documentation out of source tree and into the yasm-doc CVS
24 years ago
frontends/ yasm
Revamp error/warning handling.
23 years ago
libltdl
Integrate gettext, libtool, and libltdl into CVS and more tightly into
23 years ago
libyasm
Declare errwarn_new(), error_common(), and warning_common() as static.
23 years ago
m4
Bring in AC_PROVIDE_IFELSE changes necessary for AC_LIBTOOL_DLOPEN and like
23 years ago
modules
This file is going away soon, but it's still good to fix errors: CLTS was
23 years ago
po
Initial revision
23 years ago
src
This file is going away soon, but it's still good to fix errors: CLTS was
23 years ago
tests/ nasm
Add some bin objfmt related testcases. These should go into a framework
23 years ago
tools
Re-enable building of re2c (not lemon yet), including a generic Makefile rule.
23 years ago
.cvsignore
Ignore libtool-generated objects and directories.
23 years ago
.indent.pro
Update to match outfmt->objfmt change.
24 years ago
ABOUT-NLS
Initial revision
23 years ago
AUTHORS
Initial checkin of automake/autoconf files.
24 years ago
COPYING
Initial checkin of automake/autoconf files.
24 years ago
COPYING.LIB-2.0
Add GNU Library General Public License (version 2) to CVS and distribution
24 years ago
ChangeLog
Initial checkin of automake/autoconf files.
24 years ago
HACKING
Bring up-to-date with tree and build changes.
23 years ago
INSTALL
Initial checkin of automake/autoconf files.
24 years ago
Makefile.am
Remove .re.c suffix rule. In GNU make, this doesn't work as intended (instead
23 years ago
NEWS
Initial checkin of automake/autoconf files.
24 years ago
README
Initial checkin of automake/autoconf files.
24 years ago
autogen.sh
Integrate gettext, libtool, and libltdl into CVS and more tightly into
23 years ago
configure.ac
- Disable libtool win32 DLL support.
23 years ago
mergesort.c
Fix some nits found by lclint. Still something weird going on with list2 in
24 years ago
splint.sh
Split split parameters into separate lines to make it much easier to edit.
23 years ago
strsep.c
Modify so that almost everything passes LCLint with the options in lclint.sh.
24 years ago
util.h
Add xstrndup() to easily create a 0-terminated duplicate of a
23 years ago