shithub: rgbds

RSS feed

b04596a3 – Antonio Niño Díaz <[email protected]> authored on 2018/01/03 20:09
Move externs to header files

8e886594 – Antonio Niño Díaz <[email protected]> authored on 2018/01/03 20:25
Join list of keywords of locallex.c and globlex.c

3c14f976 – Antonio Niño Díaz <[email protected]> authored on 2018/01/03 14:46
Fix echo command in checkpatch target in Makefile

3c15b141 – Antonio Niño Díaz <[email protected]> authored on 2018/01/02 11:25
Add checkpatch.pl config file and Makefile targets

72f80128 – Antonio Niño Díaz <[email protected]> authored on 2018/01/01 22:04
Cleanup code of rgbasm

2ffaf72e – Antonio Niño Díaz <[email protected]> authored on 2018/01/01 11:52
Cleanup code of rgbfix, rgbgfx and external libs

f41c5324 – Antonio Niño Díaz <[email protected]> authored on 2018/01/01 11:28
Cleanup code of rbglink

ec76431c – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 10:46
Replace C types by stdint.h types

71961a88 – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 09:45
Use M_PI instead of PI

ba944527 – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 09:16
Replace ULONG by uint32_t

87c9d819 – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 08:59
Replace SLONG by int32_t

13c06844 – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 08:46
Replace 8 and 16 bit custom types by stdint.h types

c24cab6d – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 08:09
Use NOT operator to complement bits instead of XOR

0cbe6abb – Antonio Niño Díaz <[email protected]> authored on 2017/12/31 10:15
Increase package version number to 0.3.3

fe6e5e44 – Antonio Niño Díaz <[email protected]> authored on 2017/12/29 07:05
Remove warning on DB/DW/DL emtpy lists

781c90b9 – Antonio Niño Díaz <[email protected]> authored on 2017/12/07 17:35
Add warnings for empty elements in lists of consts

e7a8bb11 – Antonio Niño Díaz <[email protected]> authored on 2017/12/07 17:35
Fix and document DL keyword

f1c13af7 – Antonio Niño Díaz <[email protected]> authored on 2017/10/27 16:21
Fix warning about unused variable

90bc8d91 – Antonio Niño Díaz <[email protected]> authored on 2017/10/26 19:23
Reintroduce EQU __LINE__

193cc065 – Antonio Niño Díaz <[email protected]> authored on 2017/08/21 19:48
Improve error messages

f3b47545 – Antonio Niño Díaz <[email protected]> authored on 2017/08/21 19:35
Replace fprintf by errx for consistency

0c71f5a4 – Antonio Niño Díaz <[email protected]> authored on 2017/08/21 19:35
Check return values of fread in rgblink

4b0dfd4f – Antonio Niño Díaz <[email protected]> authored on 2017/08/21 19:35
Initialize variables in rgbfix

2d117f68 – Antonio Niño Díaz <[email protected]> authored on 2017/08/17 19:03
Fix compiler warnings about unused return values

8954858b – Antonio Niño Díaz <[email protected]> authored on 2017/08/06 18:20
Fix warning about using uninitialized variable

4877e6db – Antonio Niño Díaz <[email protected]> authored on 2017/08/01 15:46
Merge pull request #196 from error-msgs

ec171c5f – Antonio Niño Díaz <[email protected]> authored on 2017/07/29 09:11
Make object file magic string a common define

840ddcec – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 11:31
Update dates in manpages

c00f7409 – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 11:16
Improve linker symbol redefinition error messages

92449a4f – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 11:16
Save object file name of each symbol in linker

4e2a0358 – Antonio Niño Díaz <[email protected]> authored on 2017/07/09 11:09
Print location of definition of redefined symbols

df25fa73 – Antonio Niño Díaz <[email protected]> authored on 2017/07/09 11:34
Update documentation of object files

03bb2d04 – Antonio Niño Díaz <[email protected]> authored on 2017/07/09 11:08
Increment version number of object files

4dc376b0 – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 10:17
Save location information of symbol definitions

3dec5698 – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 10:10
Merge pull request #188 from version-string

f8bbe9be – Ben10do <[email protected]> authored and Antonio Niño Díaz <[email protected]> committed on 2017/07/20 15:17
Add support for unions

4d01b2d5 – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 06:44
Document ELIF

086f02c1 – Antonio Niño Díaz <[email protected]> authored on 2017/07/22 06:27
Add EQUs with the version numbers of RGBDS

8ed6c32a – Antonio Niño Díaz <[email protected]> authored on 2017/07/13 21:24
Reorder getopt switch options alphabetically

d0e05253 – Antonio Niño Díaz <[email protected]> authored on 2017/07/13 21:23
Add -V to all programs to show the version

318c981c – Antonio Niño Díaz <[email protected]> authored on 2017/07/10 21:01
Add code to determine a version string

5c7db42f – YamaArashi <[email protected]> authored and Ben10do <[email protected]> committed on 2014/08/22 22:55
Added ELIF

4be92e14 – Ben10do <[email protected]> authored on 2017/07/20 15:21
Add shebang to test shell scripts

1b155d9d – Antonio Niño Díaz <[email protected]> authored on 2017/07/18 17:48
Fix typo in documentation of RSRESET

f9a1aba0 – Antonio Niño Díaz <[email protected]> authored on 2017/07/15 16:10
Allow CFLAGS to be modified from make command line

fe65e07c – Antonio Niño Díaz <[email protected]> authored on 2017/07/01 10:29
Fail when using negative constants if not allowed

bb12806d – Antonio Niño Díaz <[email protected]> authored on 2017/07/01 10:25
Fix indentation

