Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gbdev/rgbds-deb

Alright, let's get RGBDS into Debian repositories
https://github.com/gbdev/rgbds-deb

Simplify parsing of variable-length lists

This change removes 2 reduce/reduce conflicts in the parser while
preserving the behaviour of th...

efdd42c6a80945c78b396054ebfdbd4fd9f1f1a6 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to JR to numeric constants

Previously, JR was only allowed to labels (in the same section, or
different sections). When try...

c1a97f6541b6a1b0e5144e0bfa4c37ecaf0f7e85 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Increase version number to 0.3.6

Signed-off-by: Antonio Niño Díaz <[email protected]>

ea4276c7ac4537dd4daaec3286dd76a5bd4af921 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix crash in rgbgfx with height not multiple of 8

Images are allowed to have any arbitrary height if the width is 8. If
the height is not a multip...

7bce97f81731d779623401f9390711c8900db720 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Document character maps

Signed-off-by: Antonio Niño Díaz <[email protected]>

483a63156b64370638574a42916bf61505315d3a authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add a new flag, -f, which allows independently fixing or trashing checksums.

5a4bbe4985fe9d73eafabd78a6a305aff8cff1dd authored almost 7 years ago by Anthony J. Bentley <[email protected]>
Fix format in manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

f86dbafad0525a74ae048ecc6d4f15392930a3cf authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix format of manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

8744d360a3e9a138ccfd9e815ea010a44b61b337 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #237 from continue-lines

Allow to continue lines

Signed-off-by: Antonio Niño Díaz <[email protected]>

b6bd57a764bb2e8b4131c0a4365eda9cd0f63aa0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Update html manpages

Signed-off-by: Antonio Niño Díaz <[email protected]>

f2b55527d53dcca25bf55976c5cf7921c3db93a1 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Document line continuation syntax

Signed-off-by: Antonio Niño Díaz <[email protected]>

84a6899c6c7603cc36e4cedacf97bce7c07c17eb authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix style of code sections in manpages

Signed-off-by: Antonio Niño Díaz <[email protected]>

8cffe2229551f34b3cce57f2fbed3f2b49f00d40 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow line continuations in list of macro args

For example:

PrintMacro : MACRO
PRINTT \1
ENDM

