RSS feed
709d86f7
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/06 08:39
[cc1] Rearrange fields of struct type
05003b31
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/06 08:21
[cc1] Remove non used variable in pop()
eddc03b3
– Lucas Gabriel Vuotto <lvuotto92@gmail.com>
authored
and Roberto E. Vargas Caballero <k0ga@shike2.com>
committed
on 2017/03/06 04:17
[cc1] Fix TFUNDEF value
cd64376e
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/06 08:03
[tests] Add test for function declarations
f515b0a6
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/06 03:10
[cc1] Fix function prototype declaration
c8e83b59
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/05 14:40
[libc] Fix 96412d commit
18b754a0
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/05 00:48
[cc1] Move identifier() before fundcl()
f3055381
– Quentin Rameau <quinq@fifth.space>
authored
on 2017/03/04 07:57
[libc] fix exit
8e60c90f
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/04 07:57
[libc] Add macro implementation of printf
1b5b0926
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/04 07:39
Fix commit aa087c6f7
51ab7caf
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/04 03:01
[libc] Undef all the libc symbols before the implementation
54374eb1
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/04 02:19
[libc] Add skeleton of vfprintf()
7599d1a8
– Roberto E. Vargas Caballero <k0ga@shike2.com>
authored
on 2017/03/03 14:30
[libc] Fix touper() and tolower()
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
Next