descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeThu, 18 Sep 2025 17:32:19 +0000 (18 19:32 +0200)
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
15 hours ago grischkatccgen: globalize function return type toomob
23 hours ago noneofyourbusinesstccgen.c: silence logical op warning
23 hours ago noneofyourbusinesstests/tcctest.c: include stdint.h
24 hours ago noneofyourbusinesstcc.c: add information about reporting bugs to the...
10 days ago grischkatccgen: more of scope hacks
10 days ago grischkatccpe: add COFF symbol table for GDB
2025-09-04 herman ten... Use configure to set note release bsd
2025-09-03 herman ten... Fix cross compiling on windows
2025-09-03 herman ten... Update bsd notes
2025-08-31 herman ten... Update for freebsd versions >= 14.0
2025-08-30 herman ten... tccgen: fix several problems
2025-08-24 herman ten... Check enum range for typed enums
2025-08-23 herman ten... Fix long double to long long for x86_64
2025-08-22 grischkatccgen.c: fix two scope problems
2025-08-22 herman ten... Small debug cleanup
2025-08-22 herman ten... Make debug info smaller
...
tags
7 years ago release_0_9_27
12 years ago release_0_9_26 Release TinyCC 0.9.26
16 years ago release_0_9_25
17 years ago release_0_9_24
20 years ago release_0_9_23
20 years ago release_0_9_22
21 years ago release_0_9_20
22 years ago release_0_9_19
22 years ago release_0_9_18
23 years ago initial
heads
15 hours ago mob
7 years ago master
forks
Cached version (2823s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 16 months ago
tinycc/tinycc.git matroxmike@icloud.com 20 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 11 years ago
tinycc/miki.git tinycc fork to help me test changes before... jovanovic.milutin... 13 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