2019-02-11 19:25 | [libmach] Add objsyms() | Roberto E. Vargas Caballero | 10 | +115 | -100 |
2019-02-11 18:28 | [libmach] Remove forsym() | Roberto E. Vargas Caballero | 8 | +18 | -36 |
2019-02-11 16:56 | [libmach] Remove objreset() | Roberto E. Vargas Caballero | 12 | +35 | -65 |
2019-02-11 16:56 | [ld] Store section description from object files | Roberto E. Vargas Caballero | 1 | +16 | -0 |
2019-02-11 16:56 | [ld] Add ld to the cmd Makefile | Roberto E. Vargas Caballero | 1 | +1 | -0 |
2019-02-11 16:56 | [size] Add static function modifiers | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2019-02-11 16:56 | [libmach] Convert forsect() to objsect() | Roberto E. Vargas Caballero | 17 | +158 | -156 |
2019-02-11 16:56 | [libmach/coff32] Remove fp field as it is not used | Roberto E. Vargas Caballero | 2 | +0 | -2 |
2019-02-11 09:24 | [ld] Move ld out of a directory | Roberto E. Vargas Caballero | 5 | +8 | -29 |
2019-02-11 16:56 | [ld] Add handle of common blocks | Roberto E. Vargas Caballero | 1 | +19 | -1 |
2019-02-11 16:55 | [ld] Add moreundef() | Roberto E. Vargas Caballero | 1 | +10 | -4 |
2019-02-11 06:37 | [libmach] Make uniform the behaviour of for* functions | Roberto E. Vargas Caballero | 5 | +21 | -15 |
2019-02-10 22:02 | [ld] Several fixes | Roberto E. Vargas Caballero | 1 | +32 | -29 |
2019-02-10 21:43 | [ar] Remove unneded variable | Roberto E. Vargas Caballero | 1 | +3 | -3 |
2019-02-10 21:13 | [ranlib] Fix merging index file | Roberto E. Vargas Caballero | 2 | +6 | -2 |
2019-02-10 19:57 | [ld] Fix name of ld in error messages | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2019-02-10 19:51 | [libmach] Remove index.o from the Makefile | Roberto E. Vargas Caballero | 1 | +0 | -1 |
2019-02-10 19:50 | Update dependencies | Roberto E. Vargas Caballero | 3 | +42 | -16 |
2019-02-10 19:48 | [libmach] Implement coff32getidx() | Roberto E. Vargas Caballero | 1 | +51 | -0 |
2019-02-10 19:02 | [libmach] Add namindex() | Roberto E. Vargas Caballero | 9 | +49 | -12 |
2019-02-10 18:27 | Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc | Roberto E. Vargas Caballero | 16 | +62 | -50 |
2019-02-10 18:27 | [ld] Add support for indexed libraries | Roberto E. Vargas Caballero | 17 | +224 | -155 |
2019-02-10 14:21 | [libmach] Rename artraverse() to formember() | Roberto E. Vargas Caballero | 8 | +34 | -34 |
2019-02-10 14:06 | [ld] Search libraries in -L path | Roberto E. Vargas Caballero | 1 | +24 | -6 |
2019-02-10 14:05 | [ld] Implement newidx() | Roberto E. Vargas Caballero | 1 | +41 | -9 |
2019-02-10 12:20 | Fix dep generation | Roberto E. Vargas Caballero | 8 | +202 | -202 |
2019-02-10 12:20 | Fix dep generation | Roberto E. Vargas Caballero | 12 | +440 | -434 |
2019-02-10 12:17 | Fix tabs in x86/x86.dat | Roberto E. Vargas Caballero | 1 | +6 | -4 |
2019-02-10 12:11 | [libmach] Add skeleton for foridx() | Roberto E. Vargas Caballero | 1 | +11 | -0 |
2019-02-10 11:37 | [libmach] Add a parameter to objlookup() | Roberto E. Vargas Caballero | 4 | +6 | -4 |
2019-02-10 11:12 | [ld] Load objects from libraries if needed | Roberto E. Vargas Caballero | 3 | +37 | -5 |
2019-02-10 11:11 | Update BUGS | Roberto E. Vargas Caballero | 1 | +2 | -0 |
2019-02-10 10:09 | [ld] Rewrite ld using libmach | Roberto E. Vargas Caballero | 4 | +220 | -364 |
2019-02-10 07:03 | [libmach] Introduce forsym() and forsect() | Roberto E. Vargas Caballero | 9 | +96 | -76 |
2019-02-10 05:59 | [libmach] Use Obj prefix for public types | Roberto E. Vargas Caballero | 12 | +49 | -47 |
2019-02-08 20:42 | Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc | Roberto E. Vargas Caballero | 1 | +0 | -576 |
2019-02-08 20:39 | [libmach/coff32] Implement coff32strip | Roberto E. Vargas Caballero | 4 | +43 | -20 |
2019-02-08 20:37 | [libscc] Remove unused lpack.c | Roberto E. Vargas Caballero | 1 | +0 | -64 |
2019-02-08 07:49 | [libmach] Remove duplicated delsyms() | Roberto E. Vargas Caballero | 1 | +1 | -17 |
2019-02-08 07:49 | Fix dependencies | Roberto E. Vargas Caballero | 6 | +267 | -1 |
2019-02-08 07:47 | [libmach/coff32] Add all the missed parts in coff32write | Roberto E. Vargas Caballero | 3 | +168 | -28 |
2019-02-06 08:07 | [strip] Simplify error handling | Roberto E. Vargas Caballero | 1 | +9 | -7 |
2019-02-06 08:04 | [libmach] Split object.c and coff32.c | Roberto E. Vargas Caballero | 35 | +1917 | -1094 |
2019-02-01 03:16 | Modified README file a bit. | Eddie Thieda | 1 | +39 | -9 |
2019-01-31 18:01 | [libmach] Read relocations and line numbers for coff32 | Roberto E. Vargas Caballero | 5 | +339 | -27 |
2019-01-31 10:19 | [libmach] Rework objsize() | Roberto E. Vargas Caballero | 5 | +99 | -72 |
2019-01-30 10:53 | [ranlib] Build index file | Roberto E. Vargas Caballero | 12 | +267 | -99 |
2019-01-22 14:32 | [libc] Fix amd64 crts | Roberto E. Vargas Caballero | 2 | +25 | -7 |
2019-01-16 23:04 | [scc] Move cc1 cc2 and driver to cmd/scc | Roberto E. Vargas Caballero | 77 | +764 | -756 |
2019-01-16 22:34 | [libc] Include libc.h in files using _flsbuf | Roberto E. Vargas Caballero | 4 | +8 | -0 |
2019-01-16 22:33 | Fix small bug in mklib | Roberto E. Vargas Caballero | 2 | +3 | -3 |
2019-01-16 22:31 | [libc] Remove libcrt | Roberto E. Vargas Caballero | 26 | +38 | -36 |
2019-01-16 19:47 | Removed not supported config (i386-linux) | Roberto E. Vargas Caballero | 1 | +0 | -4 |
2019-01-16 19:05 | Separate target and toolchain configuration | Roberto E. Vargas Caballero | 17 | +85 | -26 |
2019-01-16 18:31 | [libc] Don't rebuild the library always | Roberto E. Vargas Caballero | 5 | +29 | -12 |
2019-01-16 12:15 | Move cc1 cc2 as and ld to cmd | Roberto E. Vargas Caballero | 103 | +134 | -135 |
2019-01-16 12:09 | [cc1] Remove redundant atoi() | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2019-01-15 13:46 | Fix $(ENV) generation | Roberto E. Vargas Caballero | 1 | +7 | -6 |
2019-01-15 13:29 | Enable pararell directory processing | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2019-01-11 12:57 | [ar] Check filenames before processing archive | Quentin Rameau | 3 | +22 | -3 |
2019-01-11 01:15 | [cmd] Set the size in POSIX getprop | Quentin Rameau | 1 | +1 | -0 |
2019-01-10 14:08 | [ar] Parse full pathname for file operands | Quentin Rameau | 3 | +39 | -25 |
2019-01-10 16:17 | [ar] Fix a few error strings | Quentin Rameau | 1 | +3 | -3 |
2019-01-10 16:10 | [ar] Print usage on mutually exclusive options | Quentin Rameau | 1 | +4 | -1 |
2019-01-09 23:11 | [ar] Implement u flag | Quentin Rameau | 1 | +12 | -3 |
2019-01-10 21:50 | fix errstr() | Hiltjo Posthuma | 1 | +1 | -1 |
2019-01-08 23:35 | [libmach] Fix typo in lpack | Quentin Rameau | 1 | +1 | -1 |
2019-01-08 21:19 | [ranlib] Add errstr() | Roberto E. Vargas Caballero | 1 | +11 | -5 |
2019-01-08 21:13 | [ar] Remove blank lines | Roberto E. Vargas Caballero | 1 | +0 | -4 |
2019-01-08 19:51 | [ranlib] Ignore non libraries archives | Roberto E. Vargas Caballero | 1 | +13 | -3 |
2019-01-08 18:54 | [ar] Set file attributes in extracted files | Roberto E. Vargas Caballero | 3 | +30 | -10 |
2019-01-08 18:26 | [ar] Increase the portability | Roberto E. Vargas Caballero | 7 | +62 | -31 |
2019-01-08 17:55 | [ar] Add error() function | Roberto E. Vargas Caballero | 1 | +61 | -85 |
2019-01-08 16:12 | [ranlib] Add TODO for t flag | Roberto E. Vargas Caballero | 1 | +5 | -2 |
2019-01-08 16:02 | [addr2line] Add basic program code | Roberto E. Vargas Caballero | 3 | +152 | -7 |
2019-01-08 15:08 | Add dummy versions of addr2line and objcopy | Roberto E. Vargas Caballero | 4 | +22 | -0 |
2019-01-08 14:49 | [objdump] Move objdump to src/cmd | Roberto E. Vargas Caballero | 5 | +5 | -20 |
2019-01-08 14:47 | [ranlib] Add first version of ranlib | Roberto E. Vargas Caballero | 2 | +280 | -0 |
2019-01-08 12:12 | [size] Add support for libraries and coff32 | Roberto E. Vargas Caballero | 5 | +68 | -27 |
2019-01-08 11:43 | [size] Add support for libraries | Roberto E. Vargas Caballero | 1 | +47 | -21 |
2019-01-08 11:31 | Fix several warnings | Roberto E. Vargas Caballero | 5 | +26 | -20 |
2019-01-08 11:18 | [ar] Move ar to cmd directory | Roberto E. Vargas Caballero | 11 | +671 | -697 |
2019-01-08 11:04 | [strip] Simplify error messages | Roberto E. Vargas Caballero | 1 | +2 | -2 |
2019-01-08 11:03 | [as] Use EXIT_FAILURE instead of 1 | Roberto E. Vargas Caballero | 1 | +1 | -1 |
2019-01-08 11:02 | [size] Add a first version of size | Roberto E. Vargas Caballero | 7 | +145 | -3 |
2019-01-07 21:58 | [strip] first version | Roberto E. Vargas Caballero | 8 | +166 | -13 |
2019-01-07 19:01 | [libmach] Add objfmt.c | Roberto E. Vargas Caballero | 1 | +11 | -0 |
2019-01-07 19:00 | Create cmd directory | Roberto E. Vargas Caballero | 9 | +317 | -302 |
2019-01-07 18:19 | [libmach] Split objread() | Roberto E. Vargas Caballero | 1 | +91 | -47 |
2019-01-07 18:16 | [nm] Restore filter | Roberto E. Vargas Caballero | 1 | +10 | -0 |
2019-01-07 16:10 | [libmach] Rework the object interface | Roberto E. Vargas Caballero | 6 | +315 | -190 |
2019-01-06 12:56 | [as/x86] Add more ADD instructions | zerous Naveen Narayanan | 4 | +72 | -21 |
2019-01-04 18:31 | [libmach] Don't expose all the functions of object formats | Roberto E. Vargas Caballero | 3 | +34 | -29 |
2019-01-04 17:20 | [libmach/coff32] Free all the fields | Roberto E. Vargas Caballero | 1 | +2 | -1 |
2019-01-04 17:13 | [nm] Fix libraries dealing | Roberto E. Vargas Caballero | 4 | +13 | -16 |
2019-01-04 17:13 | [ar] Include it in all target | Roberto E. Vargas Caballero | 2 | +4 | -4 |
2019-01-04 15:33 | Remove libcoff32 | Roberto E. Vargas Caballero | 13 | +1 | -601 |
2019-01-04 15:27 | Remove myro files | Roberto E. Vargas Caballero | 10 | +17 | -593 |
2019-01-04 15:17 | [as] Remove support for myro | Roberto E. Vargas Caballero | 6 | +33 | -217 |
2019-01-04 15:03 | [nm] Use EXIT_FAILURE instead of 1 | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| More commits remaining [...] |