shithub: scc

RSS feed

3c6c5a02 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 15:32
libc: Add _fork() syscall

82527a89 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 13:38
libc: Add missed flags for dragonfly

3b8e22be – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 13:05
libc/darwin: Supress warning in sys.h

c22a72ac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 13:02
libc: Add _access() macros

1d263bb8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 09:21
libc: Fix return value in strftime()

7e4b96f8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 09:19
libc: Add some const poison to strftime()

2ef958d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/17 09:01
libc: Return 0 when truncation in strftime()

94f23734 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/16 07:43
libc: Correct time zone copy in strftime()

b843da74 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/05/16 06:42
libc: Initialize internal fields in gmtime()

7e3a98c6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/06 16:59
cc1: Do not use input->begin in loops

fa095dec – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/06 12:31
cc1: Move defined function to cpp.c

7954fd89 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 16:44
cc1: Add type parameter to addinput()

8cd311e6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 14:43
cc1: Pass a macro to addinput()

c3bb2c04 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 13:40
cc1: Simplify icpp()

0a859705 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 10:35
cc1: Add Macro type

46b51055 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 10:32
cc1: Remove unneeded code

afec1bc0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 10:04
cc1: Use control characters for #, ## and macro parameters

f826b55f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 02:35
cc1: Don't use yytext to capture macro arguments

a65f71dd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/05 02:10
cc1: Add spaces between tokens from macro arguments

52b6ff8b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/04 16:44
cc1: Expand macro parameters in macro expansion

d07fbdef – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/04 16:36
cc1: Fix a use after free bug in setloc()

676fafd9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/04 10:34
cc1: Improve addinput() and delinput()

0aee0027 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2022/04/04 10:26
cc1: Improve readline() readbility