shithub: scc

RSS feed

f8e18c25 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/03 13:13
Remove subshell in Makefile

563304a2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/01 12:06
[cc1] Fix bug in dumpstab()

11845819 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/01 11:56
[libc] Add exit() and atexit()

de09cc39 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/02 15:34
[crt] add amd64-linux crt

d0a1eae3 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 10:11
[libc] Fix isblank

51080ade – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 08:24
Makefile: add a libc target

c9b19f29 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 05:34
[libc] Fix stdint.h

c0021447 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 10:57
[libc] Correct style in strcspn

b3732c89 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 10:55
[libc] Fix typo in strcoll and strncmp (cf 8460493)

982d98d6 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 03:26
[tests] Improve error test for void parameter

1d246cbf – Christopher M. Graff <cm0graff@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/28 06:56
[libc] Fix typo in strncmp

20deb5cd – Quentin Carbonneaux <quentin@c9x.me> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/27 06:18
[cc2-qbe] fix bitwise complement operation

022532e3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/27 03:37
[libc] Avoid overflow on INT_MIN in atoi()

849b7a5e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/27 01:33
[cc1] Move ns to struct declarators

88aee8a4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 13:30
[tests] Add more tests

2cd872bc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 11:57
[cc1] Rewrite function declaration code

45376df5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 07:35
[tests] Mark with TODO the known failed tests

51850809 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 06:59
[cc1] Fix install()

0bab8ee8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 04:09
[cc1] Remove unneeded inclusion in decl.c

c8a370bc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/25 00:24
[libc] Remove default case in atoi()

3a12c295 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 14:53
[cc1] Move print of #line to cpp

fbd8dfe6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 01:03
[cc1] Add debug information to pushctx() and popctx()

b44a95b8 – Christopher M. Graff <cm0graff@gmail.com> authored and Quentin Rameau <quinq@fifth.space> committed on 2017/02/24 00:53
[libc] Add atoi

cb31a80e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 00:57
Change default build to debug

598c09bd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 16:25
[cc1] Move concatenation of strings to primary()

4a695da3 – cmgraff <cm0graff@gmail.com> authored and Quentin Rameau <quinq@fifth.space> committed on 2017/02/23 07:53
[libc] Fix typo in strcmp

f0c283da – Quentin Rameau <quinq@fifth.space> authored on 2017/02/23 15:02
[libc] Define NULL in common headers

ba40e25f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 14:25
[libc] Add rand()

d9404506 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 12:05
[libc] Move strtok at the end of string object list

fb0ceb96 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:39
[libc] Add extern keyword in locale.h

5689ef4e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:39
[tests] Add strpbr()

fe11ef11 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:20
[libc] Add strcspn()

84af3abc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:19
[libc] Add strspn()

cc41bb23 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 10:16
[libc] Add strstr()

05484c95 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 10:00
[tests] Add test 0118-voidmain.c

a02f6ec0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 09:55
[libc] Use __USE_MACROS in ctype.c

820c609d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 09:50
Change cpp to scpp

b0f3613b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 09:45
[libc] Add ctype.o to the Makefile

2262bec1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 08:43
[libc] Fix toupper()

7c2da37a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 05:06
[cc1] Fix pointer substraction with void*

72ff9501 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 04:27
[cc1] Set base type of voidtype

93727d79 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/22 08:30
Remove cpp in uninstall

e74d7631 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/22 16:48
[libc] Sync src definitions to headers declarations

7d02b4c1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/22 06:38
[tests] Add *.as to clean rule

ceb577f0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/22 05:33
[tests] Add 0117-pointarith.c

4f535bf8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/22 02:48
[tests] Add 0116-floatcmp.c

8967caf2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/22 02:35
[tests] Add clean rule in execute/Makefile

5abe139e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 12:08
[cc1] Fix pcompare() with NULL operands

a590d782 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 16:08
[cc1] Fix comparisions

0913d279 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 15:38
[cc1] Remove old bits from anciant times

9be3c234 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 15:36
[cc1] Fix cast between pointers and ints

fd69ae5a – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 14:26
[libc] Fix size_t size accross architectures

