1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-17 09:29:10 +00:00
cc65/src/ar65
uz 5855137d8c Change how data is stored in the library. To simplify things, the index
(=directory) entry is now shorter, and additional data necessary for checking
in the archiver is not stored in the directory but read from the object file
data in the library.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4944 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-01-28 15:42:32 +00:00
..
make Patch to correct the linkorder in the make files to make the --as-needed 2010-11-07 11:34:51 +00:00
add.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
add.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
error.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
exports.c Simplify things using collections. Some more generic overhaul. 2011-01-28 11:54:35 +00:00
exports.h Simplify things using collections. Some more generic overhaul. 2011-01-28 11:54:35 +00:00
extract.c Fixed a typo 2000-08-03 11:02:06 +00:00
extract.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fileio.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
fileio.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
global.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
global.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
library.c Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00
library.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
list.c Simplify things using collections. Some more generic overhaul. 2011-01-28 11:54:35 +00:00
list.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
main.c Adapted to changes in the object file format. 2011-01-27 17:35:48 +00:00
objdata.c Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00
objdata.h Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00
objfile.c Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00
objfile.h Change how data is stored in the library. To simplify things, the index 2011-01-28 15:42:32 +00:00