shithub: scc

RSS feed

e417ad93 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/03/05 13:44
[nm] Improve error handling

55554976 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/03/05 12:32
[nm] Add symbol type

aaabcfa7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/03/05 10:21
[nm] Split main.c in common and object part

298d40ee – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/03/05 09:02
[nm] Reintroduce again archives

9ba63804 – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/26 09:00
libc: vfprintf(), fix cast for long long

38016d87 – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/26 08:48
libc: fopen(), allow for example r+b and rb+

bb3a3db2 – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/26 08:47
libc: bsearch(), fix cmp check

0b5b425e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/28 09:56
[cc1] Whitespace change in Makefile

ebf26dca – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/28 07:30
[cc1] Don't allow redifinition of typedef

ca9626ac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/26 10:06
[lib/c] Rename assert.c to __assert.c

8e0079cd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/26 10:02
[lib/c] Small whitespace change

e1f8c5e7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/26 02:42
[tests/ar] Remove generation of master.a from chktest.sh

f6d58032 – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/23 12:18
Makefile: make install improvements

f7ca8c36 – Hiltjo Posthuma <hiltjo@codemadness.org> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/23 12:02
Make totime() time signed

d89d9024 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/23 10:53
[ar] Remove unused macros SAVE and NOSAVE

0b20b4df – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/23 10:14
[ar] Convert stat.c into driver.c

29c70a10 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/23 06:22
[ar] Convert totime() into a function

736b8b4e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/23 06:07
[ar] Remove comment

53c4ce7b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/23 04:47
[ar] Create temporary files only when it is needed

d724fab9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 15:37
[tests/ar] Add tests for update

d14ed22c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 15:20
[ar] Fix update

b7c6aefd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 10:20
[ar] Fix extract()

a6846d90 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 10:17
[tests/ar] Add master.a target

0f5c99c0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 10:14
[tests/ar] Fix 0003-append.sh

7b1f9cd1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 10:13
[test/ar] Remove exec from test files

c6c3b579 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 11:38
Split tests in smaller files

c56a7fd3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 02:48
[tests/ar] Remove SCCPREFIX from the Makefile

077e62c8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/22 02:46
[ar] Fix inlist()

857c5cdd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 18:18
[ar] Fix magic number (again)

563eadc3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 18:13
[ar] Change op to m

f90ce171 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 18:07
[ar] Small fix in error string

a314e313 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 18:02
[ar] Fix size of ar magic in merge()

b4937529 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 16:20
[ar] Initialize member fileds in run()

a8e4d53e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 16:14
[ar] Fix merge()

b0b1078f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 16:11
[ar] Add insert()

70df1fa8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 16:01
[ar] Make -m tests more orthogonal

89778e7a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 15:38
[ar] Full rewrite of ar

b25d2025 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/21 03:37
[tests/ar] Add more tests to test-m

0f302f9c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/20 11:20
[ar] Remove parameter of doit()

99605c45 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/20 08:42
[cc2/z80] Add lhs()

0646fcf4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/20 08:30
[cc2/z80] Add code for bool()

f78ae673 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/20 03:02
Fix small typo in LICENSE

97ee5819 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 16:58
[ar] Remove direct call to cleanup()

f3b09559 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 16:54
[ar] Add basic skeleton for -m tests

5fffd4ac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 16:32
[ar] Transform afile into a global variable

b600cb8e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 16:14
[ar] Remove iflag

aa72a430 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 14:30
[tests/ar] Add tests for -x

cae2ba88 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 13:27
[tests/ar] Add tests for -t

db3d99c7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 13:04
[tests/ar] Fix multiple problems in tests

e2fe38d6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 12:00
[tests/ar] First version of the test for -p

7726d04d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 11:53
[tests/ar] Use normal here-documents in chktest.sh

a54b1bf6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 11:51
[ar] Use a haslist variable

09f5da73 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 11:23
[tests/ar] Add tests for -d

cb32df0e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 10:50
[ar] Remove current member from pending list

59ec6900 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 10:30
[ar] Do always the check of pending members

8bc7d165 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 10:12
[ar] Enable early close for -q

0b30fc34 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 10:11
[ar] Move stat after open the file

2605b26a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 10:03
[tests/ar] Improve -q test

e6baf91c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 06:22
[tests/ar] Try ten at once -q test

4b60622e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 04:58
[ar/tests] Fix chktest.sh

6bb0202d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 04:06
[tests/ar] Small fix for test-q.sh

7bf8c43e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 04:04
[tests/ar] Don't hardcode the user id in the test

81d81dcd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/19 03:57
[tests/ar] Create test-q.sh

a5c68edf – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/17 19:51
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc

9649f784 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/17 04:05
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

f9ca0be9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/17 04:04
[tests/scc] Simplify Makefile

dc0bdaac – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/17 04:03
[ar] Fix asignation of temporary field of ar operations

0a1e38c0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/17 04:03
[test/ar] Add tests for -d

95651e8b – Quentin Rameau <quinq@fifth.space> authored on 2018/02/16 10:09
Makefiles: split config.h with rules.mk

30dd51b7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 13:08
[ar] Open archive file for read+write

c34608fd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 11:48
[test/ar] First version of the ar test

cf4ab9ca – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 09:40
[ar] Dummy implementation of -m verbose

4138b6d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 09:07
Update .gitignore

de2ade03 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 09:04
[test] Create new tree for testing all the tools

d67fed02 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 03:50
[ar] Implement merge() used for -m

e28bdf55 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 03:35
[driver/posix] Rename scpp to cpp

00719830 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 03:35
[ar] Install ar-$(DRIVER)

eeec7382 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/16 03:24
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

040a49db – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 17:46
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc

4ddc2fb8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 17:36
[ar] Fix some important warnings

73a6628e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 17:31
[ar] Improve -m implementation

039acf98 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 11:55
Use + in recursive make actions

48b05725 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 11:46
Revert "add MFLAGS"

0fc0b503 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 09:46
[driver/posix] Simplify the status check of children processes

064bf34e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/15 03:24
[ar] Create doit() function

f3d06fb5 – izabera <izaberina@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/14 18:13
add MFLAGS

5918a774 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 18:11
[ar] Add base of -m

0194c75a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 18:03
[test] Don't use redirection if you use stty

b3ac093c – izabera <izaberina@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2018/02/14 09:49
change $() to ${}

5f5c0ab7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 17:46
[test] Add execute test 177

f482bbbc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 17:07
[ar] Avoid 2nd loop in -r

07b6c899 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 12:32
[ar] Fix closetmp()

7e77d6f2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 09:09
[ar] Fix getnum() and add verbose to del()

28f4f268 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 09:06
[lib/scc] Remove war.c and war.h

6ae15535 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/14 06:57
[ar] Implement -r key

1d8a64b2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/13 10:15
[ar] Small style change

0c6b04d3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/13 09:59
[ar] Add valid()

f252835d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/13 09:46
[ar] Simplify copy()

458a063e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/13 09:42
[ar] Add extract key

fe9bac1e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2018/02/13 09:23
[ar] Simplify openar()

Next