c7e5fe94 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 13:28
[libc] Add time.h

7a8639f8 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 12:48
[libc] Add strncmp

0eaa0e21 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 12:31
[libc] Complete string.h

08afb480 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 12:07
[libc] Complete stdlib.h

85246aa9 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 13:33
[libc] Add localeconv

d92627a2 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 09:18
[libc] Complete locale.h

8a373bda – Quentin Rameau <quinq@fifth.space> authored on 2017/02/21 08:57
[libc] Complete errno.h

c6c4762d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 12:08
[cc1] Fix pcompare() with NULL operands

e81cd3b1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 05:09
[libc] Add strtok.c

32478e74 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 05:07
[libc] Use AR variable in the Makefile

1f3216de – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 03:19
[tests] Add 0114-shortassig.c

97426651 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/21 03:16
[libc] Add supports for strxfrm()

1b0aadd3 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/20 08:10
[cc1] Clear SEXTERN for global symbols previously declared as extern

9e2ce8d6 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/20 05:52
Only add to localtypes if curfun is set

a69c703b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/20 10:39
[cc1] Support out of order unlink in unlinkhash()

dc646368 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/20 03:43
[cc1] Move labels to a different hash table

02fbd9d0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/20 06:59
[libc] Remove old definition of FILE from qbe/stdio.h

bdb96f16 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/20 01:22
[cc1] Install symbols in directdcl()

24df403e – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/19 08:58
[cc1] Add asserts in hash removals so that broken invariants are obvious

be48e096 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/19 14:30
[cc1] Change the hash algorithm used

4ffe395a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/19 14:25
[cc1] Remove old code from newsym()

268b5a4e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/19 14:22
Revert "[tests] Update scc-tests.lst after cd855"

24922627 – Quentin Carbonneaux <quentin@c9x.me> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/19 05:26
[cc2-qbe] fix inverted shifting operations

83efd585 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/19 03:42
[cc1] Pass table as parameter to dumpstab()

8bee0cb1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 16:15
[libc] Add definition of stdin, stderr and stdout to stdio.h

faece1ae – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 15:32
[libc] Add fpost_t to stdio.h

4f219193 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 15:25
[libc] Add wchar_t to stdlib.h

1f0d365d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 14:28
[libc] Add div_t, ldiv_t and lldiv_t to stdlib.h

5d893a21 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/18 09:42
[libc] Add isblank

3487db83 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/18 08:01
Revert "[libc] Implement ctype function-style"

ebd2fc47 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/18 07:59
[driver] Add -d option to print buildchain errors

597d91d4 – Quentin Carbonneaux <quentin@c9x.me> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/18 05:51
[cc2-qbe] fix sign/zero extensions

bb770ea4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 07:18
[tests] Update scc-tests.lst after cd855

d9761479 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 02:48
[cc1] Remove old time bits from types

bc58494b – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/17 17:06
[cc1] Don't fold OPTR OADDR if it would change the type

fe5736a6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 02:02
Update LICENSE file

7bd3cc14 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/18 01:49
[libc] Protect va_list functions in stdio.h

dfd2077c – Quentin Rameau <quinq@fifth.space> authored on 2017/02/17 17:43
[tests] Fix 0104 name

c4c30386 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/17 12:50
[libc] Implement ctype function-style

c68d4e43 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/17 07:26
[libc] Fix memcmp return value

59eb8445 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/16 14:18
[cc1] Fix multiple void function parameter check

83156e58 – Quentin Rameau <quinq@fifth.space> authored on 2017/01/27 07:01
[cc1] ansifun: minor style change

9693dff4 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/16 05:24
[cc1] Fix debug declaration

e1ff5918 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/15 13:35
[cc1] Do it like gcc. Fix -M output.

3e95097c – Quentin Rameau <quinq@fifth.space> authored on 2017/02/15 13:15
[cc1] Remove -o option

e1ca0352 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/15 11:38
[driver] Discard error messages not from cc1

a420fdf0 – Michael Forney <mforney@mforney.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/17 08:34
[cc2] Add missing * case to assign subop

c7bfc2a9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/17 17:24
[libc] Add stddef in the implementation of setlocale

Next