PrintMacro STRCAT(\"Hel...

0c85240b97af874a8245e2111e00effcdc6c3700 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to scape `"` in lists of macro args

For example:

PrintMacro : MACRO
PRINTT \1
ENDM

PrintMacro STRCAT(\"Hel...

58ab88da82577ee9f73557fcb937016dbfd29893 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to continuate lines except inside macros

Lines can be continuated after a newline character ('\n'):

DB 1, 2, 3, 4 \
5, 6, 7, ...

3e219dee369e24912cbe7de23997dbf91b28e3c7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add flag to rgbasm to disable LD->LDH optimization

rgbasm tries to optimize any loads from/to $FF00-$FFFF and generate
LDH 2-byte opcodes instead o...

6ad5bd232504801b1b6b911c918677a7aff2c698 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add safeguards against string overflows

Use snprintf instead of other unsafe functions. That way it is possible
to limit the size of the...

2a97535e75be78ca1e7ec47587849a7e0d82fb86 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add CSS file for the html documentation

It has been obtained from here:

http://mdocml.bsd.lv/cgi-bin/cvsweb/mandoc.css

Signed-off-by: ...

0e0e12a769f226c95d282c84134b3ac414f8d266 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Handle newlines and comments correctly

Newlines have to be handled before comments or comments won't be able to
handle line endings tha...

3bebedf1f810c3d6149b59b75923bf4ee2442696 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow JR between sections

Previously, JR was only allowed if the destination label was in the same
section as the JR. This...

2ed937db2cd1a6b9b4251bd316a4f336f3d02191 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Introduce command PRINTI to print integers

PRINTV prints integers in hexadecimal, PRINTI prints them in signed
decimal. For example:

P...

d243bd04ef929aa99158496c6f5fb048ec55ffa1 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix HIGH() and LOW() for constants

HIGH() and LOW() only worked with labels and register pairs.

Signed-off-by: Antonio Niño Díaz <...

3623638be70502863816d40f9acb2f020d4c9c61 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #235 from obskyr/rgbgfx-color

Add color support to rgbgfx (again)!

Signed-off-by: Antonio Niño Díaz <[email protected]>

8ea3669a6475d995de43dceb9dfd50d8dbfa134f authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow superfluous height for 1-tile-wide images

Currently used here and there for small, icon-like tiles, it seems.

Signed-off-by: obskyr <powp...

8fe52930776f8803c215c67e22ba558db5e360bb authored almost 7 years ago by obskyr <[email protected]>
Fix rgbgfx's code style

Signed-off-by: obskyr <[email protected]>

825fa915eec17a74eb74d7f2130547de838c859a authored almost 7 years ago by obskyr <[email protected]>
Add to contributor list

Signed-off-by: obskyr <[email protected]>

885e8ea24aa8a5444da0ff268b792f260ab83cff authored almost 7 years ago by obskyr <[email protected]>
Clarify and update rgbgfx documentation

Signed-off-by: obskyr <[email protected]>

898f75ce57e34c44ca1fbadd2a827e21e7fbc952 authored almost 7 years ago by obskyr <[email protected]>
Handle grayscale images as expected

Signed-off-by: obskyr <[email protected]>

b8af100c637cf7c6eae2ab1f17f12df6714afc30 authored almost 7 years ago by obskyr <[email protected]>
Add color and transparency support to rgbgfx

In addition, fix various bugs.
Among them are minor memory issues and edge cases with certain in...

30759453670ba7e6e6119236826fd5af4fe14a0a authored almost 7 years ago by obskyr <[email protected]>
Fix typo in rgblink manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

d602ebfde5a94cbe2716f34336a60e52f2d5773d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Increase version number to 0.3.5

Signed-off-by: Antonio Niño Díaz <[email protected]>

305512a2b7a7edb46265046dc5189b96496d077e authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Move version files out of extern folder

The folder extern is reserved for external contributions, not common
files.

Signed-off-by: Anto...

a6b244b12efa63e8f6afd8bf4b933482e4270116 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix linkerscript man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

ceabbeaa2f22e5249a680a315cca7960b00e7524 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix nit in rgbasm.5 man page

Signed-off-by: Antonio Niño Díaz <[email protected]>

3995852cc51ddc26e0c61d5477dcf85de809a548 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix local execution of run-tests.sh script

Signed-off-by: Antonio Niño Díaz <[email protected]>

9793bcba6f412d3ea2df80709ed2fd0aad153a62 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add test to verify hex codes of all instructions

Signed-off-by: Antonio Niño Díaz <[email protected]>

0727eb4374635401ffb12ac2175d841ae0a0f64c authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add external projects to Travis CI jobs

Small tests like the ones included in this repository are good to test
individual features, but ...

f8f67fcbceea754bba2268be11da9b7aba7a285a authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Prefer snprintf to strncpy when outputting C strings

strncpy is designed to output to fixed‐width buffers, not C strings
(hence its weird null termin...

abeca2d3050957879a9e388dd697610c65469b91 authored almost 7 years ago by Anthony J. Bentley <[email protected]>
Add note about the MIT License in CONTRIBUTING.rst

Also, LICENSE.rst doesn't have any special formatting now, so it has
been renamed to LICENSE.

S...

a7dc86001c892d0e2af9d6d3a95c6869fd9acf75 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of reallocarray()

By removing this dependency, all of the code of this repository is
licensed under the MIT licens...

c071586ae53965cbdc8c10643b18e68dc9d2d56b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcpy()

There was only one place where `strlcpy` was still used.

Signed-off-by: Antonio Niño Díaz <anto...

c6187be210fabe0b377d57c9ce8dd19e18551160 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Remove dependency of strlcat()

There was only one place where `strlcat` was used, and `snprintf`
actually does a better job at ...

f9f3bb77618267d94cc2e5102c35e9d036cfcde0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Relicense codebase under MIT license

With permission from the main authors [1], most of the code has been
relicensed under the MIT li...

1a5c423984ca6cce1cb0b6b2100836bf4aa56e84 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Split src/asm/charmap.c into two files

This way it is easier to identify the license of the code.

Signed-off-by: Antonio Niño Díaz <an...

b382dffdecd1ce1529311ddcbee3dd50d281b0c2 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Exclude html files from checkpatch

Also, fix 2 nits in the codebase.

Signed-off-by: Antonio Niño Díaz <[email protected]>

33e9eb098cb6b59a4bbd89840f2629b877e2f04f authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Disable OSX builds in Travis CI

Travis seems to be having some problems with OSX builds, so it's better
to disable them temporar...

e77ebfe38ace8448163fa704a2461e9432f3a52a authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Don't clean html files with `make clean`

Added a new target to remove html files: `cleanwwwman`.

Signed-off-by: Antonio Niño Díaz <anton...

698ed9d5fccd2eecfcfe16c378e95204b569732f authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix linkerscript linking errors

The problems were introduced by the following commits:

- 959bfe2a9dd5ee8d30f740c557502f7d9cd2ef...

b07a8501d6b3a4fd75a73c26637814bde9bedb98 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in manpage

Signed-off-by: Antonio Niño Díaz <[email protected]>

f779e724e22d79cd10e97f936ddab37aa3dd6243 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix html doc file name

Signed-off-by: Antonio Niño Díaz <[email protected]>

494b98e46ae8231676681c554315d67a090f60a5 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Make clean target of Makefile clean html files

The html files generated with `make wwwman` weren't cleaned correctly
with `clean`.

Signed-off-...

d1ff057889d2ed0086cd312411015aa0cdc45044 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Move documentation to this repository

Modified Makefile wwwman target to output files inside docs/.

Modified .gitignore to allow *.ht...

292302c6d127f9aa6e8e443b4d41077d9ce00063 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix typo in documentation

Signed-off-by: Antonio Niño Díaz <[email protected]>

b55fead749337c95e2184348cf1f35fa52c2d2ef authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Increase version number to 0.3.4

Signed-off-by: Antonio Niño Díaz <[email protected]>

844e027a18e1a311547ef94d7431568c5e3f6803 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix indentation in asmy.y

Remove extra spaces.

Signed-off-by: Antonio Niño Díaz <[email protected]>

0fb80cd7a92b49779c47a024c08741302cf187f7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Output error msg when object file can't be opened

In rgbasm, output a fatal error if the destination object file can't be
opened.

Signed-off-by: ...

c8fa7998838199d1f1d3ae7ec94fcad58515fa02 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix WRAMX BANK offset in the right place

ROMX and WRAMX bank numers are stored in an object file as their number
minus one. This means th...

975200834ecefd2c05b5f7b292172d222fa751e8 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Improve error messages

NULL error messages have been given a description.

Messages that weren't descriptive enough now...

311b412f5dcd53c4e0898680319052b12209f4e0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup BANK related definitions

Simplify comparisons and remove magic numbers.

Signed-off-by: Antonio Niño Díaz <antonio_nd@out...

7f37eef2186d36dcb68f263054e27f410bb2c37b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Reduce SRAM bank number to 16 in rgbasm

The limit was already 16 banks in the linker, which made the previous
limit of 511 useless.

Sig...

8521e45edcda6645a3ab047dc7a0372d19a27ba2 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add CONTRIBUTING.rst file

Signed-off-by: Antonio Niño Díaz <[email protected]>

7bd082563d6a02da3c234d34478ec04680410407 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
PUSHS and POPS also affect the symbol scope

Now, when POPS is executed, it restores the symbol scope of the
corresponding PUSHS. That way, t...

de32e245c973d23815c27e9fe3bb2c6a5d01140d authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Convert Markdown files to reStructuredText

Signed-off-by: Antonio Niño Díaz <[email protected]>

f5164325d23bd13b4bf84933697e436d01985f0b authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to request BANK() of sections and PC

The bank of a section can be requested with `BANK("Section Name")`, and
the bank of the current ...

959bfe2a9dd5ee8d30f740c557502f7d9cd2efff authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Make list of linker symbols common

That way the definitions of the assembler and the linker are always the
same.

Signed-off-by: An...

d24cf11ad43b30e0e9b5e28d39b3baad945ba1cf authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Decouple commands in checkpatch Makefile target

Signed-off-by: Antonio Niño Díaz <[email protected]>

8d89ba39d450bc5bbce15da209039093865abc41 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Move externs to header files

Follow Linux kernel coding style.

Remove exception from checkpatch.pl configuration file.

Sign...

b04596a32bc6b318322064da475ea8138a79f810 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Join list of keywords of locallex.c and globlex.c

It made sense to have them in different files when the toolchain
targeted systems other than the...

8e8865940a7d4d4787db5f038dc6d477c1a236f0 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Fix echo command in checkpatch target in Makefile

Signed-off-by: Antonio Niño Díaz <[email protected]>

3c14f9760f8657be1bd445d40f57fafc7239ddd7 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbasm

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

72f801283df68672dc568c6acd9345bb4f01d46f authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Add checkpatch.pl config file and Makefile targets

This is used to verify the coding style of patches.

Signed-off-by: Antonio Niño Díaz <antonio_n...

3c15b141e07a099bbb33e092d594efa95ea8074e authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbfix, rgbgfx and external libs

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

2ffaf72e3904e5a81b4ab73b1f8dfcd07258a201 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rbglink

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

f41c5324000c281e29690de73054da7a0bef3b96 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Replace C types by stdint.h types

Not all occurrences have been replaced, in some cases they have been
left as they were before (l...

ec76431c51d4d6e5164713210271e42c737625c0 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Use NOT operator to complement bits instead of XOR

The previous way of doing it relied on the variable being 32-bit wide.

Signed-off-by: Antonio N...

c24cab6d1d1735fc305712a4e95996c10023b45d authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Replace 8 and 16 bit custom types by stdint.h types

Signed-off-by: Antonio Niño Díaz <[email protected]>

13c0684497bc45fcea983b176aaaf2809c3066dc authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Replace ULONG by uint32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

ba944527ec029c92d84fb6c815e944c634ea8f0d authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Replace SLONG by int32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

87c9d819a16186785d4e7460b3ab0458efbcb013 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Increase package version number to 0.3.3

Signed-off-by: Antonio Niño Díaz <[email protected]>

0cbe6abbd5855dae13e79cde17f972b6ced623f1 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Use M_PI instead of PI

Signed-off-by: Antonio Niño Díaz <[email protected]>

71961a88a0898d011138a7c9012beaf8af86e5a6 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Remove warning on DB/DW/DL emtpy lists

This warning was added in 781c90b940ba24e23eb6c92eea6549f7643746fa as a
way of catching the foll...

fe6e5e445bd6ac0e53200da95884cdb7746b002c authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Add warnings for empty elements in lists of consts

Even though this behaviour is documented (empty elements are treated as
0), it can be misleading...

781c90b940ba24e23eb6c92eea6549f7643746fa authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Fix and document DL keyword

This keyword acts like DB or DW but for 32-bit values.

Signed-off-by: Antonio Niño Díaz <antoni...

e7a8bb1140a6949b2dce92e613a54e7a40ebf8c8 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Fix warning about unused variable

Signed-off-by: Antonio Niño Díaz <[email protected]>

f1c13af703b8ab43a72626df69aba2ae7b73a5e1 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Reintroduce EQU __LINE__

It was removed in commit 6198cc185c24ec4ba794ed27c969ae65d31f89c3, but
the documentation wasn't ...

90bc8d91100b23c6e4283c2983cc353434bb8956 authored about 7 years ago by Antonio Niño Díaz <[email protected]>
Improve error messages

Signed-off-by: Antonio Niño Díaz <[email protected]>

193cc06561775b9eaa5d63d19ffed8cdec9cb3d8 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Replace fprintf by errx for consistency

Signed-off-by: Antonio Niño Díaz <[email protected]>

f3b475453f8f2be775734de8eb9b1ff43f78e2a3 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Check return values of fread in rgblink

Signed-off-by: Antonio Niño Díaz <[email protected]>

0c71f5a4e91b92718f1c3bd94c43d7760ac89fd6 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Initialize variables in rgbfix

Signed-off-by: Antonio Niño Díaz <[email protected]>

4b0dfd4f4add69a0c5f1b1984ae049ba8df2cc8d authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Fix compiler warnings about unused return values

In some implementations of libc the function fread has the attribute
`warn_unused_result`, that ...

2d117f68c983271c73089271e631cc2485786479 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Fix warning about using uninitialized variable

Signed-off-by: Antonio Niño Díaz <[email protected]>

8954858bf79a9ad48eacb063d42b47882ede1175 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #196 from error-msgs

Print more useful error messages when redefining symbols

Signed-off-by: Antonio Niño Díaz <anto...

4877e6dbba2bcf2ba6a523e1d9048de0d4cc8e2f authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Make object file magic string a common define

Signed-off-by: Antonio Niño Díaz <[email protected]>

ec171c5f00cf6577e421e28ece288221e4bae62c authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Update dates in manpages

Signed-off-by: Antonio Niño Díaz <[email protected]>

840ddcecd2965a2b7301944e5bf47d01a1fba353 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Improve linker symbol redefinition error messages

Now, the object file in which each definition is (as well as the source
file and line) are print...

c00f7409ee165b19ecb6ca6c3d366fd376ab06f8 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Save object file name of each symbol in linker

This is useful to generate error messages when there is a symbol that
appears in more than one o...

92449a4fe4f13a8e45f0589985351b80a45fa941 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Print location of definition of redefined symbols

When trying to define a symbol with a name that is used by another one,
print the location of th...

4e2a035838630e736111af8235370e12e51a6170 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Update documentation of object files

Signed-off-by: Antonio Niño Díaz <[email protected]>

df25fa73af3033d58a33e892d279862434a2c6af authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Increment version number of object files

The previous change has broken compatibility of object files, so it is
needed to increment the v...

03bb2d04c3d0211504bc2b6920a64caee3bee260 authored over 7 years ago by Antonio Niño Díaz <[email protected]>
Save location information of symbol definitions

Now, object files save the file name and line number where each global
symbol is defined.

Signe...

4dc376b0ee8c4896c259e3b85ff01deb975fbfd6 authored over 7 years ago by Antonio Niño Díaz <[email protected]>