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
fd1c0ea4b3
Make yasm_section_delete() static. It's unsafe to call from outside, because
...
the only way to allocate a section is when making it a part of a section list,
and at present, the list is singly-linked internally.
svn path=/trunk/yasm/; revision=940
22 years ago
Mkfiles
Remove yapp from Mkfiles builds.
22 years ago
check
Massive build system change: single Makefile instead of recursive.
23 years ago
config
This commit was generated by cvs2svn to compensate for changes in r857,
22 years ago
doc/ programmer
Remove programmer documentation out of source tree and into the yasm-doc CVS
23 years ago
float
Initial revision
22 years ago
frontends
Install modules into pkglibdir rather than libdir, and rename to type_keyword
22 years ago
libltdl
Update to GNU Libtool 20030216 (from Cygwin) to get dynamic linking working
22 years ago
libyasm
Make yasm_section_delete() static. It's unsafe to call from outside, because
22 years ago
m4
Take out the CXX and GCJ tests; we don't need them, and they break builds on
22 years ago
modules
Install modules into pkglibdir rather than libdir, and rename to type_keyword
22 years ago
po
Remove references to yapp source files now that it's no longer being built.
22 years ago
tests/ nasm
Add automated arch/x86 tests. Some were moved from tests/nasm, others are new.
23 years ago
tools
Remove typedefs for uint/uchar/ushort/ulong to avoid compiler warnings on Linux.
22 years ago
.cvsignore
Make libyasm a "real" library, including installing header files.
22 years ago
.indent.pro
Update to match outfmt->objfmt change.
24 years ago
ABOUT-NLS
Update to gettext-0.11.5.
23 years ago
AUTHORS
Update addresses.
23 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
Install modules into pkglibdir rather than libdir, and rename to type_keyword
22 years ago
NEWS
Initial checkin of automake/autoconf files.
24 years ago
README
Initial checkin of automake/autoconf files.
24 years ago
autogen.sh
stamp-h.in is now in libyasm/.
22 years ago
configure.ac
Remove -Wtraditional. It's way too noisy in GCC 3.x.
22 years ago
libyasm.h
Move libyasm/file.h out of YASM_INTERNAL only inclusion (always include it).
22 years ago
out_test.sh
Put test suite file results into a separate "results" directory.
23 years ago
splint.sh
Split split parameters into separate lines to make it much easier to edit.
23 years ago
test_hd.pl
Make test scripts more portable by detecting echo line-ending features, using
23 years ago
util.h
Comment for Doxygen documentation generation. Comment-only changes.
22 years ago