shithub: scc

RSS feed

37572f48 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/02 10:28
[lib/c] Add placeholder for float.h

a4bb45eb – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/02 10:03
[lib/c] Add actual system errno codes

50b61aef – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/02 05:35
[tests/libc] Detect pie compilers

c324923f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/02 03:12
[tests/libc] Test with debug informatio included

c6075c2f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 20:41
[tests/libc] Add tests for ctype

79b9a5d6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 20:37
[lib/c] Fix numtostr()

d2785817 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 13:09
[lib/c] Fix putchar()

0c28f70f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 12:11
[tests/libc] Integrate expected output in the c files

dafc7b41 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 11:58
[lib/c] whitespace change

c532c555 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 11:51
[tests/libc] Add test 0004-assert.c

de505b26 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 11:20
[tests/libc] Add tests for assert()

45616fa5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 11:14
[lib/c] Fix flush of line buffers

ae625397 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 10:23
[tests/libc] Use printf in 0001-abort

239fa315 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 10:22
[lib/c] Fix _flsbuf()

65014a8c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/09/01 04:44
[libc] Fix linking problems of printf

48a6d7f7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/31 03:54
[tests/libc] Fix syscall numbers and sigaction

e76db7d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/31 03:46
Add SYSLDFLAGS

02688318 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/31 03:40
Disable stack protector in OpenBSD

ad9ac13a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/30 02:44
[lib/crt] Recover the symbol __guard_local for OpenBSD

08608702 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 16:09
[lib/c] Fix signal implementation for NetBSD

c2fea0a9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 16:34
[lib/c] Add basic support for signals in OpenBSD

1c2826a8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 16:09
[lib/c] Fix signal implementation for NetBSD

7e1d196f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 03:17
Add documentation about extension in variadic macros

9808986e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 03:00
[tests/ar] Fix cleanup of temporary files

8bc4aa2b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 01:38
[tests/as] Don't show test command line

55c3059d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/29 01:38
[tests/ar] Don't show test command line

82eb1ebc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/28 17:02
[tests/scc] Avoid division by zero

045dd2bc – Quentin Rameau <quinq@fifth.space> authored on 2018/08/26 06:04
[tests] change output format: [state]: file

a2e3a665 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/28 14:05
[lib/c] Fix compilation in linux

78557956 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/28 06:49
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

c12769c0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/27 15:32
[lib/c] Add signal.o to OpenBSD

b868a47d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 16:07
[tests/scc] Add test 0190-stringize.c

9fbfbfa4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 14:37
[tests/scc] Update list of TODO tests

2b23214e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 09:46
[tests/scc] Set system environment variables

a91402c7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 09:44
[tests/libc] Don't search in defaut lib directories

74c22398 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 09:44
[driver/posix] Fix path to crt.o

b3488c5d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 06:39
[inc] Clean default crt and ld configuration files

7fee89ea – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 06:38
[ld] Remove ld from the PATH

7b139123 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 06:29
[lib/c] Add -static to gcc when compiling libraries

d764f1b6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/26 06:24
[lib/crt] Fix amd64 crts

53acc44c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 15:41
[tests/scc] Rename 0154-if-defined

0088b2b3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 13:31
[lib/c] Add _sigaction.s to gitignore

ebd513c2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 13:28
[tests] Remove unneeded use of cat

4c6ff78a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 12:57
[tests/ar] Don't use date -d

23cb5f4c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 06:35
[lib/c] Add posix support for signal

e0701f28 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 03:07
[lib/c] Introduce libc.h

d75c01ac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 02:37
[lib/c] Fix NetBSD syscalls numbers

f35fcff7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 02:31
[lib/c] Clean Linux definition of syscalls

baa15c7b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/25 02:29
[crt/netbsd] Fix NetBSD crt

281ed1c6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 16:21
[tests/libc] Remove unneded echo in cc.sh

4e59e135 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 16:19
[tests/libc] Add basic support for NetBSD and OpenBSD

1fcd39f3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 15:41
[lib/c] Add dep rule in common.mk

f93bd34d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 15:40
[lib/crt] Improve crt Makefiles and add NetBSD crt

47d23949 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 11:30
[tests/scc] Add test 0180-incomplete.c

50547176 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/24 03:01
[lib/c] Add support for target dependencies

03c0fe78 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 14:49
[libc] Fix wchar.h guard

bfe0cd5f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 14:49
[tests] Simplify the test directories

27b46627 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 14:36
[tests/libc] Add libc test framework

83c240a8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 10:39
Ignore objdump binary

49dd9011 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 10:33
[libc] Ignore the executable format

1cb04925 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/22 10:19
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

add67ac2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 17:45
[lib/c] Move include to rootdir

e2bc82d8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 13:26
[lib/c] Ignore generated files in amd64-sysv-linux-elf

e3c28630 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 13:22
[driver/posix] Don't generate local copies of the executables

0712602f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 13:16
Move rootdir/lib to rootdir/lib/scc

6ed60e4e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 12:59
[lib/scc] Use the same pointer type if va_arg()

22e4f93e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 11:12
Merge remote-tracking branch 'simple-cc/master'

7cd063ed – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 11:11
[lib/c] Remove the separation between libc and libsys

d4d6143e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 08:47
[lib/c] Don't compare char with EOF

1fa53aab – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 08:46
[lib/c] Fix precedence order in fopen.c

914b01af – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 07:19
[lib/c] Fix libc compilation errors

e9c7dc18 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 03:46
Don't use a temporary file in mkdep.sh

6c792854 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/20 03:16
[lib/c] Fix build system

fc1c8d49 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 14:48
[lib/crt] Compile crt.o in all again

ff12c749 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 13:47
Build libraries into lib/

87caed38 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 09:23
Build binaries directly in the target directory

7f832c62 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 08:08
Fix system configuration

cac66e21 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 07:57
Add standard flags always

a115b80c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 06:23
Add rootdir to the repository

ac7e083f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 05:30
Add support for Linux

77f33717 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/19 04:46
[lib/coff32] Introduce new library coff32

e4fb950f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/18 04:22
[inc] Add incdep.mk

3f605cf7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/15 14:34
[lib/scc] Move generated dependencias to deps.mk

eb58c2c6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 17:12
Remove configure and config.mk.def

3e2b9fc5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 03:49
Clean Makefile

3bd6fb1e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 03:44
Remove USEQBE and MKQBE

c89ff560 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 03:32
Don't run make dep in configure

c4e18492 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 03:01
Add rules related to rootdir

6fe4bfa8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 02:04
Remove heading ./ from deps.mk

86036645 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 01:41
[lib/scc] Add ctype.h to pack functions

b1450d73 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/17 01:15
[driver/posix] Use mkdep.sh script

965aa589 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/16 04:13
Use LIBSCC instead of LIBDIR

446dc020 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/15 14:34
Move generated dependencias to deps.mk

80f2dbc4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/15 14:08
[lib/c] Remove the use of TARGET variable

5e4090d4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/14 05:51
[cc2] Remove gendep.sh

5d1501e3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/14 05:51
[cc1] Remove gendep.sh

0d6910bb – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/07 07:11
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

be4f9294 – John Tsichritzis <john.tsichritzis@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/08/06 20:08
Fix typos in README

bfbefb44 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/06 17:29
[lib/scc] Add support for ' in pack functions

aabcebb3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/08/01 11:19
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

Next