descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeMon, 6 Jan 2025 18:46:04 +0000 (6 19:46 +0100)
content tags
add:
readme
This is our current working repository for the Tiny C Compiler.
If you have questions or suggestions, please write to the TinyCC mailing list.
If you want to contribute patches, push them directly here on our "mob" branch.
 
How to contribute patches to our "mob" patchwork (what's mob?):
  1. If you haven't done before, clone our tinycc repository: "git clone git://repo.or.cz/tinycc.git"
  2. Fetch the latest changes: "git fetch origin"
  3. Create a new branch on top of origin/mob: "git checkout -b mypatch origin/mob".
  4. Commit your patches to this new branch ("git gui") and verify ("gitk --all").
  5. Push your changes to here: "git push ssh://mob@repo.or.cz/tinycc.git mypatch:mob"
  6. In case meanwhile someone else did push: "git fetch origin" and "git rebase origin/mob" and try again.
  7. Don't forget to talk about on the TinyCC mailing list.
However if your patch is still rather work in progress while you wish to get some feedback
from other people already, then you might want to create a personal mob branch at first.
shortlog
7 days ago herman ten... Use TOK_PPNUM/TOK_PPSTR instead of TOK_CINT/TOK_STRmob
8 days ago herman ten... Allow macro in #line directive
2024-12-30 herman ten... Print correct values for testcase 134 on all targets
2024-12-30 kbkpbotrevert commit b8b6a5fd7b4e8cab8e5a5d01064cf5bf2b5eed95
2024-12-27 herman ten... Aligb section at end in tcc_load_object_file
2024-12-26 kbkpbotx86_64/i386: Add missing fetch CPU flag
2024-12-26 kbkpbotfix x86_64/i386 gfunc_call, when arg is VT_STRUCT,...
2024-12-15 Scott GrahamAdd lib/builtin.c to win32/build-tcc.bat
2024-12-13 grischkatcc -run file.c : pass original exit code from file...
2024-12-13 Keith ThompsonDefine LDBL_MAX_10_EXP for aarch64, riscv
2024-12-12 herman ten... Add symver support for FreeBSD >= 14
2024-12-12 Scott Grahamadd AddVectoredContinueHandler and AddVectoredException...
2024-12-12 herman ten... Avoid Invalid relocation and section conflict on bsd.
2024-12-06 Avi Halachmi... lib/Makefile: fix out-of-tree build of lib/bt-exe.c
2024-12-06 grischkatccpe.c: never assume static system libtaries
2024-12-04 Avi Halachmi... configure: --config-mingw32: clarify values, simplify...
...
tags
7 years ago release_0_9_27
11 years ago release_0_9_26 Release TinyCC 0.9.26
15 years ago release_0_9_25
16 years ago release_0_9_24
19 years ago release_0_9_23
20 years ago release_0_9_22
21 years ago release_0_9_20
21 years ago release_0_9_19
21 years ago release_0_9_18
23 years ago initial
heads
7 days ago mob
7 years ago master
forks
Cached version (4397s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 8 months ago
tinycc/tinycc.git matroxmike@icloud.com 11 months ago
tinycc/self_contained.git tiny c that doesn't need to have include... Joshuascholar@gmail.com 4 years ago
tinycc/tcc_android_arm.git dima13230@gmail.com 4 years ago
tinycc/jakubkaszycki.git My fork of TCC kuba@kaszycki.net.pl 8 years ago
tinycc/kirr.git kirr's tinycc tree kirr@navytux.spb.ru 10 years ago
tinycc/miki.git tinycc fork to help me test changes before... jovanovic.milutin... 12 years ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 15 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 16 years ago