fa360421 – Antonio Niño Díaz <[email protected]> authored on 2017/07/01 10:25
Add missing documentation of RL command

efaad99f – Antonio Niño Díaz <[email protected]> authored on 2017/06/13 16:16
Update manpage documentation about labels

62d820c2 – Antonio Niño Díaz <[email protected]> authored on 2017/06/12 17:46
Merge pull request #181 from Ben10do/reference-local-symbols

a53d7953 – Ben10do <[email protected]> authored on 2017/06/12 15:50
Add tests for explicit definitions of local labels

2e60c4dd – Sanqui <[email protected]> authored and Ben10do <[email protected]> committed on 2017/05/21 07:22
Add tests for remote local symbols

ce8a13a5 – Ben10do <[email protected]> authored on 2017/06/12 15:12
Allow local symbols to be referenced

ff2321a8 – Antonio Niño Díaz <[email protected]> authored on 2017/04/29 11:02
Make fatalerror and yyerror consistent

4228e3e8 – Antonio Niño Díaz <[email protected]> authored on 2017/04/26 18:02
Document dependency problem for EQUS and MACRO

023b574f – Antonio Niño Díaz <[email protected]> authored on 2017/04/25 20:56
New warning for rgbasm and fixes in error messages

a77df57f – Antonio Niño Díaz <[email protected]> authored on 2017/04/25 09:30
Merge pull request #177 from AntonioND/an/section-checks

8f553e89 – Antonio Niño Díaz <[email protected]> authored on 2017/04/25 09:29
Merge pull request #176 from makefile-cleanup

b7810ffd – Antonio Niño Díaz <[email protected]> authored on 2017/04/24 10:29
Check for section overflows in rgbasm

0d340105 – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 21:29
Check max section sizes in rgblink

6e123ccc – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 21:39
Optimize allocation of buffers for sections

f2724df5 – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 16:45
Fix rgblink error messages about prohibited sections

646d71d9 – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 16:24
Remove unused code

9b9b41e6 – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 10:34
Fix install instructions

907ccfb2 – Antonio Niño Díaz <[email protected]> authored on 2017/04/23 09:32
Cleanup Makefile

fcd7c117 – Antonio Niño Díaz <[email protected]> authored on 2017/04/22 07:43
Fix man page documentation for dependcy files

323922d8 – Antonio Niño Díaz <[email protected]> authored on 2017/04/22 07:40
Merge pull request #174 from makedepend

f97e3bad – Antonio Niño Díaz <[email protected]> authored on 2017/04/22 07:36
Merge pull request #171 from NieDzejkob/master

64415555 – Antonio Niño Díaz <[email protected]> authored on 2017/04/19 15:46
Merge pull request #175 from NieDzejkob/man

ab2aef3f – NieDzejkob <[email protected]> authored on 2017/04/19 09:18
Fix some man installation locations

947db1e2 – NieDzejkob <[email protected]> authored on 2017/04/19 09:11
Implement numeric time and date constants

cde607c0 – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 18:02
Deps file can only be created if object file specified

739b113f – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 16:27
Print dependencies of all included files

64585eeb – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 15:29
Merge branch 'makedepend'

1050acc2 – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 14:21
Remove useless link in documentation

466bb9ed – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 14:14
Fix links in man pages

83348100 – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 13:28
Improve MinGW target of Makefile

57bf32f3 – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 10:49
Point at the documentation from README

0030e037 – Antonio Niño Díaz <[email protected]> authored on 2017/04/17 10:15
Rename object file format description man page

42400ec6 – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 19:08
Fix links in HTML documentation

2e793fb7 – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 18:52
Clean wwwman target of Makefile

ac69e986 – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 18:50
Fix documentation in HTML format

59c065cf – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 16:13
Merge pull request #165 from AntonioND/an/rgbasm-manual

729683fb – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 15:55
Remove RPN_RANGECHECK

ed6e4c47 – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 15:54
Clean object file format code and documentation

d92c284b – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 15:54
Add documentation about the object file format

26af7fcf – Antonio Niño Díaz <[email protected]> authored on 2017/04/16 15:54
Add complete documentation of rgbds to man pages

f7f697c2 – Antonio Niño Díaz <[email protected]> authored on 2017/04/14 13:07
Fix parsing of first line of included linkerscripts

554b5292 – Antonio Niño Díaz <[email protected]> authored on 2017/04/12 18:19
Rename ISO 8601 timestamp defines

a7393d7e – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 19:34
Merge pull request #163 from AntonioND/an/iso-8601

fe9e4f05 – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 18:59
Merge pull request #169 from AntonioND/an/travis-test

362aea22 – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 18:57
Fix conflict in yacc

9bc6083e – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 18:10
Add Travis CI configuration file

2b5ad9dc – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 18:10
Make test scripts return error code

5679c706 – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 16:03
Restore behaviour of option -w and add option -d

4395ed89 – Antonio Niño Díaz <[email protected]> authored on 2017/04/10 15:51
Merge pull request #168 from Ben10do/fix-implicit-yyparse

0d80f60f – Ben10do <[email protected]> authored on 2017/04/10 06:44
Fix implicit declaration of yyparse()

7097b988 – Antonio Niño Díaz <[email protected]> authored on 2017/04/09 18:06
Fix clean target of the Makefile

f2c207cb – Antonio Niño Díaz <[email protected]> authored on 2017/04/09 17:51
Remove EX instruction

be50f2d3 – Antonio Niño Díaz <[email protected]> authored on 2017/04/09 17:25
Remove unused patch enum element

Next